/* ==========================================================================
Font
========================================================================== */ 


@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');


/* ==========================================================================
USER STYLE
========================================================================== */ 	


:root {
  --color01: #e2e5f1;
  --color02: #017db1;
  --color03: #0077B3;
  --color04: #FFFFFF;
  --color05: #1e293b;
  --color06: #e4e4e4;
  --color07: #01071b;
  --color08: #16bfdc;
  --color09: #f1f6ff;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {	--bs-gutter-x: 2rem; }
.navbar .container {	max-width: calc(100% - 6rem); }
body {	font-family: 'Jost', sans-serif;	color: var(--color07); font-weight: 300;}
.body-none-scroll { overflow:hidden; }
a:link, .navbar-toggler { outline:none; }
a { color:var(--color02); }
.ah:hover { cursor:pointer; }
a, a:hover, a:focus { text-decoration:none; }
main {  margin-bottom:50px; }
main .container.invisible { display: none; }
.main-bottom-none { margin-bottom:0; }
.margin-section {padding-top:50px; padding-bottom:50px;}
b, strong {	font-weight: 500;}
h1, .h1 { font-size: 3rem; font-weight: 700; margin-bottom: 1rem; margin-top: 1rem; color:var(--color02); }
h2, .h2 { font-size: 1.25rem;	font-weight: 500; margin-bottom: 1rem; color: var(--color07); }
.news_ng1 { font-size:26px; line-height:1.5; font-weight:500; display:block; color:var(--color03);}
.news_ng2 { font-size:20px; line-height:1.5; font-weight:300; display:block; color:var(--color02); }
.nav-tabs > li > a { border-radius:0;  font-size:16px; }
pre {  font-family: Verdana;  margin: 0;  padding: 0; background-color:transparent; font-size:inherit; border:none;  }
.body_icon { text-align:center; font-size:25px; }
.form-control:disabled, .form-control[readonly] {	background-color: transparent; }
.form-control:focus {	color: #495057;	background-color: rgba(255,255,255,0.85);	border-color: inherit;	outline: 0;	box-shadow: none; }
.logo-container {	height: 120px;}
.logo-container img {	width: auto !important;	margin: auto;}
hr { background-color: var(--color01); opacity: 1; }
.marginTop { margin-top:5rem; }
.marginBottom { margin-bottom:5rem; }

button:focus:not(:focus-visible) {	outline: 0;	box-shadow: none; }
.homeText h1 { font-size: 3.5rem; font-weight: 700; margin-bottom: 1rem; margin-top: 1rem; color: var(--color05); }
.homeText h2 {
	font-size: 1.75rem;
	font-weight: 500;
	margin-bottom: 1rem;
	color: var(--color02);
}
.homeText p {
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 1rem;
	color: var(--color05);
}
.homeFoto {	max-width: 100%;	border-radius: 0.5rem;	height: auto;	width: auto;}

.homeText .btn {
	background-color: var(--color03);
	color: var(--color07);
	padding: 0.5rem 3rem;
	font-weight: 400;
	cursor: pointer;
	border: 0;
	border-radius: 50px;
	font-size: 1.1rem;
	background: linear-gradient(270deg, rgba(63,230,220,1) 0%, rgba(28,201,232,1) 69%);
	margin-right: 1rem;
	width: 180px;
	text-align: center;
	display: inline-block;
	user-select: none;
}
.marker {	background: yellow;	font-weight: bold; }
.hamburger-menu {  display: none; }

.homeTop {
	padding-top: 150px;
	padding-bottom: 150px;
	background-image: url(../img/home-bg12.svg);
	background-attachment: fixed;
	background-size: cover;
}
.homeTop .homeTopNg1 {
	font-size: 5rem;
	font-weight: 700;
	color: var(--color05);
	padding: 0;
	margin: 0;
	line-height: 1.2;
}
.homeTop .homeTopNg2 {	font-size: 2.5rem;	font-weight: 700;	color: var(--color08); 	padding: 0;	margin: 0;	line-height: 1.2; }
.homeTop .ctaBtn {
	background-color: var(--color03);
	color: var(--color07);
	padding: 0.75rem 3rem;
	font-weight: 400;
	cursor: pointer;
	border: 0;
	border-radius: 50px;
	font-size: 1.3rem;
	background: linear-gradient(270deg, rgba(63,230,220,1) 0%, rgba(28,201,232,1) 69%);
	margin-right: 1rem;
	width: 210px;
	text-align: center;
	display: inline-block;
	user-select: none;
}
.homeTop .homeTopNg2 {
  color: transparent;
  background-image: linear-gradient(
    91.1deg,
    rgb(29, 202, 232),
    rgb(41, 211, 228),
    rgb(30, 145, 202),
    rgb(26, 96, 146)
  );
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: move 10s linear infinite;
}

.homeTop ul {
	font-size: 1.75rem;
	margin: 1rem 0 2rem 2rem;
	list-style: none;
	font-weight: 400;
}
.homeTop ul li { position:relative; }
.homeTop ul li::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: -40px;
	top: 14px;
	background-image: url(../img/chack-header.svg);
	background-size: contain;
}



@-webkit-keyframes move {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -200% center;
  }
}
@-moz-keyframes move {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -200% center;
  }
}
@keyframes move {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: -200% center;
  }
}

.homeTop p {
	font-size: 1.25rem;
	font-weight: 300;
	display: block;
	width: 50%;
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.homeTop p strong {	font-weight: 500; }
.head01 {
	font-size: 3.5rem;
	font-weight: 500;
	text-align: center;
	position:relative;
	display: inline-block;
}
.head01 span { position:relative; z-index: 2; }
.head01::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 5px;
	width: 50px;
	height: 50px;
	z-index: 1;
	background: #26d1e5;
	border-radius: 5px;
}
.oferta-item {
	margin-bottom: 2rem;
	padding: 1rem 50px 1rem 0;
	color: var(--color05);
	position: relative;
}
.oferta-item::after {
	content: '';
	height: 1px;
	width: 100%;
	background: var(--color06);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:1;
}
.oferta-item::before {
	content: '';
	height: 1px;
	width: 0;
	background: var(--color06);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(315deg, rgba(0,119,179,1) 0%, rgba(25,153,185,1) 50%, rgba(0,119,179,1) 100%); 
	z-index:2;
}
.oferta-item:hover::before { width:100%; }

.col-lg-6:nth-of-type(even) .oferta-item {
    margin-left: 1rem;
}
.col-lg-6:nth-of-type(odd) .oferta-item {
    margin-right: 1rem;
}


.oferta-item h3{
	font-size: 2.5rem;
	font-weight: 600;
	transition: color 0.2s ease; 
}
#oferta .oferta-item p { 	font-weight: 300;	font-size: 1.15rem;}
.oferta-item img {	width: 30px;	position: absolute;	top: calc(50% - 15px);	right: 0;	transition: transform 0.2s ease-in-out;}
.oferta-item:hover img {transform: rotateZ(45deg);}
.oferta-item:hover h3 {color: var(--color02);}
#oferta .uslugiOpis .uslugiOpisContainer {	padding: 2rem 3rem 1rem 3rem;	border-radius: 1rem;	background: var(--color09);	margin: 1rem 0;}
#oferta .uslugiOpis { margin-top:4rem }
#oferta .uslugiOpis h2 { font-size: 1.75rem; }
#oferta .uslugiOpis h3 { font-size: 1.5rem;}
#oferta .uslugiOpis p {	font-size: 1.25rem; margin-bottom: 1rem;}
#oferta .ngStronyInternetowe { max-width:70%; }
#oferta .ofertaInfo  { margin-top:5rem; margin-bottom:5rem;}
#oferta .ofertaInfo h2, #oferta .ofertaInfo .h2 {font-weight: 600; font-size: 2.5rem;}
#oferta .ofertaInfo ul {
	font-size: 1.5rem;
	list-style: none;
	margin-left: 1.5rem;
}
#oferta .ofertaInfo ul li { position: relative;}
#oferta .ofertaInfo ul li::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	left: -30px;
	top: 10px;
	background-image: url(../img/chack-header.svg);
	background-size: contain;
}
#oferta .ofertaInfoImg { max-width: 90%;	display: block;	margin: auto; border-radius: 1rem;}
#oferta .infoItem {	padding: 2rem 3rem 1rem 3rem;	border-radius: 1rem;	background: var(--color09);	height: calc(100% - 2rem);	margin: 1rem 0rem 2rem 0rem;}
#oferta .infoItem strong {	font-weight:500; }
#oferta .infoItem p {	font-size: 1.25rem;	font-weight: 300; margin: 0;}
#oferta .infoItem ul {	font-size: 1.25rem;	font-weight: 300; margin: 1rem 0 2rem 1.5rem; list-style: none;}
#oferta .infoItem ul li { position: relative;}
#oferta .infoItem ul li::before {
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	left: -35px;
	top: 3px;
	background-image: url(../img/chack-header.svg);
	background-size: contain;
}
#oferta .infoItem h2 { font-size: 2rem; }


.infoBaner { margin: 100px 0; }
.infoBaner .infoBaner00 {
	display: flex;
	align-items: last baseline;
	background: var(--color08);
	border-radius: 2.5rem;
	justify-content: center;
	background: linear-gradient(270deg, rgba(63,230,220,1) 0%, rgba(28,201,232,1) 69%);
}
.infoBaner .infoBaner01 {
	font-size: 6.5rem;
	font-weight: 600;	
}
.infoBaner .infoBaner02 {
	font-size: 2.5rem;
	margin-left: 1rem;
	line-height: 2.5rem;
}
.infoBaner .infoBaner03 {
	font-weight: 600;
	font-size: 2.5rem;
	margin-left: 1.5rem;
	margin-top: 1.5rem;
}
.infoBaner .infoBaner04 {
	font-weight: 300;
	font-size: 1.5rem;
	margin-left: 1rem;
}
.infoBaner .infoBaner05 {
	font-weight: 600;
	font-size: 2.5rem;
	margin-right: 1.5rem;
	margin-top: 1.5rem;
}
.infoBaner .infoBaner06 {
	font-weight: 300;
	font-size: 1.5rem;
	margin-right: 1rem;
}

