/*@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,400,400i,500,500i,600,600i,700,700i,900&display=swap&subset=latin-ext');*/

/*@import url('https://fonts.cdnfonts.com/css/century-gothic-paneuropean');*/
@import url('https://fonts.cdnfonts.com/css/garet');
/*@import url('https://fonts.cdnfonts.com/css/montserrat');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*@font-face {
  font-family: "brandon-black";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/brandon-black.eot?#iefix") format("embedded-opentype"), url("/fonts/brandon-black.svg#brandon_grotesqueblack") format("svg"), url("/fonts/brandon-black.woff") format("woff"), url("/fonts/brandon-black.ttf") format("truetype");
}
@font-face {
  font-family: "brandon-medium";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/brandon-medium.eot?#iefix") format("embedded-opentype"), url("/fonts/brandon-medium.svg#brandon_grotesquemedium") format("svg"), url("/fonts/brandon-medium.woff") format("woff"), url("/fonts/brandon-medium.ttf") format("truetype");
}
@font-face {
  font-family: "brandon-light";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/BrandonGrotesque-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/BrandonGrotesque-Light.svg#brandon_grotesquelight") format("svg"), url("/fonts/BrandonGrotesque-Light.woff") format("woff"), url("/fonts/BrandonGrotesque-Light.ttf") format("truetype");
}*/

:root {
  --main-yellow: rgb(255,222,0);
  /*--main-gray: rgb(79,80,71);*/
  /*--main-orange: #ff5c01;*/
  --main-orange: rgb(217,222,225);
  --main-gray: rgb(32,32,32);
  --main-dg: rgb(67,64,59);
  --main-red: rgb(167,27,6);
}

body * {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: rgb(64,64,64);
}

a, a:hover {
  color: inherit;
}

a:hover {
  color: var(--main-red);
}

.exc {
  position: absolute;
  z-index: 12000;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  background: none;
}

  .breadcrumb * {
    font-size: calc(9px + 0.390625vw);
    font-weight: 400;
    color: rgb(160,160,160);
  }

#drawer-demo {
  /*z-index: 1100;*/
}

.drawer-content {
  background: var(--main-orange);
}

  .drawer img {
    max-height: 60px;
  }

  .drawer button {
    width: 40px;
    font-size: 48px;
    color: #fff;
    border: none;
    background: transparent;
    display: inline-block;
    float: right;
  }

  .drawer .col-12 a.nav-link {
    font-size: calc(9px + 1.390625vw);
    letter-spacing: 1.5px;
    font-weight: 900;
    color: rgb(255,255,255);
    /*text-shadow: 2px 2px 2px rgba(128, 128, 128, .4);*/
    text-transform: uppercase;
  }

    .drawer .col-12 a.nav-link.dsub {
      padding-left: 30px;
      font-size: calc(9px + .890625vw);
      letter-spacing: .5px;
      font-weight: 400;
    }

.drawer .col-12 a.nav-link.lt {
  font-weight: 200;
}

.drawer-header {
  flex-direction: row!important;
  justify-content: space-between!important;
  align-items: center!important;
}

#drawer-demo > div > div.drawer-header > a.navbar-brand-drawer {
  display: inline!important;
}

  a.navbar-brand-drawer img {
    height: 25px;
  }

/* *************************************************************** NAVBAR *** */

nav.navbar {
  padding-top: 14px;
  padding-bottom: 20px;
  background: transparent;
  /*border-bottom: 1px solid rgba(255,255,255,1);*/
  align-items: flex-end;
}

  nav.navbar:after {
    content: '';
    width: calc(100vw - 107px);
    height: 1px;
    background-color: rgb(208,212,213);
    position: absolute;
    bottom: 0;
    transform: translateX(-3px);
  }

.navbar {
  padding-left: 3rem;
  padding-right: 3rem;
}

.nav-item > a.nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0;
  padding-top: 14px;
  font-size: calc(10px + 0.390625vw);
  /*letter-spacing: 1px;*/
  font-weight: 300;
  color: rgb(32,32,32);
  /*text-shadow: 2px 2px 2px rgba(128, 128, 128, .4);*/
  text-transform: uppercase;
}

  .nav-item:last-of-type > a.nav-link {
    padding-right: 0;
  }

