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

* {
  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-desktop.jpg) center top no-repeat;
  padding-top: 480px;
  position: relative;
  top: -124px; }

.scr .m-header {
  background-color: #22402a; }

.m-header {
  color: #bdd688;
  position: sticky;
  z-index: 9000;
  top: 0;
  transition: all 150ms ease-in-out; }
  .m-header .grid {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .m-header .logo {
    display: block;
    padding: 20px 0; }
    .m-header .logo:hover {
      text-decoration: none; }
    .m-header .logo h1 {
      font-size: 3.25rem;
      line-height: 3.25rem; }
      .m-header .logo h1 span {
        font-weight: 900; }
    .m-header .logo .location {
      font-size: 1.5rem;
      line-height: 2rem; }
  .m-header .navigation ul {
    display: flex; }
    .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 {
        background-color: #18321f;
        padding: 12px 30px;
        border-radius: 10px; }
  @media all and (max-width: 1300px) {
    .m-header .logo h1 {
      font-size: 2.875rem;
      line-height: 3rem; }
    .m-header .logo .location {
      font-size: 1.375rem;
      line-height: 1.8125rem; }
    .m-header .navigation ul {
      display: flex; }
      .m-header .navigation ul a {
        display: inline-block;
        padding: 12px 12px;
        font-size: 1.0625rem; }
      .m-header .navigation ul li.shop {
        padding-left: 12px; }
        .m-header .navigation ul li.shop a {
          background-color: #18321f;
          padding: 12px 20px;
          border-radius: 10px; } }

.m-infos {
  padding: 60px 0 0; }
  .m-infos h2 {
    text-align: center;
    font-size: 2rem;
    color: #bdd688;
    padding: 50px 0; }
  .m-infos .lowisko:after {
    content: '';
    display: table;
    clear: both; }
  .m-infos .lowisko .infos {
    float: left;
    width: 48%;
    position: relative;
    padding-top: 40px;
    padding-right: 30px; }
    .m-infos .lowisko .infos .box {
      background-color: #fff;
      color: #21251c;
      width: 75%;
      float: right;
      position: absolute;
      right: 40px;
      padding: 30px;
      border-radius: 18px;
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      -webkit-box-shadow: 1px 5px 19px 0px rgba(0, 0, 0, 0.6);
      -moz-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;
      transition: all 120ms ease-in-out; }
      .m-infos .lowisko .infos .box.active {
        opacity: 1;
        visibility: visible; }
      .m-infos .lowisko .infos .box .left {
        width: calc(100% - 182px);
        float: left;
        padding-right: 30px; }
        .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 {
          object-fit: fill;
          width: 182px;
          position: absolute; }
  .m-infos .lowisko .map {
    width: 48%;
    float: right;
    position: relative; }
  .m-infos .content {
    clear: both;
    padding: 100px 5% 60px;
    text-align: center;
    line-height: 1.875rem; }
    .m-infos .content p {
      margin-bottom: 38px; }
    .m-infos .content ul {
      display: flex;
      justify-content: space-around;
      margin: 15px 6% 30px; }
      .m-infos .content ul li {
        display: flex;
        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: flex;
      align-items: center;
      justify-content: center;
      background-color: #f5e4cc;
      border: 3px solid #debe90;
      border-radius: 50px;
      font-weight: 600;
      color: #21251c;
      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: 70%;
      left: -1%; }
    .stanowiska .st--2 {
      top: 76%;
      left: 8%; }
    .stanowiska .st--3 {
      top: 82%;
      left: 24%; }
    .stanowiska .st--4 {
      top: 83%;
      left: 40%; }
    .stanowiska .st--5 {
      top: 93%;
      left: 55%; }
    .stanowiska .st--6a {
      top: 88%;
      left: 77%; }
    .stanowiska .st--6 {
      top: 63%;
      left: 94%; }
    .stanowiska .st--7 {
         top: 4%;
         left: 64%;
       }
    .stanowiska .st--8 {
         top: 8%;
         left: 37%;
       }
    .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: flex;
        justify-content: center;
        align-items: center; }
        .stanowiska .st .ico em img {
          max-height: 100%; }
  .stanowiska .parking {
    width: 54px;
    border-radius: 8px;
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 8px 0 3px;
    position: absolute;
    top: 84%;
    left: -8%; }
    .stanowiska .parking strong {
      font-size: 1.75rem;
      line-height: 1.25rem;
      font-weight: 600;
      display: block; }
    .stanowiska .parking span {
      font-size: .8125rem; }
    .stanowiska .parking-2 {
      top: 96%;
      left: 30%; }
    .stanowiska .parking-3 {
      top: 105%;
      left: 60%; }

.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: 60px 0 30px; }
  .m-gallery .grid:after {
    content: '';
    display: table;
    clear: both; }
  .m-gallery .grid a {
    display: inline-block;
    width: 17.5%;
    margin: 10px 1% 20px;
    border-radius: 12px;
    overflow: hidden;
    border: 5px solid #3e5a45;
    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: 50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    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: 60px 0;
  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: 60px 0;
  background-color: #132417;
  line-height: 1.75rem; }
  .m-regulamin .header {
    color: #bdd688;
    font-size: 2rem;
    line-height: 2rem;
    padding: 0 0 50px;
    text-align: center; }
  .m-regulamin ul {
    columns: 2;
    column-gap: 80px; }
  .m-regulamin li {
    padding: 6px 0;
    break-inside: avoid; }

.m-footer {
  padding: 44px 0 40px; }
