/* 
	font-family: Poppins, sans-serif;
*/
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;
}
*{
	box-sizing: border-box;
}
body{
	overflow-x: hidden !important;
	background-color: #FFF !important;
}
html {
	scroll-behavior: smooth;
}
p, h1, h2, h3, h4, h5, h6{
	cursor: default !important;
}

/* MENU PC */
.pc-menu .elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown{
	padding: 20px 0px !important;
}
.pc-menu .elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown a{
	border-radius: 0 !important;
}
.pc-menu .has-submenu{
	cursor: default !important;
}
@media screen and (width < 1025px) {
	.pc-menu .elementor-widget-container .elementor-nav-menu__container.elementor-nav-menu--dropdown{
		top: 65px !important;
		padding: 50px 0 !important;
	}
}
@media screen and (width < 1025px) {
	.menu-item a{
		text-align: center !important;
	}
}

/* HOME */
/* animacja */
.intro-el-animacja {
  animation: pulsuj 1.5s infinite;
}
@keyframes pulsuj {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
.hov-green h1:hover,
.hov-green h4:hover,
.hov-green h5:hover {
	color:#419190 !important;
	cursor: default !important;
	transition: 0.3s;
}

/* hovery sekcji 2 */
/* 1 animacja */
.home-sekcja2-zolty {
	position: relative !important;
	overflow: hidden !important;
	z-index: 0 !important;
}
.e-con::before{
	left: auto !important;
}
.home-sekcja2-zolty::before {
	content: '' !important;
	position: absolute !important;
	top: 0 !important;
	left: auto;
	right: 0 !important;
	width: 0% !important;
	height: 100% !important;
	background-color: #FCC100 !important;
	transition: width 0.3s ease-in !important;
	z-index: 1 !important;
	border-radius: 0 !important;
}
.home-sekcja2-zolty:hover::before {
	width: 100% !important;
}

/* 2 animacja */
.home-sekcja2-zielony::before {
	z-index: 0 !important;
	pointer-events: none !important;
}
.home-sekcja2-zielony {
	position: relative !important;
	overflow: hidden !important;
	z-index: 0 !important;
}
.home-sekcja2-zielony::after {
	content: '' !important;
	position: absolute !important;
	top: 0% !important;
	right: 0% !important;
	width: 200% !important;
	height: 300% !important;
	background-color: #419190 !important;
	transform: rotate(48.79deg) translate(0%, -150%) !important;
	transition: transform 0.3s ease-in !important;
	z-index: 1 !important;
}
.home-sekcja2-zielony:hover::after {
	transform: rotate(48.79deg) translate(0, -50%) !important;
}

/* 3 animacja */
.home-sekcja2-pom {
	position: relative !important;
	overflow: hidden !important;
	z-index: 0 !important;
}
.home-sekcja2-pom::before {
	content: '' !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 0 !important;
	height: 0 !important;
	background-color: #FF5850 !important;
	border-radius: 50% !important;
	transform: translate(-50%, -50%) !important;
	transition: width 0.3s ease-in, height 0.3s ease-in !important;
	z-index: 1 !important;
}
.home-sekcja2-pom:hover::before {
	width: 400px !important; 
	height: 400px !important;
}

/* sekcja 3 - lakierowanie... i kropki wszędzie list style custom */
.lista-kropki ul strong{
	font-weight: 600 !important;
}
.lista-kropki ul li::marker{
	color:#FE6B64 !important;
	font-size: 22px !important;
}
.uslugi-zastosowanie .lista-kropki ul,
.uslugi-cechy .lista-kropki ul {
    list-style: none !important;
}
.uslugi-zastosowanie .lista-kropki ul li,
.uslugi-cechy .lista-kropki ul li {
    position: relative !important;
    padding-left: 30px !important;
}
.uslugi-cechy .lista-kropki ul li::before {
    content: '•';
    position: absolute !important;
    left: 0 !important;
    font-size: 36px !important;
    color: rgb(254, 107, 100) !important;
    line-height: 24px !important;
}
.uslugi-zastosowanie .lista-kropki ul li::before{
    content: '•';
    position: absolute !important;
    left: 0 !important;
    font-size: 48px !important;
    color: #FDBA0D !important;
    line-height: 24px !important;
}
@media screen and (width < 768px) {
	.home-sekcja2-zielony::after {
		display: none !important;
	}
	.home-sekcja2-pom:hover::before {
		width: 700px !important; 
		height: 700px !important;
	}
}

/* sekcja 5 */
.home-sekcja5-item-container{
	gap: 20px !important;
}
.home-sekcja5-item-container .home-sekcja5-item{
	cursor: pointer !important;
	white-space: nowrap !important;
}
.home-sekcja5-icon{
	width: 50px !important;
	height: 50px !important;
}
.home-sekcja5-item img{
	transition: 0.3s ease-out !important;
}
.home-sekcja5-item .home-sekcja5-bottom-y,
.home-sekcja5-item .home-sekcja5-bottom-o,
.home-sekcja5-item .home-sekcja5-bottom-g{
	transition: 0.3s ease-in-out !important;
	gap: 20px !important;
}
.home-sekcja5-item:hover img{
	transform: scale(1.07) !important;
}
.home-sekcja5-item:hover .home-sekcja5-bottom-y,
.home-sekcja5-item:hover .home-sekcja5-bottom-o,
.home-sekcja5-item:hover .home-sekcja5-bottom-g{
	transform: translateY(-28px) !important;
}
.home-sekcja5-item:hover .home-sekcja5-bottom-y{
	background-color: #F2B30E !important;
}
.home-sekcja5-item:hover .home-sekcja5-bottom-o{
	background-color: #FF5850 !important;
}
.home-sekcja5-item:hover .home-sekcja5-bottom-g{
	background-color: #3E807F !important;
}

.home-sekcja5-item:hover .home-sekcja5-bottom-y svg path{
	fill: #F2B30E !important;
}
.home-sekcja5-item:hover .home-sekcja5-bottom-o svg path{
	fill: #FF5850 !important;
}
.home-sekcja5-item:hover .home-sekcja5-bottom-g svg path{
	fill: #3E807F !important;
}
@media screen and (width < 1520px) {

}
@media screen and (width < 1366px) {
	.home-sekcja5 .e-con-inner .home-sekcja5-item-container,
	.home-sekcja4-teksty{
		width: 100% !important;
	}
	.home-sekcja5 .e-con-inner .home-sekcja5-teksty{
		width: 100% !important;
	}
}
@media screen and (width < 768px) {
	.home-sekcja5 .home-sekcja5-item{
		height: 350px !important;
		min-height: 350px !important;
	}
}

/* REALIZACJE */
.realizacje-galeria .elementor-gallery__container{
	row-gap: 80px !important;
}
.realizacje-galeria .elementor-gallery__titles-container{
	justify-content: space-between !important;
	padding-bottom: 80px !important;
	gap: 20px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.realizacje-galeria .elementor-gallery__titles-container a{
	display: block !important;
	margin: 0 !important;
	border: 1px solid #595959;
	border-radius: 50px !important;
	overflow: hidden !important;
	padding: 8px 24px !important;
}
.realizacje-galeria .elementor-gallery__titles-container a::before,
.realizacje-galeria .elementor-gallery__titles-container a::after{
	border: none !important;
}
.realizacje-galeria .elementor-gallery__titles-container a:hover{
	border: 1px solid #419190 !important;
}
.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events .elementor-slideshow__footer {
	opacity: 0 !important;
}
.realizacje-galeria .elementor-item-active{
	border: 1px solid #3E807F !important;
	border-radius: 50px !important;
}
.dialog-lightbox-widget .elementor-slideshow__header{
	padding-right: 70px !important;
}
.dialog-lightbox-widget .dialog-close-button.dialog-lightbox-close-button{
	margin-top: 15px !important;
}
.dialog-lightbox-widget .dialog-close-button.dialog-lightbox-close-button div{
	width: 40px !important;
}
.dialog-lightbox-widget .dialog-close-button.dialog-lightbox-close-button,
.dialog-lightbox-widget .elementor-swiper-button-prev div,
.dialog-lightbox-widget .elementor-swiper-button-next div{
	background-color: #FFF !important;
	border-radius: 50% !important;
	width: 40px !important;
	height: 40px !important;
}
.dialog-lightbox-widget .dialog-close-button.dialog-lightbox-close-button div{
	position: relative !important;
}
.dialog-lightbox-widget .dialog-close-button.dialog-lightbox-close-button div img{
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.elementor-popup-modal .dialog-close-button.dialog-lightbox-close-button{
	width: 20px !important;
	height: 20px !important;
}
@media screen and (width < 1025px) {
	.realizacje-galeria .elementor-gallery__titles-container{
		justify-content: space-around !important;
		padding-bottom: 40px !important;
		margin-bottom: 40px !important;
	}
	.realizacje-galeria .elementor-gallery__titles-container a{
		width: 180px !important;
		text-align: center;
	}
	.realizacje-galeria .elementor-gallery__container{
		row-gap: 20px !important;
	}
}
@media screen and (width < 768px) {
	.realizacje-galeria .elementor-gallery__titles-container{
		gap: 12px !important;
	}
}
/* KARIERA */
.kariera .e-n-accordion-item-title-icon{
	width: 40px !important;
	height: 40px !important;
	background-color: #F5F5F5 !important;
	position: relative;
	border-radius: 50%;
	flex-shrink: 0 !important;
}
.kariera .e-n-accordion-item-title-icon svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.kariera .lista-kropki ul li::marker{
	color:#FFF !important;
	font-size: 16px !important;
}
.kariera .e-n-accordion-item-title-header{
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: start !important;
}

/* wycena popup i formularz */
.elementor.elementor-location-popup > div{
	width: 100% !important;
	max-width: 100% !important;
}
.wycena form{
	margin-bottom: 12px !important;
}
.wycena{
	width: 100% !important;
	max-width: 100% !important;
}
.wycena .forminator-custom-form > .forminator-row{
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 60px !important;
	width: 100% !important;
	max-width: 100% !important;
}
.wycena .forminator-field-group > div{
	padding: 0 !important;
}
.wycena .forminator-custom-form .forminator-repeater-field{
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}
.wycena .forminator-custom-form > .forminator-row #group-1,
.wycena .forminator-custom-form > .forminator-row #group-2{
	width: 50% !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}
.wycena *{
	font-family: "Poppins";
}
/* pola */
.forminator-file-upload span,
.wycena .forminator-checkbox-label,
.wycena .forminator-label{
	font-size: 13px !important;
	line-height: 20px !important;
	font-weight: 300 !important;
	color: #586870 !important;
}
.wycena .forminator-col{
	margin-bottom: 12px !important;
}
.wycena .select2-selection--single,
.wycena input,
.wycena .forminator-textarea{
	border-radius: 8px !important;
	border: 0.5px solid #BEBDC2 !important;
	background-color: #FCFCFC;
	resize: none !important;
}
/* tytul */
.wycena .tytul{
	padding-bottom: 155px !important;
}
.wycena .tytul .forminator-title{
	font-size: 31px !important;
	line-height: 47px !important;
	font-weight: 600 !important;
}
.wycena .forminator-subtitle{
	margin: 0 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 300 !important;
}
.wycena .tytul hr{
	margin: 0 !important;
	border: none !important;
}
/* uwagi */
.wycena .forminator-textarea{
	min-height: 100px !important;
	height: 100px !important;
}

/* wielkość partii i termin */
#group-2 .forminator-grouped-fields .forminator-row:nth-child(4){
	display: flex !important;
	justify-content: space-between !important;
	gap: 16px !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	margin-bottom: 22px !important;
}
#group-2 .forminator-grouped-fields .forminator-row:nth-child(4) .partia,
#group-2 .forminator-grouped-fields .forminator-row:nth-child(4) .termin{
	width: 50% !important;
}
/* checkbox */
.wycena .forminator-field-checkbox{
	margin-bottom: 32px !important;
}
.wycena .forminator-checkbox{
	margin-bottom: 8px !important;
}
.wycena .forminator-ui#forminator-module-1919.forminator-design--default .forminator-checkbox .forminator-checkbox-box{
	border: 2px solid rgba(0, 0, 0, 0.56)
}
/* zalaczki */
.zalacznik .forminator-button-upload{
	border: 1px solid #454545 !important;
	border-radius: 50px !important;
	background-color: transparent !important;
	padding: 7px 18px !important;
}
.zalacznik .forminator-button-upload:focus,
.zalacznik .forminator-button-upload:hover{
	border: 1px solid #454545 !important;
	border-radius: 50px !important;
	box-shadow: none !important;
	background-color: #F5F5F5 !important;
}
/* button */
.forminator-row-last{
	display: flex !important;
	justify-content: center !important;
	padding-top: 40px !important;
	margin-top: 40px !important;
	border-top: 1px solid #E5E4E9 !important;
}
.forminator-row-last .forminator-button{
	padding: 12px 60px !important;
	border-radius: 50px !important;
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
}
.forminator-row-last .forminator-button:hover{
	box-shadow: none !important;
}
.dialog-close-button.dialog-lightbox-close-button{
	width: 20px !important;
	height: 20px !important;
}
/* potwierdzenie */
.forminator-success{
	background-color: #FCFCFC !important;
	border: none !important;
	box-shadow: none !important;
}
.sukces-form{
	font-size: 31px !important;
	line-height: 47px !important;
	font-weight: 600 !important;
	color: #419190 !important;
	padding-bottom: 40px !important;
	text-align: center !important;
}
.sukces-form2{
	font-size: 16px !important;
	line-height: 28px !important;
	font-weight: 300 !important;
	color: #141414 !important;
	text-align: center !important;
}
@media screen and (width < 783px) {
	.wycena .forminator-custom-form > .forminator-row #group-1,
	.wycena .forminator-custom-form > .forminator-row #group-2{
		width: 100% !important;
		margin: 0 !important;
	}
	.wycena .tytul{
		padding-bottom: 24px !important;
		text-align: center !important;
	}
	.wycena .tytul .forminator-title,
	.wycena .forminator-subtitle{
		text-align: center !important;
	}
	.zalacznik .forminator-file-upload {
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important;
		align-items: center !important;
	}
	.zalacznik .forminator-button-upload{
		width: 121px !important;
	}
	.zalacznik .forminator-file-upload span {
		margin: 0 !important;
	}
	.wycena .forminator-custom-form > .forminator-row{
		display: flex !important;
		flex-direction: column !important;
		gap: 0px !important;
	}
	.forminator-row-last .forminator-field{
		display: flex !important;
		justify-content: center !important;
	}
	.forminator-row-last .forminator-button{
		width: 160px !important;
	}
}

