/* basic */
:root{
	--text-color: #555;
	--color-first: #546546554;
	--color-second: #3534535;
	--color-third: #345423532;
	--background-color-first:#FF5236;
	--background-color-second: #9EC051;
	--background-color-third:grey;
  --border-radius:0.5em;
  --box-shadow: 0.4rem 0.5rem 0.8rem #999;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  color: var(--text-color);
  margin: 0px auto 0px auto;
  font-family: "Poppins", 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;
  font-weight: 300;
}
table td {
  font-size: 18px;
}
table tr th {
  background-color: #747474;
  padding: 10px 15px;
  color: #fff;
  font-family:"Playfair Display";
}
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;
}
table th:first-child{
    width:60%
}
table th:lat-child{
    width:40%
}
figure,
figcaption {
  margin: 0px;
}
a {
  text-decoration: none;
  color: inherit;
  border: none;
  /* word-break:break-all; */
}
a:hover {
    color: var(--color-second);
    text-shadow: 1px 1px 4px rgb(205 205 205);
}
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: "Playfair Display";
	vertical-align: baseline;
	margin: 0 0 15px 0;
	color: #333;
	font-weight: 100;
	line-height: 1em;
}
h1 {
  font-size: 56px;
  position: relative;
  color: #243746;
}
h2{
  font-size: 40px;
  position: relative;
  color: #243746;
}
h3{
  font-size: 28px;
  position: relative;
  color: #243746;
}
h4{
  font-size: 20px;
  position: relative;
  margin-bottom: 1em;
  color: #243746;
}
h5 {
  font-size: 1.6em;
}
h6{
  font-size: 1.0em;
  line-height: 1.0em;
}
h1 span,
h2 span,
h3 span,
h4 span{
  color: #E4B56C;
}
.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: 500;
    color: #444343;
  /*  background: linear-gradient(0deg, #E4B56C 50%, rgb(233 233 233) 100%);
    background-color:#fff;*/
    border:1px solid #dadada;
  /*  border-radius: 9px 9px 9px 9px; */
    padding: 12px 25px;
    font-size: 16px;
    display:inline-block;
    font-family: "Poppins", Arial;
    transition: all 0.5s ease;
}
.button:hover,
input[type="submit"]:hover,
button:hover {
    color:#fff;
 /* background: linear-gradient(0deg, rgb(233 233 233) 5%, #E4B56C 100%);*/
    background-color:#E4B56C;
}
.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:60px 0px;
  overflow:hidden;
  clear:both;
}
.srodek {
  max-width: 1600px;
  margin: 0px auto 0px auto;
  padding: 0px 4% 0px 4%;
  position: relative;
  display: block;
  position: relative;
}
.layout-page main {
  padding-top: 40px;
  padding-bottom:40px;
}
.logo-box {
  display: block;
  position: relative;
  padding: 20px 0px;
  /* z-index: 1000; */
  margin-left: auto;
  margin-right: auto;
}
.flow-box {
  display: block;
  position: fixed;
  right: 0px;
  top: 150px;
  z-index: 1001;
}
.flow-box .question-icon .counter,
.flow-box .cart-icon .counter{
    bottom:-10px;
}

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

/* header */
header{
    border-bottom:1px solid #f5f5f5;
}

.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;
}
.short-contact-box {
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  min-height:35px;
}
header .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header .content h3{
  padding:10px 0px;
}
header .left-box,
header .right-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header .right-top-box {
  display: flex;
  flex-direction: row;
  padding: 5px 15px;
  height: 28px;
}
header img {
  padding:10px 0px;
}
.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: 0px;
  padding-bottom: 0px;
  background-color: rgb(222 213 209);
}
.top-nav-box .srodek {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.mail-box a,
.phone-box a {
  color: #5c5454;
  font-weight: 300;
  font-size: 17px;
}
.phone-box {
  position: relative;
  padding-left: 26px;
  margin-left: 10px;
}
.phone-box:before,
.mail-box:before {
  font-size: 23px;
  color: #343434;
  font-family: "FontAwesomeSolid";
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
}
.phone-box:before {
  content: "\f879";
}

.mail-box {
  position: relative;
  padding-left: 26px;
  margin-left: 15px;
  display:none;
}
.mail-box.active{
  display:block;
}
.mail-box:before {
  content: "\f0e0";
}


.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: 25px;
}
.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;
}

main {
  position: relative;
  margin: 0px auto 0px auto;
  min-height: 400px;
  background-color: #fff;
}

/*  footer  */

footer {
    padding: 30px 0px;
    border-top: 1px solid #f5f5f5;
}
footer .content {
  color: #464646;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 50px;
}
footer .content a{
  cursor:pointer;
}
/*
footer .content a:hover {

}
*/
footer .content > div {
  flex: 1;
  margin-bottom: 15px;
  min-width: 260px;
}
footer .logo{
    margin-top:50px;
}
footer .logo img{
   /* -webkit-box-shadow: 5px 5px 10px 0px rgba(239, 239, 239, 1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(239, 239, 239, 1);
    box-shadow: 5px 5px 10px 0px rgba(239, 239, 239, 1);*/
   /* border: 1px solid #f1f1f1;*/
    padding:15px;
}
.copyright-box .content {
  color: #bdbdbd;
}
.copyright-box .content .logo-box img {
  width: 40px;
}
.copyright-box {
  text-align: center;
  background-color: #262626;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 100;
  font-size: 14px;
}
.copyright-box .logo {
  padding-top: 15px;
  display: block;
}
.copyright-box a {
  color: #fff;
}

#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;
}

/*  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;
}

.product-banner-box{
    display:flex;
    min-height: 400px;
    justify-content:center;
    align-items: center;
    background-repeat:no-repeat;
    background-size: cover;
}
.product-banner-box .srodek{
    flex:1;
}
.product-banner-box .haslo{
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: var(--border-radius);
    padding:2em 4%;
    display:block;
}
.product-banner-box h1{
    color: #E69138;
    font-weight: 900;
    text-shadow: #000 1px 0 1px;
}

/*  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:103;
    background-color:#fff;
  }
  #header{
    z-index:1003 !important;
  }
    .layout-page #header {
      position:relative;
  }
  .flow-box {
    top: 200px;
  }
  header .content {
    display: block;
    z-index: 1000;
    position: relative;
    width: 90%;
  }
  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;
  }
  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;
  }
  footer .logo img{
    padding:unset;
  }
}
@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;
  }
  main h3 {
    font-size: 20px;
  }
}