/* basic */
:root{
  color-scheme: light dark;
	--text-color: #555;
	--color-first: #546546554;
	--color_second: #3534535;
	--color-third: #345423532;
	--background-color-first:#FF5236;
	--background-color_second: #9EC051;
	--background-color-third:grey;
	--tlo:#faf6f2;
	--zielony:#00cdc7;
	--tlo_2:#f1e9e8;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  color: var(--text-color);
  margin: 0px auto 0px auto;
  font-family: "Raleway", Arial;
  background:#fff;
  position: relative;
  font-weight: 300;
}
table {
  table-layout: fixed;
  max-width: none;
  width: auto;
  min-width: 100%;
}

table th {
  font-size: 20px;
}
table td {
  font-size: 18px;
}
table tr th {
  background-color: #006e00;
  padding: 10px 15px;
  color: #fff;
}
table tr td {
  padding: 10px 15px;
}
table tr:nth-child(2n + 1) {
  background-color: #f3f3f3;
}
table tr td img{
    max-height:50px;
    margin-right:5px;
}
figure,
figcaption {
  margin: 0px;
}
a {
  text-decoration: none;
  color: inherit;
  border: none;
  /* word-break:break-all; */
}
a:hover {
  color: #000;
}
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: "Raleway";
	vertical-align: baseline;
	margin: 0 0 1em 0;
	color: #333;
	font-weight: 300;
	line-height: 1em;
}
h1 {
    font-size: 3.5rem;
    position: relative;
    font-weight: 600;
}
h2{
  font-size: 2.25rem;
  position: relative;
  margin-bottom:0.4em; 
}
h3{
  font-size: 1.9rem;
  position: relative;
}
h4{
  font-size: 1.7rem;
  position: relative;
  margin-bottom: 1em;
}
h5 {
  font-size: 1.5em;
  color:var(--zielony);
}
h6{
  font-size: 1.2em;
  line-height: 1.0em;
}
h1 span,
h2 span,
h3 span,
h4 span{
  color: #dfab6d;
}
.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,
button {
  cursor: pointer;
  font-weight:600;
  color: #ffffff;
  background-color: #00cdc7;
  border-style: none;
  border-radius: 1.4em;
  padding: 12px 25px;
  font-size: 16px;
  display:inline-block;
}
.button:hover,
input[type="submit"]:hover,
button:hover {
  color: #ffffff;
  background-color: #01a6a1;
}
.promo-button {
  cursor: pointer;
  text-shadow: none;
  text-align: center;
  background-image: none;
  background: #ff8000;
  color: #fff;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  border: none;
}
.promo-button:hover {
  color: #ffffff;
  background-color: #ff951c;
}
.return-button{
  display:flex;
  justify-content:right;
}
.section-box{
  margin:70px 0px;
  overflow:hidden;
  clear:both;
}
.srodek {
  /* max-width: 1600px; */
  max-width: 1320px;
  margin: 0px auto 0px auto;
  padding: 0px 4% 0px 4%;
  position: relative;
  display: block;
  position: relative;
}
.layout-page main {
  padding-top: 60px;
  padding-bottom:40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.logo-box {
  display: block;
  position: relative;
  padding: 5px 0px;
}


/*  aside menu  */
.layout-page #aside_menu_includes .srodek {
    display: flex;
    gap: 4%;
}

/* header */


