.footer__bg-img, .akce-detail__slide img, .stranka__gallery-item img, .akce-item__thumb img, .akce-featured__img img, .history__panorama img, .cafe__gallery-item img, .cafe__image-col img, .event-item__thumb img, .spaces__slide-image img, .tours__card-slide img, .info__img-link img, .info__img img:first-child, .hero__gallery-item > img:first-child, .hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.akce-detail__info-icon, .akce-detail__info-text ul li::before, .cenik__notes-icon, .cafe__hours-icon, .cafe__features li img, .spaces__slide-icon, .tours__note-icon, .tours__notes li:before, .tours__info ul li:before, .info__feature-icon, .opening__card-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.footer__social-link, .subpage__social-link, .cafe__social-link {
  display: block;
  width: 48px;
  height: 48px;
  transition: 0.3s;
}
.footer__social-link img, .subpage__social-link img, .cafe__social-link img {
  width: 100%;
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article, aside, figcaption, figure, footer,
header, hgroup, main, nav, section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: white;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  color: #2a2b61;
  margin: 0;
  padding: 0;
}
body.scroll-lock {
  overflow: hidden;
  height: 100vh;
}
body.admin-bar .header {
  top: 46px !important;
}
@media only screen and (min-width: 783px) {
  body.admin-bar .header {
    top: 32px !important;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

p {
  margin: 0 0 1em 0;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

strong {
  font-weight: 600;
}

.page-basic {
  overflow: clip;
}

@media only screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 991px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1430px;
  }
}

::-moz-selection {
  color: #fff;
  background: #2a2b61;
}

::selection {
  color: #fff;
  background: #2a2b61;
}

.text-gold {
  color: #c5ab72;
}

.text-white {
  color: #fff;
}

.text-link, .info__desc p a {
  color: #c5ab72;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: 0.3s opacity;
  cursor: pointer;
}
.text-link:hover, .info__desc p a:hover {
  opacity: 0.7;
}

.text-link-gold, .footer__col-text p a {
  display: block;
  color: #c5ab72;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-family: "Baloo Thambi 2", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  transition: 0.3s opacity;
}
.text-link-gold:hover, .footer__col-text p a:hover {
  opacity: 0.7;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  margin: 0;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 40px;
  }
}

.btn-outline {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 35px;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 991px) {
  .btn-outline {
    min-width: 260px;
  }
}
.btn-outline--white {
  border-color: #fff;
  color: #fff;
}
.btn-outline--white:hover {
  background: #fff;
  color: #2a2b61;
}
.btn-outline--dark {
  border-color: #2a2b61;
  color: #2a2b61;
}
.btn-outline--dark:hover {
  background: #2a2b61;
  color: #fff;
}

.slick-slider-reseter .slick-list {
  overflow: initial;
}
.slick-slider-reseter .slick-list .slick-track {
  display: flex;
}
.slick-slider-reseter .slick-list .slick-track .slick-slide {
  float: none;
  height: unset;
}
.slick-slider-reseter .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

.header-toggle {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 4px 0 0 0;
  margin: 0;
  border: none;
  border-radius: 12px;
  background: rgba(42, 43, 97, 0.8);
  transition: 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle__icon {
  position: relative;
  height: 2rem;
  width: 2.6rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 2.6rem;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 1.5rem;
}
.header-toggle__icon.open span {
  background: #c5ab72;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: background 0.3s, backdrop-filter 0.3s;
}
.header.scrolled {
  background: rgba(42, 43, 97, 0.95);
  backdrop-filter: blur(10px);
}
.header.scrolled .header__container {
  justify-content: space-between;
  height: 60px;
}
@media (min-width: 1200px) {
  .header.scrolled .header__container {
    height: 70px;
  }
}
.header.scrolled .header__left {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
}
.header.scrolled .header-logo {
  position: relative;
  top: auto;
  left: auto;
}
.header.scrolled .header-logo img {
  height: 45px;
  width: auto;
}
@media (min-width: 1200px) {
  .header.scrolled .header-logo img {
    height: 55px;
  }
}
@media (min-width: 1200px) {
  .header.scrolled .header__nav {
    padding-left: 0;
  }
}
.header--subpage {
  background: rgba(42, 43, 97, 0.95);
  backdrop-filter: blur(10px);
}
.header--subpage .header__container {
  justify-content: space-between;
  height: 60px;
}
@media (min-width: 1200px) {
  .header--subpage .header__container {
    height: 70px;
  }
}
.header--subpage .header__left {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
}
.header--subpage .header-logo {
  position: relative;
  top: auto;
  left: auto;
}
.header--subpage .header-logo img {
  height: 45px;
  width: auto;
}
@media (min-width: 1200px) {
  .header--subpage .header-logo img {
    height: 55px;
  }
}
.header__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  gap: 20px;
}
@media (min-width: 1200px) {
  .header__container {
    height: 90px;
  }
}
.header__left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 10;
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .header__left {
    bottom: auto;
    align-items: flex-start;
  }
}
.header__nav {
  flex: 1 1 auto;
  display: none;
}
@media (min-width: 1200px) {
  .header__nav {
    display: flex;
    justify-content: flex-end;
  }
}
.header__right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1200px) {
  .header__right {
    display: none;
  }
}

.header-logo {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: block;
  outline: none;
  transition: all 0.4s ease;
}
.header-logo img {
  display: block;
  width: auto;
  height: 50px;
  object-fit: contain;
  transition: height 0.4s ease;
}
@media only screen and (min-width: 1200px) {
  .header-logo {
    position: relative;
    top: 10px;
  }
  .header-logo img {
    height: 215px;
    width: 170px;
  }
}

.navigation {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 991px) {
  .navigation {
    gap: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation {
    gap: 35px;
  }
}
@media only screen and (min-width: 1400px) {
  .navigation {
    gap: 40px;
  }
}
.navigation > li {
  margin: 0;
  padding: 0;
  position: relative;
}
.navigation > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 700;
  transition: 0.3s;
  white-space: nowrap;
  outline: none;
}
@media (min-width: 1400px) {
  .navigation > li > a {
    font-size: 18px;
  }
}
.navigation > li > a .nav-chevron {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.navigation > li > a:hover {
  color: #c5ab72;
}
.navigation > li > a.selected {
  color: #fff;
}
.navigation > li > a.selected::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c5ab72;
}
.navigation > li.has-dropdown > a .nav-chevron {
  transition: transform 0.3s;
}
.navigation > li.has-dropdown:hover > a .nav-chevron, .navigation > li.has-dropdown.open > a .nav-chevron {
  transform: rotate(-90deg);
}
.navigation > li.has-dropdown .dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  right: 0px;
  padding: 12px 0;
  z-index: 100;
  list-style: none;
  margin: 0;
  background: #fff;
  border-left: 6px solid #c5ab72;
}
.navigation > li.has-dropdown .dropdown.open {
  display: block;
}
.navigation > li.has-dropdown .dropdown::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  bottom: 0;
}
.navigation > li.has-dropdown .dropdown li {
  position: relative;
  z-index: 1;
}
.navigation > li.has-dropdown .dropdown li a {
  display: block;
  padding: 4px 30px 4px 30px;
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #2a2b61;
  white-space: nowrap;
  text-decoration: none;
  transition: 0.2s;
}
.navigation > li.has-dropdown .dropdown li a:hover {
  background: #c5ab72;
  color: #fff;
}

