/* ===== ochrona layoutu ===== */
.site-header .btn,
.hero .btn,
.content .btn {
  all: unset;
}


/* ===== Datepicker and BSE Widget Styles ===== */
.datepicker--cell-year.-other-decade-,
.datepicker--cell-day.-other-month- {
  color: #dedede
}

.datepicker--cell-year.-other-decade-:hover,
.datepicker--cell-day.-other-month-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-year.-other-decade-,
.-disabled-.-focus-.datepicker--cell-day.-other-month- {
  color: #dedede
}

.-selected-.datepicker--cell-year.-other-decade-,
.-selected-.datepicker--cell-day.-other-month- {
  color: #fff;
  background: #b4b4b4
}

.-selected-.-focus-.datepicker--cell-year.-other-decade-,
.-selected-.-focus-.datepicker--cell-day.-other-month- {
  background: #a8a8a8
}

.-in-range-.datepicker--cell-year.-other-decade-,
.-in-range-.datepicker--cell-day.-other-month- {
  background-color: rgba(142, 142, 142, .3);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-year.-other-decade-,
.-in-range-.-focus-.datepicker--cell-day.-other-month- {
  background-color: rgba(142, 142, 142, .2)
}

.datepicker--cell-year.-other-decade-:empty,
.datepicker--cell-day.-other-month-:empty {
  background: none;
  border: none
}

.datepicker--cells {
  display: flex;
  flex-wrap: wrap
}

.datepicker--cell {
  border-radius: 0px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 36px;
  z-index: 1
}

.datepicker--cell.-focus- {
  background: #f0f0f0
}

.datepicker--cell.-current- {
  color: #8e8e8e
}

.datepicker--cell.-current-.-focus- {
  color: #4e4e4e
}

.datepicker--cell.-current-.-in-range- {
  color: #8e8e8e
}

.datepicker--cell.-in-range- {
  background: rgba(142, 142, 142, .3);
  color: #4e4e4e;
  border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(142, 142, 142, .2)
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #cecece
}

.datepicker--cell.-disabled-.-focus- {
  color: #cecece
}

.datepicker--cell.-disabled-.-in-range- {
  color: #c1c1c1
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #cecece
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(142, 142, 142, .5);
  background-color: rgba(142, 142, 142, .3);
  border-radius: 0px 0 0 0px
}

.datepicker--cell.-range-to- {
  border: 2px solid rgba(142, 142, 142, .5);
  background-color: rgba(142, 142, 142, .3);
  border-radius: 0 0px 0px 0
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 0px
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #8e8e8e
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #8e8e8e
}

.datepicker--cell.-selected-.-focus- {
  background: #818181
}

.datepicker--cell:empty {
  cursor: default
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px
}

.datepicker--day-name {
  color: #8e8e8e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em
}

.datepicker--cell-day {
  width: calc(100%/7)
}

.datepicker--cells-months {
  height: 170px
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%
}

.datepicker--years {
  height: 170px
}

.datepicker--cells-years {
  height: 170px
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #b4b4b4
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #a8a8a8
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(142, 142, 142, .3);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(142, 142, 142, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0
}

@media print {
  .datepickers-container {
    display: none
  }
}

.datepicker {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  border-radius: 0px;
  box-sizing: content-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
  font-size: 13px;
  color: #4e4e4e;
  width: 360px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease, left 0s .3s;
  z-index: 100
}

.datepicker.-from-top- {
  transform: translateY(-8px)
}

.datepicker.-from-right- {
  transform: translateX(8px)
}

.datepicker.-from-bottom- {
  transform: translateY(8px)
}

.datepicker.-from-left- {
  transform: translateX(-8px)
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity .3s ease, transform .3s ease, left 0s 0s
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none
}

.datepicker-inline .datepicker--pointer {
  display: none
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px
}

.-only-timepicker- .datepicker--content {
  display: none
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  width: 14px;
  height: 14px;
  z-index: -1
}

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 7px);
  transform: rotate(135deg)
}

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 7px);
  transform: rotate(225deg)
}

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 7px);
  transform: rotate(315deg)
}

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 7px);
  transform: rotate(45deg)
}

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 180px
}

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 180px
}

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 14px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 180px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 180px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 14px / 2)
}

