/* Header icons: CSS mask approach (no filter — fixes white square bug) */
#rec818626711 .tn-elem[data-elem-id="1729618350225"] .tn-atom__img,
#rec818626711 .tn-elem[data-elem-id="lk-button"] .tn-atom__img {
  opacity: 0;
}
#rec818626711 .tn-elem[data-elem-id="1729618350225"] .tn-atom,
#rec818626711 .tn-elem[data-elem-id="lk-button"] .tn-atom {
  position: relative;
  display: block;
}
/* Burger icon mask */
#rec818626711 .tn-elem[data-elem-id="1729618350225"] .tn-atom::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #fff;
  -webkit-mask: url('../images/tild6662-3930-4635-b633-313964356239__top_bar_icon.svg') center/contain no-repeat;
  mask: url('../images/tild6662-3930-4635-b633-313964356239__top_bar_icon.svg') center/contain no-repeat;
  transition: background-color 0.2s ease;
}
/* LK icon mask */
#rec818626711 .tn-elem[data-elem-id="lk-button"] .tn-atom::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #fff;
  -webkit-mask: url('../images/lk-icon.svg') center/contain no-repeat;
  mask: url('../images/lk-icon.svg') center/contain no-repeat;
  transition: background-color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  #rec818626711 .tn-elem[data-elem-id="1729618350225"] .tn-atom:hover::after,
  #rec818626711 .tn-elem[data-elem-id="lk-button"] .tn-atom:hover::after {
    background-color: #FF8C00;
  }
}

/* Close menu icon in overlay: CSS mask approach */
#rec818627454 .tn-elem[data-elem-id="1729618350225"] .tn-atom__img {
  opacity: 0;
}
#rec818627454 .tn-elem[data-elem-id="1729618350225"] .tn-atom {
  position: relative;
  display: block;
}
#rec818627454 .tn-elem[data-elem-id="1729618350225"] .tn-atom::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #fff;
  -webkit-mask: url('../images/tild6662-3930-4635-b633-313964356239__top_bar_icon.svg') center/contain no-repeat;
  mask: url('../images/tild6662-3930-4635-b633-313964356239__top_bar_icon.svg') center/contain no-repeat;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  #rec818627454 .tn-elem[data-elem-id="1729618350225"] .tn-atom:hover::after {
    opacity: 0.7;
  }
}

/* Tour Operator Label under Logo */
.tn-elem[data-elem-id="1729618354248"] {
  overflow: visible !important;
}
.tn-elem[data-elem-id="1729618354248"] .tour-operator-label {
  position: absolute;
  bottom: -6px;
  left: 22%;
  width: 78%;
  text-align: center;
  white-space: nowrap;
  pointer-events: auto;
}
.tn-elem[data-elem-id="1729618354248"] .tour-operator-label a {
  font-family: 'Oswald', Arial, sans-serif !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  letter-spacing: 2.5px !important;
  color: #ffffff !important;
  text-transform: none !important;
  text-decoration: none !important;
  transition: opacity 0.2s;
  opacity: 0.75;
  display: inline-block;
}
.tn-elem[data-elem-id="1729618354248"] .tour-operator-label a:hover {
  opacity: 1;
  color: #ffffff !important;
}
@media screen and (max-width: 959px) {
  .tn-elem[data-elem-id="1729618354248"] .tour-operator-label {
    bottom: -4px;
  }
  .tn-elem[data-elem-id="1729618354248"] .tour-operator-label a {
    font-size: 8px !important;
    letter-spacing: 1.5px !important;
  }
}
@media screen and (max-width: 639px) {
  .tn-elem[data-elem-id="1729618354248"] .tour-operator-label {
    bottom: -4px;
  }
  .tn-elem[data-elem-id="1729618354248"] .tour-operator-label a {
    font-size: 7px !important;
    letter-spacing: 1.2px !important;
  }
}

