/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/shared/ui/mobile-dropdown/ui/MobileDropdown.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.MobileDropdown_backdrop__B94IU {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9998;
  transition: opacity 0.3s ease;
  overscroll-behavior: none;
  touch-action: none;
}

.MobileDropdown_sheet__xlU4t {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 20px 0 20px;
  overscroll-behavior: contain;
}

.MobileDropdown_grabber__2uCbI {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-shrink: 0;
  touch-action: none;
}

.MobileDropdown_grabberHandle__HEcKs {
  width: 48px;
  height: 5px;
  background: #d1d5db;
  border-radius: 9999px;
}

.MobileDropdown_title__Amg61 {
  padding: 0 20px 12px;
  font-size: 17px;
  font-weight: 600;
  color: #212a33;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}

.MobileDropdown_content__tRCdQ {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/**
 * Родитель для «тело скроллится — футер прибит к низу шита».
 * Дочерний блок с flex:1 + min-height:0 + overflow:auto получает прокрутку.
 */
.MobileDropdown_contentFill__PxUhR {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/widgets/tour-filter/ui/Filter.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.filter {
  padding-bottom: 30px;
}

.filter__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 28px;
  border: 1px solid #e8edf2;
  background: #fff;
}

.filter__head {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: minmax(78px, 1fr);
  gap: 5px;

  border-radius: 28px;
  border: 1px solid #00D5FF;
  background: #fff;
  padding: 5px;
}

.filter__head-left {
  grid-column: span 3;
  display: flex;
  flex-direction: row;
  gap: 0;
  height: 100%;
}

.filter__tab {
  background: #f3f7fa;
  position: relative;
  cursor: pointer;
  flex: 1;
  transition:
    background-size 0.3s ease,
    color 0.3s ease;
  background-image: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden;
}

.filter__tab:first-child {
  border-radius: 22px 0 0 22px;
  background-position: right center;
}

.filter__tab:nth-child(2) {
  border-radius: 0 22px 22px 0;
}

.filter__tab--active {
  background-size: 100% 100%;
  color: #fff;
}

.filter__tab-text,
.filter__tab-icon svg {
  transition: color 0.4s ease;
  fill: currentColor;
}

.filter__tab-text {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #212a33;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.filter__tab--active .filter__tab-text {
  color: #fff;
}

.filter__tab-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.filter .filter__param {
  position: relative;
  grid-column: span 2;
  border-radius: 22px;
  background: #f3f7fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  cursor: pointer;
}

.filter__param-label {
  color: #adb7c0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.filter__param-value {
  color: #212a33;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.filter__body {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.filter__row {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  grid-template-rows: minmax(40px, 1fr);
  gap: 5px;
  padding: 5px;
}

.filter__item {
  border-radius: 16px;
  background: #f3f7fa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  cursor: pointer;
  transform: scale(1);
  transition: 0.3s ease-in-out all;
}

.filter__item--stars {
  grid-column: span 3;
  margin-left: 25px;
}

.filter__stars {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.filter__star-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.filter__star-btn svg {
  color: #adb7c0;
  transition: color 0.3s ease;
}

.filter__star-btn.active svg {
  color: #212a33;
}

.filter__stars .filter__star-btn:hover~.filter__star-btn svg {
  color: #adb7c0;
}

.filter__stars .filter__star-btn:hover svg,
.filter__stars .filter__star-btn:hover~.filter__star-btn.active svg {
  color: #212a33;
}

.filter__star-btn.active svg {
  color: #212a33 !important;
}

.filter__item--select {
  grid-column: span 2;
}

.filter__item--select:last-child {
  grid-column: span 4;
  margin-right: 25px;
}

.filter__item-label {
  padding: 10px 0;
  color: #212a33;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  line-height: 120%;
}

.filter__item--checkboxes:first-child {
  grid-column: span 3;
  margin-left: 25px;
}

.filter__checkbox-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 12px 0;
  max-height: 166px;
  overflow-y: auto;
}

.filter__checkbox-group::-webkit-scrollbar {
  width: 4px;
}

.filter__checkbox-group::-webkit-scrollbar-track {
  background: white;
  width: 10px;
  border-radius: 10px;
}

.filter__checkbox-group::-webkit-scrollbar-thumb {
  background: #adb7c0;
  border-radius: 10px;
}

.filter__checkbox-group::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.filter__checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.filter__checkbox-text {
  color: #212a33;
  font-size: 14px;
  font-style: normal;
  line-height: 120%;
}

.filter__checkbox-default {
  font-weight: 500;
}

.filter__checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #dbe4ed;
  border-radius: 6px;
  background: #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.filter__checkbox-input:hover {
  border-color: #318eec;
}

.filter__checkbox-input:checked {
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  border-color: rgba(49, 142, 236, 0.2);
}

.filter__checkbox-input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath d='M0.75 2.63667L2.63667 4.52333L6.41667 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
  opacity: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.filter__checkbox-input:checked::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.filter__checkbox-input:focus-visible {
  outline: none;
}

.filter__item--search {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.search__head {
  margin-top: 12px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.search__head-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.search .filter__checkbox-group {
  margin: 0 0 12px 0 !important;
  max-height: 138px;
  height: 100%;
}

.filter__input {
  width: 100%;
  color: #adb7c0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.span-2 {
  grid-column: span 2;
}

.filter__item--budget {
  grid-column: span 4;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.filter__extras {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 20px;
}

.filter__item--submit {
  background-color: transparent;
}

.filter__submit-btn {
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 28px 0;
  justify-content: center;
  align-items: center;
  gap: var(--Space-none, 0);
  border-radius: 22px;
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.filter__more-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 10px 18px;
  margin: 0 5px;
  border-radius: 16px;
  background: rgba(243, 247, 250, 1);
  color: rgba(33, 42, 51, 1);
  font-style: Bold;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  transition: 0.3s ease-in-out all;
}

/* Мобильный шит «Все фильтры»: скролл только середины, кнопки у низа. */
.filter__mobile-sheet-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

.filter__mobile-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.filter__body--mobile-sheet {
  padding-bottom: 16px;
  gap: 20px;
}

.filter__mobile-actions {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  align-items: stretch;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: max(16px, env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(232, 237, 242, 1);
  background: #fff;
}

.filter__mobile-reset-btn {
  flex: 1;
  min-height: 48px;
  border-radius: 22px;
  background: #e8edf2;
  color: #5f6b76;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.filter__submit-btn--mobile {
  flex: 1;
  min-height: 48px;
  padding: 14px 0;
}

@media (max-width: 1200px) {
  .filter__head {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, minmax(78px, 1fr));
  }

  .filter__head_mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;

    border-radius: 28px;
    border: 1px solid #00D5FF;
    background: #fff;
    padding: 5px;
    margin-bottom: 20px;
  }

  .filter__head_mobile .filter__param {
    position: relative;
    height: 78px;
    border-radius: 22px;
    background: #f3f7fa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    cursor: pointer;
  }

  .filter__head-left {
    grid-column: span 2;
  }

  .filter__row:nth-child(1) {
    grid-template-columns: repeat(12, 1fr);
  }

  .filter__item--stars {
    grid-column: span 4;
  }

  .filter__item--select {
    grid-column: span 4;
  }

  .filter__item--select:nth-child(3) {
    margin-right: 25px;
  }

  .filter__item--select:nth-child(4) {
    margin-left: 25px;
  }

  .filter__item--select:nth-child(4),
  .filter__item--select:nth-child(5) {
    grid-column: span 6;
  }

  .filter__row--bottom {
    grid-template-columns: repeat(6, 1fr);
  }

  .filter__item--search {
    margin-right: 25px;
  }

  .filter__item--checkboxes {
    margin-left: 25px;
  }

  .filter__item--checkboxes,
  .filter__item--search,
  .filter__item--checkboxes,
  .filter__item--budget {
    grid-column: span 3;
  }
}

@media (max-width: 992px) {

  .filter__item--select:nth-child(3),
  .filter__item--select:last-child {
    margin-right: 10px;
  }

  .filter__item--select:nth-child(4),
  .filter__item--stars {
    margin-left: 10px;
  }

  .filter__item--budget {
    width: 100%;
  }

  .filter__item--search,
  .filter__item--budget {
    margin-right: 10px;
  }

  .filter__item--checkboxes:first-child {
    margin-left: 5px;
  }
}

@media (max-width: 768px) {
  .filter__wrapper {
    gap: 10px;
  }

  .filter__body {
    padding-bottom: 0;
  }

  .filter__head-mobile {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin: 0 5px;
  }

  .filter__head-mobile .filter__param {
    grid-column: span 1;
  }

  .filter__head {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, minmax(78px, 1fr));
  }

  .filter__row:nth-child(1) {
    grid-template-columns: repeat(4, 1fr);
  }

  .filter__row--bottom {
    gap: 5px;
  }

  .filter__item {
    margin: 0 !important;
  }

  .filter__item--checkboxes {
    grid-column: span 6;
  }

  .filter__item--checkboxes:nth-child(1) {
    grid-column: span 6;
    grid-row: 1/2;
  }

  .filter__item--search {
    grid-column: span 6;
    grid-row: 3/4;
  }

  .filter__item--checkboxes:nth-child(2) {
    grid-column: span 6;
    grid-row: 2/3;
  }

  .filter__item--budget {
    grid-column: span 6;
    grid-row: 5/6;
  }

  .filter__item--select:nth-child(3),
  .filter__item--select:last-child {
    margin-right: 5px;
    grid-column: span 4;
  }

  .filter__item--select:nth-child(4),
  .filter__item--stars {
    margin-left: 5px;
    grid-column: span 4;
  }

  .filter__item--select:nth-child(4),
  .filter__item--select:nth-child(5) {
    grid-column: span 4;
  }

  .filter__row--bottom {
    grid-template-rows: 1fr;
  }

  .filter__btn--wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .filter__more-btn {
    grid-column: span 1;
    font-size: 18px;
  }

  .filter__btn--wrapper .filter__item--select {
    grid-column: span 1;
  }

  .budget__dropdown {
    right: 0;
    left: unset;
    width: 200%;
    max-width: 200%;
  }

  .budget__dropdown.open {
    width: calc(100dvw - 54px);
    max-width: calc(100dvw - 54px);
    left: 25px !important;
  }
}

@media (max-width: 576px) {

  .filter__head-left,
  .filter__param:nth-child(2) {
    grid-column: 1 / -1;
  }

  .filter .filter__param {
    grid-column: span 4;
  }

  .filter__more-btn,
  .filter__btn--wrapper .filter__item--select .filter__item-label {
    font-size: 13px;
  }
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/shared/ui/filter-input/ui/FilterInput.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
/* src/widgets/tours-filter/ui/FilterInput.module.css */

.FilterInput_wrapper__E_Y89 {
  position: relative;
  cursor: pointer;
  border-radius: 22px;
  background: #f3f7fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
}

.FilterInput_head___lTLy {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.FilterInput_label__R7iv2 {
  color: #adb7c0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.FilterInput_input__76oui {
  width: 100%;
  border: none;
  background: transparent;
  color: #212a33;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  cursor: text;
  transition: all 0.3s ease;
   padding-right: 32px;
}

.FilterInput_inputMobileWrapper__Wo8zs {
  border: 2px solid #f3f7fa;
  padding: 10px;
  width: 100%;
  border-radius: 20px;
}

.FilterInput_inputMobile__UYZU1 {
  color: #212a33;
  font-size: 18px;
}

.FilterInput_input__76oui:focus, .FilterInput_inputMobile__UYZU1:focus {
  outline: none;
}

.FilterInput_input__76oui::-moz-placeholder, .FilterInput_inputMobile__UYZU1::-moz-placeholder {
  color: #adb7c0;
}

.FilterInput_input__76oui::placeholder, .FilterInput_inputMobile__UYZU1::placeholder {
  color: #adb7c0;
}

.FilterInput_dropdown__Xo3Lz {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  margin-top: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 16px;
  background: #f3f7fa;
  box-shadow: 0px 1px 5px 0px #dbdbdb;

  /* Анимация */
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px) scale(1);
  transition:
    opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out,
    margin 0.3s ease-in-out,
    width 0.3s ease-in-out;
}

.FilterInput_dropdown__Xo3Lz.FilterInput_open__8Pk_N {
  margin-top: 10px;
  padding: 20px;
  width: 200%;
  left: -50%;
  max-height: 300px; /* лимит на скролл */
  opacity: 1;
  transform: translateY(0) scale(1.01);
  transition:
    transform 0.3s ease-in-out,
    margin 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}

.FilterInput_dropdown__Xo3Lz.FilterInput_open__8Pk_N.FilterInput_home__7yfZF {
  left: 0;
}

.FilterInput_drag__z2DyJ {
  display: flex;
  flex-direction: row;
  gap: 0;
  margin: 0 auto;
  transform: rotate(90deg);
}

.FilterInput_list__74D3w {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding: 0 5px;
}

.FilterInput_list__title__yu8pS {
  color: #212a33;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  cursor: text;
}

.FilterInput_list__74D3w::-webkit-scrollbar {
  width: 4px; /* Ширина скроллбара */
}

/* Дорожка скроллбара */
.FilterInput_list__74D3w::-webkit-scrollbar-track {
  background: white;
  width: 10px;
  border-radius: 10px; /* Скругляем углы дорожки */
}

/* Ползунок скроллбара */
.FilterInput_list__74D3w::-webkit-scrollbar-thumb {
  background: #adb7c0;
  border-radius: 10px; /* Скругляем углы ползунка */
}

/* При наведении на ползунок */
.FilterInput_list__74D3w::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.FilterInput_noResults__47Q6u {
  color: #adb7c0;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}

.FilterInput_disabled__V3nzG {
  opacity: 0.6;
  cursor: not-allowed;
}

.FilterInput_disabled__V3nzG .FilterInput_input__76oui {
  cursor: not-allowed;
  background-color: #f5f5f5;
}

.FilterInput_removeBtn__W98Bz {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #adb7c0;
  cursor: pointer;
  padding: 0;
}

.FilterInput_removeBtn__W98Bz:hover {
  color: #ff4d4d;
}

.FilterInput_removeBtn__W98Bz svg {
  width: 40px;
  height: 40px;
}

@media (max-width: 1200px) {
  .FilterInput_dropdown__Xo3Lz.FilterInput_open__8Pk_N {
    width: 100%;
    left: 0;
  }
}

/* @media (max-width: 768px) {
  .input {
    pointer-events: none;
    user-select: none;
  }
  .dropdown {
    position: fixed;
    bottom : 0;
    width: 100dvw;
    height: 80dvh;
    z-index: 1000000;
    border-top-right-radius: 26px;
    border-top-left-radius: 26px;
  }

  .dropdown.open {
    top : 30dvh;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 100dvw;
    min-height: 70dvh;
  }
} */

/* ... твой текущий CSS ... */

/* Мобильный bottom sheet */
@media (max-width: 768px) {
  
  .FilterInput_input__76oui {
    pointer-events: none; /* отключаем ввод текста и клавиатуру */
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
  }

  .FilterInput_dropdown__Xo3Lz {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100dvw !important;
    max-height: 80dvh !important;
    min-height: 50dvh;
    border-top-left-radius: 26px !important;
    border-top-right-radius: 26px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15) !important;
    z-index: 999999 !important;
    overflow: hidden !important;
    background: white !important;
    will-change: transform, opacity;
    transition:  opacity 0.1s ease-out;
  }

  .FilterInput_dropdown__Xo3Lz.FilterInput_open__8Pk_N {
    top: auto !important;
    opacity: 1 !important;
    margin-top: 0 !important;
    
  }

  .FilterInput_list__74D3w {
    height: calc(100% - 60px); /* место под grabber */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; 
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/shared/ui/filter-nights/ui/FilterNights.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.FilterNights_nights__UvMIg {
  position: relative;
  border-radius: 22px;
  background: #f3f7fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  cursor: pointer;
}

.FilterNights_nights__label__v3MUH {
  color: #adb7c0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.FilterNights_nights__value__xsD8T {
  color: #212a33;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.FilterNights_dropdown__mz6gt {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  margin-top: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 16px;
  background: #f3f7fa;
  box-shadow: 0px 1px 5px 0px #dbdbdb;
  overflow: hidden;
  /* Анимация */
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px) scale(1);
  transition:
    transform 0.3s ease-in-out,
    margin 0.3s ease-in-out;
}

.FilterNights_dropdown__mz6gt.FilterNights_open__fV6mx {
  margin-top: 10px;
  padding: 20px;
  width: 200%;
  left: -50%;
  max-height: 300px; /* лимит на скролл */
  opacity: 1;
  transform: translateY(0) scale(1.01);
  transition:
    transform 0.3s ease-in-out,
    margin 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}

.FilterNights_title__bKhBB {
  color: #212a33;
  font-size: 14px;
  font-weight: 700;
}

.FilterNights_grid__pEDje {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.FilterNights_cell__KFszj {
  max-height: 50px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8edf2;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #212a33;
  border: 1px solid #e8edf2;
  cursor: pointer;
  transform: scale(1);
  transition: 0.3s ease-in-out all;
}

.FilterNights_cell__KFszj:hover {
  transform: scale(1.1);
  background: #def1ff;
}

.FilterNights_cell__KFszj.FilterNights_inRange__V4Htl {
  background: rgba(49, 142, 236, 0.15);
  border-color: #def1ff;
}

.FilterNights_cell__KFszj.FilterNights_selected__WQBDg {
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  color: white;
}

@media (max-width: 1200px) {
  .FilterNights_dropdown__mz6gt.FilterNights_open__fV6mx {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .FilterNights_dropdown__mz6gt.FilterNights_open__fV6mx {
    left: -25%;
    width: 150%;
  }

  .FilterNights_home__pAnHw.FilterNights_open__fV6mx {
    left: 0;
  }
}

@media (max-width: 768px) {
  .FilterNights_dropdown__mz6gt.FilterNights_open__fV6mx {
    left: 0;
    width: 200%;
  }

  .FilterNights_home__pAnHw.FilterNights_open__fV6mx {
    width: 100%;
  }

  .FilterNights_home__pAnHw.FilterNights_open__fV6mx .FilterNights_cell__KFszj {
    max-height: 35px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/shared/ui/DateRangePicker/DateRangePicker.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.date-picker-wrapper {
  width: 100%;
  max-width: 100%;
}

.date-picker-calendars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.date-picker-input {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #212a33;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.date-picker-input:focus {
  outline: none;
}

.date-picker-input::-moz-placeholder {
  color: #adb7c0;
}

.date-picker-input::placeholder {
  color: #adb7c0;
}

.date-picker-dropdown {
  position: absolute;
  top: 100%;
  left: -100%;
  margin-top: 8px;
  width: 630px;
  background: #fff;
  border: 1px solid #e8edf2;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  z-index: 1000;
  animation: fadeIn 0.2s ease;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.month-year {
  font-size: 14px;
  color: #212A33;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header (месяц/год + стрелки) */
.date-picker-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #e8edf2;
}

.nav-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #adb7c0;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.nav-btn:hover {
  color: #318eec;
}

.month-year-btn {
  background: transparent;
  border: none;
  color: #212a33;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.month-year-btn:hover {
  color: #00d5ff;
}

/* Дни недели */
.weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #adb7c0;
  text-align: center;
}

/* Сетка дней */
.days-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  padding: 0 12px 12px;
}

.date-picker-day {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  font-size: 14px;
  font-weight: 500;
  color: #212a33;
  border-radius: 50%;
  background: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}

.date-picker-day:hover {
  background-color: rgba(187, 187, 187, 0.6);
}

.date-picker-day.other-month {
  color: #adb7c0;
  opacity: 0.6;
}

.date-picker-day.today {
  border: 2px solid #00d5ff;
  color: #00d5ff;
}

.date-picker-day.in-range {
  background: rgba(0, 213, 255, 0.15);
}

.date-picker-day.selected {
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  color: white;
  font-weight: 700;
}

/* Месяцы */
.months-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 12px;
}

.month-btn {
  padding: 10px 0;
  background: transparent;
  border: none;
  color: #212a33;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.month-btn:hover {
  background: #f3f7fa;
}

.month-btn.active {
  color: #00d5ff;
  font-weight: 900;
}

/* Годы */
.years-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 12px;
}

.year-btn {
  padding: 10px 0;
  background: transparent;
  border: none;
  color: #212a33;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.year-btn:hover {
  background: #f3f7fa;
}

.year-btn.active {
  color: #00d5ff;
  font-weight: 900;
}

.expired {
  pointer-events: none;
  cursor: none;
}

@media (max-width: 1200px) {
  .date-picker-dropdown {
    left: 0;
    width: 630px;
  }
  .home {
    right: 0;
    left: auto;
  }
}

@media (max-width: 992px) {
  .date-picker-dropdown {
    width: 630px;
  }

  .home {
    right: 0;
    left: auto;
  }
}

@media (max-width: 768px) {
  .date-picker-dropdown {
    left: unset;
    right: 0;
    width: 200%;
  }

  .nav-btn  {
    width: 40px;
    height: 40px;
    font-size: 40px;
    font-weight: 500;
  }

  .home {
    left: 0;
  }

  .date-picker-calendars {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .home {
    width: 100%;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/shared/ui/filter-select/ui/FilterSelect.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.filter--select {
  border-radius: 16px;
  background: #f3f7fa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  cursor: pointer;
  transform: scale(1);
  transition: 0.3s ease-in-out all;
}

.filter__item--select {
  position: relative;
}

.filter__item--select:has(.filter__item--dropdown.open) {
  z-index: 1000000;
}

/* Триггер — кнопка внутри */
.filter__item-trigger {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
}

.cruise__tab.active .filter__item-label {
  color: white;
}

.cruise__tab.active .filter__item-svg path {
  stroke: white;
}


.filter__item-label {
  padding: 10px 0;
  color: #212a33;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  line-height: 120%;
}

.filter__item-svg {
  transition: transform 0.3s ease;
}

.filter__item-svg.rotated {
  transform: rotate(180deg);
}

/* Дропдаун: position: fixed и координаты через JS, чтобы не обрезаться overflow у родителя */
.filter__item--dropdown {
  position: absolute;
  z-index: 10001;
  margin-top: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 16px;
  background: #f3f7fa;
  box-shadow: 0px 1px 5px 0px #dbdbdb;
  max-width: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-8px) scale(0.97);
  transition:
    opacity 0.12s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.filter__item--dropdown.open {
  z-index: 10001;
  margin-top: 10px;
  padding: 20px;
  width: auto;
  max-width: 300px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.filter__item--overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
}



.filter__item--dropdown.price-dropdown-wide {
  min-width: 235px;

}

.sort__dropdown.open {
  min-width: 209px;
  width: 100%;
  max-width: 100%;
  max-width: 300px;
}

.filter__item--dropdown-title {
  color: #212a33;
  font-size: 14px;
  font-weight: 500;

}

.filter__item--dropdown-input-wrapper:nth-child(2) {
  padding-top: 5px;
}

.filter__item--dropdown-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.filter__item--dropdown-input-title,
.filter__item--dropdown-input {
  color: #212a33;
  font-size: 14px;
  font-weight: 600;
}

.filter__item--dropdown-input {
  border: 1px solid #c3c7c9;
  border-radius: 16px;
  background: #fff;
  padding: 10px;
}

.filter__item--dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.filter__item--dropdown-list-el {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  padding: 5px 0;
  /* transform: scale(1); */
  transition: 0.3s ease-in-out all;
}

.filter__item--dropdown-list-el:hover {
  background: rgba(117, 178, 239, 0.1);
  border-radius: 8px;
  /* transform: scale(1.03); */
  transition: 0.3s ease-in-out all;
}

.option__text {
  color: #212a33;
  font-size: 14px;
  font-weight: 500;
}

.option__country {
  color: #adb7c0;
}

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

.option__radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.option__radio+.option__text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 2px solid #c3c7c9;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
  vertical-align: middle;
  transition: all 0.3s ease;
}

.option:hover .option__radio+.option__text::before {
  border-color: #dbe4ed;
  box-shadow: 0 0 0 4px rgba(49, 142, 236, 0.1);
  transition: all 0.3s ease;
}

.option__radio:checked+.option__text::before {
  border-color: #318eec;
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  box-shadow: 0 0 0 4px rgba(49, 142, 236, 0.2);
  transition: all 0.3s ease;
}

.filter__item--dropdown-submit-button {
  margin: 0 auto;
  display: flex;
  width: 80%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: var(--Space-none, 0);
  border-radius: 22px;
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transform: scale(1);
  filter: brightness(1);
  transition: 0.3s ease-in-out all;
}

.filter__item--dropdown-submit-button:hover {
  transform: scale(1.02);
  filter: brightness(1.1);
  transition: 0.3s ease-in-out all;
}

@media (min-width: 1200px) {
  .meal__dropdown.open {
    left: -25%;
    width: 150%;
  }
}

.filter__item:hover {
  background-color: rgb(232, 237, 242);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/shared/ui/filter-tourists/ui/FilterTourists.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.FilterTourists_tourists__rtj6W {
  position: relative;
  border-radius: 22px;
  background: #f3f7fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  cursor: pointer;
}

.FilterTourists_tourists__label__nUsnY {
  color: #adb7c0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.FilterTourists_tourists__value__BE3it {
  color: #212a33;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.FilterTourists_dropdown__LWPm_ {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  padding: 20px;
  background: #f3f7fa;
  border-radius: 16px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;

  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-10px) scale(1);
  transition:
    transform 0.3s ease-in-out,
    margin 0.3s ease-in-out;
}

.FilterTourists_dropdown__LWPm_.FilterTourists_open__LG_fp {
  overflow: visible !important;
  width: 150%;
  overflow-y: auto;
  max-height: 350px;
  opacity: 1;
  transform: translateY(0) scale(1.01);
  transition:
    transform 0.3s ease-in-out,
    margin 0.3s ease-in-out,
    opacity 0.3s ease-in-out,
    z-index 0.1s ease;
}

.FilterTourists_section__HU5ov {
  margin-bottom: 20px;
  position: relative;
}

.FilterTourists_sectionTitle__m00ka {
  color: #212a33;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.FilterTourists_radioGroup__YxwUj {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}

.FilterTourists_radioLabel__5YkMK {
  cursor: pointer;
}

.FilterTourists_radioInput__1_uOc {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.FilterTourists_radioBtn__zI4n9 {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8edf2;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #212a33;
  transform: scale(1);
  transition: all 0.3s ease;
}

.FilterTourists_radioBtn__zI4n9:hover {
  transform: scale(1.05);
  filter: brightness(0.95);
  transition: all 0.3s ease;
}

.FilterTourists_radioBtnActive__bYQxq {
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  color: white;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.FilterTourists_childItem__ziZxF {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #e8edf2;
  border-radius: 12px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #212a33;
}

.FilterTourists_removeBtn___DoxZ {
  background: none;
  border: none;
  color: #adb7c0;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.FilterTourists_removeBtn___DoxZ:hover {
  color: #ff4d4d;
}

.FilterTourists_addChild__UCcfd {
  margin-top: 12px;
  position: relative;
}

.FilterTourists_select__iHRhu {
  position: relative;
  width: 100%;
  padding: 0 20px;
  /* border: 1px solid #e8edf2; */
  border-radius: 12px;
  font-size: 14px;
  color: #212a33;
  /* box-shadow: 0px 0px 1px 1px #e8edf2; */
  box-shadow: 0px 1px 5px 0px #dbdbdb;
  cursor: pointer;
  transform: scale(1);
  transition: 0.1s ease-in-out all;
}

.FilterTourists_select__iHRhu:hover {
  transform: scale(1.01);
  transition: 0.1s ease-in-out all;
}

.FilterTourists_childDropdown__d7yw5 {
  /* Если нужно переопределить ширину/высоту дропдауна для детей */
  width: 100%;
  position: absolute;
  top: unset;
  bottom: 100%;
  left: 0;
  z-index: 10000;
  margin-bottom: 10px;
}

.FilterTourists_section__HU5ov::-webkit-scrollbar,
.FilterTourists_childOptions__77HSR::-webkit-scrollbar {
  width: 4px; /* Ширина скроллбара */
}

/* Дорожка скроллбара */
.FilterTourists_section__HU5ov::-webkit-scrollbar-track,
.FilterTourists_childOptions__77HSR::-webkit-scrollbar-track {
  background: white;
  width: 10px;
  border-radius: 10px; /* Скругляем углы дорожки */
}

/* Ползунок скроллбара */
.FilterTourists_section__HU5ov::-webkit-scrollbar-thumb,
.FilterTourists_childOptions__77HSR::-webkit-scrollbar-thumb {
  background: #adb7c0;
  border-radius: 10px; /* Скругляем углы ползунка */
}

/* При наведении на ползунок */
.FilterTourists_section__HU5ov::-webkit-scrollbar-thumb:hover,
.FilterTourists_childOptions__77HSR::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.FilterTourists_childOptions__77HSR {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 200px;
  overflow: auto;
}

.FilterTourists_childOption__QUCFl {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.FilterTourists_childOption__QUCFl:hover {
  background: rgba(49, 142, 236, 0.1);
  border-radius: 8px;
}

.FilterTourists_childText__QDABn {
  color: #212a33;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .FilterTourists_dropdown__LWPm_.FilterTourists_open__LG_fp {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .FilterTourists_dropdown__LWPm_.FilterTourists_open__LG_fp {
    width: 200%;
  }
  .FilterTourists_home__YL5zE.FilterTourists_open__LG_fp {
    width: 100%;
  }

  .FilterTourists_childDropdown__d7yw5 {
    top: 100%;
    bottom: unset;
    left: 0;
    margin-top: 10px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/widgets/loader/ui/Loader.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Loader_loader__wrapper__W6_8Y {
    position: relative;
    max-width: 100dvw;
    width: 100%;
    height: 80dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%);
    overflow: hidden;
}

.Loader_loader__section__4f2QN {
  position: relative;
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%);
  overflow: hidden;
}

.Loader_loader__inline___oJUA {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  min-height: 56px;
}

.Loader_loader__screen___Acdu {
  position: relative;
  min-height: 100dvh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%);
  overflow: hidden;
}

.Loader_loader__section__4f2QN::before,
.Loader_loader__screen___Acdu::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.5) 50%,
    rgba(255,255,255,0) 100%
  );
  background-size: 400% 100%;
  animation: Loader_shine__1bl8i 6s infinite linear;
  z-index: 1;
}

.Loader_loader__section__4f2QN::after,
.Loader_loader__screen___Acdu::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255,255,255,0.4) 0%,
    rgba(255,255,255,0.1) 70%,
    transparent 100%
  );
  animation: Loader_breathe__vxK1r 8s infinite ease-in-out;
  z-index: 2;
  pointer-events: none;
}

.Loader_loader__section__4f2QN .Loader_spinner__0gYYr,
.Loader_loader__screen___Acdu .Loader_spinner__0gYYr,
.Loader_loader__inline___oJUA .Loader_spinner__0gYYr {
  z-index: 3;
}


.Loader_loader__wrapper__W6_8Y::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.5) 50%,
    rgba(255,255,255,0) 100%
  );
  background-size: 400% 100%;
  animation: Loader_shine__1bl8i 6s infinite linear;
  z-index: 1;
}