.datepicker--body {
  display: none
}

.datepicker--body.active {
  display: block
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #b4b4b4
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #a8a8a8
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(142, 142, 142, .3);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(142, 142, 142, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none
}

.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 40px;
  padding: 4px
}

.-only-timepicker- .datepicker--nav {
  display: none
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center
}

.datepicker--nav-action {
  width: 36px;
  border-radius: 0px;
  user-select: none
}

.datepicker--nav-action:hover {
  background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
  visibility: hidden
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px
}

.datepicker--nav-title {
  border-radius: 0px;
  padding: 0 8px
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px
}

.datepicker--nav-title:hover {
  background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none
}

.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef
}

.datepicker--button {
  color: #8e8e8e;
  cursor: pointer;
  border-radius: 0px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px
}

.datepicker--button:hover {
  color: #4e4e4e;
  background: #f0f0f0
}

.bse-widget {
  position: absolute;
  bottom: 10%;
  width: 50%;
  max-width: 650px;
  z-index: 3;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms
}

.bse-widget .bse-widget-header {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase
}

.bse-widget .bse-widget-content {
  display: flex;
  flex-flow: row wrap;
  background: #fff
}

.bse-widget .bse-widget-content input {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0
}

.bse-widget .bse-widget-content p {
  text-transform: uppercase;
  text-align: center;
  margin: 0
}

.bse-widget .bse-widget-content .bse-datepicker-content,
.bse-widget .bse-widget-content .bse-btn-submit {
  position: relative;
  width: 33.3333%;
  margin: 0
}

.bse-widget .bse-widget-content .bse-datepicker-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0 20px 0
}

.bse-widget .bse-widget-content .bse-datepicker-content .bse-title {
  font-size: 14px;
  color: #a2a2a2;
  letter-spacing: 1px;
  font-weight: 300
}

.bse-widget .bse-widget-content .bse-datepicker-content .bse-datepicker {
  cursor: pointer
}

.bse-widget .bse-widget-content .bse-datepicker-content .bse-datepicker .bse-date {
  display: flex;
  flex-flow: row
}

.bse-widget .bse-widget-content .bse-datepicker-content .bse-datepicker .bse-date .bse-date-day {
  color: #837171;
  font-weight: 300;
  font-size: 55px;
  line-height: 40px
}

.bse-widget .bse-widget-content .bse-datepicker-content .bse-datepicker .bse-date .bse-date-month-and-year {
  display: flex;
  flex-flow: column;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  margin-left: 10px
}

.bse-widget .bse-widget-content .bse-datepicker-content .bse-datepicker .bse-date .bse-date-month-and-year .bse-date-month {
  letter-spacing: 2px
}

.bse-widget .bse-widget-content .bse-datepicker-content .bse-datepicker:hover {
  color: #222
}