/* WPIS SINGLE */
.single-wpis-loop-item-tresc,
.single-wpis-loop-item img{
	transition: 0.3s ease-in-out ;
}
.single-wpis-loop-item .single-wpis-loop-item-tresc{
	transform: translateY(80px);
	z-index: 99 !important;
}
.single-post-kat{
	width: min-content !important;
}
.single-post-kat span{
	display: block !important;
	white-space: nowrap !important;
}
.single-wpis-loop-item .single-wpis-ikona {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out !important;
	will-change: opacity, transform;
}
.single-wpis-loop-item:hover img{
	scale: 1.1;
}
.single-wpis-loop-item:hover .single-wpis-loop-item-tresc{
	transform: translateY(0px);
}
.single-wpis-loop-item:hover .single-wpis-ikona{
	opacity: 1;
	transform: translateY(0px);
}
.paginacja .elementor-post-navigation__prev{
	pointer-events: none !important;
	opacity: 0 !important;
}
.paginacja .elementor-post-navigation__link__next{
	background-color: #FE6B64 !important;
	transition: 0.3s ease-in-out;
	border-radius: 50px !important;
	padding: 10px 30px !important;
}
.paginacja .elementor-post-navigation__link__next:hover{
	background-color: #FF5850 !important;
}
@media screen and (width < 1025px) {
	.petla-single-wpis{
		width: 100% !important;
	}
	.single-wpis-loop-item:hover img{
		scale: 1;
	}
	.single-wpis-loop-item .single-wpis-loop-item-tresc{
		transform: translateY(0px);
		z-index: 99 !important;
	}
	.single-wpis-loop-item .single-wpis-ikona {
		opacity: 1;
		transform: translateY(0px);
	}
}
@media screen and (width < 768px) {
	.petla-single-wpis{
		width: 100% !important;
	}
	.paginacja .elementor-post-navigation__prev{
		display: none !important;
	}
	.paginacja .elementor-post-navigation__next{
		width: 100% !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: center !important;
	}
}
/* INDEX */
.blog-intro > div >div:nth-child(2){
	max-width: 794px !important;
}
.blog-ptela2::before{
	content: "" !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 30%, rgba(65, 145, 144, 1) 90%, rgba(65, 145, 144, 1) 100%) !important;
	z-index: 2 !important;
	pointer-events: none !important;
}
.blog-ptela2 .single-wpis-loop-item-tresc{
	transform: translateY(0px);
	z-index: 99 !important;
}
.blog-ptela2:hover .single-wpis-loop-item-tresc{
	transform: translateY(-60px);
}
.blog-ptela2 .patla2-btn{
	opacity: 0;
	transition: 0.3s ease-in-out !important;
}
.blog-ptela2:hover .patla2-btn{
	opacity: 1;
}
@media screen and (width < 1025px) {
	.blog-ptela2:hover .single-wpis-loop-item-tresc{
		transform: translateY(0px);
	}
	.blog-ptela2 .patla2-btn{
		opacity: 1;
		position: static !important;
	}
}
/* paginacja petla 4 */
.blog-petla4 .page-numbers.current{
	font-size: 24px !important;
	line-height: 30px !important;
	font-weight: 600 !important;
}
.blog-petla4 .elementor-screen-only{
	transform: translateY(6px) !important;
}
/* .blog-petla4 .page-numbers.next,
.blog-petla4 .page-numbers.prev{
	width: 40px !important;
	height: 40px !important;
	padding: 8.5px 20px!important;
	border-radius: 50% !important;
	background-color: #F5F5F5 !important;
	position: relative !important;
} */
/* .blog-petla4 .page-numbers.next{
	margin-left: 100px !important;
}
.blog-petla4 .page-numbers.prev{
	margin-right: 100px !important;
} */
/* .blog-petla4 .arrow-blog{
	width: 20px !important;
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
} */
/* @media screen and (width < 1025px) {
	.blog-petla4 .page-numbers.next{
		margin-left: 36px !important;
	}
	.blog-petla4 .page-numbers.prev{
		margin-right: 36px !important;
	}
}
@media screen and (width < 500px) {
	.blog-petla4 .page-numbers.next,
	.blog-petla4 .page-numbers.prev{
		display: none !important;
	}	
} */

