:root {
  --white: white;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.19em;
  padding-right: 7.19em;
}

.container.container-less {
  padding-right: 2em;
}

.container.is-relative {
  position: relative;
}

.navbar {
  background-color: #0000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.navbar.dark {
  background-color: #fff;
}

.image {
  width: 9.56em;
}

.nav-link {
  color: #fff;
  margin-left: .56em;
  margin-right: .56em;
  padding: .63em;
  font-size: .88em;
  line-height: 1.5;
}

.nav-link.dark {
  color: #151515;
}

.hero-section {
  height: 100vh;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.background-video {
  height: 100%;
  display: block;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.hero-content {
  z-index: 9;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 4.38em;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero-content.top {
  align-items: flex-end;
}

.hero-content.top.center {
  align-items: center;
}

.hslide {
  height: 100%;
}

.slide-text {
  width: 50%;
}

.slide-text.max {
  width: 60%;
}

.slide-main-text {
  color: #fff;
  letter-spacing: .72px;
  text-transform: uppercase;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4;
}

.slide-main-text.max-width {
  max-width: 600px;
}

.slide-main-text.max-width.cstop {
  margin-top: 1.9em;
}

.slide-main-text.max-width.top-space {
  margin-top: 3.13em;
}

.slide-main-text.black {
  color: #151515;
}

.slide-main-text.black.vidokowa-info {
  max-width: 22em;
  margin-top: 3em;
}

.slide-btns {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  align-items: flex-end;
  margin-top: 2.5em;
  display: flex;
}

.slide-btns.cs-top {
  margin-top: 4em;
}

.slide-btns.btns-dania {
  justify-content: center;
  margin-top: 6.25em;
}

.btn {
  color: #151515;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  padding: .7em 1.3em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.35;
  transition: all .3s;
  display: flex;
}

.btn:hover {
  color: #fff;
  background-color: #0000;
}

.btn.btn-nav {
  margin-left: 3.75em;
}

.btn.dark {
  color: #fff;
  background-color: #151515;
  border-color: #151515;
}

.btn.dark:hover {
  color: #151515;
  background-color: #0000;
}

.btn.dark.btnsend {
  padding-left: 2em;
  padding-right: 2em;
}

.btn-line {
  color: #fff;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.btn-line.dark {
  color: #151515;
}

.btn-line-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: .63em;
  transition: all .3s;
}

.btn-line-line.dark {
  background-color: #151515;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  display: flex;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.lang-switch {
  margin-left: 2.81em;
}

.lang-switch.mobile {
  display: none;
}

.text-block {
  color: #fff;
}

.text-block.dark {
  color: #151515;
}

.body {
  font-family: franklin-gothic-atf, sans-serif;
}

.bold-text {
  font-weight: 500;
}

.bold-text.bold-left {
  padding-left: .7em;
}

.bold-text-2 {
  font-weight: 500;
}

.icon {
  color: #fff;
  margin-right: 0;
  font-size: 11px;
}

.dropdown-toggle {
  letter-spacing: 1.85px;
  padding: .63em 1.25em .63em .63em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.35;
}

.dropdown-link {
  color: #151515;
  text-align: center;
  background-color: #fff;
  padding-left: .63em;
  padding-right: .63em;
  font-size: .94em;
  font-weight: 500;
}

.image-2 {
  width: 20.94em;
  margin-bottom: 13%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-pietro-widokowe {
  background-color: #fff;
  padding-top: 7.69em;
  padding-bottom: 0;
}

.pietro-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pietro-title.cs-top {
  padding-top: 10em;
}

.pietro-title.flex-top {
  align-items: flex-start;
  margin-top: -11.7em;
}

.pietro-title.flex-top.mobile {
  display: none;
}

.pietro-title.flex-top.desktop {
  margin-left: 5em;
  margin-right: 0;
}

.pietro-title.left {
  justify-content: flex-start;
}

.pietro-title.wrap.top {
  justify-content: space-between;
  align-items: stretch;
}

.pietro-title.wrap.top.spc {
  justify-content: space-between;
  align-items: flex-start;
}

.big-title {
  color: #151515;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 6.25em;
  font-weight: 300;
  line-height: 1;
}

.big-title.center {
  text-align: center;
}

.big-title.center.white, .big-title.white {
  color: #fff;
}

.big-title.white.mobile {
  display: none;
}

.big-title.smaller-left {
  text-align: left;
  font-size: 4.13em;
}

.big-title.smaller-left.center {
  text-align: center;
}

.big-title.smaller {
  font-size: 4.8em;
}

.big-title.small80 {
  font-size: 5em;
}

.big-title.pk-title {
  text-align: right;
}

.san-bold {
  margin-left: 1.2em;
  font-weight: 500;
}

.san-bold.noleft {
  margin-left: 0;
}

.pietro-number {
  background-color: #151515;
  border-radius: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12.88em;
  height: 12.88em;
  display: flex;
}

.pietro-number.white {
  background-color: #fff;
}

.pietro-number.white.abs {
  z-index: 9;
  position: absolute;
  top: -3em;
  right: 6em;
}

.pietro-number.white.absolute {
  z-index: 9;
  position: absolute;
  bottom: -6.7em;
  right: 7.63em;
}

.pietro-number.color {
  background-color: #f1e9dd;
}

.pietro-number.color.cs-top {
  margin-top: 3.13em;
}

.pietro-number.right {
  margin-right: -4em;
}

.pietro-number.right-space {
  margin-right: 7.5em;
}

.big-number {
  color: #fff;
  text-transform: uppercase;
  font-size: 7.5em;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.big-number.dark {
  color: #151515;
  font-weight: 300;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.45px;
  text-transform: uppercase;
  margin-top: .13em;
  font-size: .69em;
  font-weight: 500;
  line-height: 1.34;
}

.text-block-2.dark {
  color: #151515;
}

.cs-photo-slider {
  margin-top: 4.69em;
}

.cs-photo-slider.no-top {
  margin-top: 0;
}

.cs-photo-slider.bottom-margin {
  margin-bottom: 4.63em;
}

.cs-photo-slider.ctop {
  margin-top: 1.75em;
}

.section-cs-text {
  padding-top: 4.63em;
  padding-bottom: 4.63em;
}

.section-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-flex.flex-top {
  align-items: flex-start;
}

.section-flex.cs-top {
  margin-top: -15.2em;
}

.section-flex.flex-pietro {
  align-items: stretch;
}

.section-flex.flex-pietro.flex-bottom {
  align-items: flex-end;
  margin-top: 4.38em;
}

.section-flex.flex-pietro.center {
  align-items: center;
}

.section-flex.flex-pietro.bottom {
  align-items: flex-end;
}

.section-flex.flex-pietro.btn-restauracja {
  align-items: stretch;
}

.section-flex.flex-pietro.btn-restauracja.kameralne-spotkania {
  margin-top: 10.63em;
}

.section-flex.flex-stretch {
  align-items: stretch;
}

.flex-col {
  width: 50%;
}

.flex-col.flex-top-space {
  padding-top: 7.5em;
}

.flex-col.pietro-col-bigger {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 65%;
  padding-right: 2.5em;
  display: flex;
}

.flex-col.pietro-col-bigger.bottom {
  align-self: flex-end;
}

.flex-col.pietro-col-bigger.center {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  align-self: center;
}

.flex-col.pietro-col-bigger.f50 {
  align-self: flex-end;
  width: 50%;
}

.flex-col.pietro-col-bigger.cs-left {
  padding-left: 5.5em;
  padding-right: 0;
}

.flex-col.pietro-col-smaller {
  width: 35%;
}

.flex-col.pietro-col-smaller.f50 {
  width: 50%;
}

.section-title {
  color: #151515;
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.4;
}

.section-title.white {
  color: #fff;
}

.section-title.bottom {
  margin-bottom: 2.4em;
}

.section-title.bottom.nobottom {
  max-width: 31.25em;
  margin-bottom: 0;
}

.section-text, .section-text.less-top {
  margin-top: 1.88em;
}

.section-text-content {
  color: #151515;
  font-size: 1em;
  line-height: 1.5;
}

.section-text-content.white {
  color: #fff;
}

.section-text-content.white.cs-top {
  margin-top: 1.88em;
}

.section-text-content.top {
  margin-top: 1.81em;
}

.section-treinta-tres {
  background-color: #151515;
  padding-top: 1.75em;
  padding-bottom: 4.75em;
  overflow: hidden;
}

.section-treinta-tres.centrum-sec {
  padding-top: 8.13em;
  padding-bottom: 10.63em;
}

.image-3 {
  width: 14em;
  margin-left: auto;
  display: block;
}

.section-mov-text {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.sec-line {
  background-color: #ffffffb3;
  width: 65%;
  height: 1px;
}

.sec-line.right {
  margin-left: auto;
}

.text-block-3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 6.25em;
  line-height: 1;
}

.text-block-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 6.25em;
  font-weight: 300;
  line-height: 1;
}

.text-block-4.centered {
  text-align: center;
}

.cs-top-space {
  height: 5.88em;
}

.sec-video {
  height: 35.5em;
  margin-top: 5.31em;
  margin-bottom: 5.31em;
}

.background-video-2 {
  z-index: 9;
  width: 100%;
  height: 100%;
}

.image-4 {
  width: 10.06em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-przestrzen {
  padding-top: 7.5em;
  padding-bottom: 4.56em;
}

.image-5 {
  width: 100%;
  max-width: 31.25em;
}

.section-garden {
  background-color: #ecf0e9;
  padding-top: 9.19em;
  padding-bottom: 8.38em;
}

.garden-video {
  margin-top: 5.31em;
  position: relative;
}

.background-video-3 {
  z-index: 9;
  width: 100%;
  height: 43.13em;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
}

.slide-nav-2 {
  display: none;
}

.slider-photos-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.slider-photos-flex.flex-top {
  align-items: flex-start;
}

.slider-photos-flex.top-space {
  margin-top: 9.38em;
  margin-left: 1.25em;
  margin-right: 1.25em;
  position: relative;
}

.slider-photos-flex.top-space.top2 {
  align-items: flex-start;
  height: auto;
  margin-top: 6em;
  margin-left: 0;
  margin-right: 0;
}

.slider-bigger-img {
  width: 68%;
  height: 28.13em;
}

.slider-bigger-img._2 {
  width: 61%;
  height: 25.3em;
}

.slider-bigger-img._2.topspace {
  width: 100%;
  margin-top: 6.25em;
  padding-top: 0;
  position: relative;
}

.slider-bigger-img._2.tpark1 {
  width: 36%;
  height: 28.06em;
}

.slider-bigger-img._2.tpark2 {
  width: 25%;
  height: 28.06em;
}

.slider-bigger-img._3 {
  width: 60%;
  height: 20.75em;
}

.background-video-4 {
  width: 100%;
  height: 100%;
}

.slider-smaller-img {
  width: 32%;
  height: 21.31em;
}

.slider-smaller-img._2 {
  width: 39%;
}

.slider-smaller-img._2.higher {
  height: 45.75em;
}

.slider-smaller-img._3 {
  width: 40%;
  height: 39.63em;
}

.background-video-5 {
  width: 100%;
  height: 100%;
}

.image-6 {
  width: 17px;
  height: 33px;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  inset: .8em 27% auto auto;
}

.right-arrow-2._2 {
  inset: auto auto 0 37%;
}

.right-arrow-2._2.top {
  top: .3em;
  bottom: auto;
}

.right-arrow-2._3 {
  top: auto;
  bottom: 38%;
  right: 0%;
}

.right-arrow-2._4 {
  top: auto;
  bottom: .8em;
  right: 0%;
}

.image-7 {
  width: 17px;
  height: 33px;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  inset: .8em 30% auto auto;
}

.left-arrow-2._2 {
  inset: auto auto 0 34%;
}

.left-arrow-2._2.top {
  top: .3em;
  bottom: auto;
}

.left-arrow-2._3 {
  top: auto;
  bottom: 38%;
  right: .9em;
}

.left-arrow-2._4 {
  top: auto;
  bottom: .8em;
  right: .9em;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.section-eventy {
  background-color: #fff;
  padding-top: 16.25em;
  padding-bottom: 6em;
}

.section-eventy.newsy {
  padding-top: 7.81em;
  padding-bottom: 4em;
}

.eventy-title {
  margin-bottom: -6.2em;
}

.eventy-title.nobottom {
  margin-bottom: 0;
}

.eventy-flex {
  grid-column-gap: 0em;
  grid-row-gap: 3.75em;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.eventy-flex.napisali-top {
  margin-top: 5em;
}

.eventy-flex.sale-flex {
  margin-top: 4.38em;
}

.event-big {
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.event-col {
  width: 48%;
}

.event-col.flex-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.event-video {
  width: 100%;
  height: 30.69em;
}

.background-video-6 {
  z-index: 9;
  width: 100%;
  height: 100%;
}

.event-subtitle {
  color: #151515;
  letter-spacing: 2.65px;
  text-transform: uppercase;
  font-size: .94em;
  line-height: 1.2;
}

.event-title-item {
  color: #151515;
  letter-spacing: .72px;
  text-transform: uppercase;
  margin-top: .6em;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.4;
}

.btn-event {
  letter-spacing: 1.85px;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.35;
  display: inline-block;
}

.event-small {
  color: #151515;
  letter-spacing: .6px;
  text-transform: uppercase;
  width: 48%;
  line-height: 1.4;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.event-small:hover {
  color: #fff;
  background-color: #151515;
}

.small-col {
  width: 50%;
}

.event-small-img {
  height: 22.81em;
  position: relative;
}

.event-small-img.bg, .event-small-img.sala-img-div {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event-small-details {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.88em 1.88em 1.25em 2.63em;
  transition: all .3s;
  display: flex;
}

.mall-event-title {
  font-size: 1.25em;
}

.image-9 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-9.sla-img {
  object-fit: contain;
  width: 10.94em;
  height: auto;
  display: block;
}

.btn-centered {
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

.section-napisali {
  padding-top: 7.69em;
  padding-bottom: 7.12em;
}

.image-10 {
  max-width: 11.25em;
}

.section-social-wall {
  background-color: #151515;
  padding-top: 6.25em;
  padding-bottom: 5.63em;
}

.social-wall-items {
  margin-top: 6.19em;
  display: flex;
}

.social-item {
  color: #858585;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  font-size: .88em;
  line-height: 1.5;
  text-decoration: none;
}

.social-item-img {
  height: 17.69em;
  margin-bottom: 1.56em;
  position: relative;
}

.image-11 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-12 {
  position: absolute;
  bottom: .94em;
  right: .94em;
}

.section-galeria {
  padding-top: 5.63em;
  padding-bottom: 3.75em;
}

.tab-link {
  color: #151515;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #ddd0;
  margin-left: 1.25em;
  margin-right: 1.25em;
  padding: .5em 0;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.4;
}

.tab-link.w--current {
  background-color: #ddd0;
  border-bottom: 1px solid #151515;
}

.tabs-menu {
  justify-content: flex-end;
  align-items: center;
  margin-top: -4.38em;
  display: flex;
}

.tabs-content {
  margin-top: 6.1em;
}

.footer {
  padding-top: 7.19em;
}

.footer-flex {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  display: flex;
}

.footer-col {
  width: 20%;
}

.footer-col.bigger {
  width: 50%;
}

.footer-title {
  color: #858585;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 12px;
  font-weight: 500;
}

.footer-title.cstop {
  margin-top: 2.19em;
}

.footer-link {
  color: #000;
  margin-bottom: .4em;
  font-size: .88em;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.footer-link:hover {
  color: #858585;
}

.image-13 {
  width: 6.88em;
  margin-top: 2.19em;
  display: block;
}

.image-13.mob {
  display: none;
}

.image-14 {
  width: 11.56em;
  margin-top: 1.38em;
  display: block;
}

.image-14.mob {
  display: none;
}

.image-15 {
  margin-top: 1.25em;
}

.image-15.mobile-hide {
  display: none;
}

.footer-col-big {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.footer-odwiedz {
  grid-column-gap: 2.19em;
  grid-row-gap: 2.19em;
  border: 1px solid #f4f4f4;
  flex-wrap: nowrap;
  align-items: center;
  padding: .75em 2em .75em .75em;
  text-decoration: none;
  display: flex;
}

.image-16 {
  width: 6.25em;
  min-width: 6.25em;
  height: 6.25em;
  min-height: 6.25em;
}

.text-block-5 {
  color: #000;
  margin-bottom: .63em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.odwiedz-items {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  align-items: center;
  display: flex;
}

.odwiedz-item {
  transition: all .3s;
}

.odwiedz-item:hover {
  opacity: .67;
}

.image-17 {
  width: 1.44em;
}

.footer-copy {
  justify-content: space-between;
  align-items: center;
  margin-top: 4.69em;
  padding-top: .94em;
  padding-bottom: .94em;
  display: flex;
}

.text-block-6 {
  color: #858585;
  font-size: .75em;
}

.link {
  text-decoration: none;
}

.link-2 {
  color: #858585;
  font-size: .75em;
  text-decoration: none;
}

.text-block-7 {
  color: #858585;
  font-size: .75em;
}

.spage-title.cmargin {
  margin-bottom: 10%;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: 1.25em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2;
}

.s-page-big-title {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 6.25em;
  font-weight: 300;
  line-height: 1;
}

.bold-text-3 {
  font-weight: 500;
}

.cs-bottom-info {
  border-left: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 12.5em;
  padding: 1.5em 2.5em;
  display: flex;
}

.cs-bottom-info.csbg {
  background-color: #1515151a;
}

.cs-bottom-info.csbg.less {
  padding-left: 1em;
  padding-right: 1em;
}

.cs-bottom-hours {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.hours-title {
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1.4;
}

.hours-flex {
  margin-left: 3.13em;
}

.hours-flex.flt {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  align-items: center;
  display: flex;
}

.hrs-item {
  align-items: center;
  margin-bottom: .81em;
  display: flex;
}

.hrs-item.ft {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
}

.hrs-item.ft.mspace {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
}

.text-block-9 {
  color: #858585;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-9.white {
  color: #fff;
}

.text-block-9.white.bigger {
  font-size: 1.25em;
  font-weight: 400;
}

.text-block-9.white.mspace {
  margin-bottom: 0;
}

.text-block-9.cswidth {
  width: 60px;
  margin-right: 1.56em;
}

.cs-bottom-left {
  align-items: center;
  display: flex;
}

.section-cennik {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.cennik-flex {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  align-items: center;
  display: flex;
}

.cennik-left {
  width: 65%;
}

.cennik-right {
  width: 35%;
}

.cs-cennik-item {
  border-bottom: 1px solid #858585;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.13em;
  padding-bottom: 1.63em;
  display: flex;
}

.cennik-nazwa {
  width: 40%;
}

.text-block-10 {
  color: #151515;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 1.25152em;
  line-height: 1.4;
}

.text-block-11 {
  margin-top: .06em;
}

.text-block-12 {
  color: #151515;
  margin-top: .25em;
  font-size: 1em;
  line-height: 1.5;
}

.cennik-cena {
  grid-column-gap: 1.56em;
  grid-row-gap: 1.56em;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.text-block-13 {
  color: #858585;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  line-height: 1;
}

.text-block-14 {
  color: #151515;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2;
}

.image-18 {
  width: 100%;
  display: block;
}

.image-18.imgfull {
  object-fit: cover;
  height: 100%;
}

.extra-padding {
  padding-left: 5.5em;
}

.extra-padding.flx {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.extra-padding.flx.noflx {
  justify-content: flex-end;
  padding-top: 2.5em;
}

.extra-padding.flx.noflx.noleft {
  padding-left: 0;
}

.extra-padding.pading2 {
  padding-right: 2em;
}

.image-19 {
  width: 100%;
  display: block;
}

.pietro-img-full {
  margin-top: 3.4em;
  margin-bottom: 11em;
  position: relative;
}

.pietro-img-full.csheight {
  height: 33em;
}

.section-zobaczysz {
  padding-top: 8.44em;
  padding-bottom: 7.25em;
}

.obaczysz-title {
  color: #151515;
  font-size: 4.13em;
  font-weight: 300;
  line-height: 1.2;
}

.tab-item {
  color: #151515;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #ddd0;
  background-image: url('../images/Vector-10_1.svg');
  background-position: 120%;
  background-repeat: no-repeat;
  background-size: 8px;
  align-self: flex-start;
  margin-bottom: 2.31em;
  padding: 0 1.88em 0 0;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.35;
  transition: all .3s;
}

.tab-item.w--current {
  background-color: #ddd0;
  background-position: 100%;
}

.tabs-menu-2 {
  flex-direction: column;
  align-items: stretch;
  width: 40%;
  display: flex;
}

.tabs {
  align-items: center;
  margin-top: 6.25em;
  display: flex;
}

.tabs-content-2 {
  width: 60%;
}

.image-20 {
  width: 12.88em;
  margin-left: auto;
  display: block;
}

.tab-zobaczysz-content {
  max-width: 28.6em;
  margin-top: -1.88em;
  margin-left: auto;
  margin-right: 7.5em;
}

.tab-title {
  color: #151515;
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.4;
}

.text-block-15 {
  color: #151515;
  margin-top: 1.81em;
  font-size: 1em;
  line-height: 1.5;
}

.section-inspirowane {
  background-color: #151515;
  padding-top: 5.88em;
  padding-bottom: 2em;
}

.text-block-16 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: .75em;
  line-height: 1.5;
  position: absolute;
  bottom: 1.25em;
  right: 1.25em;
}

.text-block-17 {
  color: #fff;
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4;
  position: absolute;
  top: .3em;
  right: 4em;
}

.text-block-17.normal {
  margin-bottom: 1.4em;
  position: static;
}

.text-block-17._2 {
  top: 1.2em;
}

.text-block-17.right {
  text-align: right;
}

.inspirowane-texts {
  align-items: center;
  margin-top: 3.75em;
  margin-bottom: 4.38em;
  display: flex;
}

.inspirowane-texts.nobottom {
  margin-bottom: 0;
}

.inspirowane-texts.notop {
  margin-top: 0;
}

.inspirowanecol {
  width: 50%;
}

.inspirowane-cs-text {
  color: #b1b7bd;
  text-transform: uppercase;
  max-width: 30.63em;
  margin-left: auto;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
}

.secesja-text {
  padding-top: 3.75em;
  padding-left: 5.63em;
  padding-right: 1.25em;
}

.kam-col {
  width: 61%;
  position: relative;
}

.section-restauracje {
  background-color: #151515;
  padding-top: 13em;
  padding-bottom: 8.44em;
}

.restauracje-flex {
  margin-top: 8.13em;
  display: flex;
}

.srestauracja {
  width: 25%;
  height: 38.13em;
  position: relative;
}

.background-video-7 {
  z-index: 9;
  width: 100%;
  height: 100%;
}

.srestauracja-bg {
  z-index: 9;
  background-color: #0009;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 3em;
  padding-bottom: 1.75em;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.image-21 {
  width: 11.38em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-21._3 {
  width: 13.88em;
}

.srestauracja-bottom {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  margin-bottom: .5em;
  font-size: .88em;
  line-height: 1.5;
}

.btn-restauracja.btn-line {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .63em;
  padding-left: .75em;
  padding-right: .75em;
  transition: all .3s;
  display: block;
}

.btn-cent {
  justify-content: center;
  align-items: center;
  margin-top: 2.06em;
  display: flex;
}

.simple-page-header {
  padding-top: 9.38em;
  padding-bottom: 6.25em;
}

.simple-page-header.news-heaer {
  padding-top: 7em;
}

.simple-page-content {
  max-width: 40.25em;
  margin-left: auto;
  margin-right: auto;
}

.simple-page-content.full, .simple-page-content.news-content {
  max-width: 100%;
}

.spage-content {
  border-left: 1px solid #151515;
  margin-top: 4.38em;
  padding-left: 2em;
}

.richtext {
  color: #151515;
  font-size: 1em;
  line-height: 1.5;
}

.richtext a {
  color: #151515;
}

.mapa-dojazdu {
  width: 100%;
  max-width: 55.44em;
  margin-top: 6.25em;
  margin-left: auto;
  margin-right: auto;
}

.image-22 {
  width: 100%;
  display: block;
}

.image-23 {
  width: 22.25em;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.skontaktuj-info {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  display: flex;
}

.kontakt-dane {
  color: #151515;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.section-kontakt-form {
  padding-bottom: 4.38em;
}

.kontakt-form-flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.kontakt-form-col {
  width: 46%;
}

.kontakt-form-col.kpadding {
  padding-top: 2.81em;
  padding-bottom: 2.81em;
}

.image-24 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.kontakt-info-item {
  margin-bottom: .88em;
  display: flex;
}

.text-block-19 {
  color: #858585;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  flex: none;
  width: 6.8em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2;
}

.kontakt-link {
  color: #151515;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.kontakt-link:hover {
  color: #858585;
}

.kontakt-link.white {
  color: #fff;
}

.kform-field {
  align-items: center;
  width: 70%;
  display: flex;
}

.kform-flex {
  border-bottom: 1px solid #858585;
  align-items: center;
  margin-bottom: .5em;
  padding-top: .7em;
  padding-bottom: .7em;
  display: flex;
}

.kform-flex.ctop {
  align-items: flex-start;
}

.kontakt-form {
  margin-top: 3.75em;
}

.checkbox {
  margin-top: 4px;
}

.csinput {
  color: #151515;
  background-color: #0000;
  border: 0 solid #000;
  width: 100%;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
}

.csinput::placeholder {
  color: #04112066;
}

.csinput.cstextarea {
  height: 4.38em;
}

.kform-zgody {
  margin-bottom: 1.8em;
  padding-top: 0;
  padding-bottom: 0;
}

.checbkox-zgoda {
  align-items: flex-start;
  margin-bottom: 1.1em;
  display: flex;
}

.fiellabel {
  color: #151515;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.fiellabel.ctop-margin {
  margin-top: .56em;
}

.btn-send {
  color: #fff;
  letter-spacing: .11em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/Group-2_1.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  padding: 1.25em 3em 1.25em 1.88em;
  font-size: .88em;
  font-weight: 500;
  transition: all .3s;
}

.btn-send:hover {
  color: #9d6d58;
  background-color: #fff;
  background-image: url('../images/Group-2.svg');
}

.btn-send.btn-send2 {
  letter-spacing: 0;
  text-transform: none;
  background-color: #d33e43;
  background-image: url('../images/ArrowUpRight-1.svg');
  background-position: 90%;
  background-size: 20px;
  border-color: #151515;
  border-radius: 100px;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1em;
  line-height: 1.5;
}

.btn-send.btn-send2:hover {
  color: #fff;
  background-color: #b62c31;
  background-image: url('../images/ArrowUpRight-1.svg');
  background-size: 20px;
  border-color: #b62c31;
}

.zgoda-text {
  color: #151515;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 1em;
  font-size: .63em;
  font-weight: 400;
  line-height: 1.5;
}

.kform-name {
  align-items: center;
  width: 30%;
  display: flex;
}

.kform-info {
  color: #151515;
  margin-top: 25px;
  margin-bottom: 1.56em;
  font-size: .75em;
  font-weight: 400;
  line-height: 1.5;
}

.kform-info._2 {
  color: #858585;
}

.link-3 {
  color: #151515;
  font-weight: 500;
  text-decoration: none;
}

.kform-img {
  width: 100%;
  height: 100%;
}

.section-dania {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.s-subtitle {
  color: #151515;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: 1.88em;
  font-size: .94em;
  line-height: 1.2;
}

.s-subtitle.white {
  color: #fff;
}

.dania-img {
  max-width: 48%;
  margin-top: 3.5em;
  margin-left: auto;
  position: relative;
}

.dania-img._2 {
  max-width: 35%;
  margin-top: -11em;
  margin-left: 0;
  margin-right: auto;
}

.dania-img._3 {
  max-width: 60%;
}

.dania-img.podroz-item {
  margin-top: 0;
}

.dania-img.podroz-item.pitem2 {
  max-width: 59%;
  margin-left: 0;
}

.dania-img.vidokowa-img {
  margin-top: -12em;
}

.dania-img-text {
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  position: absolute;
  bottom: 1.94em;
  left: 2.06em;
}

.dania-img-text.right {
  left: auto;
  right: 2.06em;
}

.dania-img-text.black {
  color: #151515;
  position: static;
}

.dania-img-div {
  margin-top: -25em;
}

.image-25 {
  width: 100%;
  display: block;
}

.section-zespol {
  background-color: #151515;
  padding-top: 5.75em;
  padding-bottom: 5.75em;
}

.slider-zespol {
  background-color: #ddd0;
  height: auto;
}

.slider-flex {
  display: flex;
}

.slider-col-left {
  width: 60%;
  padding-right: 4.06em;
}

.slider-col-right {
  width: 40%;
}

.slide-content {
  margin-top: 4.06em;
  padding-left: 4.69em;
}

.slide-nav-3 {
  display: none;
}

.img-zespol {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-zespol.mobile {
  display: none;
}

.left-arrow-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  left: -2.1em;
  right: auto;
}

.right-arrow-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  right: -2.1em;
}

.background-video-8 {
  z-index: 9;
  width: 100%;
  height: 100%;
}

.podroze-single-item {
  align-items: flex-end;
  padding-left: 7.19em;
  display: flex;
}

.podroze-single-item.psi1.center {
  align-items: center;
}

.podroze-single-item.psi2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 7.81em;
  margin-bottom: 7.81em;
  padding-left: 0;
}

.podroze-item-text {
  width: 48%;
}

.podroze-item-text.smaller {
  width: 41%;
  padding-left: 5em;
}

.p-item-content {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  align-items: center;
  margin-bottom: 1.38em;
  display: flex;
}

.p-item-content.nobottom {
  margin-top: 8.75em;
  margin-bottom: 0;
}

.p-item-content.nobottom.notop {
  margin-top: 0;
}

.p-item-content.border-left {
  border-left: 1px solid #151515;
  padding-left: 1.06em;
}

.text-block-20 {
  color: #151515;
  font-size: 1.25em;
  line-height: 1.4;
}

.text-block-21 {
  color: #151515;
  letter-spacing: .6px;
  text-transform: uppercase;
  vertical-align: baseline;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.4;
  display: inline;
}

.div-block {
  background-color: #151515;
  width: 2.75em;
  height: 1px;
}

.text-block-22 {
  color: #151515;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2;
}

.text-block-23 {
  color: #151515;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: .4em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.2;
}

.p-item-wine {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  align-items: center;
  margin-top: 2.5em;
  margin-bottom: 2.06em;
  display: flex;
}

.image-26 {
  width: 2em;
}

.podroz-img-text {
  position: absolute;
  bottom: 1.44em;
  left: 2.06em;
}

.podroze-small-text {
  color: #151515;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: .63em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.single-news-flex {
  width: 100%;
  margin-right: 0;
  display: flex;
}

.single-news-flex.top {
  align-items: flex-start;
}

.news-col {
  align-self: flex-end;
  width: 50%;
}

.news-col.news-col-right {
  padding-right: 7.5em;
}

.news-col.news-col-right.top {
  align-self: flex-start;
}

.image-27 {
  width: 100%;
  display: block;
}

.single-news-content {
  margin-top: 6.25em;
  padding-left: 4.81em;
}

.single-news-subtitle {
  color: #151515;
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.4;
}

.single-news-text {
  color: #151515;
  margin-top: 1.56em;
  font-size: 1em;
  line-height: 1.5;
}

.single-news-cs-info {
  border-left: 1px solid #151515;
  margin-top: 3.13em;
  padding-left: 2.06em;
}

.snews-cs-text {
  color: #151515;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-bottom: 1.69em;
  font-size: .94em;
  font-weight: 400;
  line-height: 1.4;
}

.single-news-back {
  margin-bottom: 3.75em;
}

.link-back {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  color: #151515;
  letter-spacing: 1.87px;
  text-transform: uppercase;
  align-items: center;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.link-back:hover {
  color: #858585;
}

.image-28 {
  width: .38em;
}

.image-29 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image-30 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-pozostale {
  padding-top: 6.25em;
  padding-bottom: 5em;
}

.pozostal-aktualnosci-title {
  margin-bottom: 3.44em;
}

.pat-title {
  color: #151515;
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.4;
}

.hero-bg-gradient {
  background-image: linear-gradient(to top, #000000b3, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero-scroll {
  z-index: 9;
  color: #fff;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: .94em;
  line-height: 1.35;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 3.13em;
}

.section-spotkania {
  background-color: #f6f2ef;
  padding-top: 7.5em;
  padding-bottom: 5.31em;
}

.spotkania-flex {
  margin-top: 5.31em;
  display: flex;
}

.spotkania-col {
  width: 60%;
}

.spotkania-col2 {
  width: 40%;
}

.spotkania-text {
  color: #151515;
  max-width: 31.62em;
  margin-top: 1.4em;
  font-size: 1em;
  line-height: 1.5;
}

.spotkania-cs-info {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  border-left: 1px solid #ad9379;
  flex-direction: column;
  padding-left: 2.06em;
  display: flex;
}

.spotkania-cs-info.bottom-space {
  margin-bottom: 3.13em;
}

.spotkania-item-title {
  color: #ad9379;
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
}

.text-block-24 {
  color: #ad9379;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.section-osoby {
  padding-top: 9.38em;
  padding-bottom: 4.38em;
}

.osoby-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.osoby-flex.cstp {
  margin-top: 5.94em;
}

.sosoba {
  flex-direction: column;
  align-items: center;
  width: 20%;
  display: flex;
}

.sosoba.full {
  width: 100%;
  max-width: 15em;
}

.osoba-img {
  border-radius: 100%;
  width: 9.13em;
  height: 9.13em;
  overflow: hidden;
}

.osoba-informacje {
  margin-top: 1.88em;
}

.os-imie {
  color: #151515;
  text-align: center;
  letter-spacing: 1.87px;
  text-transform: uppercase;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.42;
}

.os-imie.white {
  color: #fff;
}

.osoba-podpis {
  color: #858585;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: .7em;
  margin-bottom: 1.25em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.osoba-link {
  color: #151515;
  text-align: center;
  font-size: .88em;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.osoba-link:hover {
  color: #858585;
}

.osoba-link.white {
  color: #fff;
}

.osoba-link.white:hover {
  color: #858585;
}

.centrum-subtitle {
  color: #151515;
  text-align: center;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 2em;
  font-size: 1.25em;
  line-height: 1.4;
}

.sala-powierzchnia {
  color: #ad9379;
  letter-spacing: .7px;
  text-transform: none;
  font-size: 1.5em;
  font-weight: 500;
}

.sala-powierzchnia.csbottom {
  margin-bottom: 1.06em;
}

.liczba-osob {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: #ad9379;
  letter-spacing: 2.6px;
  align-items: center;
  margin-top: .69em;
  margin-bottom: 2.19em;
  font-size: .94em;
  font-weight: 500;
  display: flex;
}

.image-31 {
  width: 1em;
}

.section-informacyjne {
  background-color: #f6f2ef;
  padding-top: 9.56em;
  padding-bottom: 5.81em;
}

.informacyjne-content {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 8.75em;
  margin-bottom: 6.25em;
  display: flex;
}

.info-col-flex {
  width: 48%;
}

.info-col-flex.padding-right {
  padding-right: 2.5em;
}

.image-32 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-uklad-sali {
  margin-top: 5.63em;
  position: relative;
}

.tab-item-nav {
  grid-column-gap: 3.13em;
  grid-row-gap: 3.13em;
  align-items: center;
  display: flex;
}

.tab-i {
  color: #151515;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  background-color: #ddd0;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.35;
  transition: all .3s;
}

.tab-i:hover {
  color: #fff;
  background-color: #151515;
}

.tab-i.w--current {
  color: #fff;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  background-color: #151515;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.35;
}

.tabs-menu-3 {
  grid-column-gap: 1.63em;
  grid-row-gap: 1.63em;
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
  justify-content: flex-end;
  align-items: center;
  padding-top: 1.56em;
  padding-bottom: 1.56em;
  display: flex;
}

.rzut-content {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.rzut-img {
  width: 62%;
}

.rzut-info {
  align-self: center;
  width: 38%;
  padding-left: 6.25em;
}

.view-name {
  color: #151515;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-top: .6em;
  margin-bottom: 1.88em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2;
}

.sala-cs-info {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  align-items: center;
  margin-bottom: .94em;
  display: flex;
}

.sala-cs-info.bottom-margin {
  margin-bottom: 5.31em;
}

.text-block-25 {
  color: #ad9379;
  letter-spacing: 2.62px;
  text-transform: uppercase;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2;
}

.simg {
  width: 1.2em;
}

.uklad-tytul {
  color: #151515;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.4;
  position: absolute;
  top: 2.5em;
}

.link-4 {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

.link-4:hover {
  color: #858585;
}

.section-kontakt-pietro {
  padding-top: 7.69em;
  padding-bottom: 7.19em;
}

.section-kontakt-pietro.s2 {
  background-color: #151515;
}

.section-cs-info {
  margin-top: 6.25em;
  display: flex;
}

.section-cs-info.btm {
  align-items: flex-end;
}

.section-cs-info.cstop {
  margin-top: 3.38em;
}

.sec-cs-video {
  width: 64%;
}

.sec-cs-content {
  align-self: center;
  width: 36%;
  padding-left: 4.06em;
}

.sec-cs-content.right-paddng {
  width: 36%;
  padding-left: 0;
  padding-right: 4.06em;
}

.sec-cs-content.right-paddng.btm {
  align-self: flex-end;
}

.background-video-9 {
  z-index: 9;
  height: 27em;
}

.section-lokalizacja {
  padding-top: 7.69em;
  padding-bottom: 6.69em;
}

.ares-info {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  align-items: center;
  margin-bottom: 3.13em;
  display: flex;
}

.text-block-26 {
  color: #858585;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2;
}

.image-33 {
  width: 1.38em;
}

.adres-details {
  color: #151515;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  margin-bottom: .81em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2;
}

.znizki-popup {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.znizki-inner {
  align-self: auto;
  height: 100%;
}

.znizki-tytul {
  color: #151515;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 6.25em;
  font-weight: 300;
  line-height: 1.2;
}

.znizki-subtitle {
  border-bottom: 1px solid #858585;
  margin-top: 3.75em;
  padding-bottom: 3em;
}

.znizki-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.75em;
  display: flex;
}

.znizki-left {
  width: 60%;
}

.znizki-right {
  width: 35%;
}

.znizki-small-title {
  color: #151515;
  letter-spacing: .6px;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 2em;
  font-size: 1.25em;
  line-height: 1.4;
}

.znizki-small-title2 {
  color: #151515;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2;
}

.znizki-text {
  color: #151515;
  margin-top: .94em;
  font-size: 1em;
  line-height: 1.7;
}

.closepopup {
  position: absolute;
  top: 3.75em;
  right: 6.25em;
}

.image-34 {
  width: 3.75em;
}

.slide-logo-text {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 6.25em;
  font-weight: 300;
  line-height: 1;
}

.nav-drop.btn.btn-nav {
  display: block;
}

.nav-drop.ntn {
  margin-left: 3.75em;
}

.dropdown-toggle-2 {
  color: #fff;
  margin-left: .56em;
  margin-right: .56em;
  padding: .63em;
  font-size: .88em;
  line-height: 1.5;
}

.dropdown-toggle-2.btn {
  color: #151515;
  background-color: #fff;
  border-width: 1px;
  margin-left: 0;
  margin-right: 0;
  padding: .7em 1.3em;
  font-size: .94em;
}

.dropdown-toggle-2.btn:hover {
  color: #fff;
  background-color: #fff0;
}

.drop-item {
  color: #fff9;
  background-color: #15151599;
  border-bottom: 1px solid #fff9;
  border-left: 1px solid #0000;
  font-size: .88em;
  line-height: 1.5;
  transition: all .3s;
}

.drop-item:hover, .drop-item.w--current {
  color: #fff;
  background-color: #151515cc;
  border-left-color: #fff;
}

.dropdown-list {
  background-color: #dddddd12;
}

.dropdown-list.w--open {
  background-color: #0000;
  margin-top: 10px;
}

.mobile-men1 {
  display: none;
}

.text-span {
  padding-right: 1em;
}

.is-menu-hero {
  padding-top: 9em;
  padding-bottom: 6.25em;
}

.title-bold {
  font-weight: 500;
}

.menu-icons {
  grid-column-gap: 2.44em;
  grid-row-gap: 2.44em;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.menu-icons-flex {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  display: flex;
}

.is-michelin {
  background-color: #a61935;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6.88em;
  height: 6.88em;
  display: flex;
}

.is-best-chef {
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6.88em;
  height: 6.88em;
  display: flex;
}

.image-36 {
  margin-top: -2.1em;
}

.is-menu-icons-title {
  color: #151515;
  text-align: right;
  letter-spacing: 2.62px;
  text-transform: uppercase;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2;
}

.section-menu-content {
  padding-bottom: 5em;
}

.is-menu-tabs {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.menu-tabs-left {
  flex-flow: column;
  width: 25%;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.menu-content-right {
  width: 75%;
  margin-right: 0;
  padding-left: 25%;
}

.is-menu-tab-item {
  color: #151515;
  text-align: center;
  letter-spacing: 1.87px;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #151515;
  padding: 1.5em 2em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.35;
  transition: all .3s;
}

.is-menu-tab-item:hover, .is-menu-tab-item.w--current {
  color: #fff;
  background-color: #151515;
}

.menu-section.is-bigger {
  margin-bottom: 2.4em;
}

.menu-section-title {
  border-bottom: 1px solid #151515;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.menu-section-title.less {
  padding-top: 1em;
  padding-bottom: 1em;
}

.is-menu-title-text {
  color: #151515;
  letter-spacing: 2.62px;
  text-transform: uppercase;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2;
}

.is-menu-title-text.bigger {
  letter-spacing: .6px;
  font-size: 1.25em;
  line-height: 1.4;
}

.is-menu-title-text.big {
  letter-spacing: .96px;
  font-size: 2em;
  line-height: 1.3;
}

.menu-items {
  grid-column-gap: 1.94em;
  grid-row-gap: 1.94em;
  flex-flow: column;
  width: 100%;
  margin-top: 1.94em;
  display: flex;
}

.menu-items.smaller {
  width: 41%;
  padding-left: 5em;
}

.is-single-menu-item.is-deser {
  width: 47%;
}

.menu-item-name-price {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .63em;
  display: flex;
}

.menu-item-name-price.nobottom {
  margin-top: 8.75em;
  margin-bottom: 0;
}

.menu-item-name-price.nobottom.notop {
  margin-top: 0;
}

.menu-item-name-price.border-left {
  border-left: 1px solid #151515;
  padding-left: 1.06em;
}

.is-price-with-line {
  grid-column-gap: 1.63em;
  grid-row-gap: 1.63em;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 10em;
  display: flex;
}

.is-price-with-line.is-special-line {
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.is-desc-item-menu {
  color: #151515;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  max-width: 35em;
  margin-top: .4em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.2;
}

.is-desc-item-menu.full-width {
  max-width: 100%;
}

.is-desc-item-menu ul {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 16px;
  display: flex;
}

.is-desc-item-menu p {
  margin-bottom: 5px;
}

.price-width {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 5.5em;
  display: flex;
}

.item-title-with-img {
  display: block;
}

.image-37 {
  width: 1.06em;
  display: inline;
  position: relative;
  top: -3px;
  left: 4px;
}

.is-menu-special-info {
  background-color: #f6f2ef;
  margin-top: 2.81em;
  padding: 1.81em;
}

.is-special-sec-title {
  border-bottom: 1px solid #151515;
  margin-bottom: 1.75em;
  padding-top: 0;
  padding-bottom: 1em;
}

.is-special-menu-item {
  margin-bottom: 1.75em;
}

.special-small-text {
  color: #151515;
  margin-top: .31em;
  font-size: .88em;
  line-height: 1.4;
}

.image-38 {
  margin-top: 1.56em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-menu-informacje {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}

.sec-informacje-box {
  background-color: #f4f4f4;
  justify-content: space-between;
  padding: 2.31em 2.06em;
  display: flex;
}

.info-menu-col {
  width: 50%;
}

.info-menu-col.left-padding {
  padding-left: 0;
}

.info-menu-box-subtitle {
  color: #151515;
  letter-spacing: 2.62px;
  text-transform: uppercase;
  margin-bottom: .94em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.2;
}

.info-menu-title {
  color: #000;
  letter-spacing: .72px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
}

.info-menu-text {
  color: #151515;
  font-size: 1em;
  line-height: 1.5;
}

.info-menu-text.centered {
  text-align: center;
}

.section-menu-extra-info {
  padding-top: 2.19em;
  padding-bottom: 2.19em;
}

.is-menu-logo {
  margin-bottom: 5.94em;
  position: static;
  top: 0;
  left: auto;
}

.is-menu-logo.is-centered-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-qr-info {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  background-color: #a8192d;
  justify-content: flex-start;
  align-items: flex-end;
  padding: .63em;
  display: flex;
}

.qr-img {
  background-color: #fff;
  padding: .31em;
}

.qr-text-inner {
  color: #fff;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.4;
}

.qr-bold {
  font-weight: 500;
}

.is-desc-with-border {
  border-left: 1px solid #151515;
  margin-top: .63em;
  padding-left: 1.06em;
}

.is-menu-button-back {
  color: #151515;
  letter-spacing: 1.875px;
  margin-bottom: 3.13em;
  font-size: .94em;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: none;
}

.is-menu-button-back:hover {
  opacity: .73;
}

.is-button-flex {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-39 {
  width: .38em;
}

.is-button-back-text {
  text-transform: uppercase;
}

.is-menu-zbiorcze {
  justify-content: space-between;
  display: flex;
}

.menu-zbiorcze-col {
  width: 47%;
}

.is-menu-desery {
  margin-top: 5.75em;
}

.menu-desery-items {
  grid-row-gap: 1.94em;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 1.94em;
  display: flex;
}

.menu-desery-items.is-deser {
  width: 47%;
}

.image-40 {
  width: 6.88em;
}

.is-arco-menu-item {
  width: 100%;
}

.is-arco-menu-item.smaller {
  width: 41%;
  padding-left: 5em;
}

.arco-item-img {
  margin-bottom: 2.3em;
}

.image-41 {
  width: 100%;
}

.arco-item-menu-in {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: space-between;
  align-items: center;
  max-width: 28em;
  margin-bottom: 1.38em;
  display: flex;
}

.arco-item-menu-in.nobottom {
  margin-top: 8.75em;
  margin-bottom: 0;
}

.arco-item-menu-in.nobottom.notop {
  margin-top: 0;
}

.arco-item-menu-in.border-left {
  border-left: 1px solid #151515;
  padding-left: 1.06em;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .nav-link {
    background-image: url('../images/Vector-11_1.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: .5em;
    margin-left: 0;
    margin-right: 0;
    padding: .25em 0;
    font-size: 2em;
    font-weight: 300;
  }

  .slide-text {
    width: 60%;
  }

  .slide-text.max {
    width: 55%;
  }

  .slide-main-text {
    font-size: 1.13em;
  }

  .slide-main-text.black.vidokowa-info {
    max-width: 48%;
    margin-top: 2em;
  }

  .slide-btns {
    grid-column-gap: 1.63em;
    grid-row-gap: 1.63em;
    width: 100%;
  }

  .slide-btns.cs-top {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .slide-btns.btns-dania {
    margin-top: 6em;
  }

  .slide-btns.wrap {
    flex-wrap: wrap;
  }

  .slide-btns.centered {
    justify-content: flex-start;
  }

  .btn {
    padding-left: 1em;
    padding-right: 1em;
    font-size: .81em;
  }

  .btn.dark.btnsend {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .btn.dark.full {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .btn-line {
    font-size: .81em;
  }

  .nav-menu {
    background-color: #151515;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding-top: 6em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .lang-switch {
    order: -1;
    align-self: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .lang-switch.desktop {
    display: none;
  }

  .lang-switch.mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 1.38em;
    display: block;
  }

  .dropdown-toggle {
    padding-left: 0;
  }

  .dropdown-toggle.w--open {
    align-self: auto;
  }

  .dropdown-link {
    text-align: left;
    max-width: 100px;
    margin-left: 0;
    margin-right: auto;
  }

  .image-2 {
    width: 16.81em;
    margin-bottom: 20%;
  }

  .section-pietro-widokowe {
    padding-top: 5em;
  }

  .pietro-title.cs-top {
    grid-column-gap: 6.25em;
    grid-row-gap: 6.25em;
    padding-top: 4.6em;
  }

  .pietro-title.flex-top {
    margin-top: 1em;
  }

  .pietro-title.wrap {
    flex-wrap: wrap;
  }

  .big-title {
    font-size: 3em;
  }

  .big-title.center {
    text-align: center;
  }

  .big-title.smaller-left {
    font-size: 3em;
  }

  .big-title.smaller {
    font-size: 2.8em;
  }

  .big-title.small80 {
    font-size: 3em;
  }

  .pietro-number, .pietro-number.white {
    width: 9em;
    height: 9em;
  }

  .pietro-number.white.abs {
    right: 1em;
  }

  .pietro-number.white.absolute, .pietro-number.white.absolute.cb {
    right: 2em;
  }

  .pietro-number.color.cs-top {
    width: 9em;
    height: 9em;
    margin-top: -2em;
  }

  .pietro-number.right {
    width: 9em;
    height: 9em;
    margin-right: 0;
  }

  .big-number {
    font-size: 4.13em;
  }

  .cs-photo-slider.notop {
    margin-top: 0;
  }

  .section-cs-text {
    padding-top: 3.88em;
    padding-bottom: 3.44em;
  }

  .section-flex {
    flex-wrap: wrap;
  }

  .section-flex.cs-top {
    margin-top: -7em;
  }

  .section-flex.flex-pietro.flex-bottom {
    margin-top: 3em;
  }

  .section-flex.flex-pietro.btn-restauracja.kameralne-spotkania {
    margin-top: 2em;
  }

  .flex-col.flex-top-space.csleft {
    padding-top: 2em;
    padding-left: 3.13em;
  }

  .flex-col.pietro-col-bigger {
    padding-right: 2em;
  }

  .flex-col.pietro-col-bigger.center.s50 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-right: 0;
  }

  .flex-col.pietro-col-bigger.cs-left.s50 {
    padding-left: 2em;
  }

  .flex-col.pietro-col-bigger.s50 {
    width: 50%;
  }

  .flex-col.pietro-col-bigger.s50.noright {
    padding-right: 0;
  }

  .flex-col.bigger {
    width: 70%;
  }

  .flex-col.bigger2 {
    width: 60%;
  }

  .flex-col.smaller {
    width: 40%;
  }

  .flex-col.smaller.left {
    align-self: flex-start;
  }

  .flex-col.fillfull {
    align-self: stretch;
  }

  .section-title {
    font-size: 1.13em;
  }

  .section-treinta-tres {
    padding-top: .94em;
  }

  .section-treinta-tres.centrum-sec {
    padding-top: 5em;
    padding-bottom: 4em;
  }

  .section-mov-text {
    padding-top: 2.19em;
    padding-bottom: 2.19em;
  }

  .text-block-4 {
    font-size: 3em;
  }

  .cs-top-space {
    height: 2em;
  }

  .sec-video {
    height: 24.56em;
    margin-top: 2em;
    margin-bottom: 4.25em;
  }

  .image-4.marginleft {
    margin-top: 1.88em;
    margin-left: 0;
  }

  .section-przestrzen {
    padding-top: 4.63em;
    padding-bottom: 3em;
  }

  .section-garden {
    padding-top: 6em;
    padding-bottom: 6.06em;
  }

  .garden-video {
    margin-top: 3.13em;
  }

  .background-video-3 {
    height: 25.19em;
  }

  .slider-photos-flex.top-space {
    margin-top: 7em;
  }

  .slider-bigger-img {
    height: 16.25em;
  }

  .slider-bigger-img._2 {
    height: 16.75em;
  }

  .slider-bigger-img._3 {
    height: 11.75em;
  }

  .slider-smaller-img {
    height: 12.31em;
  }

  .slider-smaller-img._2 {
    height: 13.75em;
  }

  .slider-smaller-img._3 {
    height: 22.81em;
  }

  .right-arrow-2 {
    top: .4em;
    right: 25%;
  }

  .right-arrow-2._2.top {
    top: 0;
  }

  .right-arrow-2._3 {
    bottom: 36%;
  }

  .right-arrow-2._4 {
    bottom: .5em;
  }

  .left-arrow-2 {
    top: .4em;
  }

  .left-arrow-2._2 {
    left: 32%;
  }

  .left-arrow-2._2.top {
    top: 0;
  }

  .left-arrow-2._3 {
    bottom: 36%;
  }

  .left-arrow-2._4 {
    bottom: .5em;
  }

  .section-eventy {
    padding-top: 5em;
    padding-bottom: 4em;
  }

  .section-eventy.newsy {
    padding-top: 4em;
  }

  .section-eventy.newsy.centrum-konferencyjne {
    padding-bottom: 2em;
  }

  .eventy-title {
    margin-bottom: 3em;
  }

  .event-video {
    height: 17.56em;
  }

  .event-title-item {
    font-size: 1.13em;
  }

  .btn-event {
    font-size: .81em;
  }

  .event-small-img {
    height: 12.94em;
  }

  .event-small-details {
    padding: 1.19em 1.25em 1.13em 1.38em;
  }

  .mall-event-title {
    font-size: .88em;
  }

  .image-9.sla-img {
    width: 7em;
  }

  .section-napisali {
    padding-top: 5em;
    padding-bottom: 6.25em;
  }

  .image-10 {
    max-width: 6em;
  }

  .social-wall-items {
    grid-column-gap: 0em;
    grid-row-gap: 1.75em;
    flex-wrap: wrap;
  }

  .social-item {
    width: 48%;
  }

  .section-galeria {
    padding-top: 4em;
  }

  .tabs-menu {
    margin-top: -2.7em;
  }

  .tabs-content {
    margin-top: 3.13em;
  }

  .footer {
    padding-top: 4.38em;
  }

  .footer-flex {
    grid-column-gap: 0em;
    grid-row-gap: 1.5em;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-col {
    width: 30%;
  }

  .footer-col.bigger.mobile-hide, .image-13.imgdesktop {
    display: none;
  }

  .image-13.mob {
    display: block;
  }

  .image-14.imgdesktop {
    display: none;
  }

  .image-14.mob {
    display: block;
  }

  .image-15.imgdesktop {
    display: none;
  }

  .image-15.mobile-hide {
    display: block;
  }

  .footer-col-big {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
  }

  .footer-copy {
    margin-top: 2.8em;
  }

  .spage-title.cmargin {
    margin-bottom: 18%;
  }

  .s-page-big-title {
    font-size: 4em;
  }

  .cs-bottom-info {
    border-left-width: 0;
    flex-wrap: wrap;
    margin-top: 4em;
  }

  .cs-bottom-info.csbg {
    padding-left: 1em;
    padding-right: 1em;
  }

  .cs-bottom-hours {
    flex-flow: wrap;
    align-items: center;
  }

  .hours-flex.flt {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    align-items: flex-start;
  }

  .cs-bottom-left {
    width: 100%;
  }

  .section-cennik {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .cs-cennik-item {
    flex-wrap: wrap;
    margin-bottom: 1.5em;
  }

  .cennik-nazwa {
    width: 100%;
    margin-bottom: .63em;
  }

  .text-block-10 {
    font-size: 1.1em;
  }

  .cennik-cena {
    justify-content: flex-start;
    width: 100%;
    margin-top: .63em;
  }

  .image-18 {
    object-fit: cover;
    height: 100%;
  }

  .extra-padding {
    margin-top: 1.5em;
    padding-left: 0;
  }

  .extra-padding.flx.noflx {
    margin-top: 0;
    padding-top: 0;
    padding-left: 2em;
  }

  .extra-padding.flx.notop {
    margin-top: 0;
    padding-left: 1.6em;
  }

  .extra-padding.flx.left {
    margin-top: 0;
    padding-left: 2em;
  }

  .extra-padding.pading2 {
    padding-left: 0;
    padding-right: 0;
  }

  .pietro-img-full {
    margin-top: 1em;
    margin-bottom: 9em;
  }

  .pietro-img-full.csheight {
    height: 25em;
  }

  .section-zobaczysz {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .tabs {
    margin-top: 3em;
  }

  .image-20 {
    width: 9em;
  }

  .tab-zobaczysz-content {
    max-width: 80%;
    margin-top: 0;
  }

  .section-inspirowane {
    padding-top: 4em;
  }

  .text-block-16 {
    font-size: .7em;
    right: 1em;
  }

  .text-block-17 {
    font-size: 1.3em;
    right: 0;
  }

  .inspirowane-texts.notop {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
  }

  .secesja-text {
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 1em;
  }

  .section-restauracje {
    padding-top: 7em;
  }

  .restauracje-flex {
    flex-wrap: wrap;
    margin-top: 3.25em;
  }

  .srestauracja {
    width: 48%;
    margin: 1%;
  }

  .simple-page-header.news-heaer {
    padding-bottom: 2em;
  }

  .image-23 {
    width: 16.81em;
  }

  .skontaktuj-info {
    margin-left: auto;
  }

  .skontaktuj-info.csleft {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    margin-left: auto;
  }

  .kontakt-dane {
    font-size: .9em;
  }

  .section-kontakt-form {
    padding-bottom: 4em;
  }

  .kontakt-form-col {
    width: 60%;
    margin-right: 0;
  }

  .kontakt-form-col.kpadding {
    padding-top: 0;
  }

  .image-24 {
    width: 100%;
  }

  .kontakt-info-item {
    grid-column-gap: .19em;
    grid-row-gap: .19em;
    flex-flow: column wrap;
  }

  .text-block-19, .kontakt-link {
    font-size: .81em;
  }

  .kform-field {
    width: 100%;
  }

  .kform-flex {
    flex-flow: column wrap;
    align-items: flex-start;
    padding-top: .25em;
    padding-bottom: .25em;
  }

  .kontakt-form.notop {
    margin-top: 0;
  }

  .csinput {
    padding-left: 0;
  }

  .fiellabel {
    font-size: .75em;
  }

  .kform-name {
    width: 100%;
  }

  .kform-img {
    width: 100%;
    height: 31.25em;
    min-height: 31.25em;
    margin-left: -3em;
    margin-right: 0;
    overflow: hidden;
  }

  .section-dania {
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .dania-img._2 {
    max-width: 40%;
    margin-top: -1em;
  }

  .dania-img._3, .dania-img.podroz-item.pitem2 {
    max-width: 55%;
  }

  .dania-img.vidokowa-img {
    margin-top: -9em;
  }

  .dania-img-text.black {
    font-size: 1em;
  }

  .dania-img-div {
    margin-top: -24em;
  }

  .slider-col-left {
    width: 50%;
    padding-right: 2em;
  }

  .slider-col-right {
    width: 50%;
  }

  .slide-content {
    margin-top: 2.9em;
    padding-left: 0;
  }

  .img-zespol {
    height: 28.5em;
  }

  .left-arrow-3 {
    justify-content: center;
    width: 1.06em;
    margin-left: 0;
    left: -1.4em;
  }

  .right-arrow-3 {
    width: 1.06em;
    right: -1.2em;
  }

  .podroze-single-item.psi1 {
    padding-left: 3em;
  }

  .podroze-item-text.smaller {
    width: 50%;
    padding-left: 2em;
  }

  .p-item-content.nobottom, .p-item-content.border-left {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    justify-content: space-between;
  }

  .text-block-21 {
    font-size: 1em;
  }

  .div-block {
    width: 2em;
  }

  .text-block-22 {
    flex: none;
  }

  .single-news-flex {
    flex-flow: wrap;
  }

  .news-col {
    width: 100%;
  }

  .news-col.news-col-right {
    width: 100%;
    padding-right: 0;
  }

  .single-news-content {
    width: 100%;
    margin-top: 4em;
    margin-bottom: 4em;
    padding-left: 0;
  }

  .section-pozostale {
    padding-top: 4em;
  }

  .section-spotkania {
    padding-top: 5em;
  }

  .spotkania-col {
    padding-right: 1.88em;
  }

  .spotkania-col2 {
    width: 45%;
  }

  .spotkania-cs-info {
    padding-left: 1.7em;
  }

  .spotkania-item-title {
    font-size: 1.25em;
  }

  .section-osoby {
    padding-top: 4em;
  }

  .osoby-flex {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    justify-content: center;
  }

  .sosoba {
    width: 30%;
  }

  .sosoba.bigger {
    width: 45%;
  }

  .osoba-podpis {
    height: 2.6em;
  }

  .osoba-link.white {
    overflow-wrap: normal;
    font-size: .8em;
  }

  .sala-powierzchnia {
    font-size: 1.2em;
  }

  .liczba-osob {
    font-size: .8em;
  }

  .section-informacyjne {
    padding-top: 4em;
  }

  .informacyjne-content {
    margin-top: 4em;
  }

  .tab-item-nav {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .rzut-info {
    padding-left: 3em;
  }

  .uklad-tytul {
    margin-bottom: 2.5em;
    position: static;
  }

  .section-kontakt-pietro.s2.adres-details {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section-kontakt-pietro.sd {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .sec-cs-video.less {
    width: 55%;
  }

  .sec-cs-content {
    width: 45%;
    padding-left: 3em;
  }

  .sec-cs-content.right-paddng {
    width: 45%;
    padding-right: 3em;
  }

  .sec-cs-content.less {
    padding-left: 2em;
  }

  .background-video-9.cshight {
    height: 23em;
  }

  .section-lokalizacja {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .adres-details {
    font-size: .9em;
  }

  .znizki-inner {
    padding-top: 3.13em;
    padding-bottom: 3.13em;
  }

  .znizki-tytul {
    font-size: 5em;
  }

  .znizki-subtitle {
    margin-top: 2em;
    padding-bottom: 2em;
  }

  .znizki-flex {
    margin-top: 3em;
  }

  .znizki-left {
    width: 100%;
  }

  .znizki-right {
    width: 100%;
    margin-top: 1.88em;
  }

  .closepopup {
    top: 3em;
    right: 3em;
  }

  .slide-logo-text {
    font-size: 4em;
  }

  .nav-drop {
    width: 100%;
    margin-bottom: 0;
  }

  .nav-drop.ntn {
    text-align: center;
    background-image: none;
    align-self: center;
    margin-top: 1.4em;
    margin-left: 0;
  }

  .dropdown-toggle-2 {
    background-image: url('../images/Vector-11_1.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom: 1px solid #0000;
    width: 100%;
    margin-bottom: .5em;
    margin-left: 0;
    margin-right: 0;
    padding: .25em 0;
    font-size: 2em;
  }

  .dropdown-toggle-2.w--open {
    border-bottom: 1px solid #676767;
  }

  .dropdown-toggle-2.btn {
    justify-content: center;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .drop-item {
    border-bottom-width: 0;
    font-size: 1em;
  }

  .dropdown-list.w--open {
    margin-top: 20px;
    margin-bottom: 20px;
    position: static;
  }

  .image-35 {
    width: 2.13em;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 9;
    background-color: #c8c8c800;
  }

  .mobile-men1 {
    display: block;
  }

  .brand {
    z-index: 9;
  }

  .dropdown-list-2 {
    position: static;
  }

  .dropdown-list-2.w--open {
    background-color: #ddd0;
  }

  .html-embed {
    width: 3.13em;
  }

  .is-menu-hero {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .menu-icons {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    margin-top: 1.25em;
  }

  .menu-icons-flex {
    margin-top: 1.25em;
  }

  .is-michelin, .is-best-chef {
    width: 5em;
    height: 5em;
  }

  .is-menu-icons-title {
    text-align: left;
  }

  .menu-tabs-left {
    width: 30%;
  }

  .menu-content-right {
    width: 70%;
    padding-left: 15%;
  }

  .menu-items.smaller {
    width: 50%;
    padding-left: 2em;
  }

  .menu-item-name-price.nobottom, .menu-item-name-price.border-left {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    justify-content: space-between;
  }

  .is-price-with-line {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    width: 8.9em;
  }

  .image-40 {
    width: 5em;
  }

  .is-arco-menu-item.smaller {
    width: 50%;
    padding-left: 2em;
  }

  .arco-item-menu-in.nobottom, .arco-item-menu-in.border-left {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    justify-content: space-between;
  }

  .image-42, .image-43 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-link {
    margin-bottom: 1em;
    font-size: 1.25em;
  }

  .hero-section {
    height: 100%;
    min-height: 100vh;
  }

  .slider, .background-video {
    min-height: 100vh;
  }

  .hero-content {
    align-items: center;
  }

  .hslide {
    min-height: 100vh;
  }

  .slide-text {
    width: 100%;
  }

  .slide-text.max {
    text-align: center;
    width: 100%;
  }

  .slide-main-text.max-width, .slide-main-text.black.vidokowa-info {
    max-width: 100%;
  }

  .slide-btns {
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
  }

  .slide-btns.cs-top {
    margin-top: 3em;
  }

  .slide-btns.btns-dania {
    width: 100%;
    margin-top: 3em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .slide-btns.slbtn {
    flex-direction: row;
    align-items: center;
  }

  .slide-btns.centered {
    justify-content: flex-end;
    width: 50%;
  }

  .btn, .btn.dark {
    justify-content: center;
  }

  .btn.dark.full, .btn.full {
    flex: 1;
  }

  .btn-line, .btn-line.dark {
    align-self: center;
  }

  .dropdown-toggle {
    padding-left: 0;
  }

  .image-2 {
    width: 11.88em;
  }

  .pietro-title.cs-top.nospace {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    align-items: flex-start;
    padding-top: 9em;
  }

  .pietro-title.flex-top.mobile {
    flex: 0 auto;
    width: 100%;
    margin-top: 3em;
    margin-bottom: 1em;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .pietro-title.flex-top.desktop {
    display: none;
  }

  .pietro-title.left.wrap, .pietro-title.wrap.spc {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .big-title {
    font-size: 3em;
  }

  .big-title.center {
    font-size: 2.8em;
  }

  .big-title.white {
    font-size: 2.7em;
  }

  .big-title.white.desktop {
    display: none;
  }

  .big-title.white.mobile {
    margin-bottom: 1em;
    display: block;
  }

  .big-title.smaller {
    margin-bottom: 1em;
    margin-left: 0;
    font-size: 2em;
  }

  .pietro-number.white.abs {
    top: -2em;
  }

  .pietro-number.white.absolute.cb {
    right: 1em;
  }

  .pietro-number.white.top {
    margin-top: -7em;
  }

  .pietro-number.color.cs-top.cmobile {
    flex: none;
    order: 1;
    margin-top: -7em;
    margin-right: 0;
    position: absolute;
    top: -1.9em;
    right: -1em;
  }

  .pietro-number.right {
    margin-top: -4.38em;
  }

  .cs-photo-slider.bottom-margin.spec-top {
    margin-top: 3em;
  }

  .section-cs-text {
    padding-top: 3.88em;
    padding-bottom: 2em;
  }

  .section-cs-text.less-top {
    padding-top: 2em;
  }

  .section-flex.cs-top {
    margin-top: 3em;
  }

  .section-flex.flex-pietro {
    flex-wrap: wrap;
  }

  .flex-col {
    width: 100%;
  }

  .flex-col.flex-top-space.csleft {
    width: 100%;
    padding-left: 0;
  }

  .flex-col.pietro-col-bigger {
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0;
  }

  .flex-col.pietro-col-bigger.f50 {
    width: 100%;
  }

  .flex-col.pietro-col-bigger.cs-left.s50.noleft {
    padding-top: 2em;
    padding-left: 0;
  }

  .flex-col.pietro-col-bigger.s50, .flex-col.pietro-col-smaller, .flex-col.pietro-col-smaller.f50 {
    width: 100%;
  }

  .flex-col.pietro-col-smaller.first {
    margin-bottom: 2em;
  }

  .flex-col.bigger, .flex-col.bigger2 {
    width: 100%;
  }

  .flex-col.smaller {
    text-align: center;
    order: -1;
    align-self: center;
    width: 100%;
    margin-bottom: 2.1em;
  }

  .flex-col.smaller.left {
    text-align: center;
  }

  .flex-col.first {
    order: -1;
    overflow: hidden;
  }

  .image-3 {
    margin-right: auto;
  }

  .section-mov-text {
    padding-top: 2.25em;
    padding-bottom: 2.25em;
  }

  .text-block-4 {
    font-size: 2em;
  }

  .sec-video {
    height: 21.88em;
  }

  .image-4.marginleft {
    margin-top: 0;
    margin-left: auto;
  }

  .image-4.top {
    margin-top: 4em;
  }

  .section-garden {
    padding-top: 3em;
    padding-bottom: 5em;
  }

  .background-video-3 {
    height: 28em;
  }

  .slider-photos-flex {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-wrap: wrap;
  }

  .slider-photos-flex.top-space {
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    margin-top: 3em;
    margin-left: 2em;
    margin-right: 2em;
  }

  .slider-bigger-img {
    width: 100%;
    height: 12.5em;
  }

  .slider-bigger-img._2 {
    width: 80%;
    height: 12.5em;
    margin-left: auto;
  }

  .slider-bigger-img._2.tpark1 {
    width: 49%;
  }

  .slider-bigger-img._2.tpark2 {
    width: 50%;
  }

  .slider-bigger-img._3 {
    width: 80%;
    height: 7.5em;
    margin-left: auto;
  }

  .slider-smaller-img {
    width: 80%;
    height: 13.81em;
    margin-left: auto;
  }

  .slider-smaller-img._2 {
    width: 100%;
    height: 14.5em;
    margin-top: 1%;
  }

  .slider-smaller-img._3 {
    width: 100%;
    height: 28.19em;
  }

  .right-arrow-2 {
    inset: auto auto 4.6em .8em;
  }

  .right-arrow-2._2 {
    left: .8em;
  }

  .right-arrow-2._2.top {
    top: auto;
    bottom: 0;
  }

  .right-arrow-2._3 {
    bottom: 0%;
    right: auto;
  }

  .right-arrow-2._4 {
    bottom: 0;
    right: auto;
  }

  .left-arrow-2 {
    inset: auto auto 4.6em 0;
  }

  .left-arrow-2._2 {
    left: 0%;
  }

  .left-arrow-2._2.top {
    top: auto;
    bottom: 0;
  }

  .left-arrow-2._3, .left-arrow-2._4 {
    bottom: 0;
    right: auto;
  }

  .section-eventy, .section-eventy.newsy.centrum-konferencyjne {
    padding-top: 3em;
  }

  .eventy-title.nobottom {
    margin-bottom: 2em;
  }

  .eventy-flex {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .eventy-flex.napisali-top {
    margin-top: 3em;
  }

  .event-big {
    flex-wrap: wrap;
  }

  .event-col {
    order: -1;
    width: 100%;
  }

  .event-col.flex-bottom {
    order: 1;
    width: 100%;
    padding-top: 2em;
  }

  .event-small {
    flex-wrap: wrap;
    width: 100%;
  }

  .small-col {
    width: 100%;
  }

  .event-small-img {
    height: 26.88em;
  }

  .event-small-img.sala-img-div {
    height: 18em;
  }

  .event-small-details {
    padding-top: 2.25em;
    padding-bottom: 2.25em;
    padding-right: 2.81em;
  }

  .mall-event-title {
    margin-bottom: 1.25em;
  }

  .image-9.sla-img {
    width: 11em;
  }

  .btn-centered {
    margin-top: 3em;
  }

  .section-napisali {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .image-10 {
    max-width: 8em;
  }

  .section-social-wall {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .social-item {
    width: 100%;
  }

  .section-galeria {
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .tab-link {
    margin-left: 0;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    margin-top: 1.7em;
  }

  .tabs-content {
    margin-top: 1.6em;
  }

  .footer {
    padding-top: 3em;
  }

  .footer-col {
    text-align: center;
    width: 100%;
  }

  .image-15.mobile-hide {
    display: none;
  }

  .footer-col-big {
    flex-flow: column wrap;
  }

  .footer-copy {
    grid-row-gap: .5em;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1em;
  }

  .s-page-big-title {
    font-size: 3em;
  }

  .cs-bottom-info {
    align-items: flex-end;
    padding: 0;
  }

  .cs-bottom-info.csbg {
    justify-content: flex-start;
    width: auto;
  }

  .cs-bottom-hours {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1em;
  }

  .hours-title {
    font-size: 1em;
  }

  .hours-flex {
    margin-left: 0;
  }

  .hrs-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: .5em;
  }

  .text-block-9.cswidth {
    width: 100%;
    margin-bottom: .19em;
    margin-right: 0;
  }

  .cs-bottom-left {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

  .section-cennik {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .cennik-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .cennik-left {
    width: 100%;
  }

  .cennik-right {
    order: -1;
    width: 100%;
  }

  .extra-padding {
    margin-top: 3em;
    padding-bottom: 2em;
    padding-left: 0;
  }

  .extra-padding.flx.noflx {
    margin-top: 2em;
    padding-bottom: 0;
    padding-left: 0;
  }

  .extra-padding.flx.noflx.noleft {
    margin-top: 0;
  }

  .extra-padding.flx.notop {
    padding-left: 0;
  }

  .extra-padding.flx.left {
    margin-top: 2em;
    padding-left: 0;
  }

  .extra-padding.notop {
    margin-top: 0;
  }

  .obaczysz-title {
    font-size: 3em;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .tabs-content-2 {
    width: 100%;
  }

  .tab-zobaczysz-content {
    max-width: 100%;
    margin-right: 0;
  }

  .text-block-17.right {
    top: 1em;
    right: 1em;
  }

  .inspirowane-texts.notop {
    flex-wrap: wrap;
  }

  .inspirowanecol {
    width: 100%;
  }

  .inspirowane-cs-text {
    margin-left: 0;
  }

  .secesja-text {
    padding-left: 0;
    padding-right: 0;
  }

  .kam-col {
    width: 100%;
  }

  .srestauracja {
    width: 100%;
    max-width: 25em;
    margin-left: auto;
    margin-right: auto;
  }

  .image-23 {
    width: 16.8em;
  }

  .skontaktuj-info {
    margin-right: auto;
  }

  .skontaktuj-info.csleft {
    margin-left: 0;
  }

  .kontakt-form-flex {
    flex-wrap: wrap;
  }

  .kontakt-form-col {
    width: 100%;
  }

  .kontakt-form-col.kpadding {
    padding-top: 2em;
  }

  .kontakt-form {
    margin-top: 2em;
  }

  .kform-img {
    margin-left: -2em;
  }

  .dania-img {
    max-width: 80%;
  }

  .dania-img._2 {
    max-width: 80%;
    margin-top: 1em;
  }

  .dania-img._3 {
    max-width: 80%;
    margin-top: 0;
    margin-right: -2em;
  }

  .dania-img.podroz-item {
    max-width: 100%;
    margin-right: -2em;
  }

  .dania-img.podroz-item.pitem2 {
    width: 100%;
    max-width: 100%;
    margin-left: -2em;
    margin-right: 0;
  }

  .dania-img.podroz-item._3 {
    order: -1;
    width: 100%;
    margin-bottom: 2em;
  }

  .dania-img.vidokowa-img {
    margin-top: 2em;
  }

  .dania-img-text {
    font-size: .9em;
    bottom: 1em;
    left: 1em;
  }

  .dania-img-div {
    margin-top: 1em;
    margin-right: 0;
  }

  .image-25 {
    margin-right: 0;
  }

  .section-zespol {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .slider-flex {
    flex-wrap: wrap;
  }

  .slider-col-left {
    width: 100%;
    padding-right: 0;
  }

  .slider-col-right {
    width: 100%;
    display: none;
  }

  .slide-content {
    margin-top: 2em;
  }

  .img-zespol.mobile {
    object-fit: cover;
    object-position: 50% 0%;
    margin-top: 1.88em;
    display: block;
  }

  .left-arrow-3 {
    inset: 1.5em 1.25em auto auto;
  }

  .right-arrow-3 {
    top: 1.5em;
    bottom: auto;
    right: .1em;
  }

  .podroze-single-item.psi1 {
    flex-wrap: wrap;
    padding-left: 2em;
    padding-right: 2em;
  }

  .podroze-single-item.psi2 {
    flex-wrap: wrap;
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .podroze-item-text {
    width: 100%;
  }

  .podroze-item-text.smaller {
    width: 100%;
    padding-top: 1.88em;
    padding-left: 0;
  }

  .p-item-content.nobottom {
    margin-top: 5em;
  }

  .single-news-flex.top {
    flex-wrap: wrap;
  }

  .news-col {
    width: 100%;
  }

  .news-col.news-col-right.top {
    width: 100%;
    margin-bottom: 1.88em;
    padding-right: 0;
  }

  .single-news-subtitle {
    font-size: 1.2em;
  }

  .single-news-back {
    margin-bottom: 2em;
  }

  .link-back {
    font-size: .8em;
  }

  .section-pozostale {
    padding-top: 3em;
  }

  .hero-scroll {
    font-size: .9em;
  }

  .section-spotkania {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .spotkania-flex {
    flex-wrap: wrap;
    margin-top: 3em;
  }

  .spotkania-col {
    width: 100%;
  }

  .spotkania-col2 {
    order: -1;
    width: 100%;
    margin-bottom: 2.5em;
  }

  .osoby-flex.cstp {
    margin-top: 3em;
  }

  .sosoba {
    width: 100%;
  }

  .sosoba.full {
    max-width: 100%;
  }

  .sosoba.bigger {
    width: 100%;
  }

  .osoba-podpis {
    height: auto;
  }

  .centrum-subtitle {
    font-size: 1.2em;
  }

  .informacyjne-content {
    flex-wrap: wrap;
    margin-bottom: 3em;
  }

  .info-col-flex {
    width: 100%;
  }

  .info-col-flex.padding-right {
    width: 100%;
    margin-bottom: 1.88em;
    padding-right: 0;
  }

  .section-uklad-sali {
    margin-top: 3em;
  }

  .tab-item-nav {
    justify-content: center;
  }

  .tab-i {
    text-align: left;
    align-self: stretch;
  }

  .tabs-menu-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rzut-content {
    flex-wrap: wrap;
  }

  .rzut-img {
    width: 100%;
  }

  .rzut-info {
    width: 100%;
    margin-top: 1.88em;
    padding-left: 0;
  }

  .section-kontakt-pietro.s2 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-cs-info {
    flex-wrap: wrap;
  }

  .section-cs-info.btm {
    flex-flow: column wrap;
    margin-top: 2em;
  }

  .section-cs-info.cstop {
    flex-flow: column wrap;
  }

  .sec-cs-video, .sec-cs-video.less {
    width: 100%;
  }

  .sec-cs-content {
    width: 100%;
    padding-left: 0;
  }

  .sec-cs-content.right-paddng {
    width: 100%;
    padding-right: 0;
  }

  .sec-cs-content.right-paddng.btm {
    align-self: center;
    width: 100%;
    padding-bottom: 1.38em;
    padding-right: 0;
  }

  .sec-cs-content.right-paddng.bottom {
    padding-bottom: 1.56em;
  }

  .sec-cs-content.less {
    width: 100%;
    padding-top: 1.88em;
    padding-left: 0;
  }

  .sec-cs-content.topspace {
    padding-top: 1.88em;
  }

  .ares-info {
    margin-bottom: 2em;
  }

  .znizki-inner {
    padding-bottom: 3.13em;
  }

  .dropdown-toggle-2 {
    margin-bottom: 1em;
    font-size: 1.25em;
  }

  .drop-item {
    padding-left: .7em;
  }

  .dropdown-list.w--open {
    margin-top: 0;
  }

  .mask {
    height: 100%;
  }

  .is-menu-hero {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .menu-icons {
    margin-top: 1em;
  }

  .menu-icons-flex {
    margin-top: 0;
  }

  .is-menu-tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .menu-tabs-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-bottom: 2.7em;
  }

  .menu-content-right {
    width: 100%;
    padding-left: 0%;
  }

  .menu-items {
    width: 100%;
  }

  .menu-items.smaller {
    width: 100%;
    padding-top: 1.88em;
    padding-left: 0;
  }

  .is-single-menu-item.is-deser {
    width: 100%;
  }

  .menu-item-name-price.nobottom {
    margin-top: 5em;
  }

  .sec-informacje-box {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: wrap;
  }

  .info-menu-col {
    width: 100%;
  }

  .is-menu-zbiorcze {
    flex-flow: wrap;
  }

  .menu-zbiorcze-col, .is-arco-menu-item {
    width: 100%;
  }

  .is-arco-menu-item.smaller {
    width: 100%;
    padding-top: 1.88em;
    padding-left: 0;
  }

  .arco-item-menu-in.nobottom {
    margin-top: 5em;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .slide-main-text.max-width {
    max-width: 100%;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .pietro-title.cs-top.nospace {
    margin-top: 2em;
    position: relative;
  }

  .big-title {
    font-size: 1.8em;
  }

  .big-title.center {
    font-size: 1.9em;
  }

  .big-title.center.white {
    line-height: 1.2;
  }

  .big-title.white {
    font-size: 1.9em;
  }

  .big-title.white.small80 {
    font-size: 2.3em;
  }

  .big-title.smaller-left {
    font-size: 2.5em;
  }

  .big-title.small80 {
    font-size: 2.4em;
  }

  .pietro-number.white.absolute {
    right: 1em;
  }

  .pietro-number.white.top {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .pietro-number.right {
    width: 8em;
    height: 8em;
  }

  .big-number {
    font-size: 3.9em;
  }

  .section-cs-text.less-top {
    padding-bottom: 0;
  }

  .section-title.bottom.nobottom {
    font-size: 1em;
  }

  .section-treinta-tres.centrum-sec {
    padding-top: 3em;
  }

  .slider-photos-flex.top-space {
    margin-left: 1em;
    margin-right: 1em;
  }

  .slider-bigger-img._2.tpark1 {
    width: 100%;
    height: 26em;
  }

  .slider-bigger-img._2.tpark2 {
    width: 100%;
    height: 27em;
    margin-top: 1%;
  }

  .slider-smaller-img._2.higher {
    height: 26em;
  }

  .event-small-img.bg {
    height: 21em;
  }

  .s-page-big-title.smaller {
    font-size: 2.3em;
  }

  .cs-bottom-info {
    padding-right: 0;
  }

  .text-block-9.white.bigger {
    font-size: 1em;
  }

  .text-block-9.white.mspace {
    font-size: .8em;
  }

  .obaczysz-title {
    font-size: 2em;
  }

  .tab-item {
    margin-bottom: 1.4em;
  }

  .image-20 {
    margin-bottom: .63em;
    margin-left: 0;
    margin-right: auto;
  }

  .text-block-17._2 {
    font-size: 1.2em;
  }

  .restauracje-flex {
    padding-left: 1em;
    padding-right: 1em;
  }

  .srestauracja {
    height: 35em;
  }

  .simple-page-header.news-heaer {
    padding-bottom: 1em;
  }

  .skontaktuj-info {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .kontakt-dane {
    font-size: .8em;
  }

  .kontakt-form-col.kpadding {
    padding-bottom: 0;
  }

  .kontakt-info-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column wrap;
  }

  .text-block-19 {
    width: 6em;
    font-size: .8em;
  }

  .kontakt-link {
    font-size: .8em;
  }

  .kform-field {
    width: 100%;
  }

  .kform-flex {
    flex-wrap: wrap;
  }

  .csinput {
    padding-left: 0;
  }

  .kform-name {
    width: 100%;
  }

  .kform-img {
    margin-left: -1em;
  }

  .dania-img._3 {
    margin-right: -1em;
  }

  .left-arrow-3 {
    top: 0;
  }

  .right-arrow-3 {
    top: 0;
    right: 0;
  }

  .div-block {
    flex: none;
  }

  .single-news-content {
    margin-top: 2em;
  }

  .single-news-subtitle {
    font-size: 1.1em;
  }

  .single-news-cs-info {
    padding-left: 1em;
  }

  .link-4 {
    font-size: .8em;
  }

  .znizki-inner {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .znizki-tytul {
    font-size: 3em;
  }

  .znizki-subtitle {
    padding-bottom: 1em;
  }

  .znizki-flex {
    margin-top: 1em;
  }

  .znizki-small-title {
    font-size: 1em;
  }

  .closepopup {
    top: 1em;
    right: 1em;
  }

  .slide-logo-text {
    font-size: 3em;
  }

  .image-35 {
    width: 1.7em;
  }

  .menu-icons {
    flex: 1;
    margin-top: 2em;
  }

  .is-menu-icons-title {
    text-align: center;
  }

  .is-price-with-line {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 6em;
  }

  .section-menu-informacje {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .is-menu-logo.is-centered-logo {
    margin-bottom: 3em;
  }

  .qr-text-inner {
    font-size: .7em;
  }
}


