/* kolorowe projekty */

:root {
    --kolorek: #7ACA2E;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}

ul, li {
padding: 0;
margin: 0;
list-style: none;
}

img {max-width: 100%;}
.img-responsive {width: 100%;}

header, nav, section, article, aside, footer, hgroup {
display: block;
}

* {
box-sizing: border-box;
}

html, body {
font-family: 'Raleway', sans-serif;
font-weight: 400;
background-color: #F1F3F4;
font-size: 18px;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #333;
line-height: 2;
}

a {
text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
margin-top: 0px;
margin-bottom: 0px;
}

ul {
margin-bottom: 0px;
}

::selection {
background: var(--kolorek);
color: #fff;
}

::-moz-selection {
background: var(--kolorek);
color: #fff;
}

@media (max-width: 991px) {
html, body {
overflow-x: hidden;
}
.mobile-top-fix {
margin-top: 30px;
margin-bottom: 0px;
}
.mobile-bottom-fix {
margin-bottom: 30px;
}
.mobile-bottom-fix-big {
margin-bottom: 60px;
}
}


/* nagłówek */


.background-header {
background: #fff!important;
height: 100px!important;
position: fixed!important;
top: 0px;
left: 0px;
right: 0px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.header-area.header-sticky, .gorka {
background: #fff;
height: 100px;
}

.header-area.header-sticky, .gorka {
height: 100px;
}

.background-header .main-nav .nav li a {
color: #333!important;
}

.background-header .main-nav .nav li a:before {
background-color: #333!important;
}
.background-header .main-nav .nav li a:hover:before {
background-color: #333!important;
}

.background-header .main-nav .nav li:hover a {
color: #333!important;
}

.header-area {
background: #fff!important;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
z-index: 100;
height: 100px;
-webkit-transition: all .5s ease 0s;
-moz-transition: all .5s ease 0s;
-o-transition: all .5s ease 0s;
transition: all .5s ease 0s;
z-index:9999;
}

.strona {
padding: 180px 0 80px;
text-align: center;
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../inc/pliki/footer.jpg) fixed center; background-size: cover;
}

.strona h5 {
color: #fff!important;
}

@media (max-width: 1023px) {
.strona {
padding: 150px 0 80px; text-align: center;
}
}

.header-area .main-nav {
min-height: 80px;
background: transparent;
}

.header-area .main-nav .logo {
line-height: 75px;
color: #fff;
font-size: 28px;
text-transform: uppercase;
letter-spacing: 2px;
float: left;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
animation:bounceIn 1s both;
}

.header-area .main-nav .nav {
background-color: transparent;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
z-index: 999;
padding-left:10px;
padding-right:10px;
}

.header-area .main-nav .nav li {
margin-left: auto;
margin-right: auto;
}

.header-area .main-nav .nav .popup-icon {
float: right;
margin-left: 15px;
}

.header-area .main-nav .nav .popup-icon a {
background-color: #fff;
color: var(--kolorek);
width: 40px;
height: 40px;
display: inline-block;
text-align: center;
line-height: 40px;
border-radius: 4px;
}

@media (max-width: 1024px) {
.header-area .main-nav .nav .popup-icon {
float: none;
text-align: center;
width: 100%;
background-color: #fff;
margin-left: 0px;
}
.header-area.header-sticky {
height: 80px;
}
}

.header-area .main-nav .nav .popup-icon a:hover {
opacity: 1;
color: var(--kolorek)!important;
}

/* menu główne */

.header-area .main-nav .nav li a {
display: block;
font-size: 22px;
color: #333;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
height: 40px;
line-height: 40px;
border: transparent;
letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
position: relative;
color: #333;
}
.header-area .main-nav .nav li a:hover {
color: #333;
}
.header-area .main-nav .nav li a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background-color: #333;
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.header-area .main-nav .nav li a:hover:before {
visibility: visible;
background-color: #333;
-webkit-transform: scaleX(1);
transform: scaleX(1);
}

.header-area .main-nav .nav li.submenu {
position: relative;
padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
font-family: "Font Awesome 6 Free";
content: "\f107";
font-size: 12px;
color: #333;
position: absolute;
right: 18px;
top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
color: #333;
}

.header-area .main-nav .nav li.submenu ul {
position: absolute;
width: 200px;
box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
overflow: hidden;
top: 40px;
opacity: 0;
transform: translateY(+2em);
visibility: hidden;
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
margin-left: 0px;
padding-left: 0px;
padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
opacity: 1;
display: block;
background: #fff;
color: #7a7a7a!important;
padding-left: 20px;
height: 40px;
line-height: 40px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position: relative;
font-size: 13px;
border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
background: #fff;
color: var(--kolorek)!important;
padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
visibility: visible;
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
cursor: pointer;
display: block;
position: absolute;
top: 23px;
width: 32px;
height: 40px;
text-indent: -9999em;
z-index: 99;
right: 40px;
display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: var(--kolorek);
display: block;
position: absolute;
width: 30px;
height: 2px;
left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
background-color: var(--kolorek);
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: var(--kolorek);
display: block;
position: absolute;
width: 30px;
height: 2px;
left: 0;
width: 100%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
background-color: var(--kolorek);
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
content: "";
}

.header-area .main-nav .menu-trigger span {
top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
-moz-transform-origin: 33% 100%;
-ms-transform-origin: 33% 100%;
-webkit-transform-origin: 33% 100%;
transform-origin: 33% 100%;
top: -10px;
z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
-moz-transform-origin: 33% 0;
-ms-transform-origin: 33% 0;
-webkit-transform-origin: 33% 0;
transform-origin: 33% 0;
top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
background-color: transparent;
width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
-moz-transform: translateY(6px) translateX(1px) rotate(45deg);
-ms-transform: translateY(6px) translateX(1px) rotate(45deg);
-webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
transform: translateY(6px) translateX(1px) rotate(45deg);
background-color: var(--kolorek);
}

.background-header .main-nav .menu-trigger.active span:before {
background-color: var(--kolorek);
}

.header-area .main-nav .menu-trigger.active span:after {
-moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
-ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
-webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
transform: translateY(-6px) translateX(1px) rotate(-45deg);
background-color: var(--kolorek);
}

.background-header .main-nav .menu-trigger.active span:after {
background-color: var(--kolorek);
}

.header-area.header-sticky .nav {
margin-top: 20px !important;
}

@media (max-width: 1200px) {
.header-area .main-nav .nav li {
padding-left: 12px;
padding-right: 12px;
}
.header-area .main-nav:before {
display: none;
}
}

@media (max-width: 1024px) {
.header-area .main-nav .logo {
color: var(--kolorek);
}
.header-area.header-sticky {
background: #fff!important;
}
.header-area.header-sticky .nav li a:hover,
.header-area.header-sticky .nav li a.active {
color: var(--kolorek)!important;
opacity: 1;
}
.header-area.header-sticky .nav li.popup-icon a {
width: 100%;
}
.header-area {
background-color: #f7f7f7;
padding: 0px 15px;
height: 80px;
box-shadow: none;
text-align: center;
}
.header-area .container {
padding: 0px;
}
.header-area .menu-trigger {
display: block !important;
}
.header-area .main-nav {
overflow: hidden;
}
.header-area .main-nav .nav {
float: none;
width: 100%;
display: none;
-webkit-transition: all 0s ease 0s;
-moz-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
transition: all 0s ease 0s;
margin-left: 0px;
}
.header-area .main-nav .nav li:first-child {
border-top: 1px solid #eee;
}
.header-area.header-sticky .nav {
margin-top: 80px !important;
}
.header-area .main-nav .nav li {
width: 100%;
background: #fff;
border-bottom: 1px solid #eee;
padding-left: 0px !important;
padding-right: 0px !important;
}
.header-area .main-nav .nav li a {
height: 50px !important;
line-height: 50px !important;
padding: 0px !important;
border: none !important;
color: #191a20 !important;
}
.header-area .main-nav .nav li a:hover {
background: #eee !important;
color: var(--kolorek)!important;
}
.header-area .main-nav .nav li.submenu ul {
position: relative;
visibility: inherit;
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s;
top: 0px;
width: 100%;
box-shadow: none;
height: 0px;
}
.header-area .main-nav .nav li.submenu ul li a {
font-size: 12px;
}
.header-area .main-nav .nav li.submenu ul li a:hover:before {
width: 0px;
}
.header-area .main-nav .nav li.submenu ul.active {
height: auto !important;
}
.header-area .main-nav .nav li.submenu:after {
color: #3B566E;
right: 25px;
font-size: 14px;
top: 15px;
}
.header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
height: 0px;
}
}