.nav-item {
  margin-left: 38px;
  margin-right: 0;
  border-bottom: 1px solid transparent;
}

  .nav-top-top .nav-item > a.nav-link {
    font-size: calc(10px + 0.390625vw);
    font-weight: 400;
    /*text-transform: none;*/
  }

  .nav-top-top ul {
    justify-content: flex-end;
  }

.nav-item.active, .nav-item:hover {
  border-bottom: 1px solid rgb(255,255,255);
}

  .nav-item.active .nav-link {
    font-weight: 700 !important;
    color: rgb(255,255,255);
  }

.navbar-brand img {
  /*margin-top: 10px;*/
  max-height: 75px;
}

.img-top {
  height: 100vh;
  /*background: url(img/main.jpg) no-repeat bottom center;*/
  background-size: cover;
  position: relative;
}

  .top-half {
    height: 60vh;
  }

.navbar.rolled-up {
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(255,255,255,1);
}

  .navbar.rolled-up .nav-item > a.nav-link {
    /*color: var(--main-orange);*/
  }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(235,195, 134, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

.nav-top {

}

  .nav-top ul {

  }

    .nav-top ul li {

    }

/* ************************************************************** NAVBAR SUB *** */

.navbar-nav .nav-item.dropdown.position-static.show > a.nav-link,
a.nav-link:hover,
a.active,
a.nav-link.active {
  border-bottom: 1px solid rgb(255,255,255) !important;
}

a.subroot.active,
a.subrootcol.active {
  /*color: rgb(131,152,59);*/
  border-bottom: none!important;
}

.subroot, .subrootcol {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(86,86,86);
  display: block;
  float: none;
}

.prodweek .subroot, .prodweek .subrootcol {
  display: block;
  float: none;
}

.scw {
  padding-bottom: 6px;
}

.subchild {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.5px;
  color: rgb(86,86,86);
}

.prodweek .subchild {
  display: block;
  float: none;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin-top: 1px;
  padding-top: 30px;
  background: rgb(243, 244, 241);
  border-radius: 0;
  border: none;
}

span.menuheader {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(86,86,86);
  display: block;
  float: none;
}

.c-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}


/* ****************************************************** CONTENT *** */

#top {
  padding-top: 0.1px;
}

#maintop {
  background: var(--main-orange);
}

.wp {
  /*padding-left: calc(30px + 1.390625vw);*/
  /*padding-right: calc(30px + 1.390625vw);*/
  padding-left: 30px;
  padding-right: 30px;
}

.rls {

}

  .rls h1 {
    padding-bottom: calc(30px + 0.390625vw);
    padding-left: 5vw;
    font-size: calc(24px + 1.390625vw);
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: rgb(102,102,102);
    letter-spacing: 2px;
    line-height: calc(28px + 1.390625vw);
  }

  .rls h3 {
    font-size: calc(18px + 1.390625vw);
    letter-spacing: .5px;
    text-transform: uppercase;
  }

/* ************************************************************** CONTENT *** */

h2 {
  padding-bottom: calc(30px + 0.390625vw);
  font-size: calc(21px + 1.390625vw);
  font-weight: 400;
  text-align: left;
  color: var(--main-red);
  letter-spacing: 2px;
  line-height: calc(20px + 5.390625vw);
}

h2.h2w {
  padding-bottom: calc(30px + 0.390625vw);
  font-size: calc(21px + 1.390625vw);
  font-weight: 400;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  line-height: calc(20px + 1.390625vw);
}

h2.h2b {
  padding-bottom: calc(30px + 0.390625vw);
  font-size: calc(21px + 1.390625vw);
  font-weight: 400;
  text-align: left;
  color: rgb(32,32,32);
  letter-spacing: 2px;
  line-height: calc(20px + 1.390625vw);
}

  h2 strong {
    font-family: 'Garet';
    font-weight: 400;
    font-size: calc(21px + 5.390625vw);
    font-weight: 400!important;
    text-transform: uppercase;
  }

h3 {
  padding-top: calc(12px + 0.390625vw);
  padding-bottom: calc(10px + 0.390625vw);
  font-size: calc(12px + 1.390625vw) !important;
  font-weight: 400!important;
  color: rgb(32,32,32);
  letter-spacing: 2px;
  line-height: calc(16px + 1.390625vw) !important;
}

