/* INIT -----------------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
	outline-style: none;
	outline-width: 0;
}
a, a:visited {
	text-decoration: none;
}
a {
	color: #555;
	outline-style: none;
	outline-width: 0;
}
a:hover {
	color: #000;
}
ol, ul {
	list-style: none;
}
legend {
	display: none;
}
body, input, textarea, select, option, optgroup, button {
	font-family: 'Barlow Semi Condensed', sans-serif;
}
input, textarea, select, option, optgroup, button {
}
* {
	box-sizing: border-box;
}
/* LAYOUT -----------------------------------------------------------------------------*/
html {
	font-size: 0.625em;
      scroll-behavior: smooth;
}
body {
	min-height: 900px;
	background: fff;
	color: #4D4D4D;
	font-size: 1.8rem;
}
.wrapper {
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
/* HEADER -----------------------------------------------------------------------------*/
.header {
	height: auto;
	float: left;
	width: 100%;
	padding: 0 50px;
	position: fixed;
	z-index: 9998;
    top: 80px;
}
.header-inner {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
    transition: all 0.3s ease;
}
.header.scrolled .logo img {
  height: 30px;
}
.header.scrolled {

background: #484848;
top: 0;
}

.header.scrolled .menu li a::after {

  bottom: -11px;
  }
.logo img {
  height: 45px;
  transition: all .3s ease;
}
.header.scrolled  .header-inner {
padding: 10px 0;
  }
.logo {
}
.top-nav {
	float: right;
}
.path {
	width: 100%;
	float: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.search {
	margin: 20px 0;
	float: left;
}
.input-search {
	padding: 8px 5px;
	border: 1px solid #DDDDDD;
}
.btn-search {
	cursor: pointer;
	padding: 7px 5px;
	border: 1px solid #DDDDDD;
	background: #fff;
}
.lang {
	font-size: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 20px;
}
.lang li {
	width: auto;
	float: left;
}
/* MENU -----------------------------------------------------------------------------*/
.menu {
	float: right;
	width: auto;
}
.menu li {
	float: left;
	margin-left: 20px;
}
.menu li > a {
	float: left;
	padding: 8px 5px;
	text-transform: uppercase;
	font-size: 1.8rem;
	color: #C4C4C4;
	transition: all 0.3s ease;
	font-weight: 500;
	position: relative;
}
.menu > li > a::after {
	position: absolute;
	bottom: -32px;
	left: 50%;
	width: 100%;
	height: 1px;
	background-color: #FC6E00;
	content: '';
	-webkit-transform: translate(-50%,0) scaleX(0);
	transform: translate(-50%,0) scaleX(0);
	transition: -webkit-transform .2s cubic-bezier(.215,.61,.355,1);
	transition: transform .2s cubic-bezier(.215,.61,.355,1);
	transition: transform .2s cubic-bezier(.215,.61,.355,1), -webkit-transform .2s cubic-bezier(.215,.61,.355,1);
}
.menu li:hover > a::after {
	-webkit-transform: translate(-50%,0) scaleX(1);
	transform: translate(-50%,0) scaleX(1);
}
.menu li.active > a::after {
	width: 100%;
	-webkit-transform: translate(-50%,0) scaleX(1);
	transform: translate(-50%,0) scaleX(1);
}
.menu li.active > a {
	color: #fff;
}
.menu li:hover {
}
.menu li > a:hover {
	color: #fff;
}
.header.scrolled .menu .submenu {
  	top: 47px;

}

.menu .submenu {
	display: none;
	position: absolute;
	top: 66px;
	width: 300px;
	background: #e2e2e2;
	z-index: 5;
}
.menu .submenu li {
   width: 100%;
   margin: 0;
}
.menu .submenu li a {
color: #4D4D4D;
  float: left;
  width: 100%;
  padding: 5px 10px;
}
.menu .submenu li.active a, .menu .submenu li a:hover {
 color: #FC6E00;
}
.menu-mob {
	background: #f6f7f8;
	height: 100%;
	left: -285px;
	position: fixed;
	top: 0;
	width: 285px;
	z-index: 9999;
	overflow-y: scroll;
	box-sizing: border-box;
}
.menu-mob ul {
	border-top: 1px solid #ddd;
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.menu-mob li {
	border-bottom: 1px solid #ddd;
	float: left;
	width: 100%;
}
.menu-mob a {
	color: #484848;
	font-size: 1.6rem;
	text-decoration: none;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 10px;
	box-sizing: border-box;
	position: relative;
	padding-right: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.menu-mob ul li.active > a {
	color: #fc6e00;
}
.toggleSubmenu {
	float: right;
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: calc(50% - 20px);
    color: #acacac;
}
.submenu-inactive .feather-chevron-up {
	display: none;
    color: #ddd;
}
.submenu-active .feather-chevron-down {
	display: none;
        color: #ddd;
}
.menu-mob ul li .submenu li a {
    font-size: 1.4rem;
    padding-left: 35px;
}
.menu-mob ul li .submenu li .submenu li a {
    font-size: 1.4rem;
    padding-left: 50px;
}
.icon-close {
	color: #000;
	cursor: pointer;
	float: right;
	font-size: 15px;
	padding: 7px 15px;
}
.icon-menu {
color: #fff;
  font-size: 15px;
  cursor: pointer;
  display: none;
  width:40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #fc6e00;


}
/* CONTENT -----------------------------------------------------------------------------*/
.content {
}
.index .main, .kontakt .main, .o-firmie .main {
	width: 100%;
	display: inline-block;
	min-height: 300px;
    padding-left: 0;
}
.main {
	width: calc(100% - 300px);
	display: inline-block;
	min-height: 300px;
    padding-left: 50px;
}
h1 {
}
h2 {
}
h3 {
}
/* ARTICLE -----------------------------------------------------------------------------*/
.article {
	padding: 50px 0;
	min-height: 300px;
}
.article h1 {
}
.article h2 {
font-size: 2.6rem;
  text-transform: initial;
  font-weight: 500;
    margin-bottom: 30px;
}

.article h3 {
font-size: 2rem;
  font-weight: 500;
  color: #FC6E00;
  margin-bottom: 30px;
  }
.art-content {
}
.art-body {
line-height: 1.5;
}
.art-body ul {
list-style: none;
  margin: 10px 0;
}
.art-body li {
    position: relative;
    padding-left: 15px; 
    font-weight: 500;
}
.art-body  ul li::before {
content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #fc6e00;
}
.art-date {
}
.art-author {
}
.gallery-slider {

margin: 50px 0;

}
/* galeria artykulu */
.art-gallery {
float: left;
  width: 100%;


}
.art-gallery h3 {

 width: 100%;
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: 300;
}
.art-gallery .thumb, .art-gallery .thumb a {

}
.art-gallery .thumb a img {

}
/* za��czniki artykulu */
.art-files {
	display: inline-block;
	width: 100%;
}
.files-item {
	line-height: 22px;
	padding-left: 20px;
}
.files-item a {
}
/* FILE ICONS -----------------------------------------------------------------------------*/
.ico-doc {
	background: url(/images/filetypes/document-word.png) no-repeat left 2px;
}
.ico-xls {
	background: url(/images/filetypes/document-excel.png) no-repeat left 2px;
}
.ico-ppt {
	background: url(/images/filetypes/document-powerpoint.png) no-repeat left 2px;
}
.ico-pdf {
	background: url(/images/filetypes/document-pdf.png) no-repeat left 2px;
}
.ico-image {
	background: url(/images/filetypes/document-image.png) no-repeat left 2px;
}
.ico-archive {
	background: url(/images/filetypes/document-zipper.png) no-repeat left 2px;
}
/* ASIDE -----------------------------------------------------------------------------*/
.aside {
width: 250px;
  float: left;
  background: transparent;
  min-height: auto;
  margin: 50px 0;
}

.kontakt .aside, .o-firmie .aside {
 display: none;

}
/* SUBMENU -----------------------------------------------------------------------------*/
/* Główny kontener submenu */
.submenu-body {
background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 16px;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);


}


/* Styl linków */
.submenu-body a {
  text-decoration: none; /* Usunięcie podkreślenia */
  font-size: 1.6rem; /* Rozmiar czcionki */
  color: #333; /* Neutralny ciemnoszary */
  font-weight: 500; /* Lekko wyróżniony tekst */
  display: block; /* Cały obszar klikany */
  padding: 8px 12px; /* Wewnętrzne odstępy */

  transition: background-color 0.3s ease, color 0.3s ease; /* Płynne przejścia */
}

/* Efekt najechania */
.submenu-body a:hover {
  background-color: #f0f0f0; /* Subtelne podświetlenie */
  color: #FC6E00; /* Akcentowy niebieski */
}
 .submenu-body li.active a {
  background-color: #FC6E00; 
  color: #fff;
}

/* level-0 */
ul.level-0 {

}
li.level-0 {

}
li.level-0:last-child {
	border-bottom: 0;
}
li.level-0 a {
}
li.level-0.active {
}
li.level-0:hover {
}
/* level-N */
li.level-1 {

}
/* ANIM -----------------------------------------------------------------------------*/
.anim-wrap {
}
.anim {
}
.anim slides {
}
.anim slides img {
}
ul.anim-nav {
}
ul.anim-nav li {
}
ul.anim-nav li a {
}
/* NEWS-LISTING -----------------------------------------------------------------------------*/
.news-listing {
}
.news-item {
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}
.news-item h2 {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 10px;
}
.news-item-content {
}
.news-item-info {
	display: inline-block;
	padding-left: 80px;
	position: relative;
}
.news-item-date {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0px;
	font-size: 13px;
	padding: 0px 5px 0px 0;
	border-right: 1px solid #ddd;
}
.news-item-author {
}
.news-item-detail {
}
.news-item-intro {
}
.news-item-more {
	float: right;
	display: none;
}
/* NEWS -----------------------------------------------------------------------------*/
.news {
}
.news-info {
}
.news-date {
}
.news-author {
}
.news-content {
	display: inline-block;
	padding-top: 20px;
	width: 100%;
}
.news-thumb {
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
	margin: 0 15px 5px 5px;
}
.news-intro {
	display: inline;
}
.news-body {
}
a.news-back {
}
/* PAGINATION -----------------------------------------------------------------------------*/
.pagination {
	height: 30px;
	padding-top: 10px;
	width: 100%;
}
.pagination .pages {
}
.pagination a {
	float: left;
	margin-right: 5px;
}
.pagination span {
	float: left;
	margin-right: 5px;
}
.pagination a.active {
}
/* GALLERY -----------------------------------------------------------------------------*/
.gallery {
/* tylko jesli kontener galerii jest inny niz artykulu */
}
.gallery-item {
	display: block;
}
.gallery .thumb, .art-gallery .thumb {

}
.gallery .thumb, .gallery .thumb a {

}
.gallery .thumb a img {

}
.art-gallery span {
position: absolute;
  bottom: 4px;
  padding: 15px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  font-family: 'Barlow Semi Condensed', sans-serif;
  background: #fa6c00;
  text-transform: uppercase;
}
 #fancybox-title-over {


  padding: 20px!important;
  color: #fff;
  font-size: 2.4rem!important;
  font-weight: 500;

  font-family: 'Barlow Semi Condensed', sans-serif;
  background: #fa6c00!important;
  text-transform: uppercase;
}
#fancybox-wrap *,  #fancybox-wrap {
box-sizing: initial;

}
 #fancybox-title-over b {
 
     font-weight: 500;
 }