@media (min-width: 1025px) {
.header-area .main-nav .nav {
display: flex !important;
}
.logomobile {display:none;}
}
@media (max-width: 1024px) {
.logopc {display:none;}
}

/* slider */

.sciemnienie {
filter: brightness(65%);
}

.img-fill {
width: 100%;
display: block;
overflow: hidden;
position: relative;
text-align: center;
padding-top: 70px;
}

.img-fill img {
min-height: 100%;
min-width: 100%;
position: relative;
display: inline-block;
max-width: none;
}

*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.Grid1k {
padding: 0 15px;
max-width: 1200px;
margin: auto;
}

.blocks-box,
.slick-slider {
margin: 0;
padding: 0!important;
}

.slick-slide {
float: left /* If RTL Make This Right */ ;
padding: 0;
}

.Modern-Slider .item .img-fill{
height:auto;
}

.Modern-Slider .item .info > div{
display:inline-block!important;
vertical-align:middle;
}

.Modern-Slider .NextArrow{
position:absolute;
top:50%;
right:30px;
border:0 none;
background-color: transparent;
text-align:center;
font-size: 56px;
font-family: "Font Awesome 6 Free";
color:#fff;
z-index:5;
outline: none;
}

.Modern-Slider .NextArrow:before{
content:'\f105';
}