.mobile-navigation-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .mobile-navigation-wrapper {
    display: none !important;
  }
}
.mobile-navigation-wrapper.open {
  display: block;
}
.mobile-navigation-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background: rgba(42, 43, 97, 0.95);
  backdrop-filter: blur(8px);
}

.mobile-navigation-panel {
  z-index: 2;
  position: relative;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.mobile-navigation {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 0 40px 0;
}
.mobile-navigation ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.mobile-navigation ul > li {
  position: relative;
  margin: 6px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.mobile-navigation ul > li.selected > a {
  color: #c5ab72;
}
.mobile-navigation ul > li > a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 2.2rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
  white-space: nowrap;
}
.mobile-navigation ul > li > a:hover {
  color: #c5ab72;
}
.mobile-navigation ul > li > a .nav-chevron {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.mobile-navigation ul > li.has-dropdown.open > a .nav-chevron {
  transform: rotate(-90deg);
}
.mobile-navigation ul > li.has-dropdown .mobile-dropdown {
  display: none;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
}
.mobile-navigation ul > li.has-dropdown .mobile-dropdown.open {
  display: block;
}
.mobile-navigation ul > li.has-dropdown .mobile-dropdown li {
  margin: 0;
  padding: 0;
}
.mobile-navigation ul > li.has-dropdown .mobile-dropdown li a {
  display: block;
  padding: 6px 0;
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: 0.2s;
}
.mobile-navigation ul > li.has-dropdown .mobile-dropdown li a:hover {
  color: #c5ab72;
}

.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 16, 91, 0.8);
}
.hero > .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .hero {
    height: auto;
  }
}
.hero__bg-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero__bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  pointer-events: none;
  object-fit: cover;
}
.hero__bg-video[src*=youtube] {
  width: max(100%, 177.78vh);
  height: max(100%, 56.25vw);
}
.hero > .container {
  display: flex;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media (min-width: 1400px) {
  .hero > .container {
    padding-top: 220px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .hero > .container {
    padding-top: 280px;
    padding-bottom: 170px;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media (min-width: 1200px) {
  .hero__content {
    flex-direction: row;
    gap: 0px;
  }
}
.hero__left {
  flex: 1;
}
@media (min-width: 1200px) {
  .hero__left {
    padding-top: 120px;
  }
}
@media (min-width: 1400px) {
  .hero__left {
    padding-top: 40px;
  }
}
.hero__subtitle {
  font-family: "Bonheur Royale", cursive;
  font-weight: 400;
  font-size: 42px;
  line-height: normal;
  color: #fff;
  margin: 0 0 -10px 0;
}
@media (min-width: 768px) {
  .hero__subtitle {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .hero__subtitle {
    font-size: 60px;
    margin: 0 0 -20px 0;
  }
}
.hero__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  color: #fff;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 46px;
  }
}
@media (min-width: 1400px) {
  .hero__title {
    font-size: 58px;
  }
}
@media (min-width: 1600px) {
  .hero__title {
    column-gap: 30px;
  }
}
.hero__play-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
}
.hero__play-button img {
  display: block;
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}
.hero__play-button img:hover {
  filter: none;
}
@media (min-width: 1400px) {
  .hero__play-button img {
    width: 58px;
    height: 58px;
  }
}
.hero__play-button:hover:before {
  filter: none;
}
.hero__play-button:before {
  content: "";
  display: block;
  background: url("../../images/icon-play-button-circle.svg") no-repeat center;
  background-size: contain;
  z-index: 2;
  position: relative;
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
}
@media (min-width: 1400px) {
  .hero__play-button:before {
    width: 58px;
    height: 58px;
  }
}
.hero__desc {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.55;
}
@media (min-width: 1200px) {
  .hero__desc {
    font-size: 18px;
    max-width: 826px;
    margin-bottom: 45px;
  }
}
.hero__desc p {
  margin: 0;
}
@media (min-width: 768px) {
  .hero__desc p {
    border-left: 1px solid rgb(255, 255, 255);
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .hero__desc p {
    padding-left: 45px;
  }
}
@media (min-width: 1400px) {
  .hero__desc p {
    padding-left: 60px;
  }
}
.hero__gallery {
  position: relative;
  margin-bottom: 40px;
  max-width: 560px;
}
.hero__gallery-wrap {
  display: flex;
  align-items: flex-end;
}
.hero__gallery-big {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .hero__gallery-big {
    width: 200px;
  }
}
.hero__gallery-small {
  width: 246px;
  flex-shrink: 0;
  padding-top: 36px;
}
@media (max-width: 768px) {
  .hero__gallery-small {
    width: 160px;
    padding-top: 24px;
  }
}
.hero__gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
}
.hero__gallery-item > img:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.hero__gallery-item--big {
  width: 300px;
  height: 200px;
}
@media (max-width: 768px) {
  .hero__gallery-item--big {
    width: 200px;
    height: 140px;
  }
}
.hero__gallery-item--small {
  width: 246px;
  height: 164px;
}
@media (max-width: 768px) {
  .hero__gallery-item--small {
    width: 160px;
    height: 110px;
  }
}
.hero__gallery-nav {
  display: flex;
  gap: 8px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
@media (min-width: 1200px) {
  .hero__gallery-nav {
    right: 15px;
  }
}
.hero__gallery-arrow {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  width: 31px;
  height: 31px;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.7;
}
.hero__gallery-arrow img {
  width: 100%;
  height: 100%;
}
.hero__gallery-arrow--prev img {
  transform: rotate(180deg);
}
.hero__gallery-arrow:hover {
  opacity: 1;
}
.hero__gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.hero__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  z-index: 2;
}
.hero__right {
  display: none;
}
@media (min-width: 1200px) {
  .hero__right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 0 0 auto;
    width: 450px;
  }
}
@media (min-width: 1400px) {
  .hero__right {
    width: 522px;
  }
}
.hero__events {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
}
.hero__events-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
  justify-content: center;
  order: 1;
}
.hero__events-line {
  width: 1px;
  flex-shrink: 0;
  background: #424470;
  align-self: stretch;
  order: 2;
}
.hero__events-label {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  color: #424470;
  white-space: nowrap;
  line-height: normal;
  order: 3;
  margin-left: 20px;
}
@media (min-width: 1400px) {
  .hero__events-label {
    font-size: 50px;
  }
}
.hero__events-item {
  display: flex;
  align-items: center;
  gap: 0;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-align: right;
}
.hero__events-item .hero__events-text {
  text-decoration: none;
}
.hero__events-item--active {
  font-size: 24px;
  color: #c5ab72;
}
@media (min-width: 1400px) {
  .hero__events-item--active {
    font-size: 30px;
  }
}
.hero__events-item--active .hero__events-dot--large {
  width: 12px;
  height: 12px;
  background: #c5ab72;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 15px;
  margin-right: -6px;
  position: relative;
  z-index: 2;
}
.hero__events-item--muted {
  font-size: 20px;
  color: #424470;
}
@media (min-width: 1400px) {
  .hero__events-item--muted {
    font-size: 24px;
  }
}
.hero__events-item--muted .hero__events-dot--small {
  width: 8px;
  height: 8px;
  background: #424470;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 15px;
  margin-right: -4px;
  position: relative;
  z-index: 2;
}

