@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

.icon-heart-broken:before {
  content: "\e600";
  font-family: 'icomoon'; }

.icon-heart:before {
  content: "\e601";
  font-family: 'icomoon'; }

.icon-heart2:before {
  content: "\e602";
  font-family: 'icomoon'; }

.icon-star:before {
  content: "\e603";
  font-family: 'icomoon'; }

.icon-cancel-circle:before {
  content: "\e604";
  font-family: 'icomoon'; }

.icon-tag:before {
  content: "\e605";
  font-family: 'icomoon'; }

.icon-tags:before {
  content: "\e606";
  font-family: 'icomoon'; }

.icon-cart:before {
  content: "\e607";
  font-family: 'icomoon'; }

.icon-cart2:before {
  content: "\e608";
  font-family: 'icomoon'; }

.icon-cart3:before {
  content: "\e609";
  font-family: 'icomoon'; }

.icon-bubbles:before {
  content: "\e60a";
  font-family: 'icomoon'; }

body {
  font-family: "Poppins", serif; }

.cleaner {
  clear: both; }

.ttab {
  display: table; }

.trow {
  display: table-cell;
  vertical-align: middle; }

.linia {
  width: 116px;
  height: 4px;
  background: #89fe02;
  margin-bottom: 40px; }

.tcenter {
  text-align: center; }

.tright {
  text-align: right; }

.tleft {
  text-align: left; }

.tjust {
  text-align: justify; }

.dnone {
  display: none; }

.well {
  background: transparent;
  border: 0;
  box-shadow: none; }

.sluchawka {
  display: none;
  position: fixed;
  bottom: 40px;
  left: 40px;
  overflow: hidden;
  width: 75px;
  height: 75px;
  background-image: url(../gfxi/sluchawka.png);
  background-color: #e51937;
  background-repeat: no-repeat;
  background-position: 25px 20px;
  transition: all 0.5s;
  z-index: 999999999;
  box-sizing: content-box; }
  .sluchawka:hover {
    width: 400px;
    background-color: #e51937; }

.sluchawka:hover {
  width: 400px;
  background-color: #e51937; }

.sluchawka-inner {
  opacity: 1;
  position: relative;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 5px;
  left: 5px;
  animation: sluch 0.5s infinite; }

.cookiez {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  font-size: 12px;
  left: 0;
  padding: 25px 0 30px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 20000; }
  .cookiez a {
    background-color: #ddd;
    border: 0 solid red;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    margin-left: 10px;
    padding: 9px 17px; }

.btn_1:hover, .btn_1:focus, .btn_2:hover, .btn_2:focus, .btn_3:hover, .btn_3:focus, .btn_4:hover, .btn_4:focus {
  text-decoration: none; }

.shadowsmall {
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1); }

.shadowhuge {
  -webkit-box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 0px 200px rgba(0, 0, 0, 0.1); }

.btn_1 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid  !important;
  background:  !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  max-width: 100%; }
  .btn_1:hover, .btn_1:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid  !important;
    background:  !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    max-width: 100%; }

.btn_2 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #89fe02 !important;
  background: #89fe02 !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  max-width: 100%; }
  .btn_2:hover, .btn_2:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #89fe02 !important;
    background: #fff !important;
    color: #89fe02 !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    max-width: 100%; }

.btn_3 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #ce9b7c !important;
  background: #ce9b7c !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  max-width: 100%; }
  .btn_3:hover, .btn_3:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #ce9b7c !important;
    background: #fff !important;
    color: #ce9b7c !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    max-width: 100%; }