.Modern-Slider .PrevArrow {
position:absolute;
top:50%;
left:30px;
border:0 none;
background-color: transparent;
text-align:center;
font-size: 56px;
font-family: "Font Awesome 6 Free";
color:#fff;
z-index:5;
outline: none;
}

.Modern-Slider .PrevArrow:before{
content:'\f104';
}

/* Dots */

.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 999;
}

.slick-dots ul {
  padding: 0;
}

.slick-dots li {
  background-color: ;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  background-color: transparent;
  font-size: 0px;
  line-height: 0;
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: ;
  border: 0;
  outline: none;
  background: ;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  background-color: ;
  color: ;
}

.slick-dots li button:before {
  background-color: #fff;
  font-family: 'slick';
  font-size: 60px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--kolorek);
}

.Modern-Slider .text-content {
width: 1140px;
position: absolute;
top: 53%;
left: 50%;
text-align: left;
transform: translate(-50%, -50%);
}

@media (max-width: 1139px) {
.Modern-Slider .text-content {
width: 80%;
}
}

.Modern-Slider .item h3 {
margin-bottom: 30px;
font-size: 26px;
color: #333;
animation:fadeOutRight 1s both;
}

.Modern-Slider .item h5 {
font-size: 65px;
color: #fff;
animation:fadeOutLeft 1s both;

}

.admin h3 {
margin-bottom: 30px;
font-size: 26px;
text-transform: uppercase;
color:#333;
}

.admin h5 {
font-size: 65px;
color: #fff;
}

.Modern-Slider .item .btn-slider {
overflow:hidden;
animation:fadeOutLeft 1s both;
}


@media (max-width: 1024px) {
.Modern-Slider {
margin-top: 0px;
}

.img-fill {
padding-top: 40px;
}

.Modern-Slider .item h3 {
font-size: 16px;
}

.Modern-Slider .item h5 {
font-size: 46px;
margin-bottom: 10px;
}
.admin h3 {
font-size: 16px;
}

.admin h5 {
font-size: 46px;
}
}

@media (max-width: 786px) {
.Modern-Slider .item h3 {
font-size: 14px;
}

.Modern-Slider .NextArrow:before {
display: none;
}
.Modern-Slider .PrevArrow:before {
display: none;
}

.Modern-Slider .item h5 {
font-size: 36px;
}
.admin h3 {
font-size: 14px;
}

.admin h5 {
font-size: 36px;
}
}

@media (max-width: 599px) {
.Modern-Slider .item .img-fill {
height:600px;
}
.img-fill img {
left: -900px;
width: 1400px!important;
filter: brightness(50%);
}
.Modern-Slider .text-content {
text-align: center;
color: #fff;
}
.Modern-Slider .item h3 {
color: #fff;
}
}

.Modern-Slider img { width: 100%; height: auto; }

.Modern-Slider .item a {
margin: 0 5px;
}

.Modern-Slider .item.slick-active h3{
animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
animation:fadeInUp 1s both 1.5s;
}

.Modern-Slider .item.slick-active .btn-slider {
animation:fadeInUp 1s both 2s;
}

