.book-holder__tabs {
  display: flex;
  align-items: start;
  gap: 63px;
  border-bottom: 1px solid var(--grey);
  padding: 80px 0 0 70px;
  margin: 0;
  list-style: none;
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: 147px;
}
.book-holder__tabs a {
  max-width: 108px;
  color: var(--pink);
  font-size: 18px;
  font-family: Loew;
  font-weight: 400;
  line-height: 21.6px;
  word-wrap: break-word;
  text-decoration: none;
  cursor: pointer;
  display: block;
  height: 100%;
}
.book-holder__tabs a:hover {
  text-decoration: underline;
}
.book-holder__tabs a.active {
  font-weight: 900;
  text-decoration: underline;
}
.book-holder__tab-content {
  padding-top: 147px;
  text-align: left;
}
.book-holder__tab-content .ph-content {
  padding-bottom: 64px;
}
.book-holder .pl-70 {
  padding-left: 70px;
}
.book-holder .wrapper-floor-content {
  padding: 0 70px;
}
.book-holder .level-floor {
  padding-top: 50px;
}
.book-holder .level-floor .title-lf {
  color: var(--pink);
  font-family: Loew;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 8px;
  margin-bottom: 5px;
}
.book-holder .level-floor .subtitle-lf {
  color: var(--pink);
  font-family: Loew;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  line-height: 8px;
}
.book-holder .legends-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
  border-top: 1px solid var(--pink);
  margin-top: 5px;
  padding-top: 8px;
}
.book-holder .legends-wrap .legends-item {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--pink);
  font-family: Loew;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.book-holder .legends-wrap .legends-item .legends-icon {
  width: 7px;
  height: 7px;
}
.book-holder .legends-wrap .legends-item .legends-icon.bordered {
  border: 1px solid var(--pink);
}
.book-holder .img-floor {
  display: block;
  margin-top: 25px;
}
.book-holder .caption {
  color: var(--pink);
  font-family: Loew;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
}
.book-holder .room-table {
  margin-top: 50px;
  border-style: hidden;
  width: 100%;
}
.book-holder .room-table tr td {
  background-color: var(--soft-pink);
  color: var(--pink);
  font-family: Loew;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px;
  border-right: 0.25px solid #fff;
}
.book-holder .room-table tr:first-child td {
  background-color: var(--pink);
  color: #fff;
  font-family: Loew;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.book-holder .room-table tr.no-bg td {
  background-color: #fff;
  color: var(--grey);
  border: 1px solid #595b60;
}
.book-holder .room-table tr.bold td {
  font-weight: 700;
}
.book-holder .room-table tr.border-dark td {
  border: 1px solid #595b60;
}
.book-holder .package-highlight {
  background: var(--soft-pink);
}
.book-holder .package-highlight ul {
  padding: 20px 70px;
  margin: 0;
  list-style: none;
}
.book-holder .package-highlight ul li {
  border-bottom: 1px solid var(--pink);
  color: var(--pink);
  font-family: Loew;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
  padding: 5px 0;
}
.book-holder .package-highlight ul li span {
  color: var(--grey);
  font-family: Loew;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.book-holder .package-highlight ul li.contact {
  border-bottom: none;
}
.book-holder .package-highlight ul li.contact a {
  padding: 11px 34px;
  margin-top: 16px;
}
.book-holder .package-highlight ul li.contact a span {
  color: #fff;
}
.book-holder .package-highlight ul li:last-child {
  border-bottom: none;
}
.book-holder .package-highlight .slide-nav {
  padding: 0 70px 20px;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 16px;
}
.book-holder .package-highlight .slide-nav button {
  background: none;
  border: none;
  width: 28px;
  height: 28px;
  border: 1px solid var(--pink);
  cursor: pointer;
}
.book-holder .package-highlight .slide-nav button.slide-off {
  border: none;
}
.book-holder .package-highlight .slide-nav .slide-count {
  color: var(--pink);
  font-family: Loew;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.6px;
}
.book-holder .package-highlight .slide-nav .slide-count .current {
  font-weight: 900;
}
.book-holder .package-highlight.multi ul li {
  border: none;
}
.book-holder .package-highlight.multi ul li span {
  display: block;
  border-top: 1px solid var(--pink);
  border-bottom: 1px solid var(--grey);
  padding: 5px 0;
  margin-top: 5px;
}
.book-holder .ph-gallery {
  display: flex;
  padding: 0 70px;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 50px 0;
  justify-content: space-evenly;
}
.book-holder .ph-gallery img {
  display: block;
  flex: 1 0 auto;
  max-width: 48%;
}
.book-holder .ph-gallery.no-padding {
  padding: 0;
}
.book-holder .contact-bottom {
  padding: 0 70px;
}
.book-holder .contact-bottom .contact-text {
  color: var(--pink);
  font-family: Loew;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  margin-bottom: 25px;
}
.book-holder .contact-bottom a.button {
  padding-left: 34px;
  padding-right: 34px;
}
.book-holder .contact-bottom.no-padding {
  padding: 0;
}
.book-holder .disclaimer {
  padding: 15px 70px 30px;
  color: var(--grey);
  font-family: Loew;
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
}
.book-holder .table-legend {
  margin: 20px 0 50px;
}
.book-holder .table-legend .title-table-legend {
  color: var(--pink);
  font-family: Loew;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.book-holder .table-legend .legends-wrap {
  max-width: 135px;
}
.book-holder .table-legend .legends-wrap .legends-item {
  width: 100%;
  padding: 3px 14px;
  justify-content: space-between;
}
.book-holder .table-legend .legends-wrap .legends-item .legends-icon {
  width: auto;
  height: auto;
}
.book-holder .table-legend .legends-wrap .legends-item .legends-icon img {
  width: 17px;
}
.book-holder .inclusions {
  padding: 20px 70px;
}
.book-holder .inclusions .title-inclusions {
  color: var(--pink);
  text-align: center;
  font-family: Loew;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 21.6px;
}
.book-holder .inclusions .inclusions-list {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
.book-holder .inclusions .inclusions-list .inclusions-item {
  text-align: center;
  width: 33%;
  color: var(--grey);
  font-family: Loew;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 11px;
  margin-top: 35px;
  padding: 0 0px;
}
.book-holder .inclusions .inclusions-list .inclusions-item div {
  width: 53px;
  height: 53px;
  margin: 0 auto 5px auto;
  display: flex;
  align-items: center;
}
.book-holder .inclusions .inclusions-list .inclusions-item div img {
  width: auto;
  display: block;
  margin: 0 auto 5px;
}
.book-holder .additional {
  padding: 20px 70px;
  margin: 20px 0 50px 0;
}
.book-holder .additional .additional-title {
  color: var(--pink);
  text-align: center;
  font-family: Loew;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 21.6px;
  margin-bottom: 15px;
}
.book-holder .additional .additional-content {
  color: var(--grey);
  font-family: Loew;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 0 40px;
}
.book-holder .menus-wrapper {
  padding: 20px 70px;
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-title,
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-subtitle {
  color: var(--pink);
  font-family: Loew;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
  border-bottom: 1px solid var(--pink);
  padding: 5px 0;
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-title {
  color: var(--grey);
  font-weight: 400;
  cursor: pointer;
  border-color: var(--grey);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-title.active {
  font-weight: 900;
  border-bottom: 0.5px solid var(--dark-pink);
  color: var(--dark-pink);
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-title:hover {
  color: #752F5C;
  background-color: var(--soft-pink);
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-title .menu-arrow {
  color: var(--grey);
  margin-right: 3px;
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-title .menu-arrow.rotate {
  transform: rotate(180deg);
  color: var(--dark-pink);
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-subtitle {
  padding: 5px 30px;
  background-color: var(--very-light-pink);
  border-bottom: 0;
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-content {
  padding-bottom: 30px;
  display: none;
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-content .menu-content-menu-ab {
  font-size: 20px;
  line-height: 18px;
  font-weight: 900;
  color: var(--pink);
  padding: 5px 30px;
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-content .menu-content-title {
  color: var(--pink);
  font-family: Loew;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  padding: 3px 30px 1px 30px;
  margin-top: 10px;
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-content .menu-content-title span {
  font-weight: 300;
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-content .menu-content-subtitle {
  color: var(--pink);
  font-family: Loew;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  padding: 0 30px 1px 30px;
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-content .menu-content-subtitle span {
  font-weight: 300;
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-content .menu-choice {
  color: var(--grey);
  font-family: Loew;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  line-height: 16px;
  padding: 0 30px;
}
.book-holder .menus-wrapper .menu-wrapper .menu-item .menu-content ul {
  color: var(--grey);
  font-family: Loew;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 0;
  padding-left: 50px;
}

.grand-popup {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1192px;
  margin: auto;
}
.grand-popup .grand-popup-item {
  text-align: center;
  width: 25%;
  margin-top: 30px;
  color: var(--grey);
  font-family: Loew;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
}
.grand-popup .grand-popup-item img {
  display: block;
  margin: 0 auto 10px;
}

.wedding-package *[data-package] {
  opacity: 0;
  transition: all 1s;
}

.wedding-package *[data-package].active {
  opacity: 1;
  transition: all 1s;
}/*# sourceMappingURL=wedding-package.css.map */