.opening {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.opening::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: #f0f0f0;
  z-index: 0;
}
@media (min-width: 1200px) {
  .opening::before {
    height: calc(50% + 40px);
  }
}
.opening > .container {
  position: relative;
  z-index: 2;
}
.opening__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .opening__content {
    flex-direction: row;
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .opening__content {
    padding: 76px 0 80px;
  }
}
.opening__left {
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .opening__left {
    width: 40%;
    max-width: 460px;
  }
}
.opening__title {
  color: #2a2b61;
  margin-bottom: 20px;
}
.opening__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.opening__card {
  background: #2a2b61;
  padding: 26px 35px;
}
@media (min-width: 1400px) {
  .opening__card {
    padding: 30px 44px;
  }
}
.opening__card-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin: 0 0 20px 0;
  line-height: normal;
}
.opening__card-divider {
  height: 1px;
  background: rgb(255, 255, 255);
  margin-bottom: 25px;
}
.opening__card-row {
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.opening__card-icon img {
  width: 16px;
  height: 16px;
  display: block;
}
.opening__card-days {
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}
.opening__card-hours {
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  margin-left: auto;
  white-space: nowrap;
}
.opening__card-note {
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  white-space: wrap;
  margin-top: 25px;
}
.opening__right {
  flex: 1;
  position: relative;
  min-width: 0;
}
.opening__right-inner {
  position: relative;
}
.opening__erb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 179px;
  height: auto;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}
.opening__motto-container {
  display: flex;
  justify-content: flex-start;
  margin-top: 55px;
}
.opening__motto {
  font-family: "Bonheur Royale", cursive;
  font-size: 50px;
  color: #c5ab72;
  text-align: center;
  margin: 0 0 20px 0;
  line-height: normal;
  position: relative;
  z-index: 4;
}
@media (min-width: 1200px) {
  .opening__motto {
    font-size: 90px;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    z-index: 4;
  }
}
.opening__image {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  z-index: 2;
  margin-top: -40px;
}
.opening__image img {
  width: 100%;
  height: auto;
}

.info {
  padding: 60px 0;
  background: #fff;
}
@media (min-width: 1200px) {
  .info {
    padding: 0 0 80px 0;
  }
}
.info__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1200px) {
  .info__content {
    flex-direction: row;
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .info__content {
    align-items: center;
  }
}
.info__left {
  flex: 1;
}
.info__title {
  color: #2a2b61;
  margin-bottom: 30px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .info__title {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .info__title {
    margin-bottom: 50px;
    max-width: 400px;
  }
}
.info__desc {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.55;
  color: #2a2b61;
}
@media (min-width: 1200px) {
  .info__desc {
    margin-bottom: 45px;
  }
}
.info__desc p {
  margin: 0;
}
@media (min-width: 768px) {
  .info__desc p {
    border-left: 1px solid #2a2b61;
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .info__desc p {
    padding-left: 60px;
  }
}
.info__features {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .info__features {
    margin-bottom: 45px;
  }
}
.info__features li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #2a2b61;
  line-height: 1.55;
}
.info__feature-icon {
  margin-top: 6px;
}
.info__right {
  flex: 1;
}
.info__images {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.info__img {
  display: block;
  overflow: hidden;
  position: relative;
}
.info__img--top {
  height: 300px;
}
@media (min-width: 1200px) {
  .info__img--top {
    height: auto;
  }
}
.info__img-row {
  display: flex;
  gap: 15px;
}
.info__img--bottom-left {
  flex: 293;
  height: 260px;
  position: relative;
}
@media (max-width: 768px) {
  .info__img--bottom-left {
    height: 200px;
  }
}
.info__img--bottom-right {
  flex: 404;
  height: 260px;
}
@media (max-width: 768px) {
  .info__img--bottom-right {
    height: 200px;
  }
}
.info__img-link {
  display: block;
  width: 100%;
  height: 100%;
}
.info__map-pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  z-index: 2;
}

.tours {
  position: relative;
  background: #2a2b61;
  padding: 60px 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tours {
    padding: 100px 0;
  }
}
.tours__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .tours__layout {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .tours__layout {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    justify-content: space-between;
  }
}
.tours__center {
  order: 1;
}
.tours__left {
  order: 2;
}
.tours__right {
  order: 3;
}
@media (min-width: 1200px) {
  .tours__left {
    order: 1;
  }
  .tours__center {
    order: 2;
  }
  .tours__right {
    order: 3;
  }
}
.tours__left, .tours__right {
  flex: 0 1 auto;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .tours__left, .tours__right {
    width: calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .tours__left, .tours__right {
    width: 29%;
    max-width: 400px;
    flex-shrink: 1;
  }
}
.tours__center {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .tours__center {
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .tours__center {
    flex: 1;
    padding: 0 50px;
  }
}
.tours__decoration-line {
  width: 1px;
  height: 214px;
  background: #fff;
  margin: 0 auto 20px;
  display: none;
}
@media (min-width: 1200px) {
  .tours__decoration-line {
    display: block;
  }
}
.tours__subtitle {
  font-family: "Bonheur Royale", cursive;
  font-size: 30px;
  color: #fff;
  margin: 0 0 -5px 0;
}
@media (min-width: 1200px) {
  .tours__subtitle {
    font-size: 40px;
  }
}
.tours__title {
  color: #fff;
  margin-bottom: 25px;
}
.tours__btn {
  margin-bottom: 40px;
}
.tours__card {
  background: #fff;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .tours__card {
    height: auto;
  }
}
.tours__card-media {
  position: relative;
}
.tours__card-slider {
  margin: 0 !important;
  height: 200px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .tours__card-slider {
    height: 240px;
  }
}
.tours__card-slider .slick-list,
.tours__card-slider .slick-track {
  height: 100%;
}
.tours__card-slider .slick-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 2;
}
.tours__card-slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
.tours__card-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #fff;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: 0.3s;
}
.tours__card-slider .slick-dots li button:before {
  opacity: 0 !important;
  width: 10px;
  height: 10px;
}
.tours__card-slider .slick-dots li.slick-active button {
  background: #c5ab72;
}
.tours__card-slide {
  height: 200px;
}
@media (min-width: 1200px) {
  .tours__card-slide {
    height: 240px;
  }
}
.tours__card-ribbon {
  display: flex;
  align-items: stretch;
  font-size: 18px;
  line-height: 1;
  z-index: 1;
}
.tours__card-ribbon-time {
  background: #e43517;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .tours__card-ribbon-time {
    padding: 10px 30px;
  }
}
.tours__card-ribbon-caption {
  background: #c5ab72;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;
  flex: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.tours__card-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  color: #2a2b61;
  margin: 25px 0 20px 0;
}
.tours__card-text {
  font-size: 18px;
  color: #2a2b61;
  padding: 0 30px 30px 30px;
  text-align: center;
  line-height: 1.45;
}
.tours__card-text p {
  margin: 0;
}
.tours__notes, .tours__info ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}
.tours__notes li, .tours__info ul li {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  color: #fff;
  line-height: 1.55;
}
.tours__notes li:before, .tours__info ul li:before {
  content: "";
  background: url("../../images/chevron-right-white.svg") no-repeat center;
}
.tours__info {
  max-width: 480px;
  margin: 0 auto;
  text-align: left;
}
.tours__note-icon, .tours__notes li:before, .tours__info ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
}
.tours__more {
  font-family: "Parisienne", cursive;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0 0 10px 0;
}
.tours__email {
  display: block;
  font-weight: 600;
  color: #c5ab72;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-align: center;
  font-size: 18px;
  transition: 0.3s;
}
.tours__email:hover {
  color: #fff;
}
.tours__combined {
  margin: 40px 0;
  text-align: center;
  max-width: 478px;
  border: 1px solid #c5ab72;
  padding: 30px 25px;
  position: relative;
}
@media (min-width: 1600px) {
  .tours__combined {
    padding: 30px 40px;
  }
}
.tours__combined-subtitle {
  font-family: "Parisienne", cursive;
  font-size: 34px;
  color: #fff;
  margin: 0;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #2a2b61;
  padding: 0 20px;
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 1200px) {
  .tours__combined-subtitle {
    padding: 0 50px;
  }
}
.tours__combined-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  margin: 0 0 15px 0;
}
.tours__combined-text {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}
.tours__combined-text p {
  margin: 0;
}