.Modern-Slider .item.slick-active{
animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
position: relative;
}

.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/* stopka */
.text-footer {color:#9babb3;}

footer {
background: #0A090B;
color: #9babb3;
padding: 50px 0;
font-size: 17px;
}
footer h4 {
font-size: 20px;
letter-spacing: 1px;
display: inline-block;
margin-bottom: 2px;
color: #fff;
}
.footer-kontakt li i {
position: absolute;
left: 0;
top: 8px;
color: #fff;
}
.footer-kontakt li {
padding-left: 40px;
position: relative;
margin-bottom: 10px;
}

footer a, footer a:hover {
color: #9babb3;
}

.footer-tytul {
padding-bottom: 15px;
margin-bottom: 15px;
}

footer .table td:first-child {
padding-left: 33px;
}

footer .table td:last-child {text-align: right;}
footer .table td {
padding: 0px;
border: 0;
}

footer .table td i {
position: absolute;
left: 0px;
font-size: 21px;
top: 10px;
color: #fff;
}

footer .table td {
position: relative;
padding: 4px 0;
color: #9babb3;
}
footer hr {
border-color: #9babb3;
}

.footer-bottom p {
text-align: right;
}
.footer-bottom {
background-color: #0A090B;
padding-top: 20px;
font-size: 14px;
color: #9babb3;
}

.footer-bottom a, .footer-bottom a:hover {
color: #9babb3;
}

@media (max-width: 768px) {
.footer-bottom {
text-align: center;
}
.footer-bottom p {
text-align: center;
margin-top: 20px;
}
}

/* popup */


#popup {
z-index: 9999;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(250, 250, 250, 0.95);
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: translate(0px, -100%) scale(0, 0);
-moz-transform: translate(0px, -100%) scale(0, 0);
-o-transform: translate(0px, -100%) scale(0, 0);
-ms-transform: translate(0px, -100%) scale(0, 0);
transform: translate(0px, -100%) scale(0, 0);
opacity: 0;
}
#popup .pop {
position: absolute;
top: 40%;
width: 100%;
text-align: center;
border: 0px;
margin: 0px auto;
margin-top: -51px;
padding-left: 30px;
padding-right: 30px;
outline: none;
}
#popup .close {
border-radius: 4px;
position: fixed;
top: 15px;
right: 15px;
color: #fff;
background-color: var(--kolorek);
outline: none;
opacity: 1;
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
font-size: 28px;
}
#popup .close:hover {
background-color: #555;
transition: all 250ms linear;
}
#popup.open {
-webkit-transform: translate(0px, 0px) scale(1, 1);
-moz-transform: translate(0px, 0px) scale(1, 1);
-o-transform: translate(0px, 0px) scale(1, 1);
-ms-transform: translate(0px, 0px) scale(1, 1);
transform: translate(0px, 0px) scale(1, 1);
opacity: 1;
}

#wyslij {
z-index: 9999;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: #fff;
}
#wyslij .pop {
position: absolute;
top: 40%;
width: 100%;
text-align: center;
border: 0px;
margin: 0px auto;
margin-top: -61px;
padding-left: 30px;
padding-right: 30px;
outline: none;
}
#wyslij .close {
border-radius: 4px;
position: fixed;
top: 15px;
right: 15px;
color: #fff;
background-color: var(--kolorek);
outline: none;
opacity: 1;
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px;
font-size: 28px;
}
#wyslij .close:hover {
background-color: #555;
transition: all 250ms linear;
}

/* top */

#gotoTop {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: var(--kolorek);
color: white;
cursor: pointer;
padding: 10px 15px;
border-radius: 4px;
}

#gotoTop:hover {
background-color: #555;
transition: all 250ms linear;
}

/* inne */