.gallery .thumb.gallery-cat {
}
.gallery-cat-name {
}
/* FORM -----------------------------------------------------------------------------*/
.form-data {
	margin: 20px 0 0 0;
	flex-direction: row;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	float: left;
}
.form-data > div:nth-child(3),  .form-data > div:nth-child(4) {
	flex-basis: calc(50% - 10px);
}
.from-bg h3 {
	font-size: 2.6rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.art-body a {
	color: #fc6e00;
    	text-decoration: underline;
}
.art-body a:hover {
	text-decoration: underline;
}
.form-elem-group {
	float: left;
	width: 100%;
}
.form-elem-name {
	width: 100%;
	float: left;
font-size: 1.4rem;
  font-weight: 500;
	margin-bottom: 5px;
}
.form-elem-input {
	float: left;
	width: 100%;
	font-size: 1.2rem;
}
.form-elem-input input[type=text], .form-elem-input select, .form-elem-input textarea {
	width: 100%;
	float: left;
	padding: 15px;
	border: 1px solid #d0cfcf;
	font-size: 1.6rem;

}
.form-elem-input input[type=text]:focus, .form-elem-input select:focus, .form-elem-input textarea:focus {
	border: 1px solid #000;
}
.form-elem-input select {
	width: 100%;
    background: #fff;
}
.form-data textarea {
	height: 150px;
	resize: none;
}
.form-elem-input input[type=radio], .form-elem-input input[type=checkbox] {
	font-size: 12px !important;
	margin: 0 6px !important;
	vertical-align: middle;
}
.form-btn-send {
	border: 0;
	width: 100%;
	color: #fff;
	cursor: pointer;
}
.form-btn-send:hover {
  box-shadow: inset 350px 0px 0px #fc6e00!important;

}
.form-btn-send:hover {
}
.captcha-code {
}
.captcha-input {
}
.input-has-error {
	border: 1px solid red !important;
}
.form-error {
	color: red;
	font-size: 10px;
}
.article.formularz {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
}
.formularz .art-content {
	width: 100%;
	float: left;
	display: flex;
	flex-flow: column wrap;
}
.from-bg {
background: #f1f1f1;
  float: left;
  width: 100%;
  padding: 50px;

}
.mapa {
	float: left;
	width: 100%;
	margin-top: auto;
	overflow: hidden;

}
.mapa iframe {
	width: 100%;
	height: 100%;
	min-height: 500px;
}
/* SEARCH RESULT -->> tylko jesli lista ma byc inna ni� lista aktualnosci -----------------------------------------------------------------------------*/
.search-result {
}
.search-result news-item {
}
/* SITEMAP -----------------------------------------------------------------------------*/
.site-map {
}
.site-map ul.level-0 {
}
.site-map ul.level-0 li {
}
.site-map ul.level-1 {
}
.site-map ul.level-1 li {
}
/* FOOTER -----------------------------------------------------------------------------*/
.footer {
	height: auto;
	width: 100%;
float: left;
background: #484848;
padding: 80px 0 50px 0;
}
ul.foot-nav {
	float: left;
    list-style: inside square;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
ul.foot-nav li {
	float: left;
    color:  #fc6e00;

}
ul.foot-nav li a {
color: #888888;
 text-transform: uppercase;
 transition: all 0.3s ease;
 font-size: 1.8rem;
}
ul.foot-nav li a:hover {
color: #fff;

}
.footer-inner {
float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;

}
.footer-inner div {
flex: 1;
color: #fff;
font-size: 1.8rem;

}
.footer-inner div p {
margin-top: 20px;

}
.footer-inner div a {
  color: #fff;

}
.footer-inner ul {
   flex: 1;
}
.kambit {
float: left;
width: 100%;
color: #999999;
border-top: 1px solid #6A6A6A;
border-bottom: 1px solid #6A6A6A;
padding: 30px 0;
font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
   text-transform: uppercase;
}
.kambit a:last-child {
  color: #999999;
}
.kambit a {
  color: #fff;
   transition: all 0.3s ease;
}
.kambit a:hover {
color: #fc6e00;

}
/* LOGIN -----------------------------------------------------------------------------*/
.login-wrap {
	position: relative;
}
.login-panel {
	margin-top: -38px;
	color: #fff;
	background-color: #000;
	padding: 10px;
}
/************ <<< STANDARD CLASSES >>> ************/
/* TABLE -----------------------------------------------------------------------------*/
table {
}
table thead tr th {
}
table tfoot tr th {
}
table tr {
}
table tr td {
}
table tr.odd td {
}
table tr.even td {
}
table tr:hover {
}
table tr:hover td {
}
table tr:hover td:hover {
}
/* DEFAULTS -----------------------------------------------------------------------------*/
.w100p {
	width: 100% !important;
}
.w50p {
	width: 48% !important;
}
.w30p {
	width: 28% !important;
}
.dn {
	display: none !important;
}
.db {
	display: block !important;
}
.dib {
	display: inline-block !important;
}
.di {
	display: inline !important;
}
.fl {
	float: left !important;
}
.fr {
	float: none !important;
}
.cl {
	clear: left !important;
}
.cr {
	clear: right !important;
}
.cb {
	clear: both !important;
}
.disabled {
	opacity: 0.4;
	filter: Alpha(Opacity=40);
}
.debug {
	text-align: center;
	background-color: yellow;
	color: #000;
	font-weight: bold;
}
/************ <<< === FUTURE CLASSES === >>> ************/
/* MODULE BOX -----------------------------------------------------------------------------*/
.module-box-top {
}
.module-box-body {
}
.module-box-foot {
}
/* SUPERNEWS -----------------------------------------------------------------------------*/
/* ANIMATIONS -->> klasy dziedziczone z .anim + $id -----------------------------------------------------------------------------*/
.wrapIE {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.ieElder {
	position: absolute;
	top: -300px;
	left: 200px;
	height: 287px;
	width: 500px;
	border: 5px solid #8ABEF1;
	z-index: 99999999999;
	background: url(/images/browsers.jpg) no-repeat 0 0;
}
.ieElder-close {
	bottom: 0;
	cursor: pointer;
	height: 20px;
	left: 0;
	position: absolute;
	width: 76px;
}
.ieElder-later {
	bottom: 0;
	cursor: pointer;
	height: 20px;
	position: absolute;
	right: 0;
	width: 54px;
}
.get-chrome {
	height: 176px;
	left: 56px;
	position: absolute;
	top: 76px;
	width: 150px;
}
.get-ff {
	height: 176px;
	left: 290px;
	position: absolute;
	top: 76px;
	width: 150px;
}
#cookies_warning {
	position: fixed;
	bottom: 25px;
	right: 25px;
	background: #fff;
	font-size: 1.1rem;
	padding: 40px;
	z-index: 9999;
	max-width: 400px;
border: 1px solid #e5e5e5;

  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	animation: 500ms slideIn cubic-bezier(.35,.57,.4,.89);
	line-height: 1.5;

	font-weight: 500;
}
@keyframes slideIn {
from {
	bottom: -500px;
}
to {
	bottom: 0;
}
}
#cookies_warning_close {
	color: #cbcbd7;
	position: absolute;
	top: 5px;
	right: 5px;
}
#cookies_warning_close a {
	font-size: 3rem;
	text-decoration: none;
	transition: all 0.3s ease;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;

}
#cookies_warning_close a:hover {
	background: #ddd;
	color: #000;
}
#cookies_warning_info {
	margin: 0px 0 20px 0;
	color: #29333D;
	width: 100%;
	float: left;
}
#cookies_accept {
	text-align: center;
	width: 100%;
    justify-content: center;
}
#cookies_accept:hover {
box-shadow: inset 350px 0px 0px #fc6e00;
}
#cookies_accept_container {
	float: left;
	width: 100%;
}
#cookies_accept .fa {
}
#cookies_warning_info a {
	font-weight: bold;
	color: #fc6e00;
}
#cookies_warning_info a:hover {
	text-decoration: underline;
}
.hidden {
	display: none;
}
.g-recaptcha-error {
	display: none;
	font-size: 12px;
	color: red;
}
body.ff-paragraph p {
	margin-bottom: 2em !important;
}
body.ff-lines {
	line-height: 3em !important;
}
body.ff-word {
	word-spacing: 1em !important;
}
body.ff-letter {
	letter-spacing: .25em !important;
}
#addToCartError,
#addToCartSuccess {
	display: none;
}
.slider li {
	min-height: 100px;
}
.slider-outer .swiper {
	width: 100%;
	height: 100vh;
	height: 100svh;
}
.slider-outer .swiper-slide {
	background: #484848;
	transition: all 0.3s ease;
	opacity: 0;
}
.slider-outer .swiper-slide img {
	object-fit: cover;
	height: 100% !important;
	width: 100% !important;
	opacity: .6;
	filter: grayscale(100%);
	transition: transform 6s linear;
}
.gallery-slider img {
	object-fit: cover;
	height: 100% !important;
	width: 100% !important;
    }