/* opinie karuzela */
.opinie .elementor-swiper-button{
	background-color: #F0F0F0 !important;
	border-radius: 50% !important;
	border: 1px solid #EBEBEB !important;
	width: 50px !important;
	height: 50px !important;
	position: relative;
}
.opinie .elementor-swiper-button svg{
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.opinie .e-n-carousel.swiper{
	overflow: visible !important;
}
.opinie .elementor-element.elementor-arrows-position-inside.elementor-widget.elementor-widget-n-carousel.e-widget-swiper::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(-1 * (var(--mask-left-width, 0px) + 20px));
	width: var(--mask-left-width, 0px);
	height: 120%;
	background: #FCFCFC !important;
	z-index: 10;
	pointer-events: none;
}
@media screen and (width < 1366px) {
	.opinie .e-n-carousel.swiper{
		overflow: hidden !important;
	}
}
@media screen and (width < 500px) {
	.opinie .elementor-swiper-button{
		width: 35px !important;
		height: 35px !important;
	}
	.opinie .elementor-swiper-button svg{
		width: 18px !important;
		height: 18px !important;
	}
}

/* KONTAKT */
.kontakt-dane strong{
	font-weight: 600 !important;
}

/* PORÓWNYWARKA - O NAS */
.kompare,
.kompare > div,
.kompare > .elementor-element {
	display: flex !important;
}
.kompare {
	display: flex !important;
	position: relative !important;
	max-width: 789px !important;
	height: auto !important;
}
.kompare .obraz-lewa,
.kompare .obraz-prawa {
	width: 50% !important; /* <- tylko to! */
  	transition: max-width 0.3s ease !important;
}
.obraz-lewa img,
.obraz-prawa img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	display: block !important;
}
/* Suwak – koło na wierzchu */
.suwak {
	position: absolute !important;
	top: 50% !important;
	left: 50%;
	width: 84px !important;
	height: 84px !important;
	background: #FCFCFC !important;
	border-radius: 50% !important;
	transform: translate(-50%, -50%);
	z-index: 6 !important;
	transition: left 0.3s ease, transform 0.3s ease !important;
}
.suwak img{
	position: absolute !important;
	top: 50% !important;
	left: 100% !important;
	transform: translate(-50%, -50%) !important;
	width: 35px !important;
	height: 35px !important;
	object-fit: contain !important;
}
.obraz-lewa::after,
.obraz-prawa::after {
	content: '' !important;
	position: absolute !important;
	inset: 0 !important;
	background: #FE6B64 !important;
	opacity: 0 !important;
	transition: opacity 0.4s ease !important;
	z-index: 5 !important;
}