header .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .left-box,
header .right-box {
  display: flex;
  flex-direction: column;
}
header .right-top-box {
  display: flex;
  flex-direction: row;
  padding: 5px 15px;
  height: 28px;
}
.subheader {
  border-top: 1px solid #bd160e;
  border-bottom: 1px solid #bd160e;
  /* z-index: 1000; */
  position: relative;
}
.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);
}
.top-nav-box {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #F1E9E8;
}
.top-nav-box .srodek {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.phone-box {
  position: relative;
  padding-left: 26px;
  margin-left: 10px;
}
.phone-box a {
  color: #222121;
  font-weight: 300;
  font-size: 17px;
}
.phone-box:before {
  font-size: 23px;
  color: #000;
  font-family: "FontAwesomeSolid";
  content: "\f879";
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
}

.mail-box {
  position: relative;
  padding-left: 26px;
  margin-left: 15px;
  display:none;
}
.mail-box.active{
  display:block;
}
.mail-box a {
  color: #222121;
  font-weight: 300;
  font-size: 17px;
}
.mail-box:before {
  font-size: 23px;
  color: #000;
  font-family: "FontAwesomeSolid";
  content: "\f0e0";
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
}


.login-links-box {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0px;
}
.login-links-box a {
  color: #fff;
  padding: 0px 10px;
}

/*   center */

.sciezka-box {
  padding-top:1.2em;
}
.sciezka-box .content .sciezka {
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 0px;
}
.sciezka-box .content .sciezka .symbol {
  padding-left: 6px;
  padding-right: 6px;
}

main {
  position: relative;
  margin: 0px auto 0px auto;
  min-height: 400px;
}

/*  footer  */

footer {
  padding: 30px 0px;
  background-color:var(--tlo);
}
footer .content {
  color: #464646;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 50px;
}
footer .content a{
  cursor:pointer;
}
footer .content a:hover {
  color: #00cdc7;
}
footer .content > div {
  flex: 1;
  margin-bottom: 15px;
}
footer .content .light-image{
  max-width:170px;
  border-radius:150px;
}
.copyright-box .content .logo-box img {
  width: 40px;
}
.copyright-box {
    text-align: center;
    background-color: #fbfbfb;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 100;
    font-size: 13px;
	font-weight:600;
}
.copyright-box .logo {
  padding-top: 15px;
  display: block;
}
.copyright-box a {
	float:right;
	font-weight:300;
} 

#scroll-to-top {
  position: fixed;
  display: block;
  right: 5px;
  bottom: 5px;
  z-index: 100;
  opacity: 0.8;
  display: none;
}
#scroll-to-top img:hover {
  opacity: 1;
}
#scroll-to-top img {
  display: none;
}

footer .logo-light-box{
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*  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: #83dbf2 !important;
  width: 40px !important;
  color: #fff !important;
}
.owl-carousel .owl-nav .owl-prev:hover,.owl-carousel .owl-nav .owl-next:hover{
background-color: #3c7db2 !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-color: #879791;
  border-radius: 0px;
  box-shadow: 4px 4px #83dbf2;
}

.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
  background: #458fd6 !important;
}



/*  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) {
  .subheader{
    border-top:none;
    z-index:1003;
    background-color:#fff;
  }
  #header{
    z-index:1003 !important;
  }
    .layout-page #header {
      position:relative;
  }
  header .content {
    display: block;
  }
  header .left-box,
  header .right-box {
    align-items: normal;
  }
   header .right-box{
	   position:absolute;
	   bottom:-3.2em;
   }  
  header .right-box .button{
	  width:140px;
  }

  header .mail-box {
    display: none;
  }
  header .menu-gora-box {
    flex-direction: column;
    margin-left: unset;
    margin-top: -50px;
  }
  header .mini-contact-box {
    flex-direction: column;
  }
  footer .mini-o-nas-box,
  footer .mini-contact-box,
  footer .mini-map-box,
  footer .stopka-menu-box,
  footer .mini-logo-box {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  footer .content {
    display: block;
  }
  footer .mini-logo-box {
    text-align: left;
  }
}
@media screen and (max-width: 720px) {
  header .logo-box .title {
    display: none;
  }
  header {
    height: auto;
    padding-bottom: 0px;
    display: block;
  }
  .hamburger {
    display: block;
  }
  footer > .srodek > .content {
    display: block;
  }
  footer .mini-contact-box,
  footer .mini-map-box {
    padding: 0px;
  }
  .mini-menu-list-box ul {
    flex-direction: column;
  }
}
@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;
  }
}
@media screen and (max-width: 480px) {
	.top-nav-box .mail-box {
		display: none;
	}
	.sciezka {
		display: block;
		float: none;
	}
	.naglowek h1 {
		font-size: 30px;
	}
	#scroll-to-top {
		display: block;
	}
	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;
	}
	h1{
		font-size: 2.5rem;
	}
h1.mini-fala:after{
height:30px;
}	
	h2{
		font-size: 2rem;
	}
	h3{
		font-size: 1.8rem;
	}
	h4{
		font-size: 1.6rem;
	}
	h5 {
		font-size: 1.4em;
	}
	h6{
		font-size: 1.2em;
	}
}