.slider-outer .swiper-slide.zoomed img {
	transform: scale(1.2);
}
.slider-outer .slider-txt {
	height: 100svh;
	display: grid;
	align-items: center;
	position: absolute;
	z-index: 999;
	color: #fff;
	grid-template-columns: repeat(12, 1fr);
}
.slider-outer {
	width: 100%;
	position: relative;
}
.slider-outer2 .swiper {
height: 600px;
}
.slider-outer2 .swiper-slide img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;


  transition: transform 6s linear;
}

.slider-outer2 .slider-txt {
  height: 100%;
  }
 .slider-outer2 .slider-txt h1 {
	font-size: clamp(3rem, 7vw, 7.5rem);
    }
.slider-txt h1 {
	font-size: clamp(7rem, 7vw, 14.5rem);
	font-weight: 100;
	grid-column: span 6;
	grid-row-start: 4;
	line-height: 1.15;
}
.slider-txt h1 strong {
	color: #FC6E00;
	font-weight: 100;
}
.slider-txt a {
	background: #FC6E00;
	width: 50px;
	height: 50px;
	display: flex;
	color: #fff;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	grid-column: span 1;
	grid-row-start: 6;
}
.phone {
	color: #FC6E00;
	font-size: 2.4rem;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease;
}
.phone .feather {
	color: #fff;
	margin-top: 5px;
}
.phone:hover {
	color: #fff;
}
.grid-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 20px;
margin: 50px 0 80px;
	float: left;
	width: 100%;
}
.grid-item {
	background-color: #F1F1F1;
	color: #4D4D4D;
	padding: 25px;
	position: relative;
	cursor: pointer;
	min-height: 285px;
	transition: all 0.3s ease;
	overflow: hidden;
}
.hovered .grid-item-hover {
	transform: translateX(0);
}
.grid-item-hover {
	background-color: #FC6E00 !important;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(100%);
	transition: all 0.6s ease;
}
.grid-item-inner {
	position: relative;
	z-index: 2;
}
.grid-item-inner ul {
	margin-top: 10px;
	list-style: inside square;
}
.hovered .grid-item-inner ul li {
	opacity: 1;
	transform: translateY(0);
	color: #fff;
}
.grid-item-inner ul li {
	font-size: 1.8rem;
	margin-bottom: 5px;
	color:   #fc6e00;
	opacity: 0;
	transform: translateY(-10px);
}
.hovered .grid-item-inner ul li a {
	color:   #fff;
}
.grid-item-inner ul li:nth-child(1) {
	transition: all 275ms 175ms
}
.grid-item-inner ul li:nth-child(2) {
	transition: all 275ms 225ms
}
.grid-item-inner ul li:nth-child(3) {
	transition: all 275ms 275ms
}
.grid-item-inner ul li:nth-child(4) {
	transition: all 275ms 325ms
}
.grid-item-inner ul li:nth-child(5) {
	transition: all 275ms 375ms
}
.grid-item-inner ul li:nth-child(6) {
	transition: all 275ms 425ms
}
.grid-item-inner ul li:nth-child(7) {
	transition: all 275ms 475ms
}
.grid-item-inner ul li:nth-child(8) {
	transition: all 275ms 525ms
}
.grid-item-inner ul li:nth-child(9) {
	transition: all 275ms 575ms
}
.grid-item-inner ul li:nth-child(10) {
	transition: all 275ms 625ms
}
.grid-item-inner ul li a {
	color:   #fc6e00;
	transition: all 0.3s ease;
}
.grid-item-inner ul li a:hover {
	text-decoration: underline;
}
.hovered h3 {
	color: #fff;
}
.main-item {
	grid-column: span 2;
	grid-row: span 2;
	background-color: #585858;
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
	pointer-events: none;
    padding: 0;
}
.main-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
}
.grid-item h3 {
	font-size: 3.2rem;
	font-weight: 400;
	transition: all 0.3s ease;
    margin-bottom: 0;
}
.heading-wrap {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: start;
	text-transform: uppercase;
	margin-top: 50px;
}
.heading-wrap h2:last-child {
	font-size: 8.5rem;
	font-weight: 300;
}
.heading-wrap h2:first-child {
	font-size: 1.6rem;
	font-weight: 500;
	color: #FC6E00;
	margin-top: 25px;
}
.heading-wrap h2:first-child:before {
	content: '';
	background: #FC6E00;
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 10px;
}
.arrow-link {

position: absolute;
bottom: 0;
right: 0;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
	color: #FC6E00;
    transition: all 0.3s ease;
}
.arrow-link:hover .feather {
transform: translateX(5px) translateY(-5px);

}
.arrow-link .feather {
height: 30px;
  width: 30px;
      transition: all 0.3s ease;

}
.hovered .arrow-link {
color: #fff;

}
h2 {
	font-size: 8.5rem;
	font-weight: 300;
    text-transform: uppercase;
}