.zakryta::after {
	opacity: 1 !important;
}
.niewidoczny {
	opacity: 0 !important;
	transition: opacity 0.3s ease !important;
}
@media screen and (width < 1025px) {
	.suwak {
		width: 60px !important;
		height: 60px !important;
	}
	.suwak img{
		width: 25px !important;
		height: 25px !important;
	}
	.kompare {
		width: 100%;
		max-width: 100% !important;
		height: 350px !important;
	}
	.kompare .obraz-lewa,
	.kompare .obraz-prawa {
		height: 350px !important;
	}
	.kompare .obraz-lewa *,
	.kompare .obraz-prawa *{
		width: 100% !important;
	}
	.suwak img{
		position: absolute !important;
		top: 0% !important;
		left: 100% !important;
		transform: translate(-50%, 15px) !important;
		width: 30px !important;
		height: 30px !important;
		object-fit: contain !important;
	}
}
@media screen and (width < 768px) {
	.suwak {
		width: 45px !important;
		height: 45px !important;
	}
	.suwak img{
		width: 20px !important;
		height: 20px !important;
		transform: translate(-50%, 12.5px) !important;
	}
	.kompare {
		width: 100%;
		max-width: 100% !important;
	}
}
.o-nas-cechy svg path{
	fill: #FFF !important;
}