.mainul {
  padding-left: 0;
  list-style-type: none;
}

  .mainul li {
    padding: calc(18px + 0.390625vw) 0;
    font-size: calc(24px + 0.390625vw);
    letter-spacing: 2px;
    border-top: 1px solid rgb(184,187,190);
  }

    .mainul li:after {
      content: "→";
      color: var(--main-red);
      font-size: calc(21px + 0.390625vw);
      float: right;
    }

    .mainul li:last-of-type {
      border-bottom: 1px solid rgb(184,187,190);
    }

.red {
  color: var(--main-red) !important;
  text-transform: none!important;
}

.white {
  font-size: calc(18px + 0.390625vw);
  color: #fff;
}

.gallery-image {
  padding: 15px;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9; /* lub dowolny stosunek, np. 4 / 3 */
  overflow: hidden;
  background: #f0f0f0;
}

  .gallery-image > img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    object-fit: cover; /* opcjonalnie: obcina boki, jeśli za szeroki */
  }

.content-gallery {
  background: rgb(51,51,51);
}

  .gallery-text {
    padding-top: 25px;
    font-size: calc(18px + 0.390625vw);
    color: #fff;
  }

  .rls .gallery-text {
    color: rgb(32,32,32);
  }

  .gallery-arrow {
    position: relative;
  }

    .gallery-arrow img {
      display: block;
      position: absolute;
      right: 15px;
      bottom: -6px;
    }

.lgray {
  background-color: rgb(241,242,243);
}

.content,
.content * {
  font-size: calc(12px + 0.390625vw);
  line-height: calc(24px + 0.390625vw);
  font-weight: 400;
  color: rgb(32, 32, 32);
}

  .content b,
  .content strong,
  .content * b,
  .content * strong,
  .content * b *,
  .content * strong * {
    font-weight: 900;
  }

  .content i,
  .content em,
  .content * i,
  .content * em,
  .content * i *,
  .content * em * {
    font-style: italic!important;
  }

.parallax-container {
  height: 450px;
}

.par-1 {
  height: 100vh;
}

  .parallax-content {
    width: 100%;
    height: 100%;
    position: relative;
  }

.parallax-container.subtop {
  height: 50vh;
}

  .parallax-content {
    position: relative;
  }

  .parallax-content h1 {
    min-width: 75vw;
    font-size: calc(20px + 6.390625vw);
    line-height: calc(20px + 5.390625vw);
    /*font-family: 'brandon-black';*/
    font-weight: 700;
    color: rgb(242,56,47);
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(128, 128, 128, .4);
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }

    .parallax-content h1 span {
      font-size: calc(20px + 2.390625vw);
      font-weight: 700;
      color: rgb(32,32,32);
      text-transform: lowercase;
    }


.slogan {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

  .slogan .col-12,
  .slogan .col-12 * {
    color: rgb(0,94,168);
  }

  .slogan .col-12 em {
    font-size: calc(12px + 1.390625vw);
    line-height: calc(12px + 2.390625vw);
  }

    .slogan .col-12 span em {
      font-size: calc(12px + 0.390625vw);
    }

.line-gray {
  height: 1px;
  background: rgb(88,88,88);
}

.line-orange {
  height: 1px;
  background: var(--main-orange);
}

/* *************************************************************** FOOTER *** */

footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgb(51,51,51);
}

  footer a,
  footer span,
  footer strong {
    color: #fff;
    margin-bottom: 15px;
    font-size: calc(12px + 0.390625vw);
    display: block;
    float: none;
  }

footer strong {
  font-weight: 600;
}

  .foot em {
    font-size: calc(14px + 0.390625vw);
    font-style: normal;
  }

  .cform.form-control {
    padding-left: 0;
    border-radius: 0;
    border: none;
    background-color: transparent!important;
    border-bottom: 1px solid rgb(88,88,88);
  }

    .cform .form-control textarea {
      min-height: 6vw;
    }

    .cform .btn.btn-block {
      background: var(--main-orange);
      color: #fff;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

    a.social {
      margin-right: 30px;
      display: inline-block;
    }

      a.social * {
        color: var(--main-orange);
      }

  .cpr {
    color: rgb(88,88,88);
  }
    
@media (max-width: 979px) {

  .navbar-brand img {
    /*margin-top: 10px;*/
    max-height: 25px;
  }
  
}