h3 {
	font-size: 3.2rem;
	font-weight: 500;
color: #FC6E00;
margin-bottom: 30px;
}
.flex {
display: flex;
gap: 30px;

}

.flex div {

    flex: 1;

}

.onas-img {
 align-self: flex-end;
position: relative;

}
.onas-img img {
display: flex;

}
.onas-img a {
 position: absolute;
 bottom: 50px;
 right: 0;

}
.btn {
min-width: 180px;
display: inline-flex;
justify-content: space-between;
 font-size: 1.6rem;
align-items: center;
font-weight: 500;
padding: 10px 20px;
border-radius: 50px;
  transition: all 0.3s ease;

}
.btn-secondary {
color: #fff;
 background: #484848;
   box-shadow: inset 0px 0px 0px #2f2f2f;
}

.btn-secondary:hover {
box-shadow: inset 200px 0px 0px #2f2f2f;
color: #fff;
}
.btn-secondary .feather {
    transition: all 0.3s ease;

}
.btn-secondary:hover .feather {
 transform: translateX(5px);

}
.dlaczego-box {
background: #F1F1F1;
padding: 120px 0 180px 0;
width: 100%;
float: left;

}
.dlaczego-box .heading-wrap {
margin-top: 0;
padding-bottom: 50px;
}
.index .article {
padding-bottom: 0;

}
.dlaczego-box ul {
display: grid;
width: 100%;
float: left;
grid-template-columns: repeat(2, 1fr);
}
.dlaczego-box ul li {
 background: #7A7A7A;
 position: relative;
 display: flex;
 min-height: 420px;
 overflow: hidden;
 
}
.dlaczego-box ul li div {
  padding: 60px 40px 0 0;

}
.dlaczego-box ul li img {
height: 300px;
width: 300px;
margin-top: auto;
 z-index: 2;
 position: relative;
}
.dlaczego-box ul li:first-child, .dlaczego-box ul li:last-child  {
    background: #666666;



}
.dlaczego-box ul li h3 {
color: #fff;
font-size: 3.6rem;
font-weight: 400;
}
.dlaczego-box ul li span {
position: absolute;
 left: 30px;
 top: 30px;
 color: #FC6E00;
 font-size: 2.2rem;
}
.dlaczego-box ul li p {
 color: #C7C7C7;
 font-size: 1.8rem;

}
.dlaczego-box ul li:first-child:before {
width:404px;
height: 101px;
background: url("/images/lines.svg")no-repeat center;
 content:'';
 position: absolute;
 bottom: 0;
 left: 0;
 z-index: 1;
 opacity: .6;


}
.dlaczego-box ul li:last-child:before {
width:404px;
height: 101px;
background: url("/images/lines.svg")no-repeat center;
 content:'';
 position: absolute;
 bottom: 0;
 right: 0;
 z-index: 1;
  opacity: .6;


}
.dlaczego-box ul li:nth-child(2):before {
width: 404px;
  height: 101px;
  background: url("/images/lines.svg")no-repeat center;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: rotate(-90deg) translateY(101px) translateX(-100px);
  transform-origin: bottom left;
   opacity: .6;


}