/* domumenty */
.dokumenty-do-pobrania .elementor-shortcode{
	display: flex !important;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	gap: 50px !important;
}
.grupa-certyfikatu{
	display: flex !important;
	flex-direction: row !important;
	gap: 20px !important;
	justify-content: start !important;
	align-items: center !important;
}
.grupa-certyfikatu .zs-nazwa{
	font-size: 20px;
	line-height: 30px;
	font-family: Poppins;
	color: #141414;
}
.grupa-certyfikatu .zs-link{
	border: 1px solid #262626;
	border-radius: 50px;
	padding: 9px 33px !important;
}
.grupa-certyfikatu .zs-link a{
	font-size: 16px;
	line-height: 24px;
	font-family: Poppins;
	color: #262626;
	border-radius: 50px;
}
@media screen and (width < 768px) {
	.dokumenty-do-pobrania .elementor-shortcode{
		align-items: stretch;
	}
	.grupa-certyfikatu{
		flex-direction: column !important;
		gap: 12px !important;
		align-items: start !important;
	}
	.grupa-certyfikatu .zs-link{
		align-self: end !important;
	}
}

/* kariera */
.kariera-bez-ofert{
	display: none !important;
}
.kariera-bez-ofert.active{
	display: block !important;
}
.brak-ofert{
	font-size: 32px;
	line-height: 38px;
	color: #14141466;
	font-family: Poppins !important;
	text-align: center !important;
	margin-top: 20px;
}

