@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  min-width: 320px;
  background: #06070a;
  color-scheme: dark;
}
body {
  margin: 0;
  overflow-x: hidden;
  background: #06070a;
  color: #f4f1ea;
  font-family: "Manrope", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::-webkit-scrollbar { width: 9px; }
body::-webkit-scrollbar-track { background: #060607; }
body::-webkit-scrollbar-thumb { border-radius: 10px; background: #26262a; }
*,
*::before,
*::after {
  box-sizing: border-box;
}
.fw-site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  min-height: 90px;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(310px, 1fr);
  align-items: center;
  gap: 32px;
  padding: 14px clamp(24px, 5vw, 96px);
  border-bottom: 1px solid rgba(151, 180, 215, 0.16);
  background: rgba(5, 8, 12, 0.82);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}
.fw-site-header img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.fw-header-brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
}
.fw-header-links,
.fw-header-actions {
  display: flex;
  align-items: center;
}
.fw-header-links { gap: clamp(16px, 1.45vw, 28px); }
.fw-header-actions {
  position: relative;
  justify-content: flex-end;
  gap: 10px;
}
.fw-header-messengers {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  margin-right: 10px;
}
.fw-header-messenger {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #f4f1ea;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}
.fw-header-messenger .fw-header-messenger-logo {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  display: block;
  border-radius: inherit;
  object-fit: cover;
}
.fw-header-messenger--telegram .fw-header-messenger-logo {
  transform: scale(1.12);
}
.fw-header-messenger--telegram:hover {
  background: transparent;
  color: #55bcf1;
  transform: translateY(-1px);
}
.fw-header-messenger--viber:hover {
  background: transparent;
  color: #aa7ce8;
  transform: translateY(-1px);
}
.fw-header-link,
.fw-header-search,
.fw-header-login {
  color: #f4f1ea;
  font: 650 13px/1 "Manrope", system-ui, sans-serif;
  text-decoration: none;
}
.fw-header-link {
  padding: 12px 0;
  color: rgba(244, 241, 234, 0.72);
  white-space: nowrap;
  transition: color 180ms ease;
}
.fw-header-link:hover,
.fw-header-link.is-active { color: #fff; }
.fw-header-search,
.fw-header-login {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 10px;
  white-space: nowrap;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}
.fw-header-search {
  padding: 0 18px;
  border: 1px solid rgba(92, 169, 255, 0.62);
  background: rgba(56, 135, 224, 0.17);
}
.fw-header-search svg { width: 17px; height: 17px; }
.fw-header-search:hover {
  border-color: #75b8ff;
  background: rgba(56, 135, 224, 0.3);
  transform: translateY(-1px);
}
.fw-header-login {
  padding: 0 16px;
  border: 1px solid rgba(244, 241, 234, 0.22);
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
}
.fw-header-login svg { width: 18px; height: 18px; color: #69affb; }
.fw-header-login:hover {
  border-color: rgba(244, 241, 234, 0.42);
  background: rgba(255, 255, 255, 0.08);
}
.fw-header-brand:focus-visible,
.fw-header-link:focus-visible,
.fw-header-search:focus-visible,
.fw-header-login:focus-visible {
  outline: 2px solid #75b8ff;
  outline-offset: 4px;
}
.fw-header-messenger:focus-visible {
  outline: 2px solid #75b8ff;
  outline-offset: 3px;
}
.fw-login-notice {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(310px, calc(100vw - 32px));
  padding: 13px 15px;
  border: 1px solid rgba(105, 175, 251, 0.32);
  border-radius: 10px;
  background: rgba(12, 18, 27, 0.97);
  color: rgba(244, 241, 234, 0.84);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.38);
  font: 550 12px/1.55 "Manrope", system-ui, sans-serif;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 180ms ease, transform 180ms ease;
}
.fw-login-notice.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1080px) {
  .fw-site-header {
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    padding-inline: 28px;
  }
  .fw-header-links {
    justify-content: flex-start;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .fw-header-links::-webkit-scrollbar { display: none; }
  .fw-header-search { display: none; }
}
@media (max-width: 720px) {
  .fw-site-header {
    min-height: 76px;
    grid-template-columns: 1fr auto 1fr;
    gap: 10px;
    padding: 10px 14px;
  }
  .fw-header-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
  }
  .fw-header-actions {
    display: contents;
  }
  .fw-site-header img { width: 48px; height: 48px; }
  .fw-header-links { display: none; }
  .fw-header-search {
    display: none;
  }
  .fw-header-search svg { display: none; }
  .fw-header-login {
    grid-column: 3;
    grid-row: 1;
    min-height: 36px;
    justify-self: end;
    padding-inline: 12px;
    border: 1px solid rgba(244, 241, 234, 0.22);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.035);
    font-size: 11px;
  }
  .fw-header-login:hover {
    border-color: rgba(244, 241, 234, 0.42);
    background: rgba(255, 255, 255, 0.08);
  }
  .fw-header-login svg { width: 16px; height: 16px; }
  .fw-header-messengers {
    position: absolute;
    top: 50%;
    right: auto;
    left: 14px;
    z-index: 3;
    gap: 5px;
    margin: 0;
    transform: translateY(-50%);
  }
  .fw-header-messenger {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 9px;
  }
  .fw-header-messenger .fw-header-messenger-logo { width: 100%; height: 100%; border-radius: inherit; }
}
@media (max-width: 390px) {
  .fw-header-messengers { right: auto; left: 12px; gap: 3px; }
  .fw-header-messenger { width: 29px; height: 32px; flex-basis: 29px; }
  .fw-header-messenger .fw-header-messenger-logo { width: 100%; height: 100%; border-radius: inherit; }
}
@media (prefers-reduced-motion: reduce) {
  .fw-header-search,
  .fw-header-login,
  .fw-header-messenger,
  .fw-login-notice { transition: none; }
}
.fw-top-anchor {
  display: contents !important;
}
.fw-clean-hero {
  position: relative;
  min-height: 680px;
  padding: 0 !important;
  overflow: hidden;
}
.fw-clean-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("/images/fon228.jpeg");
  background-size: cover;
  background-position: center;
}
.fw-clean-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 24%, rgba(66, 107, 154, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(3, 7, 12, 0.48) 0%, rgba(3, 7, 12, 0.74) 58%, #060607 100%);
  pointer-events: none;
  z-index: 1;
}
.fw-clean-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f7f4ee;
  text-align: center;
  padding: 142px 24px 66px;
}
#destinations.fw-section-pad {
  padding-top: 76px !important;
}
#destinations > div:first-child {
  background: rgba(4, 5, 9, 0.28) !important;
}
#destinations .fw-dest-card > image-slot + div {
  background: linear-gradient(
    180deg,
    rgba(6, 6, 7, 0.16) 0%,
    rgba(6, 6, 7, 0.18) 66%,
    rgba(6, 6, 7, 0.3) 80%,
    rgba(6, 6, 7, 0.62) 100%
  ) !important;
}
#destinations .fw-dest-card > div:last-child,
#destinations h2,
#destinations p {
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.62);
}
#destinations .fw-dest-card {
  cursor: pointer;
}
#destinations .fw-dest-card:focus-visible {
  outline: 2px solid rgba(83, 167, 255, 0.95);
  outline-offset: 4px;
}
#why::before {
  background: rgba(3, 5, 8, 0.3) !important;
}
#why .fw-why-grid {
  text-shadow: 0 2px 13px rgba(0, 0, 0, 0.68);
}
#footer .fw-footer-logo {
  display: block;
  width: 78px;
  height: 78px;
  object-fit: contain;
  object-position: left center;
}
#hot-offers-home.fw-hot-offers {
  padding-top: 76px;
}
.fw-clean-search-area {
  position: relative;
  z-index: 20;
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  pointer-events: none;
}
.fw-clean-search-area::before {
  position: absolute;
  z-index: 0;
  top: -104px;
  right: 0;
  left: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(3, 7, 12, 0) 0%, rgba(3, 7, 12, 0.44) 30%, rgba(3, 7, 12, 0.78) 58%, rgba(3, 7, 12, 0.5) 78%, rgba(3, 7, 12, 0) 100%);
  content: "";
  filter: none;
  opacity: 1;
  pointer-events: none;
}
.fw-clean-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #8fb4e3;
  font: 700 14px/1 Manrope, Arial, sans-serif;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.fw-clean-hero-eyebrow::before,