.gallery-slider .swiper-buttons div {


color: #a2a2a2;
  }
.swiper-buttons div {

width: 50px;
  color: #242424;
  height: 50px;
  background: rgba(0,0,0,0.5);

  transition: all .3s ease;

}
.swiper-buttons div .feather {
    stroke-width: 1;

}
.swiper-button-prev::after {
display: none;
}
.swiper-button-next::after {
display: none;
}

.gallery-slider .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.gallery-slider .swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}
  .sponsor-box {
  float: left;
  width: 100%;
  background: #d5d5d5;
  
}
.sponsor-box-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  float: left;
  width: 100%;
  margin: 100px 0;
}
.sponsor-box-inner h2 {
font-size: 3rem;
font-weight: 500;
 color: #fff;
 text-align: center;
 margin-bottom: 20px;
}
.sponsor-box-inner p {
font-size: 1.8rem;
font-weight: 300;
 color: rgba(255,255,255,.9);
  text-align: center;
}
.sponsor-box-inner p strong {
  font-weight: 500;

}
.sponsor-box-inner > div {
padding: 50px;

  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.sponsor-box-inner > div img {
 height: 120px;

}
.sponsor-box-inner > div:nth-child(1) {
   background-image: url("/images/gazele_bg.jpg");
   background-size: cover;

}
.sponsor-box-inner > div:nth-child(2) {
   background-size: cover;
   background-image: url("/images/concordia_bg.jpg");
}

.sm-panel {position: fixed;width: 155px;top: 150px;right: -105px;z-index: 1000000;transition: visibility .25s, opacity .25s}
.sm-panel>ul {margin: 0;padding: 0;list-style-type: none}
.sm-panel>ul>li {transition: transform .25s}
.sm-panel>ul>li:hover {transform: translateX(-105px)}
.sm-panel>ul>li>a {display: flex;align-items: center;color: #fff;padding: 5px 0 5px 5px;text-decoration: none}
.sm-panel>ul>li>a>img {margin: 0 10px 0 0}
.sm-panel>ul>li>a>span {font-size: initial}
.sm-panel>ul>li[class^="sm-"] {background-image: none;background-repeat: repeat;background-attachment: scroll;background-position: 0%}
.sm-text-black {color: #000}
.sm-fb {background:#1977f3}
.sm-twitter {background:#fff}
.sm-gmap {background:#333}
.sm-blog {background:#0171bb}
.sm-pinterest {background:#d73532}
.sm-youtube {background:#e32c26}
.sm-allegro {background:#ff5a00}
.sm-linkedin {background:#0097bd}
.sm-payback {background:#00349a}
.sm-olx {background:#002f34}
.sm-instagram {background:#eee}
.sm-pyszne {background:#ff8000}
.sm-tiktok {background:#fff}
.sm-booksy {background:#f9e5bc}
/* ukrywanie socjalek a mobilce
@media screen and (max-width:640px) {.sm-panel {visibility:hidden; opacity:0}}
*/
.unia {

float: left;
  width: 100%;
  text-align: center;
  height: 80px;
  position: relative;
  z-index: 9998;
}
.unia a {
display: block;
width: 100%;
height: 100%;

}
.unia a img {
height: 100%;

}.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(/js/treeview/images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/js/treeview/images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/js/treeview/images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(/js/treeview/images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/js/treeview/images/treeview-red.gif); } 

.treeview-black li { background-image: url(/js/treeview/images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(/js/treeview/images/treeview-black.gif); }  

.treeview-gray li { background-image: url(/js/treeview/images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(/js/treeview/images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(/js/treeview/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(/js/treeview/images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(/js/treeview/images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(/js/treeview/images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(/js/treeview/images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(/js/treeview/images/file.gif) 0 0 no-repeat; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 30px;
	height: 30px;
	background: transparent url('/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