.spaces {
  background: #f0f0f0;
  padding: 60px 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .spaces {
    padding: 80px 0;
  }
}
.spaces__title {
  color: #2a2b61;
  margin-bottom: 20px;
}
.spaces__desc {
  font-size: 18px;
  color: #2a2b61;
  max-width: 651px;
  margin: 0 auto 30px auto;
  text-align: center;
  line-height: 1.55;
}
.spaces__contact-box {
  position: relative;
  border: 1px solid #c5ab72;
  max-width: 618px;
  margin: 0 auto 50px auto;
  padding: 30px 40px 25px 40px;
}
.spaces__contact-label {
  font-family: "Bonheur Royale", cursive;
  font-size: 34px;
  color: #2a2b61;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: #f0f0f0;
  padding: 0 15px;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .spaces__contact-label {
    padding: 0 35px;
  }
}
.spaces__contact-name {
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #2a2b61;
  margin: 0 0 8px 0;
}
.spaces__contact-info {
  margin: 0;
  font-size: 18px;
}
.spaces__contact-sep {
  color: #2a2b61;
  font-weight: 600;
  margin: 0 5px;
}
.spaces__slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .spaces__slider-wrapper {
    gap: 60px;
  }
}
.spaces__arrow {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  width: 31px;
  height: 31px;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.3s;
}
.spaces__arrow img {
  width: 100%;
  height: 100%;
}
.spaces__arrow--prev img {
  transform: rotate(180deg);
}
.spaces__arrow:hover {
  filter: brightness(0) saturate(100%) invert(13%) sepia(50%) saturate(2000%) hue-rotate(220deg);
}
.spaces__slider {
  flex: 1;
  overflow: hidden;
}
.spaces__slide-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .spaces__slide-content {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 991px) {
  .spaces__slide-content {
    gap: 60px;
  }
}
.spaces__slide-image {
  display: block;
  flex: 1;
  overflow: hidden;
}
.spaces__slide-image img {
  min-height: 250px;
}
@media (min-width: 1200px) {
  .spaces__slide-image img {
    min-height: 338px;
  }
}
.spaces__slide-info {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.spaces__slide-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  color: #2a2b61;
  margin: 0 0 25px 0;
}
.spaces__slide-desc {
  margin-bottom: 20px;
}
.spaces__slide-desc p {
  font-size: 18px;
  color: #2a2b61;
  line-height: 1.55;
  margin: 0;
  border-left: 1px solid #2a2b61;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .spaces__slide-desc p {
    padding-left: 30px;
  }
}
.spaces__slide-text {
  font-size: 18px;
  color: #2a2b61;
  line-height: 1.55;
  margin: 0;
  border-left: 1px solid #2a2b61;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .spaces__slide-text {
    padding-left: 30px;
  }
}
.spaces__slide-capacity {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: #2a2b61;
  margin: 0;
}
.events-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.events-section__grid {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1200px) {
  .events-section__grid {
    flex-direction: row;
    gap: 0;
  }
}
.events-section__left {
  flex: 1;
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .events-section__left {
    flex: 0 0 62%;
    padding: 80px 50px 80px 0;
  }
}
.events-section__title {
  color: #2a2b61;
  margin-bottom: 40px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .events-section__title {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .events-section__title {
    margin-bottom: 60px;
    max-width: 500px;
  }
}
.events-section__divider {
  height: 1px;
  background: #c5ab72;
  margin: 30px 0;
}
.events-section__btn {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .events-section__btn {
    margin-top: 60px;
  }
}
.events-section__right {
  position: relative;
}
@media (min-width: 1200px) {
  .events-section__right {
    flex: 0 0 38%;
  }
}
.events-section__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200vw;
  background: rgba(197, 171, 114, 0.15);
  z-index: 0;
}

.event-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
@media (min-width: 500px) {
  .event-item {
    flex-wrap: nowrap;
  }
}
@media (min-width: 576px) {
  .event-item {
    gap: 25px;
  }
}
.event-item__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 120px;
}
.event-item__month {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 20px;
  color: #2a2b61;
}
@media (min-width: 1200px) {
  .event-item__month {
    font-size: 24px;
  }
}
.event-item__day {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 32px;
  color: #2a2b61;
  line-height: 1;
}
@media (min-width: 1200px) {
  .event-item__day {
    font-size: 40px;
  }
}
.event-item__thumb {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 500px) {
  .event-item__thumb {
    width: 140px;
    height: 140px;
    max-height: none;
    aspect-ratio: auto;
  }
}
@media (min-width: 1200px) {
  .event-item__thumb {
    width: 200px;
    height: 200px;
  }
}
.event-item__thumb img {
  transition: transform 0.3s, opacity 0.3s;
}
.event-item__thumb:hover img {
  transform: scale(1.05);
  opacity: 0.85;
}
.event-item__info {
  flex: 0 0 100%;
  min-width: 0;
}
@media (min-width: 500px) {
  .event-item__info {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .event-item__info {
    padding: 0 0 0 20px;
  }
}
.event-item__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18px;
  color: #2a2b61;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .event-item__title {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
}
.event-item__title a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.event-item__title a:hover {
  color: #c5ab72;
}
.event-item__desc {
  margin-top: 10px;
}
.event-item__text {
  font-size: 16px;
  line-height: 1.55;
  color: #2a2b61;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border-left: 1px solid #2a2b61;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .event-item__text {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) {
  .event-item__text {
    font-size: 18px;
  }
}

.news-panel {
  position: relative;
  z-index: 1;
  padding: 40px 35px;
}
@media (min-width: 1200px) {
  .news-panel {
    padding: 80px 0 60px 60px;
  }
}
.news-panel__title {
  color: #2a2b61;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .news-panel__title {
    margin-bottom: 40px;
  }
}
.news-panel__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .news-panel__list {
    margin-bottom: 60px;
  }
}
.news-panel__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.news-panel__list li a {
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #2a2b61;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  line-height: 1.55;
  transition: 0.3s;
}
.news-panel__list li a:hover {
  color: #c5ab72;
}
.news-panel__icon {
  width: 11px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 5px;
}

