/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -.03em;
  font-display: auto; }

html {
  font-size: 16px;
  min-height: 100%;
  position: relative;
  scroll-behavior: smooth; }

body {
  font-family: "Open Sans", sans-serif;
  color: #c9d0cc;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  height: 100%;
  background-color: #22402a; }

a {
  color: inherit;
  text-decoration: none;
  outline: 0; }

a:hover {
  text-decoration: underline; }

strong {
  font-weight: 700; }

img {
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  height: auto; }

label {
  cursor: pointer; }

::before, ::after {
  font-family: fontello; }

@media all and (max-width: 768px) {
  .wrapper {
    overflow: hidden; } }

@media all and (min-width: 992px) {
  .wrapper {
    max-width: 992px;
    margin: auto; } }

@media all and (min-width: 1180px) {
  .wrapper {
    max-width: 1180px;
    margin: auto;
    padding-left: 0;
    padding-right: 0; } }

@media all and (min-width: 1300px) {
  .wrapper {
    max-width: 1300px;
    padding-left: 0;
    padding-right: 0; } }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bg-home {
  background: url(../img/banner-mob.jpg) left top -20px no-repeat;
  padding-top: 280px;
  position: relative; }

.scr .m-header {
  background-color: #22402a;
  padding: 5px 10px 0 10px; }

.js-trigger-menu {
  background-color: #22402a;
  position: absolute;
  right: 14px;
  top: 24px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 8px; }
  .js-trigger-menu span {
    display: block;
    height: 1px;
    width: 24px;
    position: absolute;
    right: 9px;
    background-color: #bdd688;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; }
    .js-trigger-menu span:nth-of-type(1) {
      top: 13px; }
    .js-trigger-menu span:nth-of-type(2) {
      top: 21px;
      width: 18px; }
    .js-trigger-menu span:nth-of-type(3) {
      top: 29px; }

.scr .js-trigger-menu {
  top: 10px; }

.menu-open .js-trigger-menu span:nth-of-type(1) {
  top: 21px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-open .js-trigger-menu span:nth-of-type(2) {
  opacity: 0;
  visibility: hidden; }

.menu-open .js-trigger-menu span:nth-of-type(3) {
  top: 21px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.m-header {
  color: #bdd688;
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 20px 10px; }
  .m-header .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .m-header .logo {
    display: block; }
    .m-header .logo:hover {
      text-decoration: none; }
    .m-header .logo h1 {
      font-size: 1.5rem;
      line-height: 1.5rem; }
      .m-header .logo h1 span {
        font-weight: 900; }
    .m-header .logo .location {
      font-size: 1rem;
      line-height: 1.5rem; }
  .m-header .navigation {
    position: absolute;
    top: 80px;
    background-color: #22402a;
    left: 0;
    width: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out; }
    .m-header .navigation ul {
      text-align: center;
      margin: 10px 15%; }
      .m-header .navigation ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        .m-header .navigation ul li:last-of-type {
          border: 0; }
      .m-header .navigation ul a {
        display: inline-block;
        padding: 12px 14px;
        font-size: 1.25rem; }
        .m-header .navigation ul a:hover {
          color: #c2f555;
          text-decoration: none; }
      .m-header .navigation ul li.shop {
        padding-left: 18px; }
        .m-header .navigation ul li.shop a {
          font-weight: 900; }

.menu-open .navigation {
  opacity: 1;
  visibility: visible;
  top: 70px; }

.scr .navigation {
  top: 52px; }

.m-infos {
  padding: 60px 0 0; }
  .m-infos h2 {
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
    color: #bdd688;
    padding: 50px 0; }
  .m-infos .lowisko:after {
    content: '';
    display: table;
    clear: both; }
  .m-infos .lowisko .infos {
    position: relative;
    padding-top: 10px;
    height: 260px; }
    .m-infos .lowisko .infos .box {
      background-color: #fff;
      color: #21251c;
      float: right;
      position: absolute;
      right: 4px;
      left: 4px;
      padding: 20px;
      border-radius: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-shadow: 1px 5px 19px 0px rgba(0, 0, 0, 0.6);
      box-shadow: 1px 5px 19px 0px rgba(0, 0, 0, 0.6);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 120ms ease-in-out;
      transition: all 120ms ease-in-out; }
      .m-infos .lowisko .infos .box.active {
        opacity: 1;
        visibility: visible; }
      .m-infos .lowisko .infos .box .left {
        padding-right: 20px; }
        .m-infos .lowisko .infos .box .left .name {
          font-size: 1.375rem;
          display: inline-block;
          border-bottom: 3px solid #bdd688;
          padding-bottom: 12px;
          margin-bottom: 20px; }
        .m-infos .lowisko .infos .box .left .desc {
          font-size: .9375rem; }
          .m-infos .lowisko .infos .box .left .desc p {
            margin-bottom: 12px; }
            .m-infos .lowisko .infos .box .left .desc p:last-of-type {
              margin: 0; }
      .m-infos .lowisko .infos .box .right {
        width: 182px;
        float: right;
        overflow: hidden;
        position: relative;
        border-radius: 12px; }
        .m-infos .lowisko .infos .box .right span {
          overflow: hidden; }
        .m-infos .lowisko .infos .box .right img {
          -o-object-fit: fill;
          object-fit: fill;
          width: 182px;
          position: absolute; }
  .m-infos .lowisko .map {
    position: relative;
    padding: 0 36px 0 15px; }
  .m-infos .content {
    clear: both;
    padding: 100px 5% 20px;
    text-align: center;
    line-height: 1.875rem; }
    .m-infos .content p {
      margin-bottom: 38px; }
    .m-infos .content ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin: 15px 6% 30px; }
      .m-infos .content ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.25rem;
        color: #d6b88c; }
      .m-infos .content ul img {
        width: 30px;
        margin-right: 12px;
        position: relative;
        top: -1px; }

.stanowiska {
  display: inline-block;
  position: relative; }
  .stanowiska .st {
    position: absolute; }
    .stanowiska .st a {
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #f5e4cc;
      border: 3px solid #debe90;
      border-radius: 50px;
      font-weight: 600;
      color: #21251c;
      -webkit-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out; }
      .stanowiska .st a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #22402a; }
    .stanowiska .st.active a {
      text-decoration: none;
      color: #fff;
      background-color: #22402a; }
    .stanowiska .st--1 {
      top: 57%;
      left: -2%; }
    .stanowiska .st--2 {
      top: 8%;
      left: 37%; }
    .stanowiska .st--3 {
      top: 77%;
      left: 18%; }
    .stanowiska .st--4 {
    top: 80%;
    left: 36%; }
    .stanowiska .st--5 {
      top: 93%;
      left: 50%; }

      .stanowiska .st--6a {
       top: 87%;
       left: 75%; }


    .stanowiska .st--6 {
          top: 57%;
          left: 92%; }

     .stanowiska .st--7 {
          top: -2%;
          left: 62%;
            }

      .stanowiska .st--8 {
           top: 2%;
           left: 36%;
             }

    .stanowiska .st .ico {
      position: relative;
      z-index: 100;
      top: -8px;
      left: 20px; }
      .stanowiska .st .ico em {
        width: 32px;
        height: 32px;
        display: block;
        border-radius: 30px;
        background-color: #000;
        overflow: hidden;
        padding: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .stanowiska .st .ico em img {
          max-height: 100%; }
  .stanowiska .parking {
       display: none;
    width: 30px;
    border-radius: 8px;
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 4px 0 2px;
    position: absolute;
    top: 10px;
    left: 20px; }
    .stanowiska .parking strong {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 600;
      display: block; }
    .stanowiska .parking span {
      display:none }



.m-gallery {
  text-align: center;
  background: url(../img/bg-moro.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 40px; }
  .m-gallery .header {
    color: #bdd688;
    font-size: 2rem;
    line-height: 2rem;
    padding: 40px 0 30px; }
  .m-gallery .grid:after {
    content: '';
    display: table;
    clear: both; }
  .m-gallery .grid a {
    display: inline-block;
    width: 25%;
    margin: 6px 1.5% 6px;
    border-radius: 12px;
    overflow: hidden;
    border: 5px solid #3e5a45;
    -webkit-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out; }
    .m-gallery .grid a:hover {
      border: 5px solid #4f7258; }

.m-mapa {
  position: relative; }
  .m-mapa span {
    display: block;
    width: 260px;
    text-align: center;
    background-color: #bdd688;
    color: #22402a;
    font-weight: 600;
    padding: 10px 0 6px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 30px;
    -webkit-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out; }
    .m-mapa span img {
      width: 20px;
      position: relative;
      top: -4px;
      margin-right: 6px; }
  .m-mapa a:hover {
    text-decoration: none; }
    .m-mapa a:hover span {
      background-color: #fff; }

.m-cennik {
  padding: 80px 10px 30px;
  text-align: center;
  line-height: 1.75rem; }
  .m-cennik .header {
    color: #bdd688;
    font-size: 2rem;
    line-height: 2rem;
    padding: 0 0 50px;
    text-align: center; }
  .m-cennik h3 {
    color: #bdd688;
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 20px;
    padding-top: 8px; }
  .m-cennik p {
    margin-bottom: 20px; }

.m-regulamin {
  padding: 40px 10px 30px;
  background-color: #132417;
  line-height: 1.75rem; }
  .m-regulamin .header {
    color: #bdd688;
    font-size: 2rem;
    line-height: 2rem;
    padding: 0 0 30px;
    text-align: center; }
  .m-regulamin li {
    padding: 6px 0;
    -webkit-column-break-inside: avoid;
    break-inside: avoid; }

.m-footer {
  padding: 30px 15px 40px;
  text-align: center; }