.text-black a {color: #333; font-weight: 400;}

.przyklad-tytul {
letter-spacing: 0;
line-height: 42px;
margin: 0 0 39px;
padding: 0 0 11px;
position: relative;
text-transform: uppercase;
}

.przyklad-kreska {
  position: relative;
}

.przyklad-kreska:after {
  content: "";
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: var(--kolorek);
}

.przyklad-kreska1 {
  position: relative;
}

.przyklad-kreska1:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

.przyklad-kreska2 {
  position: relative;
}

.przyklad-kreska2:after {
  content: "";
  position: absolute;
  bottom: 28px;
  width: 59px;
  margin-left: -35px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

.przyklad-kreska3 {
  position: relative;
}

.przyklad-kreska3:after {
  content: "";
  position: absolute;
  bottom: 28px;
  width: 59px;
  margin-left: -35px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: var(--kolorek);
}
 
.pad0 {
padding: 0px;
}
.pad5 {
padding: 5px;
}
.pad10 {
padding: 10px;
}
.pad15 {
padding: 15px;
}
.pad20 {
padding: 20px;
}
.pad30 {
padding: 30px;
}
.pad40 {
padding: 40px;
}
.pad50 {
padding: 50px;
}
.pad60 {
padding: 60px;
}
.pad70 {
padding: 70px;
}
.pad80 {
padding: 80px;
}
.pad90 {
padding: 90px;
}
.pad100 {
padding: 100px;
}
.padTB0 {
padding: 0px 0;
}
.padTB5 {
padding: 5px 0;
}
.padTB10 {
padding: 10px 0;
}
.padTB15 {
padding: 15px 0;
}
.padTB20 {
padding: 20px 0;
}
.padTB30 {
padding: 30px 0;
}
.padTB40 {
padding: 40px 0;
}
.padTB50 {
padding: 50px 0;
}
.padTB60 {
padding: 60px 0;
}
.padTB70 {
padding: 70px 0;
}
.padTB80 {
padding: 80px 0;
}
.padTB90 {
padding: 90px 0;
}
.padTB100 {
padding: 100px 0;
}
.padT0 {
padding-top: 0px;
}
.padT5 {
padding-top: 5px;
}
.padT10 {
padding-top: 10px;
}
.padT15 {
padding-top: 15px;
}
.padT20 {
padding-top: 20px;
}
.padT30 {
padding-top: 30px;
}
.padT40 {
padding-top: 40px;
}
.padT50 {
padding-top: 50px;
}
.padT60 {
padding-top: 60px;
}
.padT70 {
padding-top: 70px;
}
.padT80 {
padding-top: 80px;
}
.padT90 {
padding-top: 90px;
}
.padT100 {
padding-top: 100px;
}
.padB0 {
padding-bottom: 0px;
}
.padB5 {
padding-bottom: 5px;
}
.padB10 {
padding-bottom: 10px;
}
.padB20 {
padding-bottom: 20px;
}
.padB30 {
padding-bottom: 30px;
}
.padB40 {
padding-bottom: 40px;
}
.padB50 {
padding-bottom: 50px;
}
.padB60 {
padding-bottom: 60px;
}
.padB70 {
padding-bottom: 70px;
}
.padB80 {
padding-bottom: 80px;
}
.padB90 {
padding-bottom: 90px;
}
.padB100 {
padding-bottom: 100px;
}
.padL0 {
padding-left: 0px;
}
.padL5 {
padding-left: 5px;
}
.padL10 {
padding-left: 10px;
}
.padL20 {
padding-left: 20px;
}
.padL30 {
padding-left: 30px;
}
.padL40 {
padding-left: 40px;
}
.padL50 {
padding-left: 50px;
}
.padL60 {
padding-left: 60px;
}
.padL70 {
padding-left: 70px;
}
.padL80 {
padding-left: 80px;
}
.padL90 {
padding-left: 90px;
}
.padL100 {
padding-left: 100px;
}
.padLR0 {
padding-left: 0px;
}
.padLR5 {
padding-left: 5px;
}
.padLR10 {
padding-left: 10px;
}
.padLR20 {
padding-left: 20px;
}
.padLR30 {
padding-left: 30px;
}
.padLR40 {
padding-left: 40px;
}
.padLR50 {
padding-left: 50px;
}
.padLR60 {
padding-left: 60px;
}
.padLR70 {
padding-left: 70px;
}
.padLR80 {
padding-left: 80px;
}
.padLR90 {
padding-left: 90px;
}
.padLR100 {
padding-left: 100px;
}
.padR0 {
padding-right: 0px;
}
.padR5 {
padding-right: 5px;
}
.padR10 {
padding-right: 10px;
}
.padR20 {
padding-right: 20px;
}
.padR30 {
padding-right: 30px;
}
.padR40 {
padding-right: 40px;
}
.padR50 {
padding-right: 50px;
}
.padR60 {
padding-right: 60px;
}
.padR70 {
padding-right: 70px;
}
.padR80 {
padding-right: 80px;
}
.padR90 {
padding-right: 90px;
}
.padR100 {
padding-right: 100px;
}

.mar0 {
margin: 0px;
}
.mar5 {
margin: 5px;
}
.mar10 {
margin: 10px;
}
.mar15 {
margin: 15px;
}
.mar20 {
margin: 20px;
}
.mar30 {
margin: 30px;
}
.mar40 {
margin: 40px;
}
.mar50 {
margin: 50px;
}
.mar60 {
margin: 60px;
}
.mar70 {
margin: 70px;
}
.mar80 {
margin: 80px;
}
.mar90 {
margin: 90px;
}
.mar100 {
margin: 100px;
}
.marT0 {
margin-top: 0px;
}
.marT5 {
margin-top: 5px;
}
.marT10 {
margin-top: 10px;
}
.marT15 {
margin-top: 15px;
}
.marT20 {
margin-top: 20px;
}
.marT30 {
margin-top: 30px;
}
.marT40 {
margin-top: 40px;
}
.marT50 {
margin-top: 50px;
}
.marT60 {
margin-top: 60px;
}
.marT70 {
margin-top: 70px;
}
.marT80 {
margin-top: 80px;
}
.marT90 {
margin-top: 90px;
}
.marT100 {
margin-top: 100px;
}
.marT150 {
margin-top: 150px;
}
.marT200 {
margin-top: 200px;
}
.marB0 {
margin-bottom: 0px;
}
.marB5 {
margin-bottom: 5px;
}
.marB15 {
margin-bottom: 15px;
}
.marB10 {
margin-bottom: 10px;
}
.marB20 {
margin-bottom: 20px;
}
.marB30 {
margin-bottom: 30px;
}
.marB40 {
margin-bottom: 40px;
}
.marB50 {
margin-bottom: 50px;
}
.marB60 {
margin-bottom: 60px;
}
.marB70 {
margin-bottom: 70px;
}
.marB80 {
margin-bottom: 80px;
}
.marB90 {
margin-bottom: 90px;
}
.marB100 {
margin-bottom: 100px;
}
.marB150 {
margin-bottom: 150px;
}
.marB200 {
margin-bottom: 200px;
}
.marL0 {
margin-left: 0px;
}
.marL5 {
margin-left: 5px;
}
.marL10 {
margin-left: 10px;
}
.marL20 {
margin-left: 20px;
}
.marL30 {
margin-left: 30px;
}
.marL40 {
margin-left: 40px;
}
.marL50 {
margin-left: 50px;
}
.marL60 {
margin-left: 60px;
}
.marL70 {
margin-left: 70px;
}
.marL80 {
margin-left: 80px;
}
.marL90 {
margin-left: 90px;
}
.marL100 {
margin-left: 100px;
}
.marR0 {
margin-right: 0px;
}
.marR5 {
margin-right: 5px;
}
.marR10 {
margin-right: 10px;
}
.marR20 {
margin-right: 20px;
}
.marR30 {
margin-right: 30px;
}
.marR40 {
margin-right: 40px;
}
.marR50 {
margin-right: 50px;
}
.marR60 {
margin-right: 60px;
}
.marR70 {
margin-right: 70px;
}
.marR80 {
margin-right: 80px;
}
.marR90 {
margin-right: 90px;
}
.marR100 {
margin-right: 100px;
}

@media (max-width: 1024px) {
	.phonenone {display: none;}
}

@media (min-width: 1025px) {
	.pcnone {display: none;}
}

.form-control {
	min-height: 50px;
	height: auto;
	padding: 15.2px 19px;
	border-radius: 6px;
	-webkit-appearance: none;
	line-height: 19.6px;
}

.img-c {
width: 100%;
height: 250px;
position: relative;
overflow: hidden;
}

.img-w {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
cursor: pointer;
transition: transform ease-in-out 300ms;
border-radius: 4px;
}

.img-w img {
display: none;
}

.img-c {
transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
transform: scale(0.9);
transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
width: 100% !important;
height: 100% !important;
position: absolute;
z-index: 2;
}

.img-c.postactive {
position: absolute;
z-index: 2;
pointer-events: none;
}

.img-c.active.positioned {
left: 0 !important;
top: 0 !important;
transition-delay: 50ms;
}

.img-w2 {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
cursor: pointer;
transition: transform ease-in-out 300ms;
border-radius: 4px;
}

.img-w2 img {
display: none;
}


.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}

html.lb-disable-scrolling {
overflow: hidden;
/* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
position: fixed;
height: 100vh;
width: 100vw;
}

.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
opacity: 0.95;
display: none;
}

.lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
font-weight: normal;
}

.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
max-height: none;
border-radius: 5px;
}

.lightbox a img {
border: none;
}

.lb-outerContainer {
position: relative;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
border-radius: 4px;
background-color: white;
}

.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}

.lb-loader {
position: absolute;
top: 43%;
left: 0;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}

.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}

.lb-container > .nav {
left: 0;
}

.lb-nav a {
outline: none;
background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
height: 100%;
cursor: pointer;
display: block;
}

.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(../images/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}

.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(../images/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}

.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
*zoom: 1;
width: 100%;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}

.lb-data {
padding: 0 4px;
color: #ccc;
}

.lb-data .lb-details {
margin-top: 10px;
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
display: none;
}

.lb-data .lb-caption {
font-size: 13px;
font-weight: bold;
line-height: 1em;
}

.lb-data .lb-caption a {
color: #4ae;
}

.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999999;
}

.lb-data .lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
margin-top: 15px;
background: url(../images/close.png) top right no-repeat;
text-align: right;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}


.btn-lg {
color: var(--kolorek);
border: solid 2px var(--kolorek);
background: transparent;
position: relative;
display: inline-block;
text-transform: uppercase;
padding: 15px;
line-height: 1;
font-weight: 300;
text-align: center;
transition: background .5s;
letter-spacing: .1em;
overflow: hidden;
font-size: 1rem!important;
}

.btn-lg:hover {
color: #fff;
background: var(--kolorek);
border: solid 2px var(--kolorek);
transition: all 250ms linear;
 }
 
.btn:hover {
transition: all 250ms linear;
 }

.btn2 {
color: #fff;
background: var(--kolorek);
border: solid 2px var(--kolorek);
position: relative;
display: inline-block;
text-transform: uppercase;
padding: 15px;
line-height: 1;
font-weight: 300;
text-align: center;
letter-spacing: .1em;
overflow: hidden;
font-size: 1rem!important;
}

.btn2:hover {
color: #fff;
background: #555;
border: solid 2px #555;
transition: all 250ms linear;
}
 
 .btn3 {
color: #fff;
background: transparent;
border: solid 2px #fff;
position: relative;
display: inline-block;
text-transform: uppercase;
padding: 15px;
line-height: 1;
font-weight: 300;
text-align: center;
letter-spacing: .1em;
overflow: hidden;
font-size: 1rem!important;
}

.btn3:hover {
color: #fff;
background: transparent;
border: solid 2px #fff;
transition: all 250ms linear;
 }
 
.btn-group .btn {border-radius: 0;}
.szukanie {border: 0; font-size: 50px; text-align:center; font-weight: 100;}

.marked-list-1 > li {
	padding-left: 20px;
	margin-bottom: 10px;
    text-indent: -28px;
}

.marked-list-1 > li:before {
	color: var(--kolorek);
	content: '\f00c';
	font-size: 20px;
	padding-right: 10px;
	font-family: "Font Awesome 6 Free";
}

/* slider aktualnosci */

* {
  box-sizing: border-box;
}

.hs {
  display: -webkit-box;
  display: flex;
  overflow: -moz-scrollbars-vertical;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
  margin: 0 -20px;
}
.hs__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}
.hs__headline {
  -webkit-box-flex: 1;
          flex: 1;
}
.hs__arrows {
  align-self: center;
}
.hs__arrows .arrow:before {
  display: inline-block;
  vertical-align: middle;
  content:"\f078";
  font-family: "Font Awesome 6 Free";
  background-size: contain;
  -webkit-filter: brightness(2);
          filter: brightness(2);
  height: 12px;
  cursor: pointer;
}
.hs__arrows .arrow.disabled:before {
  -webkit-filter: brightness(5);
          filter: brightness(5);
}
.hs__arrows .arrow.arrow-prev:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 10px;
}
.hs__arrows .arrow.arrow-next:before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.hs__item {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(100% / 4 - (10px * 2) - (20px / 4));
  padding:20px;

}