.cafe {
  background: #2a2b61;
  padding: 60px 0;
  color: #fff;
}
@media (min-width: 1200px) {
  .cafe {
    padding: 96px 0;
  }
}
.cafe__logo {
  text-align: center;
  margin-bottom: 50px;
}
.cafe__logo img {
  display: inline-block;
  max-width: 120px;
}
@media (min-width: 768px) {
  .cafe__logo img {
    max-width: 200px;
  }
}
.cafe__top {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .cafe__top {
    flex-direction: row;
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .cafe__top {
    align-items: flex-start;
  }
}
.cafe__info {
  flex: 1;
}
.cafe__info-header {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .cafe__info-header {
    gap: 50px;
  }
}
.cafe__title {
  color: #fff;
}
.cafe__social {
  display: flex;
  gap: 10px;
}
.cafe__social-link:hover {
  filter: brightness(0) invert(1);
}
.cafe__desc {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cafe__desc {
    margin-bottom: 45px;
  }
}
.cafe__desc p {
  margin: 0;
}
.cafe__features {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.cafe__features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
}
.cafe__hours-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .cafe__hours-contact {
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .cafe__hours-contact {
    align-items: center;
  }
}
.cafe__hours-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  min-width: 0;
}
@media (min-width: 768px) {
  .cafe__hours-box {
    padding: 30px 40px;
  }
}
@media (min-width: 1200px) {
  .cafe__hours-box {
    min-width: 412px;
    margin: 24px 0;
  }
}
.cafe__hours-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .cafe__hours-title {
    margin-bottom: 20px;
  }
}
.cafe__hours-divider {
  height: 1px;
  background: rgb(255, 255, 255);
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .cafe__hours-divider {
    margin-bottom: 25px;
  }
}
.cafe__hours-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cafe__hours-icon img {
  width: 100%;
  height: 100%;
}
.cafe__hours-days {
  font-weight: 600;
  font-size: 18px;
}
.cafe__hours-time {
  font-weight: 600;
  font-size: 18px;
  margin-left: auto;
}
.cafe__contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 1200px) {
  .cafe__contact {
    margin: 24px 0;
    border-left: 1px solid #fff;
    padding-left: 30px;
  }
}
.cafe__contact-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 15px 0;
}
.cafe__contact-name {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
.cafe__contact .text-link, .cafe__contact .info__desc p a, .info__desc p .cafe__contact a {
  color: #c5ab72;
}
.cafe__bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1200px) {
  .cafe__bottom {
    flex-direction: row;
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .cafe__bottom {
    align-items: flex-end;
  }
}
.cafe__image-col {
  display: none;
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .cafe__image-col {
    display: block;
    width: 440px;
  }
}
.cafe__image-col .cafe__image-wrap {
  width: 100%;
  aspect-ratio: 2/3;
  overflow: hidden;
}
.cafe__right-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.cafe__menu-section {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .cafe__menu-section {
    padding: 0 0 0 25px;
  }
}
.cafe__menu-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px 0;
}
@media (min-width: 1200px) {
  .cafe__menu-title {
    margin: 0 0 30px 320px;
  }
}
.cafe__menu-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .cafe__menu-layout {
    flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 1200px) {
  .cafe__menu-layout {
    align-items: center;
  }
}
.cafe__menu-btn-wrap {
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .cafe__menu-btn-wrap {
    padding-right: 40px;
  }
}
.cafe__menu-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 1200px) {
  .cafe__menu-list {
    border-left: 1px solid #fff;
    padding-left: 40px;
  }
}
.cafe__menu-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  font-size: 18px;
}
.cafe__menu-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.cafe__gallery {
  margin-top: 15px;
}
.cafe__gallery-nav {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.cafe__gallery-arrow {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  width: 31px;
  height: 31px;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.3s;
}
.cafe__gallery-arrow img {
  width: 100%;
  height: 100%;
}
.cafe__gallery-arrow--prev img {
  transform: rotate(180deg);
}
.cafe__gallery-arrow:hover {
  filter: brightness(0) invert(1);
}
.cafe__gallery-slider {
  margin: 0 -7.5px;
  line-height: 0;
  font-size: 0;
}
.cafe__gallery-slider .slick-slide {
  padding: 0 7.5px;
}
.cafe__gallery-slider .slick-track {
  display: flex;
}
.cafe__gallery-item {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.cafe__gallery-item img {
  cursor: pointer;
  transition: transform 0.3s, opacity 0.3s;
}
.cafe__gallery-item:hover img {
  transform: scale(1.05);
  opacity: 0.85;
}

.history {
  padding: 60px 0;
  background: #fff;
  text-align: center;
}
@media (min-width: 1200px) {
  .history {
    padding: 80px 0;
  }
}
.history__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  color: #2a2b61;
  margin: 0 0 5px 0;
}
@media (min-width: 1200px) {
  .history__title {
    font-size: 70px;
  }
}
.history__subtitle {
  font-family: "Bonheur Royale", cursive;
  font-size: 35px;
  color: #2a2b61;
  margin: 0 0 20px 0;
}
@media (min-width: 1200px) {
  .history__subtitle {
    font-size: 50px;
    margin: 0 0 25px 0;
  }
}
.history__desc {
  font-size: 18px;
  color: #2a2b61;
  max-width: 651px;
  margin: 0 auto 30px auto;
  text-align: center;
  line-height: 1.55;
}
.history__desc p {
  margin: 0;
}
.history__panorama {
  overflow: hidden;
  margin-bottom: 40px;
  max-height: 285px;
}
@media (min-width: 1200px) {
  .history__panorama {
    margin-bottom: 70px;
  }
}
.history__timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto 40px auto;
  padding: 20px 0;
}
@media (min-width: 1200px) {
  .history__timeline {
    margin: 0 auto 50px auto;
  }
}
.history__timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: #c5ab72;
  display: none;
}
@media (min-width: 768px) {
  .history__timeline-line {
    display: block;
  }
}
.history__milestone {
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .history__milestone {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .history__milestone--right {
    margin-left: 50%;
    padding-left: 40px;
  }
}
.history__milestone--right .history__milestone-chevron {
  left: 4px;
}
@media (min-width: 768px) {
  .history__milestone--left {
    text-align: right;
    margin-left: 5%;
    margin-right: 50%;
    padding-right: 40px;
  }
}
.history__milestone--left .history__milestone-chevron {
  right: 4px;
  transform: rotate(180deg);
}
.history__milestone-chevron {
  position: absolute;
  top: 8px;
  width: 16px;
  height: 16px;
  display: none;
}
@media (min-width: 768px) {
  .history__milestone-chevron {
    display: block;
  }
}
.history__milestone-chevron img {
  width: 100%;
  height: 100%;
  display: block;
}
.history__milestone-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  color: #2a2b61;
  margin: 0 0 6px 0;
}
.history__milestone-text {
  font-size: 18px;
  color: #2a2b61;
  line-height: 1.55;
  margin: 0;
}
.history__btn {
  margin-top: 20px;
}

.subpage {
  padding: 100px 0 40px;
  background: #fff;
}
@media (min-width: 1200px) {
  .subpage {
    padding: 140px 0 50px;
  }
}
.subpage__top {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1;
}
@media (min-width: 768px) {
  .subpage__top {
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .subpage__top {
    justify-content: space-between;
    align-items: flex-start;
  }
}
.subpage__subtitle {
  display: block;
  font-family: "Bonheur Royale", cursive;
  font-size: 30px;
  color: #2a2b61;
  line-height: 1;
}
@media (min-width: 1200px) {
  .subpage__subtitle {
    font-size: 40px;
  }
}
.subpage__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 40px;
  color: #2a2b61;
  margin: 0;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .subpage__title {
    font-size: 60px;
  }
}
.subpage__social {
  display: none;
}
@media (min-width: 768px) {
  .subpage__social {
    display: block;
    text-align: right;
  }
}
.subpage__social--mobile {
  display: block;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .subpage__social--mobile {
    display: none;
  }
}
.subpage__social--mobile .subpage__social-icons {
  justify-content: flex-start;
}
.subpage__social-label {
  display: block;
  font-family: "Bonheur Royale", cursive;
  font-size: 30px;
  color: #2a2b61;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .subpage__social-label {
    font-size: 40px;
  }
}
.subpage__social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.subpage__social-link:hover {
  opacity: 0.7;
}