.btn_4 {
  transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #89fe02 !important;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  max-width: 100%; }
  .btn_4:hover, .btn_4:focus {
    transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border: 1px solid #89fe02 !important;
    background: #89fe02 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    max-width: 100%; }

.navbar-brand {
  position: fixed;
  top: 4.20389vw;
  left: 5.25486vw; }

.flex-block {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 80px 80px 0 0; }
  .flex-block .navbar-nav {
    position: relative; }
    .flex-block .navbar-nav:before {
      position: absolute;
      width: 92px;
      height: 7px;
      content: "";
      background: url(/gfx/menu-before.webp) no-repeat;
      left: -120px;
      top: 20px; }
    .flex-block .navbar-nav .nav-item .nav-link {
      color: #fff;
      padding: 11px 20px; }
  .flex-block .d-flex .social {
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 9px; }
    .flex-block .d-flex .btn_rezerwacje {
      color: #fff;
      background: #16def3;
      background: linear-gradient(90deg, #16def3 0%, #2f52fb 100%);
      border-radius: 50px;
      padding: 12px 42px;
      font-weight: 600;
      text-decoration: none;
      font-size: 16px;
      margin: 0 26px 0 90px; }

.a-page-header {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  background-color: transparent; }

.container {
  padding: 0 150px; }

.flex-m {
  display: flex;
  align-items: flex-end;
  height: 100vh;
  z-index: 1;
  position: relative; }

.section {
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  position: relative; }
  .section.head_, .section.onas, .section.cennik {
    background-image: url(/gfx/parallax-1.webp);
    background-size: cover;
    color: #fff; }
    .section.head_ .toptxt h1, .section.onas .toptxt h1, .section.cennik .toptxt h1 {
      font-size: 31px;
      max-width: 800px;
      padding-top: 40px; }
    .section.head_ .flex-m .btn_rezerwacje, .section.onas .flex-m .btn_rezerwacje, .section.cennik .flex-m .btn_rezerwacje {
      color: #000;
      background: #89fe02;
      border-radius: 50px;
      padding: 12px 42px;
      font-weight: 600;
      text-decoration: none;
      font-size: 16px;
      display: block; }
      .section.head_ .flex-m .flex, .section.onas .flex-m .flex, .section.cennik .flex-m .flex {
        display: flex;
        justify-content: space-between;
        margin-top: 21px; }
      .section.head_ .flex-m .f-right, .section.onas .flex-m .f-right, .section.cennik .flex-m .f-right {
        display: flex;
        position: relative; }
        .section.head_ .flex-m .f-right:before, .section.onas .flex-m .f-right:before, .section.cennik .flex-m .f-right:before {
          position: absolute;
          content: "";
          right: -100px;
          top: 15px;
          width: 92px;
          height: 7px;
          background: url(/gfx/q-right.webp); }
        .section.head_ .flex-m .f-right .ico, .section.onas .flex-m .f-right .ico, .section.cennik .flex-m .f-right .ico {
          margin-right: 21px;
          padding-top: 8px; }
        .section.head_ .flex-m .f-right .txt h2, .section.onas .flex-m .f-right .txt h2, .section.cennik .flex-m .f-right .txt h2 {
          font-size: 27px; }
          .section.head_ .flex-m .f-right .txt p, .section.onas .flex-m .f-right .txt p, .section.cennik .flex-m .f-right .txt p {
            color: #89fe02;
            font-size: 21px;
            font-weight: 600; }
            .section.head_ .flex-m .f-right .txt p a, .section.onas .flex-m .f-right .txt p a, .section.cennik .flex-m .f-right .txt p a {
              color: #fff;
              font-weight: 300;
              text-decoration: none; }
    .section.head_ .top-foot, .section.onas .top-foot, .section.cennik .top-foot {
      padding: 80px 0 32px; }
  .section.onas, .section.cennik {
    background-image: url(/gfx/parallax-2.webp);
    background-size: cover; }
    .section.onas ul, .section.cennik ul {
      list-style: none;
      position: relative;
      padding: 0;
      margin: 0; }
      .section.onas ul:after, .section.cennik ul:after {
        position: absolute;
        content: "";
        right: 47px;
        top: 9px;
        width: 92px;
        height: 7px;
        background: url(/gfx/q-right.webp); }
      .section.onas ul li, .section.cennik ul li {
        display: inline-block;
        font-size: 19px;
        text-transform: uppercase;
        font-weight: 600;
        margin-right: 28px;
        position: relative;
        color: #fff; }
        .section.onas ul li:after, .section.cennik ul li:after {
          position: absolute;
          right: -16px;
          top: 13px;
          width: 3px;
          height: 3px;
          content: "";
          background: #89fe02;
          border-radius: 50%; }
        .section.onas ul li:last-child, .section.cennik ul li:last-child {
          color: #89fe02; }
          .section.onas ul li:last-child:after, .section.cennik ul li:last-child:after {
            background: transparent; }
    .section.onas h2, .section.cennik h2 {
      font-size: 63px;
      font-weight: 200; }
    .section.onas h3, .section.cennik h3 {
      font-size: 98px;
      font-weight: 800;
      text-shadow: #e400bf 4px 0px 20px, #e400bf -4px 0px 20px, #e400bf 0px 4px 20px, #e400bf 0px -4px 20px; }
  .section.cennik {
    background-image: url(/gfx/parallax-3.webp);
    background-size: cover;
    color: #fff; }
    .section.cennik .flex {
      display: flex; }
      .section.cennik .flex h4 {
        margin-left: 32px;
        font-size: 43px;
        font-weight: 300; }
        .section.cennik .flex h4 strong {
          font-weight: 700; }
    .section.cennik .flex-m .flex {
      justify-content: flex-start;
      margin-bottom: 30px; }
      .section.cennik .flex-m .flex .f-right {
        margin-left: 30px; }
        .section.cennik .flex-m .flex .f-right:before {
          background: transparent; }
        .section.cennik .flex-m .flex .f-right .cennik {
          background: #fff; }
  .section.info {
    background-image: url(/gfx/parallax-4.webp);
    background-size: cover;
    color: #fff; }
    .section.info h2 {
      font-size: 63px;
      font-weight: 200;
      margin-bottom: 50px; }
    .section.info h3 {
      font-size: 19px;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      max-width: 500px; }
      .section.info h3:after {
        position: absolute;
        content: "";
        right: 47px;
        top: 9px;
        width: 92px;
        height: 7px;
        background: url(/gfx/q-right.webp); }
    .section.info .box.flex {
      display: flex; }
      .section.info .box.flex .txt {
        margin: 10px; }
        .section.info .box.flex .txt h3:after {
          background: transparent; }
  .section.rezerwacje {
    background-image: url(https://pixelczechowice.pl/gfx/rezerwacje.webp);
    background-size: cover;
    min-height: 100vh; }
  .section.kontakt {
    background-image: url(https://pixelczechowice.pl/gfx/kontakt.webp);
    background-size: cover; }
    .section.kontakt .blok .ico {
      margin-right: 28px;
      margin-top: 5px; }
      .section.kontakt .blok .ico img {
        width: 23px; }
      .section.kontakt .blok .txt {
        font-size: 21px;
        font-weight: 300; }
      .section.kontakt .blok .txt p {
        font-size: 21px;
        font-weight: 300; }
      .section.kontakt .blok .txt a {
        color: #fff;
        text-decoration: none; }

#fp-nav.fp-right {
  right: 37px;
  /*podstrona rezerwacje*/ }
  #fp-nav.fp-right ul, #fp-nav.fp-right .fp-slidesNav ul {
    padding: 10px 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 20px 20px;
    backdrop-filter: blur(2px); }
    #fp-nav.fp-right ul li a span, #fp-nav.fp-right .fp-slidesNav ul li a span, #fp-nav.fp-right ul .fp-slidesNav ul li a span, #fp-nav.fp-right .fp-slidesNav ul .fp-slidesNav ul li a span {
      background: #13d677; }
    #fp-nav.fp-right ul li a.active span, #fp-nav.fp-right .fp-slidesNav ul li a.active span, #fp-nav.fp-right ul .fp-slidesNav ul li a.active span, #fp-nav.fp-right .fp-slidesNav ul .fp-slidesNav ul li a.active span, #fp-nav.fp-right ul #fp-nav ul li:hover a.active span, #fp-nav.fp-right .fp-slidesNav ul #fp-nav ul li:hover a.active span, #fp-nav.fp-right ul .fp-slidesNav ul li:hover a.active span, #fp-nav.fp-right .fp-slidesNav ul .fp-slidesNav ul li:hover a.active span {
      background: white; }

.page_rezer .section.rezerwacje {
  position: relative;
  padding: 16.6579vw 0 200px 16.6579vw; }
  .page_rezer .section.rezerwacje .flex-rez {
    border: 3px solid #f591fb;
    border-radius: 0 50px 50px 50px;
    background: rgba(216, 4, 162, 0.7);
    backdrop-filter: blur(5px);
    width: 1020px;
    position: relative;
    z-index: 1032; }
  .page_rezer .section.rezerwacje .flex-rez #superbossApp .modStart .datesPickup .lhDateCalendar {
    border: 0px solid green; }
    .page_rezer .section.rezerwacje .flex-rez #superbossApp .modStart .datesPickup .lhDateCalendar .dateCircle {
      background: #520bd0;
      border-color: #520bd0; }
    .page_rezer .section.rezerwacje .flex-rez #superbossApp .modStart .lh {
      border: 0px solid yellow; }
  .page_rezer .section.rezerwacje .flex-rez #SBContainerFull {
    background: transparent; }
  .page_rezer .section.rezerwacje .flex-rez #superbossApp .lhitem {
    min-width: 120px !important; }
  .page_rezer .section.rezerwacje .flex-rez #superbossApp .lhheaderrow > div.lhitem:nth-child(odd) {
    background-color: rgba(255, 255, 255, .8) !important; }
  .page_rezer .section.rezerwacje .flex-rez .lhitem .lhhours {
    font-size: 16px !important; }
    .page_rezer .section.rezerwacje .flex-rez .lhitem .lhprice {
      font-size: 14px !important; }

.footer {
  background: #89fe02;
  border-top: 2px solid #ce9b7c;
  padding: 4.6vw 0;
  color: #fff;
  position: relative; }
  .footer .container {
    min-width: unset !important; }
  .footer a {
    color: #fff; }
  .footer .flex-boxy {
    display: flex; }
  .footer .flex-boxy .boxy {
    width: 20%;
    padding: 0 10px; }
  .footer .flex-boxy .boxy .flex {
    display: flex; }
  .footer .flex-boxy .boxy .flex img {
    margin-right: 10px; }
  .footer .flex-boxy .boxy h3 {
    font-family: "Poppins", serif;
    font-weight: 600; }
  .footer .flex-boxy .boxy.ico {
    width: 50px; }
  .footer .flex-boxy .boxy.ico ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer .flex-boxy .boxy.ico ul li {
      padding-bottom: 15px; }
  .footer .flex-boxy .boxy.boxy1 .flex {
    margin-top: 30px;
    display: flex; }
    .footer .flex-boxy .boxy.boxy1 .flex .ico {
      margin-right: 20px; }
  .footer .flex-boxy .boxy.boxy2 .mail_box {
    margin-top: 20px; }

.kontakt {
  padding: 6vw 12.23958vw 6vw;
  color: #fff;
  background: #ce9b7c; }
  .kontakt .row {
    padding-top: 3vw; }
  .kontakt h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px; }
  .kontakt p {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 15px; }
  .kontakt .tel {
    position: relative; }
  .kontakt .tel:before {
    content: '';
    background: url(/gfxi/top-phone.png);
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -32px;
    top: 0; }
  .kontakt .mail {
    position: relative; }
  .kontakt .mail:before {
    content: '';
    background: url(/gfxi/top-mail.png);
    background-size: cover;
    width: 20px;
    height: 16px;
    position: absolute;
    left: -32px;
    top: 2px; }

.foot_podpis {
  position: relative;
  background: #051929;
  color: #fff;
  min-height: 41px;
  padding: 20px 0; }
  .foot_podpis .foter-link {
    position: absolute;
    top: 20px;
    right: 10vw; }

.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: red !important;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px; }

.lSAction > a {
  filter: invert(1); }

.kontakt {
  background: #ce9b7c;
  color: #fff; }
  .kontakt .flex {
    display: flex; }
  .kontakt .flex .box1, .kontakt .flex .box2 {
    width: calc(25% - 69.5px);
    font-size: 12px; }
  .kontakt .flex .box1 p, .kontakt .flex .box2 p {
    font-size: 12px; }
  .kontakt .flex .box1 .lokalizacja, .kontakt .flex .box2 .lokalizacja {
    display: flex; }
  .kontakt .flex .box1 .lokalizacja .img, .kontakt .flex .box2 .lokalizacja .img {
    margin-right: 20px; }
  .kontakt .flex .box2 a {
    color: #fff;
    text-decoration: none; }
  .kontakt .flex .box3 {
    width: 278px; }
  .kontakt .flex .box4 {
    padding-left: 130px; }

@media screen and (min-width: 1px) and (max-width: 991px) {
  footer.footer .flex-boxy {
    display: block; }
    footer.footer .flex-boxy .boxy {
      width: 49% !important;
      float: left; } }

@media screen and (min-width: 1px) and (max-width: 767px) {
  .footer .flex-boxy .boxy.boxy1 .flex {
    display: block; }

  footer.footer {
    text-align: Center;
    margin-top: 110px; }
    footer.footer .flex-boxy {
      display: block; }
      footer.footer .flex-boxy .boxy {
        width: 100% !important; }
        footer.footer .flex-boxy .boxy .flex {
          display: block; }
        footer.footer .flex-boxy .boxy .txt {
          padding-top: 0px !important; } }

.new-cookies .cook-2 button.allow {
  background: #e31e24 !important; }
  .new-cookies .cook-2 button.allow:hover {
    background: #f32e34 !important; }

.mob_vis {
  display: none; }

@media (min-width: 1px) and (max-width: 1600px) {
  .section.head_ .top-foot, .section.onas .top-foot, .section.cennik .top-foot {
    padding: 30px 0 15px; }

  .section.head_ .toptxt h1, .section.onas .toptxt h1, .section.cennik .toptxt h1 {
    padding-top: 80px; }

  .col-7 {
    width: 80%; } }

@media (min-width: 1px) and (max-width: 1366px) {
  .navbar-brand {
    top: 0vw;
    left: 2vw; }

  .flex-block {
    padding: 0px 10px 0 0; }

  .section.head_ .top-foot, .section.onas .top-foot, .section.cennik .top-foot {
    display: none; }

  .col-7 {
    width: 100%; }

  .section.onas .flex-m .flex {
    display: none; }

  .container {
    padding: 0; }

  .section.head_ .toptxt img {
    max-width: 80%; }

  .flex-block .navbar-nav:before {
    background: transparent; }

  .flex-block .d-flex .btn_rezerwacje {
    margin: 0 26px 0 20px; }

  .flex-block .navbar-nav .nav-item .nav-link {
    padding: 11px 10px; } }

@media (min-width: 1px) and (max-width: 1280px) {
  .container {
    max-width: 1000px; }

  .section.head_ .toptxt img {
    display: none; }

  .flex-block .d-flex .btn_rezerwacje {
    padding: 12px 22px; } }

@media (min-width: 1px) and (max-width: 1024px) {
  .container {
    padding: 0 80px; }

  .section.head_ .toptxt h1, .section.onas .toptxt h1, .section.cennik .toptxt h1 {
    text-shadow: #000 3px 3px 3px; }

  .kontakt {
    text-align: center; }

  .kontakt .row .col-md-4 {
    width: 100%; }

  .kontakt .flex {
    justify-content: center;
    text-align: left; }

  .page_rezer .section.rezerwacje .flex-rez {
    width: 90%; }

  .page_rezer .section.rezerwacje {
    padding: 16.6579vw 0 200px 5%; } }

@media (min-width: 1px) and (max-width: 992px) {
  header {
    background: rgba(216, 4, 162, 0.7); }

  .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    width: 100%;
    justify-content: space; }

  .navbar-brand {
    position: relative; }

  .fixed-top {
    position: relative;
    /*.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
		justify-content: flex-end;
	}*/ }

  .navbar-toggler {
    filter: invert(1);
    margin: 20px 20px 0 0;
    border: 3px solid #000; }

  .container {
    padding: 0 15px; }

  .navbar-collapse {
    z-index: 1050; }
    .navbar-collapse .flex-block {
      display: block;
      text-align: center; }
    .navbar-collapse .d-flex {
      display: block !important; }
      .navbar-collapse .d-flex .btn_rezerwacje {
        display: block;
        max-width: 220px;
        margin: 0 auto; }
      .navbar-collapse .d-flex .social {
        display: block; }

  .flex-m {
    height: auto;
    padding: 30px 0;
    text-align: center; }

  .section {
    overflow-x: hidden;
    padding: 40px 0; }
    .section.head_ {
      background-size: cover; }
      .section.head_ .flex-m {
        height: auto;
        width: 100%;
        min-height: 80vh;
        text-align: center; }

  .section.head_ .toptxt img {
    display: block; }

  .section.head_, .section.onas, .section.cennik, .section.info {
    background-image: url(https://pixelczechowice.pl/gfx/kontakt.webp);
    background-size: cover; }

  .btn_rezerwacje {
    max-width: 220px;
    margin: 0 auto;
    text-shadow: none; }

  .section.head_ .flex-m .f-right:before, .section.onas .flex-m .f-right:before, .section.cennik .flex-m .f-right:before {
    display: none; }

  .section.head_ .flex-m .flex, .section.onas .flex-m .flex, .section.cennik .flex-m .flex {
    display: block; }

  .section.head_ .flex-m .f-right, .section.onas .flex-m .f-right, .section.cennik .flex-m .f-right {
    display: block;
    text-align: center;
    text-shadow: #000 3px 3px 3px; }

  .section.onas ul:after, .section.cennik ul:after {
    display: none; }

  .section.onas {
    text-shadow: #000 3px 0 3px; }
    .section.onas #img_onas {
      top: 200px !important;
      left: 80px !important; }

  .section.cennik .flex-m .flex .f-right {
    margin: 20px 0; }

  .section.info, .section.kontakt {
    padding: 60px 0; }

  #img_cennik {
    top: 150px !important;
    left: 50px !important; }

  img {
    max-width: 100%; }

  .page_rezer .section.rezerwacje {
    padding: 16.6579vw 0 16.6579vw 0; }
    .page_rezer .section.rezerwacje .flex-rez {
      width: 100%; }

  .section.onas h2, .section.cennik h2 {
    font-size: 54px;
    margin: 20px 0; }

  .section.cennik h2 {
    font-size: 43px; }

  .section.info {
    text-align: center; }
    .section.info h2 {
      font-size: 40px; }
    .section.info h3:after {
      display: none; }
    .section.info .box.flex {
      justify-content: center; } }