.blogfoto li { display: none; }
.blogfoto li:first-child { display: block; }
.blogfoto2 div:first-child { display: none; }

.square {
  float:left;
  position: relative;
  width: 24%;
  padding-bottom : 24%;
  margin:0.5%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  transition: transform ease-in-out 300ms;
  border-radius: 4px;
}
.square:hover {
transform: scale(0.9);
transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}
@media (max-width: 1024px) {
.square {
  width: 99%;
  padding-bottom : 99%;
}
}

.clickable {
  height: 100%;
  width: 100%;
  position: absolute;     
  z-index: 1;
}

.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}

.ciasteczka {
display: block; z-index: 99999; min-height: 35px; width: 250px; position: fixed; background: #333; text-align: left; left: 30px; bottom: 30px; color: #fff; padding: 30px; border-radius: 4px;
}
.ciasteczka .cookieTitle {
	color: #fff;
	font-size: 22px;
	line-height: 20px;
	display: block;
}
.ciasteczka .cookieDesc p {
	margin: 0;
	padding: 0;
	color: #9babb3;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .ciasteczka .cookieDesc a {
	color: #9babb3;
	text-decoration: underline;
}
.ciasteczka .cookieButton a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: var(--kolorek);
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
	width: 100%;
	border-radius: 4px;
}
.ciasteczka .cookieButton a:hover { 
	cursor: pointer;
	background: #fff;
	color: #333;
}

