/* basic */
:root{
	color-scheme: light dark;	

	--jasny_zielony:#a4b816;
	
	--szary:light-dark(#f7f7f7,#f7f7f7);
	--szary_ciemny:light-dark(#efefef,#efefef);
	
	/*nowe kolory*/
	--fioletowy:#950c5e;
	--brazowy:#950c5e; /* był #660033; */
	--ciemny_zielony:#027c7b; /* morski był #365222 */		
	--logo_ceglasty:#f95a39;  /* był #c96123; */
	--pomaranczowy:#f95a39;
	--niebieski:#05a7bc; /* turkusowy był #00ccff;  */

}
@media (prefers-color-scheme: dark) {
	:root{
	--szary:#f7f7f7;
	}
}
html {
  scroll-behavior: smooth;
  font-size: 100%;
}
body {
  font-size: 16px;
  color: #555;
  margin: 0px auto 0px auto;
  font-family: Roboto;
  background: #fff;
  position: relative;
  font-weight: 300;
}
table {
	border-spacing:0px;
}


figure,
figcaption {
  margin: 0px;
}
a {
  text-decoration: none;
  color: inherit;
  border: none;
  /* word-break:break-all; */
}
a:hover {
  color: var(--niebieski);
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  text-decoration: none;
}
iframe {
  max-width: 100%;
  border: none;
}
.clearfix {
  clear: both;
}
h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: "Stick No Bills", sans-serif;
	font-optical-sizing: auto;
	vertical-align: baseline;
	margin: 0 0 15px 0;
	color: #333;
	font-weight: 400;
	letter-spacing:0.04em;
	line-height: 1.1em;
}
h1 {
  font-size: 62px;
  position: relative;
  color: var(--fioletowy);
  line-height:1em;
}
h2 {
  font-size: 50px;
  position: relative;
  color:var(--pomaranczowy);
  line-height:1em;
}
h3 {
  font-size: 32px;
  position: relative;
  color: var(--ciemny_zielony);
}
h4 {
  font-size: 24px;
  position: relative;
  margin-bottom: 1em;
  color: var(--pomaranczowy);
}
h5 {
  font-size: 1.6em;
color: var(--niebieski);
}
h6{
	font-size: 1.1em;
	color:var(--ciemny_zielony);
	line-height:inherit;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

h1 span,h2 span,h3 span,h4 span{
  color: var(--niebieski);
}

main {
	position: relative;
	margin: 0px auto 0px auto;
	min-height: 400px;
	background-color: light-dark(#fff,#fff);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.alert {
  color: red;
}
.message {
  text-align: center;
  color: #ee4f53;
}
.message.success {
  color: green;
  font-weight: 600;
}

.overflow-table-js {
  overflow-x: auto;
  /* white-space: nowrap; */
}
input[type="submit"],
.button {
  cursor: pointer;
  font-weight: 500;
  fill: #2F2F2F;
  color: #ffffff;
  background-color: var(--ciemny_zielony);
  border-style: none;
  border-radius: 9px 9px 9px 9px;
  padding: 0.7em 2em;
  font-size: 16px;
}
.button:hover,
input[type="submit"]:hover {
  color: #ffffff;
  background-color:var(--niebieski);
}
.section-box{
  margin:50px 0px;
  overflow:hidden;
  clear:both;
  position:relative;
  z-index:1;
}
.srodek {
  max-width: 1360px;
  margin: 0px auto 0px auto;
  padding: 0px 4% 0px 4%;
  position: relative;
  display: block;
  position: relative;
}
.layout-page main {
  padding-top: 30px;
  padding-bottom:30px;
}
.left-box{
	margin-right:2%;
	width:221px;
}

.logo-box {
	display: block;
	position: relative;
	padding: 0px;
	z-index: 1000;
	max-width: 320px;
}
.logo-box img{
	display:block;
	height:78px;
	width:auto;
}
.flow-box {
  display: block;
  position: fixed;
  right: 0px;
  top: 170px;
  z-index: 10000;
}
.flow-box .question-icon .counter,
.flow-box .cart-icon .counter{
    bottom:-10px;
}
/* header */

.question-button a,
.cart-icon a {
  position: relative;
  margin-bottom: 9px;
  display: block;
  left: 2px;
}
.question-button a:hover,
.cart-icon a:hover {
  left: 0px;
}
.question-icon:before,
.cart-icon:before {
  font-family: "FontAwesomeSolid";
  display: block;
  font-size: 30px;
  color: #ffffff;
  background-color: #1a57a1;
  padding: 10px 15px;
  border-radius: 10px;
}
.question-icon:before {
  content: "\f128";
}
.cart-icon:before {
  content: "\f07a";
}
.question-icon .counter,
.cart-icon .counter {
  width: 15px;
  background-color: grey;
  color: #fff;
  font-size: 10px;
  border-radius: 20px;
  padding: 4px;
  text-align: center;
  position: absolute;
  left: -5px;
  /* top: 36px; */
  font-weight: bold;
  z-index: 100;
}
.question-icon .counter.active,
.cart-icon .counter.active {
  background-color: #fccb0f;
  color: #000;
}

.flow-box .socialmedia-box {
  flex-direction: column;
}
.flow-box .socialmedia-box li {
  padding: 0px;
}
header{
  background-color:var(--szary);
  box-shadow:0px 0px 5px #99999966;
}
header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  
}
header .right-top-box {
  display: flex;
  flex-direction: row;
  padding: 5px 15px;
  height: 28px;
}
.telico,
.emailico,
.addressico,
.plico,
.enico {
  display: inline-block;
}
.telico:before,
.emailico:before,
.addressico:before,
.plico:before,
.enico:before {
  font-family: "Icofont";
  display: block;
  font-size: 20px;
}
.telico:before {
  color: #ce2124;
  content: "\efbb";
  font-size: 30px;
  margin-right: 5px;
}
.emailico:before {
  color: #929292;
  content: "\ef12";
}
.addressico:before {
  color: #929292;
  content: "\ed42";
}
.plico:before {
  content: url("images/pl.png");
  width: 20px;
  height: 20px;
}
.enico:before {
  content: "";
  background-image: url("images/en.png");
  width: 30px;
  height: 30px;
  background-size: cover;
  display: block;
}

.telico:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.enico:before {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.enico:hover:before {
  transform: rotateY(360deg);
}

.langs-box {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  margin: 5px 21px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.langs-box a{
	background:#fff;
	color:#000;
	padding:0.3em;
	border-radius:0.4em;
	letter-spacing:0.1em;
}
.langs-box a:hover{
	color:#fff;
	background-color:var(--pomaranczowy);
}
.top-nav-box {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color:#000;
}
.top-nav-box .srodek {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.short-contact-box {
  display: flex;
  align-items: center;
  font-family:"Stick No Bills", sans-serif;
  letter-spacing:0.1em;
  font-weight:400;
}

.phone-box {
  position: relative;
  padding-left: 26px;
  margin-left: 0.5em;
}
.phone-box:before {
  font-size: 22px;
  font-family: "FontAwesomeSolid";
  content: "\f879";
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
  color:#fff;
}
.phone-box:hover:before{
	color:var(--jasny_zielony);
}
.mail-box {
  position: relative;
  padding-left: 26px;
  margin-left: 15px;
}
.mail-box a {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
.mail-box a:before {
  font-size: 22px;
  color: var(--pomaranczowy);
  font-family: "FontAwesomeSolid";
  content: "\f0e0";
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
}
.whatsapp{
  position: relative;
  padding-left:0.5em;
  margin-left: 1em;
  padding-right:0.5em;
  display:inline-block;
  width:2em;
  height:2em;
}
.whatsapp:before {
  font-size: 30px;
	color:#fff;
  font-family: "FontAwesomeBrands";
  content: "\f232";
  display: block;
  position: absolute;
  left:0.5em;
  top:-1px;
}
.whatsapp:hover:before{
	color:var(--pomaranczowy);
}
footer .whatsapp{
    position:fixed;
    right:0px;
    bottom:0px;
    z-index:1000;
    width:55px;
    height:55px;
    color:#000;
}
footer .whatsapp:before{
    font-size:50px;
	color:var(--pomaranczowy);	
}

/*   center */
.baner-podstrony+.sciezka-box{
	margin-bottom:5em;
}
.sciezka-box {
	margin-top:0.1rem;
	padding-top: 0.3rem;
	padding-bottom:0.3rem;
	font-size:0.7rem;
	margin-bottom:0px;
}
.sciezka-box .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.sciezka-box .content .sciezka {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0px;
}
.sciezka-box .content .sciezka .symbol {
  padding-left: 6px;
  padding-right: 6px;
}

#scroll-to-top{
	position:fixed;
	left:1vw;
	bottom:5px;
	z-index:100;
}
#scroll-to-top img{
	width:40px;
	height:40px;
	filter:var(--pomaranczowy);
}

/*  footer  */

footer {
  padding: 30px 0px;
  background:var(--ciemny_zielony);
  color:#fff;
}
footer .content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 50px;
}
footer .content a{
  cursor:pointer;
  color:inherit;
}
footer .content a:hover {
  color: var(--niebieski);
}
footer .content > div {
  flex: 1;
  margin-bottom: 15px;
}
footer h5{
	color:var(--pomaranczowy);
}

.copyright-box .content {
  color: #9aaf31;
}

.copyright-box {
  text-align: center;
  background-color:#000;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  position: relative;
  z-index: 100;
  font-size: 13px;
}
.copyright-box .logo {
  padding-top: 15px;
  display: block;
}
.copyright-box a {
  color: #fff;
}

/*  owl carousel  */

.owl-carousel .owl-nav .owl-prev{
  left:0px;
}
.owl-carousel .owl-nav .owl-next{
  right:0px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
  font-size: 40px !important;
  background-color: var(--ciemny_zielony) !important;
  width: 40px !important;
  color: #fff !important;
}
.owl-carousel .owl-nav .owl-prev:hover,.owl-carousel .owl-nav .owl-next:hover{
background-color: var(--jasny_zielony) !important;
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span{
  position:relative;
  top:-4px;
}

.owl-carousel .owl-dots .owl-dot[role="button"] > span{
  width: 28px;
  height: 28px;
  background: var(--ciemny_zielony);
  border-radius: 0px;
  box-shadow: 4px 4px #a4b818;
}
.owl-theme .owl-dots .owl-dot[role="button"].active span{
	background:var(--pomaranczowy);
}

.zwin{
    cursor:pointer;
}
.zwin:after{
    display: inline-block;
  content: "\f078";
  font-family:"FontAwesomeSolid" !important;
  background-color:var(--niebieski);
  font-size:15px;
  color:#fff;
  cursor: pointer;
  margin-left: 4px;
    padding: 2px 6px;
  line-height: 18px;
}
.zwin.active:after{
    transform:rotate(180deg);
}
.zwin:after:hover{
    background-color:grey;
}
.hide{
    display:none;
}
.show{
    display:block;
}


/*  media queries */

@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 1024px) {
  header nav .hover:after,
  header nav > a:hover:after {
    bottom: 0px;
  }
}
@media screen and (max-width: 960px) {
	
main {
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:auto 70%;
}
main:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top:0px;
	z-index: 0;
	background: linear-gradient(rgba(255,255,255,1), 
	rgba(255, 255, 255, 1) 40%,
	rgba(255, 255, 255, 0.3) 60%,  
	rgba(255, 255, 255,0) 100%);
}	
	
	
  .flow-box {
    top: 200px;
  }
  header .content {
    display: block;
  }
  header .left-box,
  header .right-box {
    align-items: normal;
  }
  header .mail-box {
    display: none;
  }
  header .menu-gora-box {
    flex-direction: column;
    margin-left: unset;
    margin-top: -50px;
  }
  footer .content {
    display: block;
  }
  .langs-box{
	  margin:5px 0px;
	  padding-left:1em;
  }   
}
@media screen and (max-width: 720px) {
	
  header {
    height: auto;
    padding-bottom: 0px;
    display: block;
	box-shadow:0px 0px 7px #00000033;
  }
  .hamburger {
    display: block;
  }
  footer > .srodek > .content {
    display: block;
  }

  .baner-podstrony + .sciezka-box{
	  margin-bottom:3em;
  }
 
}
@media screen and (max-width: 520px) {
  .socialmedia-box {
    display: none;
  }
  footer .content .localizations, footer .content .contacts{
    padding:0px;
  }
  footer .content .localizations:before,
  footer .content .contacts:before,
  footer .content .contacts:after{
    display:none;
  }
  h1{
	  font-size:60px;
  }
  h2{
	  font-size:42px;
  }
	h4{
		font-size:20px;
	}
  .section-box{
	   margin:35px 0px;
  }

}
@media screen and (max-width: 480px) {
	header.active .logo-box{
		width:170px;
	}
  .top-nav-box .mail-box {
    display: none;
  }
  .sciezka {
    display: block;
    float: none;
  }
  footer > .srodek {
    display: block;
  }
  .pasek_gora .srodek {
    text-align: center;
    padding: 5px 2% 5px 2%;
    width: 96%;
  }
  .pasek_gora .srodek > p,
  .pasek_gora .srodek > .jezyki + p {
    float: none;
    display: block;
    text-align: center;
    margin: 0px;
    line-height: 2em;
  }
}