.kontakt-hero {
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .kontakt-hero {
    padding-bottom: 60px;
  }
}
.kontakt-hero .subpage__top {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .kontakt-hero .subpage__top {
    margin-bottom: 50px;
  }
}
.kontakt-hero__cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .kontakt-hero__cards {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
  }
}
@media (min-width: 991px) {
  .kontakt-hero__cards {
    flex-wrap: nowrap;
  }
}
.kontakt-hero__card {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .kontakt-hero__card {
    flex: 0 0 50%;
    padding: 0 30px;
    border-left: 1px solid #2a2b61;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
}
@media (min-width: 991px) {
  .kontakt-hero__card {
    flex: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .kontakt-hero__card {
    padding: 0 40px;
  }
}
@media (min-width: 1400px) {
  .kontakt-hero__card {
    padding: 0 60px;
  }
}
.kontakt-hero__card-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  color: #2a2b61;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .kontakt-hero__card-title {
    font-size: 24px;
  }
}
.kontakt-hero__card-text {
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2a2b61;
  margin: 0;
  line-height: 1.55;
}
.kontakt-hero__card-text strong {
  font-weight: 600;
}
.kontakt-hero__card-text p {
  margin: 0;
}
.kontakt-hero__card-text p strong {
  font-weight: 600;
}
.kontakt-hero__card-link, .kontakt-hero__card-text p a {
  display: block;
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #c5ab72;
  line-height: 1.55;
  transition: 0.3s;
  text-decoration: none;
}
.kontakt-hero__card-link:hover, .kontakt-hero__card-text p a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.kontakt-hero__card-link:first-of-type, .kontakt-hero__card-text p a:first-of-type {
  margin-top: 20px;
}

.kontakt-map {
  background: #fff;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .kontakt-map {
    padding-bottom: 60px;
  }
}
.kontakt-map__inner {
  position: relative;
  overflow: hidden;
}
.kontakt-map__img {
  display: block;
  width: 100%;
}
.kontakt-map__pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.3s;
}
.kontakt-map__pin img {
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .kontakt-map__pin img {
    width: 58px;
    height: 58px;
  }
}
@media (min-width: 1200px) {
  .kontakt-map__pin img {
    width: 68px;
    height: 68px;
  }
}
.kontakt-map__pin:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.akce-featured {
  background: #fff;
  padding-bottom: 50px;
}
@media (min-width: 1200px) {
  .akce-featured {
    padding-bottom: 70px;
  }
}
.akce-featured__card {
  display: flex;
  flex-direction: column;
  background: #2a2b61;
  text-decoration: none;
  overflow: hidden;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .akce-featured__card {
    flex-direction: row;
    position: relative;
  }
}
.akce-featured__card:hover {
  opacity: 0.92;
}
.akce-featured__img {
  overflow: hidden;
}
@media (min-width: 768px) {
  .akce-featured__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 38%;
  }
}
.akce-featured__img img {
  display: block;
}
.akce-featured__content {
  flex: 1;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .akce-featured__content {
    margin-left: 38%;
    padding: 40px 50px;
  }
}
@media (min-width: 1200px) {
  .akce-featured__content {
    padding: 60px 70px;
  }
}
.akce-featured__date {
  display: inline-block;
  align-self: flex-start;
  background: #c5ab72;
  color: #fff;
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .akce-featured__date {
    font-size: 18px;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .akce-featured__date {
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
  }
}
.akce-featured__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  margin: 0 0 20px 0;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .akce-featured__title {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .akce-featured__title {
    font-size: 40px;
  }
}
.akce-featured__text {
  max-width: 520px;
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 1.55;
  margin: 0;
}
@media (min-width: 768px) {
  .akce-featured__text {
    border-left: 1px solid #fff;
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .akce-featured__text {
    padding-left: 30px;
  }
}

.akce-list {
  background: #fff;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .akce-list {
    padding-bottom: 80px;
  }
}
.akce-list__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.akce-list__archive {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18px;
  color: rgba(42, 43, 97, 0.5);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: 0.3s;
}
.akce-list__archive:hover {
  color: #2a2b61;
}

.akce-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 0;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .akce-item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .akce-item {
    gap: 50px;
  }
}
.akce-item:hover .akce-item__title {
  color: #c5ab72;
}
.akce-item__date {
  grid-row: 1;
  grid-column: 1;
  align-self: center;
  text-align: center;
  min-width: 100px;
}
@media (min-width: 768px) {
  .akce-item__date {
    flex: 0 0 auto;
    min-width: 130px;
  }
}
.akce-item__month {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 16px;
  color: #2a2b61;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .akce-item__month {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .akce-item__month {
    font-size: 24px;
  }
}
.akce-item__day {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 28px;
  color: #2a2b61;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .akce-item__day {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .akce-item__day {
    font-size: 40px;
  }
}
.akce-item__thumb {
  grid-row: 1;
  grid-column: 2;
  width: 120px;
  height: 120px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .akce-item__thumb {
    flex: 0 0 180px;
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .akce-item__thumb {
    flex: 0 0 200px;
    width: 200px;
    height: 200px;
  }
}
.akce-item__thumb img {
  display: block;
}
.akce-item__content {
  grid-row: 2;
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .akce-item__content {
    flex: 1;
    min-width: 0;
  }
}
.akce-item__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18px;
  color: #2a2b61;
  margin: 0 0 15px 0;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .akce-item__title {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .akce-item__title {
    font-size: 24px;
  }
}
.akce-item__text {
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2a2b61;
  line-height: 1.55;
  margin: 0;
  border-left: 1px solid #2a2b61;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .akce-item__text {
    padding-left: 30px;
  }
}