.bse-widget .bse-widget-content .bse-datepicker-content:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -13px;
  width: 27px;
  height: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIuNjM1IDMyLjYzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIuNjM1IDMyLjYzNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIj48Zz48Zz4KCTxwYXRoIGQ9Ik0zMi4xMzUsMTYuODE3SDAuNWMtMC4yNzYsMC0wLjUtMC4yMjQtMC41LTAuNXMwLjIyNC0wLjUsMC41LTAuNWgzMS42MzVjMC4yNzYsMCwwLjUsMC4yMjQsMC41LDAuNSAgIFMzMi40MTEsMTYuODE3LDMyLjEzNSwxNi44MTd6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwMDAwMDAiPjwvcGF0aD4KCTxwYXRoIGQ9Ik0xOS41OTgsMjkuMzUzYy0wLjEyOCwwLTAuMjU2LTAuMDQ5LTAuMzU0LTAuMTQ2Yy0wLjE5NS0wLjE5NS0wLjE5NS0wLjUxMiwwLTAuNzA3bDEyLjE4NC0xMi4xODRMMTkuMjQ0LDQuMTM2ICAgYy0wLjE5NS0wLjE5NS0wLjE5NS0wLjUxMiwwLTAuNzA3czAuNTEyLTAuMTk1LDAuNzA3LDBsMTIuNTM3LDEyLjUzM2MwLjA5NCwwLjA5NCwwLjE0NiwwLjIyMSwwLjE0NiwwLjM1NCAgIHMtMC4wNTMsMC4yNi0wLjE0NiwwLjM1NEwxOS45NTEsMjkuMjA2QzE5Ljg1NCwyOS4zMDQsMTkuNzI2LDI5LjM1MywxOS41OTgsMjkuMzUzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojMDAwMDAwIj48L3BhdGg+CjwvZz48L2c+IDwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .3
}

.bse-widget .bse-widget-content .bse-btn-submit .btn {
  width: calc(100% + 1px);
  height: 100%;
  padding: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center
}

.bse-widget .bse-widget-content .bse-btn-submit .btn .primary-line {
  font-size: 18px;
  font-weight: 300
}

.bse-widget .bse-widget-content .bse-btn-submit .btn .secondary-line {
  font-size: 14px;
  font-weight: 300
}

#bse-widget-frame {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .6);
  display: none;
  z-index: 9999
}

#bse-widget-frame .bse-widget-frame-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999
}

#bse-widget-frame .bse-widget-frame-content .bse-wrapper {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 90%;
  margin: 0 15px;
  animation: 500ms ease-out 0s 1 widget-reservation-appear
}

#bse-widget-frame .bse-widget-frame-content .bse-wrapper iframe {
  width: 100%;
  height: 100%;
  background: #efefef;
  box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

#bse-widget-frame .bse-widget-frame-content .bse-wrapper .bse-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #424242;
  padding: 20px 18px 11px 15px;
  cursor: pointer
}

#bse-widget-frame .bse-widget-frame-content .bse-wrapper .bse-close:before,
#bse-widget-frame .bse-widget-frame-content .bse-wrapper .bse-close:after {
  position: absolute;
  top: 5px;
  left: 15px;
  content: " ";
  height: 20px;
  width: 3px;
  background-color: #fff
}

#bse-widget-frame .bse-widget-frame-content .bse-wrapper .bse-close:before {
  transform: rotate(45deg)
}

#bse-widget-frame .bse-widget-frame-content .bse-wrapper .bse-close:after {
  transform: rotate(-45deg)
}

#bse-widget-frame.hide .bse-widget-frame-content .bse-wrapper {
  opacity: 0;
  animation: 500ms ease-out 0s 1 widget-reservation-hide
}

@keyframes widget-reservation-appear {
  0% {
    opacity: 0;
    transform: translateY(100px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes widget-reservation-hide {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  100% {
    opacity: 0;
    transform: translateY(100px)
  }
}

.reservation-fill {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 86px 0 0 0;
  overflow: hidden;
  z-index: 2
}

@media(max-width: 921px) {
  .bse-widget {
    width: 70%
  }

  #bse-widget-frame {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 9999
  }
}

@media(max-width: 768px) {
  .bse-widget {
    width: 90%
  }

  .bse-widget .bse-widget-content .bse-datepicker-content {
    width: 50%
  }

  .bse-widget .bse-widget-content .bse-btn-submit {
    width: 100%;
    overflow: hidden
  }
}

@media(max-width: 576px) {
  .bse-widget .bse-widget-header {
    text-align: center
  }
}

@media(max-width: 360px) {
  .bse-widget .bse-widget-content .bse-datepicker-content:first-of-type::before {
    display: none
  }
}