.fw-clean-hero-eyebrow::after {
  content: "";
  width: 32px;
  height: 1px;
  background: rgba(143, 180, 227, 0.72);
}
.fw-clean-hero-title {
  max-width: 1120px;
  margin: 0 auto;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: clamp(64px, 6vw, 108px);
  line-height: 0.92;
  letter-spacing: 0;
}
.fw-clean-hero-title-accent {
  color: #79b8ff;
  text-shadow: 0 0 34px rgba(74, 145, 224, 0.2);
}
.fw-clean-hero-title-keep {
  white-space: nowrap;
}
.fw-clean-hero-subtitle {
  max-width: 840px;
  margin: 26px auto 0;
  color: rgba(247, 244, 238, 0.74);
  font: 400 clamp(17px, 1.45vw, 20px)/1.65 Manrope, Arial, sans-serif;
}
.tour-search-widget {
  position: relative;
  z-index: 10;
  max-width: 1478px;
  width: min(83.6vw, 1478px);
  margin: 0 auto;
  transform: translateY(-64px);
  pointer-events: auto;
}
.fw-tour-search {
  position: relative;
  display: grid;
  grid-template-columns: 1.24fr 1.2fr 1.16fr 0.82fr 0.9fr minmax(187px, 220px);
  align-items: stretch;
  gap: 12px;
  width: 100%;
  margin: 0 auto;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(28, 30, 40, 0.52), rgba(12, 14, 20, 0.62));
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(30px) saturate(125%);
  -webkit-backdrop-filter: blur(30px) saturate(125%);
  text-align: left;
}
.fw-search-field {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  min-height: 81px;
  padding: 0 37px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.fw-search-field:not(.is-locked) {
  cursor: pointer;
}
.fw-search-field:hover,
.fw-search-field:focus-within {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.075);
}
.fw-field-icon {
  flex: none;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  color: #79b8ff;
  background: rgba(20, 40, 70, 0.42);
  border: 1px solid rgba(125, 165, 225, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.fw-search-field:hover .fw-field-icon,
.fw-search-field:focus-within .fw-field-icon {
  color: #9ccaff;
  border-color: rgba(125, 165, 225, 0.3);
}
.fw-field-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.fw-field-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.fw-field-caret {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.fw-field-caret svg {
  width: 16px;
  height: 16px;
  display: block;
}
.fw-search-field label {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font: 700 10px/1 Manrope, Arial, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}
.fw-field-value {
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #ffffff;
  font: 600 15px/1.2 Manrope, Arial, sans-serif;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fw-field-value[data-empty="true"] {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.fw-field-value:disabled {
  cursor: not-allowed;
}
.fw-search-field.is-locked {
  opacity: 0.72;
  cursor: not-allowed;
}
.fw-search-field[data-fw-field="dep"].is-locked .fw-field-value {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  font-size: 12px;
  line-height: 1.28;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.fw-search-field.is-open {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.085);
}
.fw-search-field.is-invalid {
  border-color: rgba(255, 138, 138, 0.75);
}
.fw-pop {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 40;
  display: flex;
  flex-direction: column;
  width: max-content;
  min-width: 100%;
  max-width: min(380px, calc(100vw - 32px));
  max-height: min(380px, 60vh);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(20, 24, 33, 0.93), rgba(11, 14, 20, 0.96));
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(26px) saturate(120%);
  -webkit-backdrop-filter: blur(26px) saturate(120%);
  color: #f7f4ee;
  text-align: left;
}
.fw-pop:not(.is-open) {
  display: none;
}
.fw-pop--right {
  left: auto;
  right: 0;
}
.fw-pop--guests {
  width: min(320px, calc(100vw - 32px));
  min-width: 280px;
  gap: 4px;
}
.fw-pop-search {
  flex: none;
  width: 100%;
  margin-bottom: 10px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font: 500 14px/1.2 Manrope, Arial, sans-serif;
  outline: 0;
}
.fw-pop-search:focus {
  border-color: rgba(143, 180, 227, 0.6);
  background: rgba(255, 255, 255, 0.09);
}
.fw-pop-search::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fw-pop-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
  overscroll-behavior: contain;
}
.fw-pop-list::-webkit-scrollbar {
  width: 8px;
}
.fw-pop-list::-webkit-scrollbar-track {
  background: transparent;
}
.fw-pop-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.fw-pop-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
}
.fw-pop-group {
  padding: 12px 12px 6px;
  color: rgba(255, 255, 255, 0.42);
  font: 700 10px/1 Manrope, Arial, sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.fw-pop-group:first-child {
  padding-top: 4px;
}
.fw-pop-group.is-hidden {
  display: none;
}
.fw-pop-option {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #f2efe9;
  font: 500 15px/1.25 Manrope, Arial, sans-serif;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.15s ease;
}
.fw-pop-option.is-filtered {
  display: none;
}
.fw-pop-option:hover,
.fw-pop-option:focus-visible {
  background: rgba(255, 255, 255, 0.09);
  outline: 0;
}
.fw-pop-option[aria-selected="true"] {
  color: #8fc0ff;
  background: rgba(66, 107, 154, 0.22);
}
.fw-pop-empty {
  display: none;
  padding: 16px 12px;
  color: rgba(255, 255, 255, 0.6);
  font: 500 13px/1.4 Manrope, Arial, sans-serif;
  text-align: center;
}
.fw-pop-empty.is-shown {
  display: block;
}
.fw-guests-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 6px;
}
.fw-guests-row + .fw-guests-row {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.fw-guests-label {
  font: 600 14px/1.2 Manrope, Arial, sans-serif;
  color: #f2efe9;
}
.fw-stepper {
  display: flex;
  align-items: center;
  gap: 14px;
}
.fw-stepper button {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.fw-stepper button:disabled {
  opacity: 0.32;
  cursor: not-allowed;
}
.fw-stepper output {
  min-width: 18px;
  text-align: center;
  font: 600 15px/1 Manrope, Arial, sans-serif;
}
.fw-child-ages {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 6px 2px;
}
.fw-child-ages:empty {
  display: none;
}
.fw-child-age-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font: 600 10px/1 Manrope, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.fw-child-age {
  appearance: none;
  -webkit-appearance: none;
  min-width: 84px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font: 600 13px/1 Manrope, Arial, sans-serif;
  cursor: pointer;
}
.fw-child-age option {
  color: #10141c;
}
.fw-pop-apply {
  width: 100%;
  min-height: 44px;
  margin-top: 8px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(165deg, #2f7fe8, #1657c8);
  color: #ffffff;
  font: 600 15px/1 Manrope, Arial, sans-serif;
  cursor: pointer;
}
.fw-search-button.is-loading {
  opacity: 0.85;
  cursor: progress;
}
.fw-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 81px;
  padding: 0 20px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(165deg, #2f7fe8 0%, #1a5ecb 52%, #0e3aa6 100%);
  color: #ffffff;
  font: 600 17px/1 Manrope, Arial, sans-serif;
  letter-spacing: 0.01em;
  cursor: pointer;
  white-space: nowrap;
  box-shadow:
    0 16px 34px rgba(21, 84, 200, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  transition: filter 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.fw-search-button svg {
  width: 19px;
  height: 19px;
}
.fw-search-button:hover {
  filter: brightness(1.08);
  box-shadow:
    0 20px 42px rgba(21, 84, 200, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}
.fw-search-button:active {
  transform: translateY(1px);
}
.fw-search-status {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 0;
  padding: 0 4px;
  color: rgba(255, 255, 255, 0.72);
  font: 500 13px/1.4 Manrope, Arial, sans-serif;
  text-align: center;
}
.fw-search-status:empty {
  display: none;
}
.fw-calendar {
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  z-index: 5;
  width: min(380px, calc(100vw - 36px));
  transform: translateX(-50%);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(8, 12, 18, 0.96);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.46);
  color: #f7f4ee;
}
.fw-calendar[hidden] {
  display: none;
}
.fw-calendar:not(.is-open) {
  display: none;
}
.fw-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.fw-calendar-head strong {
  font: 700 15px/1 Manrope, Arial, sans-serif;
}
.fw-calendar-nav {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7f4ee;
  cursor: pointer;
}
.fw-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.fw-weekday,
.fw-day {
  display: grid;
  place-items: center;
  min-height: 36px;
  border-radius: 5px;
  font: 700 12px/1 Manrope, Arial, sans-serif;
}
.fw-weekday {
  color: rgba(247, 244, 238, 0.48);
}
.fw-day {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.06);
  color: #f7f4ee;
  cursor: pointer;
}
.fw-day:hover {
  border-color: rgba(143, 180, 227, 0.65);
}
.fw-day.is-muted {
  opacity: 0.35;
}
.fw-day:disabled {
  opacity: 0.26;
  cursor: not-allowed;
  background: transparent;
}
.fw-day:disabled:hover {
  border-color: transparent;
}
.fw-day.is-selected,
.fw-day.is-range {
  background: rgba(66, 107, 154, 0.86);
  color: #fff;
}
.fw-calendar-hint {
  margin-top: 12px;
  color: rgba(247, 244, 238, 0.55);
  font: 500 11px/1.35 Manrope, Arial, sans-serif;
  text-align: center;
}
.fw-calendar-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
}
.fw-calendar-actions button {
  min-height: 36px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #f7f4ee;
  font-weight: 700;
  cursor: pointer;
}
.fw-calendar-actions .is-primary {
  background: #426b9a;
  color: #07101a;
  border-color: #426b9a;
}
@media (max-width: 1759px) {
  .fw-clean-search-area::before {
    top: -110px;
    height: 278px;
  }
  .fw-tour-search {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 15px;
    border-radius: 23px;
  }
  .fw-search-field {
    min-height: 79px;
  }
  .fw-search-button {
    min-height: 79px;
  }
  #destinations.fw-section-pad {
    padding-top: 76px !important;
  }
  #hot-offers-home.fw-hot-offers {
    padding-top: 168px;
  }
}
@media (max-width: 980px) and (min-width: 641px) {
  .fw-clean-search-area::before {
    top: -90px;
    height: 350px;
  }
  .tour-search-widget {
    width: calc(100% - 24px);
  }
  .fw-tour-search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #destinations.fw-section-pad {
    padding-top: 76px !important;
  }
  #hot-offers-home.fw-hot-offers {
    padding-top: 260px;
  }
}
@media (max-width: 640px) {
  .fw-clean-hero {
    height: auto;
    min-height: 520px;
    max-height: none;
  }
  .fw-clean-hero-content {
    min-height: 520px;
    padding: 112px 16px 72px;
  }
  .fw-clean-hero-eyebrow {
    margin-bottom: 16px;
    font-size: 11px;
  }
  .fw-clean-hero-title {
    max-width: 470px;
    font-size: clamp(40px, 10vw, 48px);
    line-height: 0.98;
  }
  .fw-clean-hero-subtitle {
    margin-top: 18px;
    font-size: 16px;
  }
  .fw-clean-search-area {
    margin-top: 0;
    padding-bottom: 0;
  }
  .fw-clean-search-area::before {
    top: -24px;
    height: 456px;
  }
  #destinations.fw-section-pad {
    padding-top: 64px !important;
  }
  #hot-offers-home.fw-hot-offers {
    padding-top: 432px;
  }
  #footer .fw-footer-logo {
    width: 68px;
    height: 68px;
  }
  .tour-search-widget {
    width: calc(100% - 24px);
    transform: translateY(-24px);
  }
  .fw-tour-search {
    grid-template-columns: 1fr;
    padding: 12px;
    gap: 8px;
    border-radius: 18px;
  }
  .fw-search-field {
    min-height: 60px;
    border-radius: 13px;
    padding: 0 34px 0 12px;
    gap: 10px;
  }
  .fw-field-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }
  .fw-search-button {
    min-height: 54px;
    font-size: 15px;
    border-radius: 13px;
  }
  .fw-calendar {
    position: fixed;
    top: auto;
    left: 12px;
    right: 12px;
    bottom: 18px;
    width: auto;
    transform: none;
  }
  .fw-pop {
    position: fixed;
    top: auto;
    left: 12px;
    right: 12px;
    bottom: 16px;
    width: auto;
    min-width: 0;
    max-width: none;
    max-height: 62vh;
    border-radius: 20px;
  }
  .fw-pop-option {
    min-height: 48px;
    font-size: 16px;
  }
}

.fw-final-cta-compact {
  height: auto !important;
  min-height: clamp(420px, 52vh, 560px) !important;
  padding-top: clamp(64px, 7vw, 92px) !important;
  padding-bottom: clamp(64px, 7vw, 92px) !important;
}

.fw-final-cta-compact .fw-final-cta-actions {
  justify-content: center !important;
}

@media (max-width: 700px) {
  .fw-final-cta-compact {
    min-height: 0 !important;
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}
    