.info-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
}
.info-popup.hidden {
  display: none;
}
.info-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
.info-popup__dialog {
  position: relative;
  background: #fff;
  max-width: 1000px;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  width: 100%;
  padding: 50px 40px 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .info-popup__dialog {
    padding: 60px 70px 50px;
  }
}
@media (min-width: 1400px) {
  .info-popup__dialog {
    padding: 80px 50px;
  }
}
.info-popup__close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 32px;
  color: #2a2b61;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: 0.3s;
}
.info-popup__close:hover {
  color: #c5ab72;
}
.info-popup__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 30px;
  color: #2a2b61;
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  .info-popup__title {
    font-size: 40px;
  }
}
.info-popup__text {
  font-size: 18px;
  color: #2a2b61;
  line-height: 1.55;
  margin: 0 auto 30px auto;
  max-width: 730px;
}
.info-popup__text p {
  margin: 0;
}
.cenik {
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .cenik {
    padding-bottom: 80px;
  }
}
.cenik__table {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .cenik__table {
    margin-top: 50px;
  }
}
.cenik__table--surcharge {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .cenik__table--surcharge {
    margin-top: 40px;
  }
}
.cenik__header {
  display: grid;
  grid-template-columns: 1fr;
  background: #2a2b61;
  min-height: 60px;
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .cenik__header {
    grid-template-columns: 1fr repeat(4, 140px);
  }
}
@media (min-width: 1200px) {
  .cenik__header {
    grid-template-columns: 1fr repeat(4, 160px);
  }
}
.cenik__header--two-col {
  grid-template-columns: 1fr;
}
@media (min-width: 991px) {
  .cenik__header--two-col {
    grid-template-columns: 1fr 160px;
  }
}
.cenik__header-cell {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 20px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}
@media (min-width: 991px) {
  .cenik__header-cell {
    padding: 15px 20px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .cenik__header-cell {
    font-size: 20px;
    padding: 15px 25px;
  }
}
.cenik__header-cell--category {
  justify-content: flex-start;
  text-align: left;
}
.cenik__row {
  display: grid;
  grid-template-columns: 1fr;
  background: #f0f0f0;
  margin-bottom: 10px;
  min-height: 60px;
}
@media (min-width: 991px) {
  .cenik__row {
    grid-template-columns: 1fr repeat(4, 140px);
  }
}
@media (min-width: 1200px) {
  .cenik__row {
    grid-template-columns: 1fr repeat(4, 160px);
  }
}
.cenik__row--two-col {
  grid-template-columns: 1fr;
}
@media (min-width: 991px) {
  .cenik__row--two-col {
    grid-template-columns: 1fr 160px;
  }
}
.cenik__cell {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 20px;
  font-size: 16px;
  color: #2a2b61;
  text-align: left;
}
@media (min-width: 991px) {
  .cenik__cell {
    padding: 15px 20px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .cenik__cell {
    font-size: 20px;
    padding: 15px 25px;
  }
}
.cenik__cell strong {
  font-weight: 600;
}
.cenik__cell--category {
  justify-content: flex-start;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 990px) {
  .cenik .cenik__header-cell:not(.cenik__header-cell--category) {
    display: none;
  }
  .cenik .cenik__row,
  .cenik .cenik__row--two-col {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .cenik .cenik__cell--category {
    grid-column: 1/-1;
    padding-bottom: 4px;
    font-weight: 600;
  }
  .cenik .cenik__cell:not(.cenik__cell--category) {
    padding-top: 2px;
    padding-bottom: 12px;
    font-size: 15px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .cenik .cenik__cell:not(.cenik__cell--category)::before {
    content: attr(data-label);
    font-weight: 400;
    font-size: 13px;
    color: rgba(42, 43, 97, 0.6);
    margin-right: 6px;
  }
}
.cenik__notes {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .cenik__notes {
    margin-top: 60px;
  }
}
.cenik__notes-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  color: #2a2b61;
  line-height: normal;
  margin: 0 0 20px 0;
}
.cenik__notes-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.cenik__notes-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #2a2b61;
  line-height: 1.55;
}
.cenik__notes-icon {
  margin-top: 6px;
}

.novinky {
  background: #fff;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {
  .novinky {
    padding-bottom: 80px;
  }
}
.novinky__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.novinky__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.novinky__list li a {
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #2a2b61;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  line-height: 1.55;
  transition: 0.3s;
}
.novinky__list li a:hover {
  color: #c5ab72;
}
.novinky__icon {
  width: 11px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 5px;
}

.stranka {
  padding-bottom: 60px;
  background: #fff;
}
@media (min-width: 1200px) {
  .stranka {
    padding-bottom: 80px;
  }
}
.stranka__body {
  max-width: 900px;
  margin: 0 auto;
}
.stranka__body p {
  font-size: 18px;
  color: #2a2b61;
  line-height: 1.55;
  margin: 0 0 1em 0;
}
.stranka__body p a {
  color: #c5ab72;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.3s;
}
.stranka__body p a:hover {
  opacity: 0.7;
}
.stranka__h2, .stranka h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 30px;
  color: #2a2b61;
  line-height: normal;
  margin: 0 0 20px 0;
}
@media (min-width: 1200px) {
  .stranka__h2, .stranka h2 {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
.stranka__h3, .stranka h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 22px;
  color: #2a2b61;
  line-height: normal;
  margin: 40px 0 15px 0;
}
@media (min-width: 1200px) {
  .stranka__h3, .stranka h3 {
    font-size: 28px;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .stranka__h3--center, .stranka h3--center {
    text-align: center;
  }
}
.stranka__h4, .stranka h4 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18px;
  color: #2a2b61;
  line-height: normal;
  margin: 30px 0 10px 0;
}
@media (min-width: 1200px) {
  .stranka__h4, .stranka h4 {
    font-size: 22px;
  }
}
.stranka__ul, .stranka ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}
.stranka__ul li, .stranka ul li {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  color: #2a2b61;
  line-height: 1.55;
  margin-bottom: 6px;
}
.stranka__ul li::before, .stranka ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c5ab72;
}
.stranka__ol, .stranka ol {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
  counter-reset: ol-counter;
}
.stranka__ol li, .stranka ol li {
  position: relative;
  padding-left: 38px;
  font-size: 18px;
  color: #2a2b61;
  line-height: 1.55;
  margin-bottom: 10px;
  counter-increment: ol-counter;
}
.stranka__ol li::before, .stranka ol li::before {
  content: counter(ol-counter);
  position: absolute;
  left: 0;
  top: 1px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #c5ab72;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.stranka__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .stranka__gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.stranka__gallery-item {
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.stranka__gallery-item img {
  transition: transform 0.3s, opacity 0.3s;
}
.stranka__gallery-item:hover img {
  transform: scale(1.05);
  opacity: 0.85;
}
.stranka__table {
  margin-bottom: 1em;
}
.stranka__table-header {
  display: grid;
  grid-template-columns: 1fr;
  background: #2a2b61;
  min-height: 60px;
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .stranka__table-header {
    grid-template-columns: 1fr repeat(2, 160px);
  }
}
.stranka__table-hcell {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 20px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}
@media (min-width: 991px) {
  .stranka__table-hcell {
    padding: 15px 20px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .stranka__table-hcell {
    font-size: 20px;
    padding: 15px 25px;
  }
}
.stranka__table-row {
  display: grid;
  grid-template-columns: 1fr;
  background: #f0f0f0;
  margin-bottom: 10px;
  min-height: 60px;
}
@media (min-width: 991px) {
  .stranka__table-row {
    grid-template-columns: 1fr repeat(2, 160px);
  }
}
.stranka__table-cell {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 20px;
  font-size: 16px;
  color: #2a2b61;
  text-align: left;
}
@media (min-width: 991px) {
  .stranka__table-cell {
    padding: 15px 20px;
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .stranka__table-cell {
    font-size: 20px;
    padding: 15px 25px;
  }
}
@media (max-width: 990px) {
  .stranka .stranka__table-hcell:not(.stranka__table-hcell--category) {
    display: none;
  }
  .stranka .stranka__table-row {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .stranka .stranka__table-cell--category {
    grid-column: 1/-1;
    padding-bottom: 4px;
    font-weight: 600;
  }
  .stranka .stranka__table-cell:not(.stranka__table-cell--category) {
    padding-top: 2px;
    padding-bottom: 12px;
    font-size: 15px;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
  .stranka .stranka__table-cell:not(.stranka__table-cell--category)::before {
    content: attr(data-label);
    font-weight: 400;
    font-size: 13px;
    color: rgba(42, 43, 97, 0.6);
    margin-right: 6px;
  }
}
.stranka__btn-wrap {
  margin: 40px 0;
}
.stranka__accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stranka__accordion-item {
  background: #f0f0f0;
  overflow: hidden;
}
.stranka__accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18px;
  color: #2a2b61;
  text-align: left;
  line-height: 1.4;
  gap: 15px;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .stranka__accordion-header {
    padding: 20px 25px;
    font-size: 20px;
  }
}
.stranka__accordion-header:hover {
  color: #c5ab72;
}
.stranka__accordion-item.is-open .stranka__accordion-header {
  color: #c5ab72;
}
.stranka__accordion-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.stranka__accordion-item.is-open .stranka__accordion-icon {
  transform: rotate(-90deg);
}
.stranka__accordion-body {
  display: none;
  padding: 0 20px 20px;
}
@media (min-width: 1200px) {
  .stranka__accordion-body {
    padding: 0 25px 25px;
  }
}
.stranka__accordion-body p {
  margin: 0;
}
.stranka__accordion-item.is-open .stranka__accordion-body {
  display: block;
}

.wide-image {
  max-width: 100%;
  padding: 1em 0;
}

@media (min-width: 768px) {
  .akce-detail .subpage__top {
    gap: 40px;
  }
}
.akce-detail__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #2a2b61;
  text-decoration: none;
  margin-bottom: 15px;
  transition: 0.3s;
}
.akce-detail__back:hover {
  color: #c5ab72;
}
.akce-detail__back-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.akce-detail__title {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .akce-detail__title {
    font-size: 40px;
  }
}
.akce-detail__layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .akce-detail__layout {
    flex-direction: row;
    gap: 50px;
    margin-top: 40px;
  }
}
.akce-detail__left {
  background: #2a2b61;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .akce-detail__left {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .akce-detail__left {
    display: block;
    width: 529px;
  }
}
.akce-detail__slider {
  margin: 0 !important;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .akce-detail__slider {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .akce-detail__slider {
    height: 529px;
  }
}
.akce-detail__slider .slick-list,
.akce-detail__slider .slick-track {
  height: 100%;
}
.akce-detail__slider .slick-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 2;
}
.akce-detail__slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
.akce-detail__slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #fff;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  transition: 0.3s;
}
.akce-detail__slider .slick-dots li button:before {
  opacity: 0 !important;
  width: 10px;
  height: 10px;
}
.akce-detail__slider .slick-dots li.slick-active button {
  background: #c5ab72;
}
.akce-detail__slide {
  height: 100%;
}
@media (min-width: 1200px) {
  .akce-detail__slide {
    height: 529px;
  }
}
.akce-detail__info {
  padding: 25px 30px 40px;
}
@media (min-width: 768px) {
  .akce-detail__info {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .akce-detail__info {
    padding: 35px 44px 50px;
  }
}
.akce-detail__info-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: normal;
  margin: 0 0 20px 0;
}
.akce-detail__info-text {
  font-size: 18px;
  color: #fff;
  line-height: 1.55;
  margin: 0;
}
.akce-detail__info-text ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.akce-detail__info-text ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.55;
}
.akce-detail__info-text ul li::before {
  content: "";
  background: url("../../images/chevron-right-white.svg") no-repeat center;
}
.akce-detail__info-text p {
  margin: 0;
}
.akce-detail__info-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.akce-detail__info-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.55;
}
.akce-detail__info-icon, .akce-detail__info-text ul li::before {
  margin-top: 6px;
}
.akce-detail__info-link, .akce-detail__info-text a {
  color: #c5ab72;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.3s;
}
.akce-detail__info-link:hover, .akce-detail__info-text a:hover {
  opacity: 0.8;
}
.akce-detail__partners {
  font-size: 18px;
  color: #fff;
  line-height: 1.55;
  margin: 0;
}
.akce-detail__right {
  flex: 1;
  min-width: 0;
}
.akce-detail__content-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 30px;
  color: #2a2b61;
  line-height: normal;
  margin: 0 0 30px 0;
}
@media (min-width: 1200px) {
  .akce-detail__content-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.akce-detail__content-text {
  font-size: 18px;
  color: #2a2b61;
  line-height: 1.55;
}
.akce-detail__content-text p {
  margin: 0 0 1em 0;
}
.akce-detail__content-text p:last-child {
  margin-bottom: 0;
}
.akce-detail__content-text blockquote {
  position: relative;
  margin: 40px 0;
  padding: 0 0 0 75px;
  border: none;
}
@media (max-width: 767px) {
  .akce-detail__content-text blockquote {
    padding-left: 60px;
  }
}
.akce-detail__content-text blockquote p {
  font-size: 18px;
  color: #2a2b61;
  line-height: 1.55;
  margin: 0;
}
.akce-detail__content-text blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url("../../images/icon-quote.svg") no-repeat center;
}
.akce-detail__quote {
  position: relative;
  margin: 40px 0;
  padding: 0 0 0 75px;
  border: none;
}
@media (max-width: 767px) {
  .akce-detail__quote {
    padding-left: 60px;
  }
}
.akce-detail__quote p {
  font-size: 18px;
  color: #2a2b61;
  line-height: 1.55;
  margin: 0;
}
.akce-detail__quote-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.akce-detail__btn {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .akce-detail__btn {
    margin-top: 40px;
  }
}