/* Footer Enhancements */
[data-elem-id="1732093227677"] .tn-atom {
  line-height: 1.2 !important;
}
.footer-line-main {
  font-size: 13px;
  color: #ffffff;
  line-height: 1.35;
}
.footer-line-sub {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.35;
  margin-top: 2px;
}
.footer-registry-line a {
  color: rgba(255, 255, 255, 0.55) !important;
  text-decoration: none !important;
  transition: color 0.2s;
}
.footer-registry-line a:hover {
  color: #ffffff !important;
}
.footer-payment-icons {
  display: inline;
  margin-left: 8px;
}
.payment-icon-inline {
  height: 13px;
  width: auto;
  margin-left: 6px;
  vertical-align: middle;
  opacity: 0.55;
}
.footer-legal-links {
  margin-top: 6px;
  line-height: 1.6;
}
.footer-legal-links a {
  font-size: inherit;
}

    .t-store__card::after {
    content: attr(data-product-inv) " шт на складе";
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 12px;
    color: #878787;
    position: absolute;
    margin-top: 4px;
    width: 250px;
}
.t-store__card__btns-wrapper {
    margin-top: 40px !important;
}
.js-store-prod-sold-out {
    display: none;
}

.js-store-product.js-product::before {
    content: attr(data-product-inv) " шт на складе";
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #ededed;
    margin-left: 20px;
    padding: 3px 8px;
    position: absolute;
    top: -5px;
}
.t-store__prod-popup__name{
    margin-top: 5px;
}
.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(50% + 20px);
}

@media screen and (max-width: 1240px){
.js-store-product.js-product::before {
    margin-left: 5px;
}
.js-store-product.js-product.t-store__product-snippet::before  {
    margin-left: calc(50% - 10px);
}
}
@media screen and (max-width: 980px){
.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(50% - 60px);
    top: -20px;
}
}

@media screen and (max-width: 640px){
.js-store-product.js-product::before {
    margin-left: 5px;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.t-store__prod-popup__slider.js-store-prod-slider {
    padding-top: 30px;
}
}

/* ---- Booking section (rec817319188) mobile ---- */
@media screen and (max-width: 639px) {
  /* A1: Remove 75px padding from T762 mobile section */
  #rec820759228 {
    padding-bottom: 0 !important;
  }
  #rec817319188 .t396__artboard,
  #rec817319188 .t396__filter,
  #rec817319188 .t396__carrier {
    height: 440px !important;
  }
  .bf-dropdown {
    margin-bottom: 2px !important;
  }
  #rec817319188 .tn-elem__8173191881730124238199 {
    width: calc(100% - 20px) !important;
    left: 10px !important;
    top: 155px !important;
  }
  /* Compact the form spacing */
  .bf-landing-wrapper {
    width: 100% !important;
  }
  .bf-landing-label {
    text-align: center !important;
    margin-bottom: 6px !important;
  }
  .bf-dropdown__trigger {
    font-size: 14px !important;
  }
  /* Badges: smaller on mobile */
  .bf-landing-badges {
    margin-top: 0 !important;
  }
  .bf-landing-badge {
    font-size: 10px !important;
    padding: 4px 8px !important;
  }
  .bf-landing-seats-fire {
    font-size: 13px !important;
  }
}

/* ---- Collapse empty anchor section between reviews header and widget ---- */
@media screen and (max-width: 639px) {
  #rec815593737 {
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }
}

/* ---- Reviews header: hide Tilda arrows on mobile (moved into widget) ---- */
@media screen and (max-width: 639px) {
  #rec815088031 .tn-elem[data-elem-id="1729699920947"],
  #rec815088031 .tn-elem[data-elem-id="1729699920934"] {
    display: none !important;
  }
  #rec815088031 .t396__artboard,
  #rec815088031 .t396__filter,
  #rec815088031 .t396__carrier {
    height: 123px !important;
  }
}