.zs-oferta {
	margin-bottom: 36px;
	overflow: hidden;
	transition: all 0.4s ease;
	border-radius: 20px;
}
.zs-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 40px;
	cursor: pointer;
	background: #419190;
	transition: 0.4s;
}
.zs-header-left {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
  	min-width: 0;
}
.data-ogloszenia {
	font-size: 13px;
	line-height: 20px;
	color: #EDEDED;
	margin: 0;
	font-family: Poppins;
	font-weight: 300;
}
.stanowisko {
	font-size: 31px;
	line-height: 47px;
	color: #FFFFFF;
	margin: 0;
	font-family: Poppins;
	font-weight: 600;
}
.zs-header-right{
	background-color: #F5F5F5;
	border: 1px solid #F7F7F9;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex: 0 0 40px !important;
}
.zs-szczegoly {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s ease;
	background-color: #419190;
}
.zs-szczegoly-inner {
	padding: 10px 40px 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: start;
	gap: 80px;
}
.zs-oferta.open .zs-szczegoly {
	max-height: 1000px;
	background-color: #3E807F;
}
.opis {
	display: flex;
	flex-direction: column;
	gap: 4px;
	justify-content: start;
	align-items: start;
	width: 30%;
}
.opis div:nth-child(1){
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #FFFFFF;
	font-family: Poppins !important;
}
.opis .opis-stanowiska{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #FFFFFF;
	font-family: Poppins !important;
}
.opis ul.opis-item{
	padding-left: 18px;
}
.opis .opis-item li{
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #FFFFFF;
	font-family: Poppins !important;
}