.footer {
  position: relative;
  overflow: hidden;
}
.footer__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.footer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 16, 91, 0.8);
}
.footer > .container {
  position: relative;
  z-index: 2;
}
.footer__top {
  text-align: center;
  padding: 55px 0 30px 0;
}
.footer__logo {
  margin-bottom: 5px;
}
.footer__logo img {
  display: inline-block;
  height: 150px;
  width: auto;
}
@media (min-width: 1200px) {
  .footer__logo img {
    height: 215px;
  }
}
.footer__motto {
  font-family: "Parisienne", cursive;
  font-size: 28px;
  color: #fff;
  margin: 0;
}
@media (min-width: 1200px) {
  .footer__motto {
    font-size: 34px;
  }
}
.footer__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 30px 0 40px 0;
}
@media (min-width: 576px) {
  .footer__columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .footer__columns {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 30px 0 65px 0;
  }
}
.footer__col {
  color: #fff;
}
.footer__col-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 20px 0;
}
.footer__col-text address {
  margin-bottom: 15px;
}
.footer__col-text p {
  font-size: 18px;
  margin: 0 0 15px 0;
}
.footer__col-text h3 {
  font-size: 18px;
  margin: 0 0 5px 0;
  font-weight: 600;
}
.footer__address {
  margin-bottom: 15px;
}
.footer__id {
  font-size: 18px;
  margin: 0 0 15px 0;
}
.footer__social {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.footer__social-link:hover {
  filter: brightness(0) invert(1);
}
.footer__shop {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.footer__links a {
  font-size: 18px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: 0.3s;
}
.footer__links a:hover {
  color: #c5ab72;
}
.footer__links img {
  height: auto;
  max-height: 65px;
  max-width: 245px;
  margin: 15px 0 0 0;
}
.footer__links li:last-child img {
  max-width: 192px;
  margin: 10px 0 0 0;
}
.footer__support-link {
  display: block;
  font-size: 18px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  margin-bottom: 15px;
  transition: 0.3s;
}
.footer__support-link:hover {
  color: #c5ab72;
}
.footer__sponsors {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__sponsor {
  height: auto;
}
.footer__sponsor:first-child {
  width: 245px;
  max-width: 100%;
}
.footer__sponsor:last-child {
  width: 192px;
  max-width: 100%;
}
.footer__bar {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px 0;
}
@media (min-width: 991px) {
  .footer__bar-inner {
    justify-content: space-between;
  }
}
.footer__copy {
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.footer__dev {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Baloo Thambi 2", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.footer__dev img {
  position: relative;
  top: -2px;
  height: 16px;
  width: auto;
}

.text-left {
  text-align: left;
}

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

.mw-100 {
  max-width: 100%;
}

.mt-2 {
  margin-top: 2rem;
}

.d-block {
  display: block;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.loader {
  display: none;
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #2a2b61 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #2a2b61);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}

@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}

.w-100 {
  width: 100%;
}

.pt-10 {
  padding-top: 10px;
}

.hidden {
  display: none !important;
}

.w-fit {
  width: fit-content !important;
}

/*# sourceMappingURL=main.css.map */