@media (max-width: 980px) {
	.ciasteczka {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}

.facebook-bg {
  min-width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 4px;
  border: none;
  transition: all 0.5s;
  cursor: pointer;
  background: #3b5998;
  font-size: 1.2em;
}

.allegro-bg {
  min-width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 4px;
  border: none;
  transition: all 0.5s;
  cursor: pointer;
  background: #FF5A00;
  font-size: 1.1em;
}

.instagram-bg {
  min-width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 4px;
  border: none;
  transition: all 0.5s;
  cursor: pointer;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);;
  font-size: 1.1em;
}


/* przyklad 13 */
.przyklad13 .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 4px;
  background: #F1F3F4;
}

.przyklad13 .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;;
  font-size: 18px;
}

.uppercase {text-transform: uppercase;}

@media (max-width: 1024px) {
.funkcja2 {display: none!important;}
}

/* blog */

.cardblog {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background: #fff;
background-clip: border-box;
}

.pagination {
display: inline-block;
}
.pagination a {
color: #1A1A1A;
float: left;
padding: 6px 20px;
margin: 5px;e;
}
.pagination a.active {
background-color: var(--kolorek);
color: white;
}
.pagination a:hover:not(.active) {background-color: #ddd;}

.squareblog {
float:left;
position: relative;
width: 100%;
padding-bottom :60%;
margin:0;
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
transition: transform ease-in-out 300ms;
}

/* album */

.cardalbum {
position: relative;
overflow: hidden;
height: 500px;
width: 100%;
text-decoration: none;
background-size: cover;
background-position: center center;
transition: transform 0.3s ease-in-out;
}

.cardalbum:hover {
transform: scale(1.03);
}

.card-link-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.cardalbum::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
transition: background-color 0.3s ease-in-out;
z-index: 0;
}

.cardalbum:hover::before {
background-color: rgba(0, 0, 0, 0.7);
}

.card-body-album {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 2;
padding: 20px;
}

.card-title-album {
color: white;
margin-bottom: 0;
font-size: 1.5rem;
transition: color 0.3s ease-in-out;
}

.card-text-album {
transform: translateY(20px);
opacity: 0;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.cardalbum:hover .card-text-album {
transform: translateY(0);
opacity: 1;
}

.link-arrow {
color: white;
text-decoration: none;
font-weight: 400;
}

.square {
float:left;
position: relative;
width: 23%;
padding-bottom : 23%;
margin:1%;
background-position:center center;
background-repeat:no-repeat;
background-size:cover;
transition: transform ease-in-out 300ms;
}
.square:hover {
transform: scale(0.98);
transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.wybordetails {
position: absolute;
color: var(--kolorek2);
width: 100%;
text-align: left;
background: var(--kolorek);
padding: 20px;
bottom: 0;
line-height: 1.2;
text-align: center;
}

@media (max-width: 1024px) {
.square {
width: 99%;
padding-bottom : 99%;
}
}

.clickable {
height: 100%;
width: 100%;
position: absolute; 
z-index: 1;
}

.text-center {
text-align: center;
}