#pricing {
	padding-top: 5rem;
	padding-bottom: 2.5rem;
	background: var(--color09);
	padding-left: 10rem;
	padding-right: 10rem;
}

#pricing .infoItem {
	padding: 2rem 1rem 3rem 1rem;
	border-radius: 2rem;
	background: var(--color04);
	height: calc(100% - 2rem);
	margin: 1rem 0 2rem 0;
	box-shadow: var(--bs-box-shadow-sm) !important;
	margin: 0;
}

#pricing .infoItem p {
	font-size: 1rem;
	font-weight: 300;
	margin: 0 0.85rem;
	line-height: 1.25;
}
#pricing .infoItem ul li {
	position: relative;
	border-bottom: 1px solid #eee;
	margin-bottom: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
}
#pricing .infoItem ul {
	font-size: 1.25rem;
	font-weight: 300;
	margin: 1rem 0 1rem 0.5rem;
	list-style: none;
	padding-left: 2.5rem;
	padding-right: 1.5rem;
}

#pricing .infoItem ul li::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	left: -30px;
	top: 0px;
	background-image: url(https://efstudio.pl/themes/default/img/chack-header.svg);
	background-size: contain;
}

#pricing .infoItem h2 {
	font-size: 1.75rem;
	display: inline-block;
	padding: .25rem 2rem;
	border-radius: 2rem;
	font-weight: 500;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: linear-gradient(270deg,rgba(63,230,220,1) 0%,rgba(28,201,232,1) 69%);
}
#pricing .infoItem h3 {
	font-size: 1.15rem;
	padding: 0;
	margin: 0;
	font-weight: 400;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
	background: #f9f9f9;
	padding: 0.25rem 1rem;
	border-radius: 0.5rem;
	text-align: center;
}
#pricing .infoItem .cena {
	text-align: center;
	padding: 1rem 0;
	font-size: 1.75rem;
	color: #7b7b7b;
}
#pricing .infoItem .cena strong {
	font-size: 3.5rem;
	color: var(--color05);
	font-weight: 700;
}

#pricing .infoItemSelect {
	margin: 0;
	box-shadow: 0rem 0rem 3rem #cbd5e8 !important;
	position:relative;
	border: 2px solid #ff0042;
}

#pricing .infoItemSelect::before {
	content: 'Polecany';
	position: absolute;
	right: -2px;
	top: -2px;
	background: #ff0042;
	color:#fff;
	padding: 0.25rem 3rem;
	font-size: 1.25rem;
	font-weight: 600;
	display: block;
	border-top-right-radius: 2rem;
	border-bottom-left-radius: 2rem;
}


#pricing .pricingAvatar {
	display: block;
	width: 100px;
	text-align: center;
	border: 1px solid #f1f6ff;
	border-radius: 50%;
	height: 100px;
	margin-top: -80px;
	margin-bottom: 2rem;
	background: #fff;
	box-shadow: var(--bs-box-shadow-sm) !important;
}
#pricing .pricingAvatar i {
	font-size: 2.5rem;
	line-height: 6rem;
}



/* ==========================================================================
Swiper
========================================================================== */ 

.sliderSwiper { width: 100%;	height: 100vh;}
.sliderSwiper .swiper-slide img {	display: block;	width: 100%;	height: 100vh;	object-fit: cover; }
.sliderSwiper .swiper-pagination-bullet { width: 100%;	height: 15px;	background: var(--color03);	border-radius: 15px;	transition: max-width .3s ease-in-out,background-color .3s ease-in-out;	max-width: 15px;}
.sliderSwiper .swiper-pagination-bullet-active {	max-width: 60px;}

.logosSwiper {      width: 100%;      height: 30px;	  margin-top:100px;    }
.logosSwiper .swiper-slide img {      display: block;      width: 100%;      height: 100%;      object-fit: scale-down;    }

@media (max-width: 992px) {
	.sliderSwiper .swiper-slide img {height: auto; 	}
	.sliderSwiper {	 height: auto;  }
	.sliderSwiper .swiper-wrapper { padding-bottom: 35px; }
	.logosSwiper {      width: 100%;      height: 30px;	  margin-top:40px;    }
}



 

/* ==========================================================================
Realizacje home
========================================================================== */

#realizacje .szkoleniaSwiper {  width: 100%;  }
#realizacje .realizacjeSwiperItem {
	padding: 2rem;
	background: #fff;
	border-radius: 1.5rem;
	box-shadow: 0 0 30px 0 rgba(0,12,54,.1);
	margin: 3rem 1rem;
	user-select: none;
	border: 0px solid rgb(255, 255, 255);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: relative;
	height: 620px;
	overflow: hidden;
}

#realizacje .realizacjeSwiperItem span {
	background: #1e293b;
	display: block;
	position: absolute;
	z-index: 101;
	height: 90px;	
	color: var(--color07);
	line-height: 1;
	font-size: 1.75rem;
	bottom: 5rem;
	left: 2.5rem;
	padding: 2rem 4rem;
	opacity: 0;
	background: rgba(255,255,255,0.95);
	border-radius: 1rem;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

#realizacje .realizacjeSwiperItem span small {
	font-size: 1rem;
	display: block;
	font-weight: 300;
}


#realizacje .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,15px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,15px));
}
#realizacje .swiper-horizontal > .swiper-pagination-bullets, #realizacje .swiper-pagination-bullets.swiper-pagination-horizontal, #realizacje .swiper-pagination-custom, #realizacje .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom,0);
}


#realizacje .btn {
	background-color: var(--color03);
	color: var(--color07);
	padding: 0.75rem 3rem;
	font-weight: 400;
	cursor: pointer;
	border: 0;
	border-radius: 50px;
	font-size: 1.3rem;
	background: linear-gradient(270deg, rgba(63,230,220,1) 0%, rgba(28,201,232,1) 69%);
	margin-right: 1rem;
	width: 50%;
	text-align: center;
	display: block;
	user-select: none;
	margin: 3rem auto 0 auto;
}

#realizacje .btn-more {  }

#realizacje .r-arrow {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	box-sizing: border-box;
	margin-right: 5px;
}

#realizacje .r-arrow::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 35%;
	height: 35%;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: translate(-70% -50%) rotate(-45deg);
	transform: translate(-70%, -50%) rotate(-45deg);
	z-index: 100;
}

#realizacje .buttonMore {
	text-align: right;
	border-radius: 3rem;
	align-items: center;
	height: 40px;
	width: 110px;
	font-size: .9rem;
	align-content: center;
	justify-content: end;
	position: absolute;
	right: -100px;
	bottom: 20px;
	background: var(--color02);
	color: #fff;
	cursor: pointer;
	display: flex;
	z-index: 102;
	opacity: 0;
	transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}

#realizacje .realizacjeSwiperItem img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 2rem;
	padding: 1rem;
	z-index: 100;
	opacity: 0.5;
	height: 100%;
	object-fit: cover;
}
#realizacje .swiper-slide-active .realizacjeSwiperItem img { 
opacity:1;
filter: grayscale(0);
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}
#realizacje .swiper-slide-active .realizacjeSwiperItem {

}
#realizacje .swiper-slide-active span { 
display:block; 
opacity:1; 
bottom:3rem;
font-weight: 500;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
 }
#realizacje .swiper-slide-active .buttonMore { 
display:flex; 
opacity:1; 
right:20px;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
 }
 
#realizacje .swiper-button-next, #realizacje .swiper-button-prev {
	background: #fff;
	padding: 3rem;
	border-radius: 50%;
	box-shadow: #ddd 0px 0px 25px;
}
#realizacje .swiper-button-next, #realizacje .swiper-button-prev {
	cursor: pointer;
	color: var(--swiper-navigation-color,#1e293b);
}
#realizacje .swiper-button-next::after {	margin-left: .5rem; }
#realizacje .swiper-button-prev::after {	margin-right: .5rem; }

/* ==========================================================================
Animation
========================================================================== */ 

.anim {  opacity:0; -webkit-animation-duration: 0.8s;  animation-duration: 0.8s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both;} 
@-webkit-keyframes fadeInUp {  from {    opacity: 0;    -webkit-transform: translate3d(0, 150%, 0);    transform: translate3d(0, 150%, 0);  }  to {    opacity: 1;    -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);  }}
@keyframes fadeInUp {  from {    opacity: 0;    -webkit-transform: translate3d(0, 150%, 0);    transform: translate3d(0, 150%, 0);  }  to {    opacity: 1;    -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);  }}
.fadeInUp {  -webkit-animation-name: fadeInUp;  animation-name: fadeInUp;}
@-webkit-keyframes fadeIn {  from {    opacity: 0;  }  to {    opacity: 1;  }}
@keyframes fadeIn {  from {    opacity: 0;  }  to {    opacity: 1;  }}
.fadeIn {  -webkit-animation-name: fadeIn;  animation-name: fadeIn;}


/* ==========================================================================
Modal HOME
========================================================================== */ 

#modalHome img { max-width:100%; }
#modalHome .modal-content {	border: 0;	padding: 0;	border-radius: 0;}
#modalHome .modal-dialog {	max-width: 90%;	width: 1000px;	margin: auto;}
#modalHome .btn-close {	font-size: 1.5rem;	position: absolute;	right: 1rem;	top: 1rem;}