.Loader_loader__wrapper__W6_8Y::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255,255,255,0.4) 0%,
    rgba(255,255,255,0.1) 70%,
    transparent 100%
  );
  animation: Loader_breathe__vxK1r 8s infinite ease-in-out;
  z-index: 2;
  pointer-events: none;
}

@keyframes Loader_shine__1bl8i {
  0%   { background-position: 400% 0; }
  100% { background-position: -400% 0; }
}

@keyframes Loader_breathe__vxK1r {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50%      { opacity: 0.6; transform: scale(1.05); }
}

.Loader_spinner__0gYYr {
  z-index: 10000000;
  width: 100px;
  height: 100px;
  margin: auto;
  max-width: 128px;
  max-height: 128px;
  margin: auto;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #00D5FF;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: Loader_rotation__uX9Sk 1s linear infinite;
}

.Loader_spinner_sm__zc6DK {
  width: 28px;
  height: 28px;
  max-width: 32px;
  max-height: 32px;
  border-top-width: 3px;
}

.Loader_spinner_lg__aKbgl {
  width: 120px;
  height: 120px;
}


@keyframes Loader_rotation__uX9Sk {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

@media (max-width: 1024px) {
  .Loader_spinner__0gYYr:not(.Loader_spinner_sm__zc6DK) {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 768px) {
  .Loader_spinner__0gYYr:not(.Loader_spinner_sm__zc6DK) {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 480px) {
  .Loader_spinner__0gYYr:not(.Loader_spinner_sm__zc6DK) {
    width: 56px;
    height: 56px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/widgets/toast/ui/TourFilterToast.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.TourFilterToast_toast__TxNww {
  position: fixed;
  z-index: 99950;
  right: 24px;
  bottom: 24px;
  max-width: min(380px, calc(100vw - 32px));
  padding: 16px 18px 16px 20px;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-left: 4px solid red;
  font-size: 14px;
  font-weight: 500;
  color: #212a33;
  line-height: 1.45;
  pointer-events: none;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition:
    opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.TourFilterToast_toast__TxNww.TourFilterToast_visible__EjYs_ {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.TourFilterToast_title__Tpgxq {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: #212a33;
  letter-spacing: -0.01em;
}

.TourFilterToast_list___PBIO {
  margin: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.TourFilterToast_item__NdW0C {
  margin: 0;
  color: #3d4a56;
  font-weight: 500;
}

@media (max-width: 768px) {
  .TourFilterToast_toast__TxNww {
    right: 12px;
    bottom: 16px;
    max-width: calc(100vw - 24px);
    padding: 14px 16px;
    font-size: 13px;
    border-radius: 16px;
  }

  .TourFilterToast_title__Tpgxq {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/widgets/tour-results-toolbar/ui/ResultsToolbar.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.results-toolbar {
  padding-bottom: 30px;
}

.results-toolbar__container,
.results-toolbar__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.results-toolbar__left {
  display: flex;
  flex-direction: row;
  gap: 10px;
}


.results-toolbar__map-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  padding: 10px 17.5px;
  border-radius: 16px;
  background: #f3f7fa;
  color: #212a33;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 19.2px */
}

.results-toolbar__count,
.results-toolbar__action-btn {
  color: #adb7c0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
}

.results-toolbar__action-btn {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.results-toolbar__action-btn--price {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 16.8px */
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
  .results-toolbar__container {}

  .results-toolbar__right {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;

  }

  .results-toolbar__count,
  .results-toolbar__action-btn {
    grid-column: span 1;
  }

}

@media (max-width: 576px) {
  .results-toolbar__left {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  /* .results-toolbar__right {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  } */

  /* .results-toolbar__count {
    grid-column: span 4;
    grid-row: 2/3;
    justify-self: center;
  } */

  .results-toolbar__sort-btn .filter__item-label,
  .results-toolbar__map-btn {

    font-size: 10px;
  }

  .results-toolbar__sort-btn,
  .results-toolbar__map-btn {
    grid-column: span 1;
    justify-content: space-between;
    width: 100%;
  }

  .results-toolbar__action-btn {
    grid-column: span 2;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/shared/ui/filter-select/ui/sort-dropdown/SortDropdown.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************/
.SortDropdown_list__okRLp {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.SortDropdown_option__DJA_S {
  width: 100%;
  padding: 12px 16px;
  background: transparent;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #212a33;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.SortDropdown_option__DJA_S:hover {
  background: rgba(49, 142, 236, 0.08);
  
}

.SortDropdown_option__DJA_S.SortDropdown_active__Jdr66 {
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  color: white;
  box-shadow: 0 2px 8px rgba(49, 142, 236, 0.2);
}

.SortDropdown_text__Tm5K8 {
  flex: 1;
}

.SortDropdown_arrow__0pwkt {
  width: 20px;
  height: 20px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.SortDropdown_option__DJA_S.SortDropdown_active__Jdr66 .SortDropdown_arrow__0pwkt {
  opacity: 1;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/swiper/swiper.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 12.1.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 24, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/swiper/modules/pagination.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/swiper/modules/autoplay.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/

/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/swiper/modules/effect-cards.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/widgets/tour-card-swiper/ui/TourCardSwiper.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.card__swiper-wrapper {
  position: relative;
  grid-column: 1/6;
}

.card__swiper-button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 2;
  background-color: white;
  border-radius: 17px;
  box-shadow: 0 0 14px 0 rgba(33, 42, 51, 0.07);
}

.button-next {
  right: 0;
  transform: translate(50%, -50%);
}

.button-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.card__swiper {
  border-radius: 18px;
  overflow: hidden;
}

.card__swiper-slide {
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.card__swiper__image {
  height: 190px;
  width: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.card__swiper__image:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/entities/tour-ticket/ui/TourTicket.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.ticket {
    width: 100%;
    grid-column: 1/13;
    border-radius: 18px;
    background: #F3F7FA;
    
}

.ticket__wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: minmax(60px, 1fr);
    gap: 40px;
    padding: 10px 17px 10px 10px;
}

.ticket__info {
    grid-column: 1/6;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

.ticket__operator, .ticket__flight, .ticket__duration {
    grid-column: span 3;
}

.ticket__operator {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #FFF;
}

.ticket__operator-logo {
    max-width: 70px;
    height: 100%;
    aspect-ratio: 70/33;
}

.ticket__flight {
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
}

.ticket__flight-label {
    color: #ADB7C0;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 11px */
    display: inline-flex;
    height: 17px;
    padding: 3px 7px;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
    align-items: center;
    gap: var(--Space-none, 0);
    border-radius: 6px;
    background: #FFF;
}

.ticket__flight-airline {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.ticket__flight-airline-logo {
    border-radius: 10px;
    width: 28px;
    height: 28px;
    aspect-ratio: 1/1;
}

.ticket__flight-details {
    display: flex;
    flex-direction: column;
}

.ticket__flight-details-title {
    color: #212A33;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 2px;
}

.ticket__flight-code {
    color: #ADB7C0;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 10.8px */
}

.ticket__duration {
    border-radius: 16px;
    background: #FFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px 0;
}

.ticket__nights {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 14.4px */
    background: linear-gradient(303deg, #318EEC -0.67%, #00D5FF 81.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ticket__date {
    color: #212A33;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
}

.ticket__details {
    grid-column: 6/13;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.ticket__hotel {
    display: flex;
    flex-direction: column;
    gap: 5px;
    
}

.ticket__hotel-meal {
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    color: #212A33;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
}

.ticket__hotel-room {
    font-size: 14px;
    font-weight: 500;
    overflow-wrap: break-word;
    color: #212A33;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
}

.ticket__actions {
    height: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.ticket__price {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.ticket__price-title {
    overflow: hidden;
    color: #ADB7C0;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.ticket__price-value {
    overflow: hidden;
    color:  #212A33;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
}

.ticket__buttons {
    display: flex;
    flex-direction: row;
    gap: 17px;
    align-items: center;
}

.ticket__select-btn {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 16.8px */
    display: flex;
    width: 102px;
    height: 40px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: var(--Space-none, 0);
    border-radius: 16px;
    background: linear-gradient(303deg, #318EEC -0.67%, #00D5FF 81.88%);
    transition: 0.3s ease-in-out all;
}

.ticket__select-btn:hover {
    filter: brightness(1.1);
    transition: 0.3s ease-in-out all;
}

@media (max-width: 1200px) {
    .ticket__flight {
        justify-self: center;
    }
}

@media (max-width: 768px) {
    .card__wrapper, .card__tickets-list.open {
        padding-right: 10px !important;
    }
    .ticket__wrapper {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        padding-right: 10px !important;
    }
    .ticket__info {
        grid-template-columns: repeat(4, 1fr);
        
    }

    .ticket__operator, .ticket__flight, .ticket__duration {
        grid-column: span 2;
    }

    .ticket__operator {
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .ticket__flight--outbound {
        grid-column: 1/3;
        grid-row: 2/3;
    }

    .ticket__flight--return {
        grid-column: 3/5;
        grid-row: 2/3;
    }

    .ticket__duration {
        grid-column: 3/5;
        grid-row: 1/2;
    }
    
}

@media (max-width: 576px) {
    .ticket__details {
        flex-direction: column;
        align-items: flex-start;
        max-width: 100%;
    }
    .ticket__hotel {
        max-width: 100%;
        width: 100%;
    }
    .ticket__hotel-room {
        max-width: 100%;
        font-size: 16px;
        word-wrap: break-all;
        overflow-wrap: break-word;
        white-space: pre-line;
    }

    .ticket__actions {
        width: 100%;
        justify-content: space-between;
    }

    .ticket__price {
        align-items: flex-start;
    }


}
/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/entities/tour-card/ui/TourCard.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.card {
  border-radius: 28px;
  border: 1px solid #e8edf2;
  background: #fff;
}

.card__wrapper {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  padding: 10px 20px 10px 10px;
  transition: 0.3s ease-in-out all;
}

.card__info {
  grid-column: 6/13;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card__info-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card__hero {
  width: 95%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.card__hero-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}

.card__hero-info-text {
  color: #adb7c0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}

.card__hero-info-link {
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: 0.3s ease-in-out all;
  cursor: pointer;
}

.card__hero-info-link:hover {
  background: linear-gradient(303deg, #00d5ff -0.67%, #318eec 81.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s ease-in-out all;
}

button.card__hero-info-link {
  border: none;
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
}

.card__hero-title {
  max-width: 95%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 6px;
}

.card__title {
  color: #212a33;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
}

.card__rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: 38px;
  height: 18px;
  border-radius: 10px;
  background: #212a33;
}

.card__rating-value {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: -1px;
}

.card__info-wrapper .card__like-icon {
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 25px;
  right: 25px;
}

.card__like-icon {
  color: transparent;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}

.card__like-icon:hover,
.card__like-icon.active {
  color: red;
  stroke-opacity: 0;
  transition: 0.3s ease-in-out all;
}

.card__info-body {
  width: 100%;
  max-width: 550px;
}

.card__info-boy-text {
  color: #212a33;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%; /* 16.8px */

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card__info-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card__info-buttons-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.card__info-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.rating__mark {
  padding: 7px;
  border-radius: 10px;
  background: linear-gradient(
    142.21deg,
    rgb(113, 215, 102),
    rgb(83, 185, 72) 100%
  );
  display: flex;
  align-items: center;
  gap: 7px;
  transition: 0.3s ease-in-out all;
  width: -moz-max-content;
  width: max-content;
}

.rating__mark:hover {
  /* background: linear-gradient(108deg, #53B948 0.44%, #71D766 81.79%); */
  filter: brightness(1.1);
  transition: 0.3s ease-in-out all;
}

.rating__value {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.rating__count {
  color: #adb7c0;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.card__info-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.card__info-button {
  border-radius: 10px;
  background: #f3f7fa;
  color: #212a33;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 14.4px */
  padding: 7px;
  transition: 0.3s ease-in-out all;
}

.card__info-button:hover {
  filter: contrast(0.9);
  transition: 0.3s ease-in-out all;
}

.card__info-price-block {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}

.card__price {
  color: #212a33;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 28.8px */
}

.card__more-btn {
  display: flex;
  width: 28px;
  height: 28px;
  /* padding: var(--Space-12, 12px) var(--Space-16, 16px) 12px var(--Space-16, 16px); */
  justify-content: center;
  align-items: center;
  gap: var(--Space-none, 0);
  aspect-ratio: 1/1;
  border-radius: 22px;
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  transition:
    background 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
  outline: none;
  will-change: transform, background;
}

.card__more-btn:hover {
  background: linear-gradient(303deg, #212a33 -0.67%, #212a33 81.88%);
}

.card__more-btn.active {
  background: linear-gradient(303deg, #212a33 -0.67%, #212a33 81.88%);
  transform: rotate(180deg);
}

.card__more-btn-icon {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card__tickets-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: max-height, padding;
}

.card__tickets-primary {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card__tickets-scroll {
  max-height: 0;
  overflow: hidden;
  border-radius: 15px;
  box-sizing: border-box;
  padding-bottom: 16px;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card__tickets-extra {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-12px);
  transition:
    max-height 0.35s ease,
    opacity 0.3s ease,
    transform 0.35s ease;
}

.card__tickets-extra.open {
  max-height: 99999px;
  opacity: 1;
  transform: translateY(0);
}

.card__tickets-toggle-btn {
  margin: auto;
  min-width: 102px;
  width: 20%;
  height: 40px;
  padding: 12px 16px;
  border: none;
  border-radius: 16px;
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
  transition: 0.3s ease-in-out all;
}

.card__tickets-toggle-btn:hover {
  filter: brightness(1.1);
  transition: 0.3s ease-in-out all;
}

.card__tickets-list.open {
  padding: 10px 20px 10px 10px;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.card__tickets-list.open .card__tickets-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.card__tickets-list.open .card__tickets-scroll::-webkit-scrollbar {
  display: none;
}

.card__tickets-wrapper {
  position: relative;
}

.card__tickets-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
}

.card__tickets-inner--blurred {
  filter: blur(4px);
  pointer-events: none;
}

.card__tickets-loading-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.card__tickets-loading-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 0 0 28px 28px;
  background: rgba(0, 0, 0, 0.05);
}

.card__tickets-loading-icon {
  position: relative;
  width: 64px;
  height: 64px;
}

@media (max-width: 1200px) {
  .card__swiper-wrapper,
  .card__info {
    grid-column: 1/13;
  }

  .card__info-wrapper .card__like-icon {
    position: relative;
    inset: 0;
  }

  .ticket__info,
  .ticket__details {
    grid-column: 1/13;
  }

  .ticket__flight {
    justify-self: center;
  }
}

@media (max-width: 768px) {
  .card__swiper-wrapper,
  .card__info {
    max-width: 100dvw;
  }

  .card__hero-point {
    display: none;
  }

  .card__info-footer {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, auto);
  }

  .card__info-buttons-row {
    grid-column: 1/13;
    grid-row: 1/2;
    justify-content: space-between;
  }

  .card__info-buttons {
    width: -moz-fit-content;
    width: fit-content;
    flex-wrap: wrap;
    gap: 15px;
  }

  .card__info-price-block {
    grid-column: 1/13;
    grid-row: 2/3;
    justify-self: end;
  }

  .card__tickets-toggle-btn {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .card__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .card__hero {
    max-width: 90%;
  }

  .card__title {
    max-width: 90%;
    flex-shrink: 0;
    white-space: normal;
  }

  .card__rating {
    padding: 2px 5px;
  }

  .card__info-buttons-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/widgets/tour-cards/ui/Cards.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.cards {
    position: relative;
    z-index: 1;
}
.cards__container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cards__container.loading {
  position: relative;
  min-height: 500px;
  border-radius: 22px;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%);
  overflow: hidden;
}

.cards__container.loading::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.5) 50%,
    rgba(255,255,255,0) 100%
  );
  background-size: 400% 100%;
  animation: shine 6s infinite linear;
  z-index: 1;
}

.cards__container.loading::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(255,255,255,0.4) 0%,
    rgba(255,255,255,0.1) 70%,
    transparent 100%
  );
  animation: breathe 8s infinite ease-in-out;
  z-index: 2;
  pointer-events: none;
}

@keyframes shine {
  0%   { background-position: 400% 0; }
  100% { background-position: -400% 0; }
}

@keyframes breathe {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50%      { opacity: 0.6; transform: scale(1.05); }
}

.cards__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cards__more {
    display: flex;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 28px;
    justify-content: center;
    align-items: center;
    gap: var(--Space-none, 0);
    border-radius: 22px;
    background: #F3F7FA;
    color: #212A33;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    transition: 0.3s ease-in-out all;
}

.cards__more:hover {
    filter: contrast(0.9);
    transition: 0.3s ease-in-out all;
}