.zs-oferta.open .zs-header{
	background-color: #3E807F;
}
.zs-oferta.open .zs-header-right img {
	transform: rotate(180deg);
	transition: transform 0.3s;
}
.zs-header-right img {
	transition: transform 0.3s ease;
}
.zs-header-right img.obrot {
	transform: rotate(180deg);
}


.aplikuj-wrap {
	margin: 0 40px 30px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	gap: 20px;
}
.aplikuj-button {
	display: inline-block;
	padding: 13px 31px;
	background-color: transparent;
	color: white;
	text-decoration: none;
	border-radius: 50px;
	transition: 0.3s ease;
	border: 1px solid #FFF;
}
.aplikacja-z-maila,
.aplikuj-button a{
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Poppins !important;
}
.aplikuj-button:hover {
	background-color: #2E6766;
}

@media screen and (width < 1024px) {
	.brak-ofert{
		font-size: 26px;
		line-height: 34px;
	}
	.zs-szczegoly-inner {
		gap: 40px;
	}
}
@media screen and (width < 768px) {
	.zs-szczegoly-inner {
		flex-direction: column;
		gap: 40px;
		padding: 10px 20px 20px;
	}
	.zs-szczegoly-inner .opis {
		width: 100%;
	}
	.zs-header {
		padding: 20px;
	}
	.stanowisko {
		font-size: 26px;
		line-height: 32px;
	}
}








/* 
@media screen and (width < 1024px) {}
@media screen and (width < 768px) {}
*/