/* basic */
:root{
	--text-color: rgb(236, 224, 203);
	--color-first: #546546554;
	--color-second: #3534535;
	--color-third: #345423532;
	--background-color-first:rgba(13, 83, 154, 0.9);
	--background-color-second: #9EC051;
	--background-color-third:grey;
  --brass: #D4A653;
  --brass-deep: #8C6022;
  --bone: #ECE0CB;
  --kolor-jasno-brazowy:#863b3d;
  --kolor-ciemno-brazowy:#941A28;
  --border-radius:0.3rem;
  --box-shadow: 0.4rem 0.5rem 0.8rem #999;
  --ramka:#4e3e28;
  --kolor-bardzo-jasny-brazowy:#C0964C;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  color: var(--text-color);
  margin: 0px auto 0px auto;
  font-family: "Inter", Arial;
  background: #000000;
  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: var(--color-second);
}
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: "Cinzel";
	vertical-align: baseline;
	margin: 0.5em 0 1em 0;
	color: rgb(236, 224, 203);
	font-weight: 100;
	line-height: 1em;
  text-transform: uppercase;
}
h1 {
  font-size: 2.4rem;
  position: relative;
  color: rgb(236, 224, 203);
}
h2{
  font-size: 1.8rem;
  position: relative;
  color: rgb(236, 224, 203);
}
h3{
  font-size: 1.6rem;
  position: relative;
  color: rgb(236, 224, 203);
}
h4{
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 1em;
  color: rgb(236, 224, 203);
}
h5 {
  font-size: 1.2rem;
}
h6{
  font-size: 1.1em;
  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;
}

/*  ornament  */
.ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
	margin:2rem auto 1rem auto;
	margin-bottom: 1rem;
    color: var(--brass);
    max-width: 500px;
}
.ornament::before, .ornament::after {
    content: "";
    flex: 1;
    max-width: 280px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--brass-deep), transparent);
}
.ornament svg {
    flex-shrink: 0;
    opacity: .9;
}
img, video, svg {
    display: block;
    max-width: 100%;
    height: auto;
    margin:auto;
}

.overflow-table-js {
  overflow-x: auto;
  /* white-space: nowrap; */
}
input[type="submit"],
.button,
button {
    cursor: pointer;
    font-weight: 600;
    color: #1e1e1e;
    background-color: #D4A653;
    border-style: none;
    border-radius: var(--border-radius);
    padding: 12px 25px;
    font-size: .85rem;
    display: inline-block;
    font-family: 'Inter';
    text-transform: uppercase;
}
.button:hover,
input[type="submit"]:hover,
button:hover {
  /* color: #ffffff; */
  background-color: #dfab6d;
}
.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{
  padding:4rem 0px 2rem 0px;
  overflow:hidden;
  clear:both;
}
.section-box:nth-child(2n + 3){
  background:linear-gradient(#261F15, #181410, #261F15);;
}
.srodek {
  max-width: 1420px;
  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: 10px 0px;
  /* z-index: 1000; */
  margin-left: auto;
  margin-right: auto;
}
.flow-box {
  display: block;
  position: fixed;
  right: 0px;
  top: 150px;
  z-index: 10001;
}
.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 */

.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: #9c1c13;
  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: space-between;
  align-items: center;
}
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;
}
.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: rgb(93 18 16);
}
.top-nav-box .srodek {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.mail-box a,
.phone-box a {
  color: #fff;
  font-weight: 300;
  /* font-size: 17px; */
}
.phone-box,
.mail-box {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .42rem .9rem;
    font-size: .82rem;
    font-weight: 500;
    color: var(--bone);
    border-radius: var(--radius);
    transition: all .2s var(--ease);
    white-space: nowrap;
}
.phone-box:before,
.mail-box:before {
  font-size: 13px;
  color: var(--bone);
  font-family: "FontAwesomeSolid";
  display: block;
  /* position: absolute;
  left: 0px;
  top: -2px; */
}
.phone-box:before {
  content: "\f879";
}
.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: #000;
}

/*  contact box  */
.contact-boxes{
  display:flex;
  flex-direction:column;
  justify-content: left;
}
.contact-boxes .box {
  padding-top:15px;
  padding-bottom:15px;
  border-bottom:1px solid rgb(52 52 52);
  flex:1;
}
.contact-boxes .box p{
  margin:0px;
  padding:0px;
}
.contact-boxes .box h5,
footer .content h3{
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: .18em;
    color: #9A8F7C;
    margin-bottom: .25rem;
}
footer .content h3{
  font-size: 1.2rem;
}
/*  footer  */

footer {
  padding: 3rem 0px;
  background-color: #181410;
}
footer .content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 50px;
}
footer .content > div {
  flex: 1;
  margin-bottom: 15px;
  min-width: 260px;
}
.footer-socials a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(212, 166, 83, .3);
    border-radius: var(--radius);
}

.copyright-box .content {
  color: #ecc57c;
}
.copyright-box .content .logo-box img {
  width: 40px;
}
.copyright-box {
  text-align: center;
  background-color: #3c3c3c;
  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-drag .owl-item{
    display: flex;
}
/* .owl-carousel.owl-drag .owl-item .item{
    display:flex;
} */
.owl-carousel .owl-item img{
    display: block;
    width: 100%;
    object-fit: none;
    height: 100%;
}
.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;
    background-position: center;
}
.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:1003;
    background-color:#fff;
  }
  #header{
    z-index:1003 !important;
  }
    .layout-page #header {
      position:relative;
  }
  .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;
  }
  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;
  }
  h1{
	  font-size:2rem;
  }
  h3{
	  font-size:1.4rem;
  }
  .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;
  }
}