/* ---- Reviews widget container mobile ---- */
@media screen and (max-width: 639px) {
  /* Pull widget up to close gap after header buttons */
  #rec815595937 {
    margin-top: -30px !important;
  }
  /* Constrain slider container to viewport */
  #rec815595937 .tn-elem[data-elem-id="1729700189165"] {
    width: calc(100% - 20px) !important;
    left: 10px !important;
  }
  /* Remove excess height below slider */
  #rec815595937 .t396__artboard,
  #rec815595937 .t396__filter,
  #rec815595937 .t396__carrier {
    min-height: unset !important;
    height: auto !important;
  }
  #rec815595937 .t396__artboard {
    padding-top: 0 !important;
    padding-bottom: 8px;
  }
  /* Make widget element flow-aware so artboard auto-height works */
  #rec815595937 .tn-elem[data-elem-id="1729700189165"] {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 0 auto;
  }
  /* Widget overflow */
  .zk-reviews-widget {
    max-width: 100% !important;
    overflow: hidden;
  }
  /* Two-row filter layout on mobile */
  .zk-reviews-filters {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    overflow-x: visible !important;
    padding-left: calc(50vw - 150px) !important;
  }
  .zk-reviews-filter-btn {
    flex-shrink: 0 !important;
    font-size: 11px !important;
    padding: 5px 8px !important;
  }
}

/* ---- Metrics slider: prevent collapse on mobile ---- */
@media screen and (max-width: 640px) {
  /* Override Tilda's t396_init resetting artboard height to 110px */
  .uc-slider-2 .owl-item .t396__artboard,
  .uc-slider-2 .owl-item .t396__filter,
  .uc-slider-2 .owl-item .t396__carrier {
    height: 590px !important;
    min-height: 590px !important;
  }
  /* Prevent owl-stage-outer from collapsing */
  .uc-slider-2 .owl-stage-outer {
    min-height: 570px !important;
    overflow: hidden !important;
  }
  /* Force carousel container to viewport width — prevents OWL measuring wrong width */
  .uc-slider-2 .owl-carousel {
    width: 100vw !important;
    max-width: 100vw !important;
    overflow: hidden !important;
  }
  /* Force slides to remain visible */
  .uc-slider-2 .owl-item .uc-slide-2 {
    display: block !important;
    visibility: visible !important;
  }
  /* Override Tilda animations (SBS + t-animate fadeinup): force opacity:1, transform:none */
  .uc-slider-2 .owl-item .t396__elem,
  .uc-slider-2 .owl-item .t396__elem .tn-atom,
  .uc-slider-2 .owl-item .t-animate {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
  }
}

/* ---- Guide Messenger Button (стиль сайта: Oswald, прямоугольник, пульсирующее свечение) ---- */
@keyframes guide-btn-pulse {
  0%, 100% { box-shadow: 0 0 12px rgba(255,140,0,0.3); }
  50% { box-shadow: 0 0 25px rgba(255,140,0,0.7); }
}
.guide-msg-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  padding: 14px 24px;
  max-width: 290px;
  border: 1px solid #FF8C00;
  border-radius: 0;
  background: rgba(255,140,0,0.06);
  cursor: pointer;
  pointer-events: auto;
  animation: guide-btn-pulse 2s ease-in-out infinite;
  transition: background 0.2s;
  position: relative;
  z-index: 5;
  box-sizing: border-box;
}
.guide-msg-btn:hover {
  background: rgba(255,140,0,0.15);
  animation: none;
  box-shadow: 0 0 30px rgba(255,140,0,0.6);
}
.guide-msg-btn__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.guide-msg-btn__main {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.55;
}
.guide-msg-btn__sub {
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.55);
  margin-top: 2px;
}

/* ---- Fullscreen Overlay с мессенджерами ---- */
.guide-msg-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0,0,0,0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.guide-msg-overlay--visible {
  opacity: 1;
  visibility: visible;
}
.guide-msg-overlay__content {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.guide-msg-overlay__link {
  display: block;
  transition: transform 0.2s;
}
.guide-msg-overlay__link:hover {
  transform: scale(1.1);
}
.guide-msg-overlay__icon {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  object-fit: contain;
}

/* Allow button to be visible outside artboard on mobile */
#rec815087818 .t396__artboard,
#rec815087818 .t396__filter,
#rec815087818 .t396__carrier {
  overflow: visible !important;
}

@media screen and (max-width: 639px) {
  .guide-msg-btn {
    padding: 10px 14px;
    gap: 10px;
    margin-top: 16px;
    max-width: 260px;
  }
  .guide-msg-btn__main {
    font-size: 13px;
  }
  .guide-msg-overlay__content {
    gap: 30px;
  }
  .guide-msg-overlay__icon {
    width: 80px;
    height: 80px;
  }
}