@media (max-width: 767px) { #modalHome .btn-close {	font-size: 1rem;	right: 0.25rem;	top: 0.25rem;} }

/* ==========================================================================
Podstrona
========================================================================== */ 

.container-ps-ng {
	padding-top: 120px;
	padding-bottom: 50px;
	background-image: url(../img/home-bg12.svg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center 60VH;
	margin: 0 auto 5rem auto;
	position:relative;
}
.container-ps-ng::before {
	content: '';
	width: 30%;
	display: block;
	height: 5px;
	background: var(--color08);
	position: absolute;
	left: 0;
	bottom: -5px;
}
.breadcrumb-container  { overflow: hidden;	height: 40px;	overflow-x: auto;}
.breadcrumb {	margin: 1rem 0 0 0;	font-size: 1.1rem;	font-weight: 400; width: max-content;}
.container-ps-ng, .container-ps-ng a { color: var(--color07); }
 .breadcrumb-item.active { color: var(--color02); }
.container-ps-ng a:hover { opacity:0.8; }
.container-ps-ng h1 {	color: var(--color05);	font-weight: 800; font-size:4.5rem; }
.container-ps-ng h2 {	color: var(--color02);	font-weight: 400; }
.container-ps-ng hr {	margin: 2rem 0 0 0; }
.breadcrumb-item + .breadcrumb-item::before { color: rgb(86, 89, 115);	content: "/"; }
.close { cursor: pointer; }


/* ==========================================================================
HAMBURGER MENU
========================================================================== */ 

.navbar-light .navbar-toggler {	outline: none; cursor:pointer; }
.hamburger_nav{ overflow: hidden; margin:0; padding:0; outline: none !important; border:none;}

#nav-mhweb-hamburger { display:block; width: 30px;height: 25px;position: relative;margin: 5px 0px 0px 0px;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;cursor: pointer;}
#nav-mhweb-hamburger span {display: block;position: absolute;height: 2px;width: 50%;background: var(--color02);opacity: 1;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}
#nav-mhweb-hamburger.open span{margin-left:3px;margin-top:-4px;}
#nav-mhweb-hamburger span:nth-child(even) {left: 50%;}
#nav-mhweb-hamburger span:nth-child(odd) {left:0px;}
#nav-mhweb-hamburger span:nth-child(1), #nav-mhweb-hamburger span:nth-child(2) {top: 0px;}
#nav-mhweb-hamburger span:nth-child(3), #nav-mhweb-hamburger span:nth-child(4) {top: 8px; width: 100%; left:-5px; }
#nav-mhweb-hamburger span:nth-child(5), #nav-mhweb-hamburger span:nth-child(6) {top: 16px;}
#nav-mhweb-hamburger.open span:nth-child(1), #nav-mhweb-hamburger.open span:nth-child(6) {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
#nav-mhweb-hamburger.open span:nth-child(2),#nav-mhweb-hamburger.open span:nth-child(5) {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
#nav-mhweb-hamburger.open span:nth-child(1) {left: 0px;top: 9px;}
#nav-mhweb-hamburger.open span:nth-child(2) {left: calc(50% - 5px);top: 9px;}
#nav-mhweb-hamburger.open span:nth-child(3) {left: -50%;opacity: 0;}
#nav-mhweb-hamburger.open span:nth-child(4) {left: 100%;opacity: 0;}
#nav-mhweb-hamburger.open span:nth-child(5) {left: 0px;top: 19px;}
#nav-mhweb-hamburger.open span:nth-child(6) {left: calc(50% - 5px);top: 19px;}

/* ==========================================================================
PASSWORD
========================================================================== */ 

.password-card {	margin: 5% auto;	width: 100%; max-width:600px; text-align: center;	color: #555;	padding: 4% 2%;}
.password-card h3 {	text-transform: uppercase;	font-weight: 300;	margin-bottom: 2rem; }
.password-card ion-icon { font-size:80px; color:#555; }
.password-card .btn {	width: 100%;	margin-top: 10px;}
@media (max-width:  768px) { .password-card .alert-danger {	font-size: 13px;	padding: 5px;} .password-card h3 { font-size:22px; }.password-card ion-icon {	font-size: 60px; } }


/*********************** Footer **************************/

footer { color:#fff;  font-size: 16px; background-color: var(--color07); padding: 100px 0 20px 0; background-image: url(../img/footer-bg1.svg); background-attachment: fixed; background-size: cover;  background-position: right;}
footer a { color:#fff; }
footer a:hover { color:var(--color02); }
footer ul { padding: 0;	list-style: none; }
footer .footer {	display: grid;	grid-template-columns: 1fr 1fr 1fr 1fr;	grid-gap: 20px;	border-top: 1px dashed rgba(160,169,198,0.55);	padding: 15px; }
footer .footerLogo { width: 140px;	display: block;	margin: 10px 0; }
footer .footer .footerNg {	cursor:pointer; font-size: 1.5rem;	margin: 0;	color: var(--color08);	font-weight: 600;	position: relative;	display: block;	margin-bottom: 0; user-select: none; }
footer .footer .footerNg::before {	content: '+';	color: #fff;	font-size: 2rem;	position: absolute;	right: 10px;	top: -5px;	font-weight: 200;	display: none; line-height: 1;}
footer .footer .footerNg.active:before {  content: "-"; font-size: 3rem; }

footer .footerInfo { border-top: 1px dashed rgba(160,169,198,0.55);	font-size: .75rem;	padding: 15px;	margin-top: 25px;	text-align: center;}
footer .footerSM { margin-top: 20px;  text-align: left;}
footer .footerSM img {	width: 30px;	height: 30px;	opacity: 0.75;	margin-right: 5px;}
footer .footerSM img:hover { opacity:1; }
footer .footerCta {	font-size: 2.5rem;	font-weight: 600;	color: #fff;	text-align: center;	margin-bottom: 50px;}
footer .footerCta span {	display: inline-block;	width: 35%;	margin: 20px;	font-size: 1.75rem;	border: 1px solid #16bfdc;	border-radius: 30px;	padding: 10px;}
footer .footerCol {	max-height: none;}	
	
@media (max-width: 1400px) {
footer .footerCta {	font-size: 2rem;}
footer .footerCta span { font-size: 1.5rem; }
footer .footer .footerNg { font-size: 1.35rem; }
footer .footerLogo { width: 120px;}
}

@media (max-width: 992px) {
footer { padding: 50px 0 20px 0; }
footer .footer { display: grid;	grid-template-columns: 1fr; }
footer .footer .footerNg::after {	content: '';	position: absolute;	width: 100%;	height: 1px;	background-color: #343b4f;	bottom: -10px;	left: 0;}
footer .footerLogo {  margin: 10px auto;}
footer .footerCta {	font-size: 1.25rem;}
footer .footerCol {   max-height: 0; overflow: hidden;  transition: max-height 0.2s ease-out;  margin-top: 20px; }
footer .footerCta span { display: block; font-size: 1.25rem;	width: 80%;	margin: 10px auto;			padding: 10px;}
footer .footer .footerNg::before { display:block; }
footer .footerSM {	text-align: center; }
}


/* ==========================================================================
COOKIES INFO
========================================================================== */ 

#cookies-message {	padding: 25px;	font-size: 12px;	line-height: 15px;	text-align: center;	position: fixed;	bottom: 20px;	left: 20px;	background-color: var(--color05);	width: 25%;	z-index: 9999;	color: var(--color04); border-radius: .5rem;}		
#accept-cookies-checkbox, #accept-cookies-info {	background-color: var(--color03);	padding: 8px 25px;	color: var(--color04);	display: inline-block;	text-decoration: none;	cursor: pointer;	border-radius: .25rem;	font-size: 12px;	margin: .5rem;}
	
/* ==========================================================================
GALERIA
========================================================================== */ 

	.foto_galeria span {  background-color: var(--color02);  bottom: 0;  color: var(--color04);  display: block;  margin-top: -20px;  position: absolute;  text-align: center;  width: 100%; }
	.foto_galeria {	border: 0 solid #eee;	height: 250px;	margin: 0 .5% .5% 0;	overflow: hidden;	position: relative;	width: 19%;	display: inline-block;	border-radius: .5rem;}
	.foto_galeria img {		opacity: 1;		width: 100%;		object-fit: cover;		height: 100%;	}
	.foto_galeria img:hover	{	 opacity:0.6;	}
	
	.gallery-category { position:relative; width:23%; margin:0.7%; overflow:hidden; display: inline-block; }
	.gallery-category img { width:100%; height:300px; object-fit: cover; border-radius: .5rem; }
	.gallery-category span {	position: absolute;	display: block;	width: 90%;	bottom: 15%;	background: rgba(9, 9, 9, 0.5);	color: var(--color04);	font-size: 22px;	padding: 10px 20px;	text-align: center;	font-weight: 600;	margin: 0 5%;	border-radius: .5rem;}
	
	@media (max-width: 1400px) {  .foto_galeria { height:210px; } }
	@media (max-width: 1200px) { .gallery-category { width:31%; } .foto_galeria { height:175px; } }
	@media (max-width:  992px) { .gallery-category { width:48%; } .foto_galeria {	width: 24%;	height: 180px; } .gallery-category span {font-size: 18px;	padding: 5px 10px;	border-radius: .25rem;} }
	@media (max-width:  768px) { .gallery-category img { width:100%; height:220px } .foto_galeria { width: 32%;	height: 180px; } }
	@media (max-width:  450px) { .gallery-category { width:98%; } .foto_galeria { width:48%;  height:180px; } }
	@media (max-width:  300px) { .foto_galeria { width:99.8%; margin:0.1%; height:176px; } }

/* ==========================================================================
GALERIA GRID
========================================================================== */ 

	.flexbin {  display: flex;  overflow: hidden;  flex-wrap: wrap;  margin: -2.5px; }
	.flexbin:after {    content: '';    flex-grow: 999999999;       height: 0; }
	.flexbin > * {  max-width: 50%;  position: relative;    display: block;       margin: .5rem;    flex-grow: 1; }
	.flexbin > * > img {      height: 300px;      object-fit: cover;      max-width: 100%;      min-width: 100%;      vertical-align: bottom; border-radius: .5rem; }
	.flexbin.flexbin-margin {    margin:0; }
	
  @media (max-width: 980px) {
		.flexbin {      display: flex;      overflow: hidden;      flex-wrap: wrap;      margin: -2.5px; }
        .flexbin:after {        content: '';        flex-grow: 999999999;               height: 0; }
        .flexbin > * {      max-width: 100%;  position: relative;        display: block;              margin: 2.5px;        flex-grow: 1; }
        .flexbin > * > img {          height: 200px;          object-fit: cover;          max-width: 100%;          min-width: 100%;          vertical-align: bottom; }
		.flexbin.flexbin-margin {        margin: 2.5px; } 
		}
		
  @media (max-width: 400px) {
      .flexbin {      display: flex;      overflow: hidden;      flex-wrap: wrap;      margin: -2.5px; }
      .flexbin:after {        content: '';        flex-grow: 999999999;                height: 0; }
      .flexbin > * {        position: relative;        display: block;            margin: 2.5px;        flex-grow: 1; }
      .flexbin > * > img {          height: 100px;          object-fit: cover;          max-width: 100%;          min-width: 100%;          vertical-align: bottom; }
      .flexbin.flexbin-margin {        margin: 2.5px; } 
	  }


/* ==========================================================================
KOMUNIKAT FORM
========================================================================== */ 


#komunikat_zwrotny {
	position: fixed;
	text-align: center;
	z-index: 10003;
	padding: 1rem 5rem;
	font-size: 0.9rem;
	border-radius: .25rem;
	right: 1rem;
	bottom: 1rem;
	color: var(--color04);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    animation-name: form-fadeInOut;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}

#komunikat_zwrotny.danger { background: var(--bs-danger); }
#komunikat_zwrotny.success { background: var(--bs-success); }

@keyframes form-fadeInOut {
    0% { opacity: 0; right:-5rem; }
	5% { opacity: 1; right:1rem; }
    90% { opacity: 1; right:1rem; }
    100% { opacity: 0; right:-1rem;}
}


		
		

/* ==========================================================================
MENU VERTICAL
========================================================================== */ 

.menu-vertical, .menu-vertical ul, .menu-vertical li {    list-style: none;}
.menu-vertical ul {    padding: 0; display:none; }
.menu-vertical {    padding: 4px;    margin: 0px;}
.menu-vertical > li {    margin: 4px 0; position: relative;}
.menu-vertical > li li {    margin: 2px 0; position: relative;}
.menu-vertical a {    color: #333;    display: block;    outline: none;    text-decoration: none;}
.menu-vertical li > a > span {    float: right;    font-size: 27px;    font-weight: bolder;}
.menu-vertical li > a:hover > span {    color: var(--color04);}
.menu-vertical li > a > span:after {    content: '\25be';}
.menu-vertical li.open > a > span:after {    content: '\25b4';}
.menu-vertical a:hover, .menu-vertical li.active > a {    background-color: var(--color02);    color: var(--color04);}
.menu-vertical > li.active > a  {    background-color: #4D90FE;}
.menu-vertical li a {	border-bottom: 1px solid var(--color01); padding: 10px 10px 10px 25px; }
.menu-vertical li li li a {	padding: 10px 10px 10px 50px; }
.menu-vertical > li > a {	font-size: 16px;	line-height: 22px;	padding: 10px 10px;	border: 1px solid var(--color01);	color: var(--color05);}
.menu-vertical .select { color: var(--color04); background-color: var(--color02); }
.menu-vertical .openMenu { display:block; }
.menu-vertical .submenu span:before {	content: '\25be';	position: absolute;	top: 0;	right: 1px;	font-size: 27px;	height: 42px;	width: 42px;	text-align: center;	cursor:pointer; }
.menu-vertical .submenu span.open:before { content: '\25b4'; }
.menu-vertical .submenu span:hover:before{ background-color:#eee; }
.mv-mobile-btn { font-size: 14px;	line-height: 22px;	padding: 10px 10px;	border: 1px solid var(--color01);	color: var(--color05);	cursor: pointer;	text-align: center;	position:relative;	display:none;}
.mv-mobile-btn:before {	content: '\25be';	position: absolute;	top: 10px;	right: 1px;	font-size: 27px;	height: 42px;	width: 42px;	text-align: center;	cursor:pointer; }
.mv-mobile-btn-open:before { content: '\25b4'; }

@media (max-width: 992px) {
.menu-vertical .submenu span::before {	right: 1px;	font-size: 22px;	height: 32px;	width: 40px; }
.menu-vertical li a {	padding: 8px 10px 8px 25px; }
.menu-vertical > li > a {	font-size: 12px;	padding: 5px 10px;}
.mv-container { display:none; }
.mv-container-open { display:block; }
.textMargin { margin-top:1rem; }
.mv-mobile-btn { display:block; }
}

/* ==========================================================================
MENU TOP
========================================================================== */ 

.navbar-max { height:100px; padding: 0; }
.navbar-mini { height:60px; }
.nav-column-1 { display:inline-block; width:250px; text-align: left;}  
.nav-column-2 {
	display: inline-block;
	width: calc(100% - 400px);
	text-align: center;
}
.nav-column-3 { display:inline-block; width:250px; text-align: right;}
.main-navigation, .nav-top-icon { display:inline-block; vertical-align: middle; }
.contact-top-btn {
	background: var(--color05);
	color: #fff;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	border-radius: 30px;
	position: relative;
	margin: 0;
	width: 250px;
	display: block;
	height: 50px;
}

.contact-top-btn span {
	display: block;
	height: 22px;
	position: absolute;
	left: 40px;
	top: 14px;
}

.contact-top-btn img {
	height: 16px;
	width: 16px;
	display: block;
	position: absolute;
	right: 32px;
	top: 17px;
}

.contact-top-btn:hover { color:#FFF; background:var(--color08); box-shadow:0 6px 20px -10px var(--color08); }
.contact-top-btn:hover img { right: 22px; }


.navbar-mini .navbar-brand img { padding: 0; height: 40px; width: auto;}
.navbar-max .navbar-brand  img { padding: 0; height: 40px;	width: auto;}
.navbar-mini {	background-color: var(--color04); }
.navbar-toggler {	border: 0px solid transparent; }
.main-navigation ul {  list-style: none;  padding: 0;  margin: 0;}
.main-navigation ul li {  display: block;  position: relative;  float: left;}
.main-navigation li ul {	display: none;	box-shadow: 0px 5px 30px 10px rgba(82, 63, 105, 0.1);	background: #fff;}
.main-navigation ul li a {
	display: block;
	padding: 0.5rem 1.5rem;
	text-decoration: none;
	white-space: nowrap;
	color: var(--color07);
	font-size: 1.4rem;
	text-align: left;
	font-weight: 500;
	position: relative;
}
.main-navigation ul li a:hover { color:var(--color05); }
.main-navigation ul li a:after {
	background-color: var(--color08);
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transition: width .3s ease;
	-moz-transition: width .3s ease;
	transition: width .3s ease;
	width: 0;
}
  .main-navigation ul li a:hover:after {
    width:100%
  }
.main-navigation li:hover li { float: none; }
.main-navigation li ul li { border-top: 0; }
.main-navigation ul ul ul {  left: 100%;  top: 0;}
.main-navigation ul:before, .main-navigation ul:after {  content: " ";   display: table; }
.main-navigation ul:after { clear: both; }
.main-navigation ul li ul li a { min-width: 120px;	font-size: 1.25rem;	padding: 0.6rem 1.5rem;}
.mobile-bg { display: none; }



@media (min-width:  992px) {	
.main-navigation li:hover > ul {  display: block;  position: absolute;}
}

@media (max-width:  992px) { 
.navbar-toggler {	right: 5px;	position: fixed;	top: 10px;}
.main-navigation {
	left: -100%;
	display: block;
	position: fixed;
	background-color: rgba(255,255,255,0.95);
	width: 100%;
	top: 0;
	z-index: 999;
	padding: 100px 0px 20px 0;
	height: 100%;
	overflow-y: scroll;
}
.main-navigation-active { left:0; text-align: left; }
.main-navigation ul li a {
	padding: 15px 0px;
	font-size: 16px;
	white-space: inherit;
	margin: 0 15%;
	text-align: center;
}
.main-navigation ul li {	float: inherit; }
.main-navigation li ul {  box-shadow:none; font-size: 13px;}
.main-navigation li:hover > ul {  position: relative;}
.main-navigation li:hover a { background: transparent; }
.main-navigation ul ul ul {	left: inherit; }
.main-navigation ul ul a {	padding-left: 40px;}
.main-navigation ul ul ul a {	padding-left: 60px;}
.main-navigation ul ul ul ul a {	padding-left: 80px;}
.navbar-max .navbar-brand img {	width: auto;	height: 40px;	padding: 0;	position: absolute;	left: 15px;	top: 10px;}
.nav-column-1 { width:75%; text-align: left; }
.nav-column-2 { width:25%; text-align: left; }
.main-navigation .submenu span::before {
	z-index: 1;
	content: '\25be';
	position: absolute;
	top: 10px;
	right: 50%;
	font-size: 30px;
	height: 50px;
	width: 50px;
	text-align: center;
	cursor: pointer;
	/* border-left: 1px solid var(--color01); */
}
.main-navigation .submenu span.open:before { content: '\25b4'; }
.main-navigation .submenu span:hover:before{ background-color:#eee; }
.mobile-bg { background: rgba(0,0,0,0.4);	position: fixed;	left: 0;	top: 50px;	width: 100%;	height: 100%;	z-index: 1;	display: none;}
.db { display:block; }
}


/* ==========================================================================
BLOG
========================================================================== */

#realizacje .blog a { color: var(--color07); }
#realizacje .blog  { 	padding: 2rem;} 
#realizacje .blog-img { width:100%; overflow:hidden; height:auto; }
#realizacje .blog-img-big img {	max-width: 80%;	border-radius: 1rem;	display: block;	margin: auto;}
#realizacje .blog-img img { max-width:100%; }
#realizacje .blog-title {	color: var(--color07);	line-height: 1.4;	font-size: 1.75rem;	position: absolute;	bottom: 2rem;	left: 2.5rem;	padding: 2rem 4rem;	opacity: 0;	transition: all 0.5s;	-moz-transition: all 0.5s;	-webkit-transition: all 0.5s;	-o-transition: all 0.5s;	background: rgba(255,255,255,0.95);	border-radius: 1rem;	max-width: 70%;}
#realizacje .blog:hover .blog-img img { transform: scale(1.02); filter:brightness(0.8); }
#realizacje .blog:hover .blog-title { opacity:1; bottom:1rem; }
#realizacje .blog-content { font-size:12px; line-height:22px; }
#realizacje .blog-data { font-size: .8rem; }
#realizacje .blog-tags a {	margin: 0 5px 5px 0;	display: inline-block;	border-radius: .25rem;	padding: 0.5rem 1.5rem;	font-size: 0.9rem;	color: var(--color05);	font-weight: 400;	border: 1px solid var(--color05);}
#realizacje .blog-tags a:hover { background:var(--color05); color:#fff; }
#realizacje .blog-tags span { margin-right:10px; }
#realizacje .blog-tags-big {  margin: 1rem 0 2.5rem 0; }
#realizacje .blog .card {	border-radius: 1rem;	overflow: hidden; position: relative; border: 0;}
#realizacje .blog .card-img, .card-img-top { border-top-left-radius: calc(.5rem - 1px);	border-top-right-radius: calc(.5rem - 1px);	object-fit: cover;}
#realizacje .blog .badge { background-color:var(--color02); color:var(--color04); }
#realizacje .blog .badge-big {	font-size: 1rem;	margin-right: 1rem; }
#realizacje .blog-data-big {	font-size: 16px;	margin-left: 0.75rem; }
#realizacje .blog-head {	max-width: 70%;	display: block;	margin: 2.5rem 0 0 25%;}
#realizacje .blog-head-bg {	background-image: url(../img/realizacjeBg.svg);	background-repeat: no-repeat;	background-size: contain;	background-position: center;}
#realizacje .blog-head h1.blogNg01 { color: var(--color07); font-size: 3.5rem; }
#realizacje .blog-head .ctaBlog {	background-color: var(--color03);	color: var(--color07);	padding: 0.5rem 3rem;	font-weight: 400;	cursor: pointer;	border: 0;	border-radius: 50px;	font-size: 1.25rem;	background: linear-gradient(270deg, rgba(63,230,220,1) 0%, rgba(28,201,232,1) 69%); text-align: center; user-select: none;	margin-top: 2.5rem; margin-top: 2.5rem; display:inline-block;}
#realizacje .blog-head span { font-size: 1.25rem;	font-weight: 300;	display: block;}
#realizacje .blog-head strong {	font-size: 1.25rem;	font-weight: 600;}
#realizacje .realizacjaInfo  ul {	font-size: 1.5rem;	list-style: none;	margin-left: 1.5rem;}
#realizacje .realizacjaInfo ul li {	position: relative; margin-bottom: 0.25rem;}
#realizacje .realizacjaInfo  ul li::before {	content: '';	position: absolute;	width: 22px;	height: 22px;	left: -40px;	top: 10px;	background-image: url(../img/chack-header.svg);	background-size: contain;}
#realizacje .realizacjaInfo p {	font-size: 1.2rem;	font-weight: 300;	margin-bottom: 1rem; margin-right: 2.5rem;}
#realizacje .realizacjaInfo h3  {	font-size: 1.65rem;	margin-bottom: 1.25rem;	color: var(--color07);}
#realizacje .image-container-2 {  display: flex;  justify-content: center; flex-wrap: wrap; }
#realizacje .image-container-2 picture {  flex: 1 1 50%; width: 50%;}
#realizacje .image-container-2 img {  width:100%;}

@media (max-width: 1600px) { 
#realizacje .blog-title { padding: 1.25rem 2.5rem; } 
#realizacje .blog-head h1.blogNg01 { font-size: 3.15rem;}
#realizacje .blog-tags a {	padding: 0.45rem 1.35rem; }
#realizacje .realizacjaInfo h3 {	font-size: 1.45rem;	margin-bottom: 1rem;}
#realizacje .realizacjaInfo p {	font-size: 1.1rem;	margin-right: 2.25rem;}
#realizacje .realizacjaInfo ul { font-size: 1.35rem; }
#realizacje .blog-tags-big {	margin: 1rem 0 2rem 0; }
}

@media (max-width: 1400px) { 
#realizacje .blog-title {	padding: 1rem 2rem;	font-size: 1.25rem; } 
#realizacje .blog-head {	max-width: 80%;	display: block;	margin: 2.5rem 0 0 10%;}
#realizacje .blog-head h1.blogNg01 { font-size: 2.8rem;}
#realizacje .blog-tags a {	padding: 0.4rem 1.2rem; }
#realizacje .realizacjaInfo h3 {	font-size: 1.4rem;	margin-bottom: 0.9rem;}
#realizacje .realizacjaInfo p {	font-size: 1rem;	margin-right: 2rem;}
#realizacje .realizacjaInfo ul { font-size: 1.2rem; }
#realizacje .blog-tags-big {	margin: 0.9rem 0 1.8rem 0; }
#realizacje .marginBottom {	margin-bottom: 2.5rem; }
}

@media (max-width: 996px) { 
#realizacje .order-mobile-1 { order:1; }
#realizacje .order-mobile-2 { order:2; }
#realizacje .blog-tags a {font-size: 0.7rem; padding: 0.25rem 0.5rem; font-weight: 400;} 
#realizacje .blog-data { font-size: 0.7rem; } 
#realizacje .blog-img-big img { border-radius: .5rem; } 
#realizacje .blog .badge-big {	font-size: .8rem;	margin-right: 1rem; } 
#realizacje .blog {padding: 1rem;} 
#realizacje .blog-title {	padding: 0.75rem 1.5rem;	font-size: 1.15rem;	left: 1rem;	max-width: 80%;}
#realizacje .blog-img-big img {	max-width:100%; }
#realizacje .blog-head { max-width: 100%; display: block; margin: 2rem 0 0 0;}
#realizacje .blog-head h1.blogNg01 { font-size: 1.8rem; }
#realizacje .blog-head strong {	font-size: 1rem;}
#realizacje .blog-head span {	font-size: 0.9rem; font-weight: 400;}
#realizacje .blog-head .ctaBlog { font-size: 0.9rem;	margin-top: 2rem;	padding: 0.5rem 2rem;}
#realizacje .realizacjaInfo h3 { font-size: 1.2rem;	margin-bottom: 0.5rem; }
#realizacje .realizacjaInfo p {	font-size: 0.9rem;	margin-right: 0;}
#realizacje .realizacjaInfo ul { font-size: 1.1rem; margin-left: 1rem; }
#realizacje .realizacjaInfo ul li::before {	width: 20px;	height: 20px;	left: -35px;	top: 4px;}
}

@media (max-width: 768px) { 
#realizacje .image-container-2 picture {  flex: 1 1 100%; width: 100%;}
}


/* ==========================================================================
Kontakt
========================================================================== */

#kontakt .kontakt-container {	margin-bottom: 1rem;	display: flex;	font-size:1.5rem;}
#kontakt .kontakt-container img {	width: 40px;	height: 40px;	object-fit: scale-down;	margin-right: 1.5rem;}
#kontakt .kontakt-container a { color: var(--color07); }
#kontakt .kontakt-container a:hover { color: var(--color03); }
#kontakt .kontakt-container-ng {	font-size: 2rem;	font-weight: 600;	margin-bottom: 1rem; color: var(--color05);}
#kontakt .kontakt-container-form textarea, .kontakt-container-form input {	margin-bottom: 1rem;	padding: 1rem 1.5rem; font-size: 1.25rem; border-color: #d0d0d0;}
#kontakt .kontakt-container-btn {	background: linear-gradient(90deg, rgba(0,88,170,1) 0%, rgba(8,140,238,1) 100%);	color: #fff;	padding: 0.9rem 2rem;	border-radius: 5rem;	font-weight: 300;	font-size: 1.15rem;	padding: 1rem 5rem;}
#kontakt h2 {	font-size: 3rem;	font-weight: 600;	color: var(--color05);}
#kontakt p {	font-size: 1.4rem;	font-weight: 300;	margin-bottom: 3rem;}
#kontakt a { color: var(--color05); }
#kontakt a:hover { color: var(--color07); }
#kontakt .wycena-form {	max-width: 75%;	display: block;	margin: auto;}



/* ==========================================================================
O nas
========================================================================== */

#onas p, #oferta p, #realizacje p {	font-size: 1.4rem;	font-weight: 300;	margin-bottom: 2rem;}
#onas .infoItem p {	font-size: 1.1rem;	font-weight: 300; margin: 0;}
#onas .infoItem {	padding: 2rem 3rem 1rem 3rem;	border-radius: 1rem;	background: var(--color09);	height: 100%;	margin: 1rem;}
#faq .accordion-button  {	font-size: 1.55rem;	border-radius: 5px;	color: var(--color07); background: var(--color09); padding: 1rem 2rem; margin-top: 0.5rem;}
#faq  .accordion-flush > .accordion-item {	border-radius: 5px; border: 0;}
#faq .accordion-button:not(.collapsed) {	background-color: var(--color08); }
#faq .accordion-body {	font-size: 1.25rem;	font-weight: 300; background: var(--color09); padding: 1rem 2rem;}
.technologieContainer {  margin-top:5rem; }
.technologieContainer .logosSwiper {	width: 100%;	height: 30px;	margin-top: 2.5rem;	margin-bottom:2.5rem;	height: 40px;}
.technologieContainer .logosSwiper .swiper-slide img {	max-width: 175px;	filter: grayscale(1);}
.technologieContainer .logosSwiper .swiper-slide img:hover { filter: grayscale(0); } 
.modulWycena {	padding-top: 100px;	padding-bottom: 100px;	background-image: url(../img/o-nas-section-bg.webp);	background-attachment: fixed;	background-size: cover;}
.modulWycena h3 {	color:#fff; font-size:3rem; font-weight:600; }
.modulWycena p {	color:#fff; }
.ctaBtn {	background-color: var(--color03);	color: var(--color04);	padding: 0.75rem 3rem;	font-weight: 400;	cursor: pointer;	border: 0;	border-radius: 50px;	font-size: 1.5rem;	background: linear-gradient(315deg, rgba(0,119,179,1) 0%, rgba(25,153,185,1) 50%, rgba(0,119,179,1) 100%);	margin-right: 1rem;	width: 40%;	text-align: center;	display: inline-block;	user-select: none;}
.drukWycena { background-image: url(../../../img/oferta/efmediaBg.svg); }
.drukWycena h3 { color:#363342;}
.drukWycena p { color:#363342; }
.drukWycena .logo-efmedia {	color: #ce1470;	width: 200px;	max-width: 50%; margin-bottom: 2rem;}
.drukWycena .ctaBtn {background: rgba(215,0,117,1);}
#etapyPracy {	background-color: var(--color07);	padding: 5rem 0;	color: #fff;}
#etapyPracy {	background-image: url(../img/footer-bg1.svg);	background-attachment: fixed;	background-size: cover;}
#etapyPracy .etapyPracyItem { display:flex; margin-top:2rem;}
#etapyPracy .etapyPracyLp {	font-size: 1.75rem;	background-color: var(--color08);	width: 50px;	height: 50px;	text-align: center;	border-radius: 50%;	margin-right: 1rem;	line-height: 1;	font-weight: 300;	padding-top: 0.65rem;}
#etapyPracy .etapyPracyNg {	font-size: 1.75rem;	font-weight: 500;}
#etapyPracy p {	font-size: 1.1rem; opacity: 0.7;}


/* ==========================================================================
SimpleLightbox v2.13.0
========================================================================== */

body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;display:none;z-index:1035}.sl-wrapper{z-index:1040;width:100%;height:100%;left:0;top:0;position:fixed}.sl-wrapper *{box-sizing:border-box}.sl-wrapper button{border:0 none;background:transparent;font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:0.7}.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:10060;margin-top:-14px;margin-right:-14px;height:44px;width:44px;line-height:44px;font-family:Arial,Baskerville,monospace;color:#000;font-size:3rem}.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:10060;color:#000;font-size:1rem}.sl-wrapper .sl-download{display:none;position:fixed;bottom:5px;width:100%;text-align:center;z-index:10060;color:#fff;font-size:1rem}.sl-wrapper .sl-download a{color:#fff}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;height:44px;width:22px;line-height:44px;text-align:center;display:block;z-index:10060;font-family:Arial,Baskerville,monospace;color:#000}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}@media (min-width: 35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}}@media (min-width: 50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}}.sl-wrapper.sl-dir-rtl .sl-navigation{direction:ltr}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0 none;width:100%;height:auto}@media (min-width: 35.5em){.sl-wrapper .sl-image img{border:0 none}}@media (min-width: 50em){.sl-wrapper .sl-image img{border:0 none}}.sl-wrapper .sl-image iframe{background:#000;border:0 none}@media (min-width: 35.5em){.sl-wrapper .sl-image iframe{border:0 none}}@media (min-width: 50em){.sl-wrapper .sl-image iframe{border:0 none}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,0.8);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.sl-transition{transition:-moz-transform ease 200ms;transition:-ms-transform ease 200ms;transition:-o-transform ease 200ms;transition:-webkit-transform ease 200ms;transition:transform ease 200ms}@-webkit-keyframes pulsate{0%{transform:scale(0.1);opacity:0.0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(0.1);opacity:0.0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(0.1);opacity:0.0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(0.1);opacity:0.0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%{transform:scale(0.1);opacity:0.0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}


/* ==========================================================================
TRANSITIONS
========================================================================== */

	.navbar-mini .navbar-brand,
	.navbar-mini .navbar-brand img,
	.navbar-mini .navbar-nav > li > a,
	.navbar-max .navbar-brand,
	.navbar-max .navbar-brand img,
	.navbar-max .navbar-nav > li > a,
	.navbar-mini,
	.navbar-max,
	.ah,
	.ah:hover,
	.navbar-mini #szukaj-top,
	.navbar-max #szukaj-top,
	.szukaj-top-close,
	.foto_galeria img,
	.foto_galeria img:hover,
	.oferty_slider,
	.oferty_slider:hover,
	.blog-img img,
	.blog-img img:hover,
	.blog-container a,
	.blog-container a:hover,
	.main-navigation,
	#owl-slider .owl-nav [class*="owl-"],
	#owl-slider .owl-nav [class*="owl-"]:hover,
	.contact-top-btn img,
	.contact-top-btn img:hover
	{	
		transition: all 0.3s;
		-moz-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
	}
	

/* ==========================================================================
PHONE
========================================================================== */ 
   

@media (max-width: 1600px) {
	.btn {	font-size: .9rem; }
	h1, .h1 {	font-size: 2.7rem;}
	h2, .h2 {	font-size: 1.1rem;}
	.contact-bg .h1 {	font-size: 2.25rem; }
	.navbar-max {height: 90px;}
	.contact-top-btn {	font-size: 1.1rem;	width: 230px;	height: 40px; }
	.contact-top-btn span {	left: 35px;	top: 10px; }
	.contact-top-btn img {	height: 14px;	width: 14px;	right: 28px;	top: 13px;}
	.navbar-max .navbar-brand img {	height: 35px; }
	.nav-column-1 {	width: 230px; }
	.main-navigation ul li a {	font-size: 1.1rem; }
	.main-navigation ul li ul li a { font-size: 1rem; }
	.head01 { font-size: 2.8rem;}	
	.head01::before {		width: 40px;	height: 40px;	border-radius: 4px; left:-12px;}
	.homeTop {	padding-top: 120px;	padding-bottom: 120px;}
	.homeTop .homeTopNg1 {	font-size: 4rem;}
	.homeTop .homeTopNg2 {	font-size: 2rem;}
	.homeTop ul { font-size: 1.4rem; }
	.homeTop ul li::before {	width: 16px;	height: 16px;	left: -35px;	top: 12px; }
	.homeTop .ctaBtn {	padding: 0.6rem 2.4rem;	font-size: 1.1rem;	width: 180px; }
	.logosSwiper {	margin-top: 80px; }
	#realizacje .swiper-button-next, #realizacje .swiper-button-prev {	padding: 2.4rem; }
	#realizacje .realizacjeSwiperItem {	height: 520px; }
	#realizacje .swiper-button-next::after, #realizacje .swiper-button-prev::after { font-size: 2rem; }
	.container-ps-ng h1 { font-size: 4rem; }
	#kontakt h2 { font-size: 2.7rem;}
	#kontakt .kontakt-container-ng { font-size: 1.8rem;}
	#kontakt p { font-size: 1.25rem;	margin-bottom: 1.7rem;}
	#kontakt .kontakt-container {	font-size: 1.35rem; }
	#kontakt .kontakt-container img {	width: 36px;	height: 36px;}
	#kontakt .kontakt-container-form textarea, .kontakt-container-form input {	margin-bottom: 0.9rem;	padding: 0.9rem 1.25rem;	font-size: 1.1rem;}
	#kontakt .kontakt-container-btn {	padding: 0.9rem 2rem;	border-radius: 4.5rem;	font-size: 1.05rem;	padding: 0.9rem 4.5rem;}
	.breadcrumb { font-size: 1rem;}
	.container-ps-ng {	padding-bottom: 45px;	margin: 0 auto 4.5rem auto; }	
	#onas p, #oferta p, #realizacje p { font-size: 1.125rem;}
	#onas .infoItem h3 { font-size: 1.4rem; }
	#onas .infoItem p {	font-size: 1rem;}	
	#oferta .infoItem h3 { font-size: 1.4rem; }
	#oferta .infoItem p {	font-size: 1.125rem;}	
	.infoBaner .infoBaner02 {	font-size: 2rem;	line-height: 2rem;}
	.infoBaner .infoBaner03 {	font-size: 2rem;	margin-left: 1rem;	margin-top: 0.75rem;}
	.infoBaner .infoBaner04 {	font-size: 1.35rem; }
	.infoBaner .infoBaner05 {	font-size: 2rem;	margin-right: 1rem;	margin-top: 0.75rem;}
	.infoBaner .infoBaner06 {	font-size: 1.35rem; }
	.infoBaner .infoBaner01 {	font-size: 5.5rem;}
	.modulWycena h3 {	font-size: 2.4rem; }
	.ctaBtn {	font-size: 1.25rem;	width: 32%; }	
	#faq .accordion-button { font-size: 1.35rem;}
	#faq .accordion-body {	font-size: 1.15rem;}
	#oferta .ngStronyInternetowe { max-width:55%; }
	#oferta .ofertaInfo h2 {	font-weight: 600;	font-size: 2rem;}
	#oferta .infoItem h2 {	font-size: 1.6rem; }
	#oferta .infoItem ul {	font-size: 1.125rem;}	
	#oferta .infoItem ul li::before {	width: 20px;	height: 20px;}
	#onas p, #oferta p, #realizacje p {	margin-bottom: 2rem; }
	#oferta .ofertaInfoImg {	max-width: 75%;}
	#oferta .ofertaInfo ul {	font-size: 1.3rem;}
	#etapyPracy .etapyPracyNg {	font-size: 1.5rem; }
	#etapyPracy .etapyPracyLp {	font-size: 1.5rem;	width: 40px;	height: 40px;	margin-right: 1rem;	line-height: 1;	padding-top: 0.5rem;}
	.drukWycena .logo-efmedia {	width: 170px;}
	#realizacje .realizacjeSwiperItem span { height: 70px;	line-height: 1;	font-size: 1.5rem;	padding: 1.25rem 3rem;}
	#pricing {	padding-left: 6rem;	padding-right: 6rem; }
	#pricing .pricingAvatar {	width: 80px;	height: 80px;	margin-top: -70px;	margin-bottom: 2rem;}
	#pricing .pricingAvatar i {	font-size: 2rem;	line-height: 5rem; }
	#pricing .infoItem h2 {	font-size: 1.4rem; }
	#pricing .infoItem h3 {	font-size: 1rem; }
	#pricing .infoItem .cena strong {font-size: 2.8rem;}
	#pricing .infoItem .cena {	font-size: 1.4rem; }
	#pricing .infoItemSelect::before {	font-size: 1.1rem; }
	#pricing .infoItem p {	font-size: 1rem; }
	#pricing .infoItem ul li::before {	width: 16px; height: 16px; left: -25px; top: 2px;}
	#pricing .infoItem ul {	margin: 1rem 0 1rem .35rem;	padding-left: 2.35rem; padding-right: 1.5rem; }
}    

@media (max-width: 1400px) {
	#realizacje .realizacjeSwiperItem {	height: 450px; }
	#realizacje .realizacjeSwiperItem span { height: 55px;	font-size: 1.35rem;	padding: 1rem 2rem;}
	.oferta-item h3 { font-size: 2rem; }
	#etapyPracy .etapyPracyNg {	font-size: 1.6rem; }
	#etapyPracy .etapyPracyLp {	font-size: 1.6rem;	width: 42px;	height: 42px;	padding-top: 0.55rem; }
	.homeText h2 { font-size: 1.55rem;}
	.homeText h1 { font-size: 2.5rem;}
	.homeText p { font-size: 1rem;}		
	.container-ps-ng h1 { font-size: 3.6rem; }
	#kontakt h2 { font-size: 2.45rem;}
	#kontakt .kontakt-container-ng { font-size: 1.6rem;}
	#kontakt p { font-size: 1.25rem;	margin-bottom: 1.5rem;}
	#kontakt .kontakt-container {	font-size: 1.2rem; }
	#kontakt .kontakt-container img {	width: 32px;	height: 32px;}
	#kontakt .kontakt-container-form textarea, .kontakt-container-form input {	margin-bottom: 0.8rem;	padding: 0.8rem 1.15rem;	font-size: 1rem;}
	#kontakt .kontakt-container-btn {	padding: 0.8rem 1.8rem;	border-radius: 4rem;	font-size: 1rem;	padding: 0.7rem 4rem;}
	.breadcrumb { font-size: 0.9rem;}
	.container-ps-ng {	padding-bottom: 40px;	margin: 0 auto 4rem auto; }
	#oferta .uslugiOpis h2 { font-size: 1.5rem; }
	#oferta .uslugiOpis h3 { font-size: 1.25rem; }
	#oferta .uslugiOpis p {	font-size: 1.05rem;}
	.oferta-item h3 { font-size: 2.25rem;}
	#oferta .oferta-item p {	font-size: 1.05rem; }
	#oferta .ngStronyInternetowe { max-width:65%; }
	#pricing {	padding-left: 2rem;	padding-right: 2rem; }
	#pricing .infoItemSelect::before {	font-size: 1rem;	padding: .15rem 2rem;}
	#pricing .infoItem p {	font-size: 0.85rem; }
	#pricing .infoItem ul li {	font-size: 0.85rem;	line-height: 1.15; }
	#pricing .infoItem ul {	margin: 1rem 0 1rem .25rem;	padding-left: 2rem;	padding-right: 1.5rem;}
	#pricing .infoItem ul li::before {	width: 14px;	height: 14px;	left: -22px;	top: 2px;}
	#pricing .infoItem .cena strong {	font-size: 2.4rem; }
	#pricing .infoItem .cena {	font-size: 1.22rem; }
	#pricing .pricingAvatar {	width: 60px;	height: 60px;	margin-top: -60px;	margin-bottom: 2rem;}
	#pricing .pricingAvatar i {	font-size: 1.65rem;	line-height: 3.75rem; }
	#pricing .infoItem h2 {	font-size: 1.2rem; }
	#pricing .infoItem h3 {	font-size: 0.85rem; }
}   

@media (max-width: 1200px) {
	#realizacje .realizacjeSwiperItem {	height: 390px; }
	#realizacje .realizacjeSwiperItem span {	height: 45px;	font-size: 1.1rem;	padding: 0.9rem 2rem;	border-radius: 0.5rem;}
	.head01 {	font-size: 2rem; }
	#realizacje .btn {	padding: 0.7rem 2rem;	font-size: 1rem; width: 90%;}
	.head01::before { width: 28px;	height: 28px;	border-radius: 4px;	left: -8px;	top: 3px;}		
	.container-ps-ng h1 { font-size: 3.2rem; }
	#kontakt h2 { font-size: 2rem;}
	#kontakt .kontakt-container-ng { font-size: 1.6rem;}
	#kontakt p { font-size: 1.15rem;	margin-bottom: 1.25rem;}
	#kontakt .kontakt-container {	font-size: 1.1rem; }
	#kontakt .kontakt-container img {	width: 30px;	height: 30px;}
	#kontakt .kontakt-container-form textarea, .kontakt-container-form input {	margin-bottom: 0.7rem;	padding: 0.7rem 1rem;	font-size: 0.9rem;}
	#kontakt .kontakt-container-btn {	padding: 0.7rem 1.6rem;	border-radius: 3.6rem;	font-size: 0.9rem;	padding: 0.6rem 3.6rem;}
	.breadcrumb { font-size: 0.8rem;}
	.container-ps-ng {	padding-bottom: 36px;	margin: 0 auto 3.6rem auto; }
	#oferta .ofertaInfo h2 {	font-size: 1.65rem; }
	#onas p, #oferta p, #realizacje p {	font-size: 1rem; }
	#oferta .infoItem h2 {	font-size: 1.4rem; }
	#oferta .infoItem p {	font-size: 1rem; }
	#oferta .infoItem ul {	font-size: 1rem; }
	#oferta .ofertaInfo ul {	font-size: 1.125rem; }
	#oferta .ofertaInfo ul li::before {	width: 16px;	height: 16px;	top: 5px; }
	#etapyPracy .etapyPracyNg {	font-size: 1.3rem; }
	#etapyPracy .etapyPracyLp {	font-size: 1.3rem;	width: 35px;	height: 36px;	padding-top: 0.5rem; }
	#etapyPracy {	padding: 2rem 0; }
	#pricing {	padding-left: 0rem;	padding-right: 0rem; }
}

@media (max-width: 992px) {
body {font-size: .9rem;}
.navbar-max { height: 70px; background-color: var(--color04); box-shadow: 0px 5px 5px rgba(34,34,34,.05); }
main { margin-top:50px; margin-bottom:20px; }
.margin-section {	padding-top: 25px;	padding-bottom: 25px; }
.carousel_top { margin-top:51px; }
.foot_mobile { text-align:center !important; font-size: .75rem; }
.foot_mobile img { max-width:100%; }
.flex-direction-nav { display:none; }
.news_ng1 { font-size:21px; }
.news_ng2 { font-size:18px; }
#fb_box { display:none; }
#cookies-message {	padding: 10px;	bottom: 0;	left: 0;	width: 100%;}
.container-ps-ng {	margin: 65px auto 30px auto;	padding: 10px 0; }
.container-ps-ng hr {	margin: 1rem 0 0 0; }
.formularz_btn { display:none; }
.nav-top-icon {	width: 110px;	position: fixed;	top: 15px;	right: 55px;}
h1, .h1 {	font-size: 2rem; }
h2, .h2 {	font-size: 1rem; }
.contact-bg .h1 { font-size: 1.5rem; }
.homeText h1 {	font-size: 2rem; }
.homeText h2 {	font-size: 1.25rem; }
.homeText p {	font-size: 0.9rem; }
.homeFoto { display:none; }
.btn {	padding: 0.3rem 2rem;	font-size: 1.15rem;	font-weight: 500;}
.contact-btn { height: 35px;	width: 100%;}
.breadcrumb { font-size: 0.75rem;}
.navbar-max .navbar-brand img {	height: 30px; }
.contact-top-btn {
	font-size: 0.8rem;
	width: 130px;
	height: 30px;
	position: absolute;
	top:20px;
	right: calc(50% - 95px);
}
.contact-top-btn span {
	left: 15px;
	top: 10px;
	line-height: 0.75;
	height: auto;
}
.contact-top-btn img { display: none; }
.navbar-logo img {
	height: 30px;
	position: absolute;
	left: 13px;
	top: 20px;
	width: auto;
}
.hamburger-menu {	position: absolute;	top: 23px;	right: 20px;	display: block;}
#nav-hamburger {	width: 34px;	height: 26px;	-webkit-transform: rotate(0deg);	-moz-transform: rotate(0deg);	-o-transform: rotate(0deg);	transform: rotate(0deg);	-webkit-transition: .5s ease-in-out;	-moz-transition: .5s ease-in-out;	-o-transition: .5s ease-in-out;	transition: .5s ease-in-out;	cursor: pointer;	z-index: 9999;}
#nav-hamburger span {	display: block;	position: absolute;	height: 3px;	width: 100%;	background: var(--color05);	border-radius: 10px;	opacity: 1;	left: 0;	-webkit-transform: rotate(0deg);	-moz-transform: rotate(0deg);	-o-transform: rotate(0deg);	transform: rotate(0deg);	-webkit-transition: .25s ease-in-out;	-moz-transition: .25s ease-in-out;	-o-transition: .25s ease-in-out;	transition: .25s ease-in-out;}
#nav-hamburger span:nth-child(1) {  top: 2px;}
#nav-hamburger span:nth-child(2),#nav-hamburger span:nth-child(3) {  top: 10px; width: 70%;}
#nav-hamburger span:nth-child(4) {  top: 18px;}
#nav-hamburger.hamburger-menu-active span:nth-child(1) {  top: 18px;  width: 0%;  left: 50%;}
#nav-hamburger.hamburger-menu-active span:nth-child(2) {  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  width: 100%;}
#nav-hamburger.hamburger-menu-active span:nth-child(3) {  -webkit-transform: rotate(-45deg);  -moz-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  width: 100%;}
#nav-hamburger.hamburger-menu-active span:nth-child(4) {  top: 18px;  width: 0%;  left: 50%;}
.homeTop {	padding-top: 35px;	padding-bottom: 25px;	background-size: 900px 100%;	background-position: 500px -80px;	background-attachment: inherit;}
.homeTop .homeTopNg1 {	font-size: 2.1rem; }
.homeTop .homeTopNg2 {	font-size: 1.25rem; max-width: 270px; }
.homeTop p { font-size: 1rem; width: 100%; 	margin-bottom: 1rem; }
.head01 {font-size: 1.75rem;	margin-bottom: 1rem; line-height: 1.1;}
.head01::before {};
#realizacje .realizacjeSwiperItem {	margin: 1rem 1rem 3rem 1rem; }
#realizacje .btn-mobile {	display: block;	margin: 2rem auto 0 auto;	font-size: 0.9rem;	padding: 0.5rem 2rem;}
#realizacje .btn-desktop { display:none; }
.main-navigation ul li a {	font-size: 1.5rem; text-align: left; }
.homeTop ul {	font-size: 1.3rem;	margin-left: 0rem; font-weight:500;}
.homeTop .ctaBtn {	padding: 0.5rem .75rem;	font-size: 1rem;	width: 130px;	margin-right: 0.5rem; }
.homeTop ul li::before {	width: 15px;	height: 15px;	left: -25px;	top: 10px;}
.logosSwiper {	margin-top: 40px; }
.oferta-item h3 { font-size: 1.5rem;}
.oferta-item {	margin-bottom: 1rem;	margin-left: 1rem;	margin-right: 1rem;}
.oferta-item p {display: none;}
.oferta-item img {	width: 20px;	top: calc(50% - 10px);}
#etapyPracy { padding: 2rem 0; }
#etapyPracy p {	font-size: 0.9rem;}
#etapyPracy .etapyPracyNg {	font-size: 1.35rem; }
#etapyPracy .etapyPracyItem { margin-top: 1rem; }
#etapyPracy .etapyPracyLp {	font-size: 1.125rem;	width: 30px;	height: 30px;	padding-top: 0.35rem;}
.head01::before {	width: 50%;	left: 25%;	top: 20px;	height: 10px;	border-radius: 2px;}
.homeText .btn {	padding: 0.5rem .75rem;	font-size: 1rem;	width: 130px;	margin-right: 0.5rem;}
#realizacje .realizacjeSwiperItem {	height: 350px; }
.container-ps-ng h1 {	font-size: 2.25rem; }
.container-ps-ng::before {	height: 3px;	bottom: -3px; }
#kontakt h2 {	font-size: 1.8rem; }
#kontakt p {	font-size: 1rem;	margin-bottom: 1.2rem;}
#kontakt .kontakt-container img {	width: 25px;	height: 25px;	margin-right: 1rem;}
#kontakt .kontakt-container-ng {	font-size: 1.4rem;	margin-top: 2rem;}
#kontakt .kontakt-container-btn { width: 100%; }
#kontakt .wycena-form {	max-width: 100%; }
#kontakt .head01 {margin-top:2rem;}
#onas p, #oferta p, #realizacje p {	font-size: 0.9rem; margin-bottom: 1rem; }
#onas .infoItem { padding: 1.5rem;	margin: 0;	height: auto;	margin-bottom: 1rem;}
#onas .infoItem h3 { font-size: 1.25rem;}
#onas .infoItem p {	font-size: 0.9rem; }
#oferta .infoItem { padding: 1.15rem 1.25rem 0.1rem 1.25rem;	margin: 0;	height: auto;	margin-bottom: 1rem;}
#oferta .infoItem h3 { font-size: 1.25rem;}
#oferta .infoItem p {	font-size: 0.9rem; }
#onas .technologieContainer {	margin-top: 2rem; }
.infoBaner {	margin: 2rem 0; }
.infoBaner .infoBaner01 {	font-size: 4rem; line-height: 1;}
.infoBaner .infoBaner02 {	font-size: 1.75rem; margin: 0; }
.infoBaner .infoBaner00 {	display: block;	border-radius: 2rem;	padding: 2rem 1rem; text-align: center;}
.infoBaner .infoBaner03, .infoBaner .infoBaner04, .infoBaner .infoBaner05, .infoBaner .infoBaner06 { display:none; }
.modulWycena h3 {	font-size: 2rem; }
.modulWycena {	padding-top: 3rem;	padding-bottom: 3rem; margin-bottom: 1rem;}
.ctaBtn {	font-size: 1.15rem;	width: 80%; }
#faq .accordion-button {	font-size: 1rem;	padding: 1rem;}
#faq .accordion-body {	font-size: 0.9rem;	padding: 1rem; }
#oferta .uslugiOpis h2 { font-size: 1.25rem; }
#oferta .uslugiOpis h3 { font-size: 1.1rem; }
#oferta .uslugiOpis p {	font-size: 0.9rem; margin-bottom: 1rem;}
#oferta .uslugiOpis .uslugiOpisContainer {	padding: 1.5rem;	margin: 0;	height: auto;	margin-bottom: 1rem;}
#oferta .ngStronyInternetowe { max-width:100%; }
#oferta .ofertaInfo {	margin-top: 2rem;	margin-bottom: 2rem;}
#oferta .ofertaInfo h2 { font-size: 1.35rem; }
#oferta .infoItem h2 {	font-size: 1.25rem; }
#oferta .infoItem ul {	font-size: 0.9rem;	margin-left: 1rem; }
#oferta .ofertaInfoImg {  }
#oferta .ofertaInfo ul {	font-size: 1rem; margin-left: .5rem; }
.technologieContainer {	margin-top: 2rem; }
.marginBottom {	margin-bottom: 2rem; }
.mobileNone { display:none !important; }
#realizacje .realizacjeSwiperItem span {	height: auto;	padding: 10px 10px 10px 10px;	font-size: 1rem;	bottom: 1.5rem;	left: 1rem;	width: calc(100% - 2rem);}
#pricing .pricingAvatar { display:none; }
#pricing {	padding-top: 2rem; }
#pricing .infoItem h2 {	font-size: 1.35rem; margin-top: 2rem;}
#pricing .infoItem h3 {	font-size: .85rem; }
#pricing .infoItem .cena {	font-size: 1.2rem;	padding: 0.5rem;}
#pricing .infoItem {	padding: 1rem 1rem .1rem 1rem;	margin: 0;	height: auto;	margin-bottom: 1rem;}
}

@media (max-width: 550px) {
.homeTop { height:calc(100vh - 100px); }
#realizacje .swiper-button-next, #realizacje .swiper-button-prev {	padding: 1.5rem; }
#realizacje .swiper-button-next::after, #realizacje .swiper-button-prev::after {	font-size: 1.25rem; }
#realizacje .swiper-button-prev::after {	margin-right: .25rem; }
#realizacje .swiper-button-next::after {	margin-left: .25rem; }
#realizacje .swiper-slide-active .buttonMore {	font-size: 0; width: 40px; height: 40px;}
#realizacje .r-arrow::before {	left: 20px; }
#realizacje .realizacjeSwiperItem {	margin: 0rem 0rem 0rem 0rem;	box-shadow: none;	border: 1px solid #eee; }
#realizacje .realizacjeSwiperItem img {	border-radius: 1.25rem;	padding: .5rem; }
#realizacje .realizacjeSwiperItem {	height: 250px; }
#realizacje .realizacjeSwiperItem span small {	font-size: 0.75rem;}
.drukWycena .logo-efmedia {	width: 140px;	margin-bottom: 1rem; }
.drukWycena h3 { font-size: 1.75rem; }
}