/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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[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[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/home-filter/ui/CrouiseFilter/Filter.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.Filter_filter__tabs__Ftb_1 {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 20px;
  overflow-x: auto;
}

.Filter_filter__tabs__Ftb_1::-webkit-scrollbar {
  display: none;
}

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

    color: #212a33;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
    line-height: 120%;
}

.Filter_filter__sW6Xl {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.Filter_filter__wrapper__AL81Q {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  padding: 6px;
  border-radius: 28px;
  border: 1px solid #318eec;
}

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

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

.Filter_filter__button__d_Fs4 {
  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_filter__footer__TLuKU {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.Filter_filter__footerWrapper__ob9GJ {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  /* overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; */
}

.Filter_filter__all__824MK {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 10px 18px;
  border-radius: 16px;
  background: rgba(243, 247, 250, 1);

  color: rgba(33, 42, 51, 1);
  font-style: Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  transition: 0.3s ease-in-out all;
}

.Filter_filter__all__824MK:hover {
  background-color: rgb(232, 237, 242);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.Filter_filter__count__HfBd6 {
  color: rgba(173, 183, 192, 1);
  font-style: Bold;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
}

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

    color: #212a33;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    white-space: nowrap;
    line-height: 120%;
}

.Filter_tab__ltc1_.Filter_active__ATe1h {
  color: white !important;
  background: var(--blue-gr);
}

@media (max-width: 1200px) {
  .Filter_filter__wrapper__AL81Q {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .Filter_filter__wrapper__AL81Q {
    grid-template-columns: repeat(2, 1fr);
  }

  .Filter_tab__ltc1_ {
    padding: 10px 15px;
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .Filter_filter__wrapper__AL81Q {
    grid-template-columns: 1fr;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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[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/home-filter/ui/TourFilter/Filter.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.Filter_filter__6pSR_ {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.Filter_filter__wrapper__Q1aF7 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  padding: 6px;
  border-radius: 28px;
  border: 1px solid #318eec;
}

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

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

.Filter_filter__button__2zuj8 {
  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_filter__footer___Z0gC {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.Filter_filter__footerWrapper__jjLJI {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  /* overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; */
}

.Filter_filter__all__v1zZT {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 10px 18px;
  border-radius: 16px;
  background: rgba(243, 247, 250, 1);

  color: rgba(33, 42, 51, 1);
  font-style: Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  transition: 0.3s ease-in-out all;
}

.Filter_filter__all__v1zZT:hover {
  background-color: rgb(232, 237, 242);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.Filter_filter__count__DMY3_ {
  color: rgba(173, 183, 192, 1);
  font-style: Bold;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
}

@media (max-width: 1200px) {
  .Filter_filter__wrapper__Q1aF7 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .Filter_filter__wrapper__Q1aF7 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .Filter_filter__wrapper__Q1aF7 {
    grid-template-columns: 1fr;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/fsd-pages/home/ui/sections/About.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.about__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.about__list .about__card:first-child {
  background: radial-gradient(
    311.2% 116.36% at 47.95% 40.07%,
    #08cbfc 0%,
    #212a33 100%
  );
  color: white;
}

.about__list .about__card:nth-child(2) {
  border: 1px solid #318eec;
  color: rgba(33, 42, 51, 1);
}

.about__list .about__card:nth-child(3) {
  border: 1px solid rgba(232, 237, 242, 1);
}

.about__card {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 80px;
  gap: 20px;
  border: 1px solid transparent;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}


.card__imageWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  position: relative;
}

.card__imagePerson:first-child {
  width: 100%;
  height: 100%;
  max-width: 95px;
  max-height: 95px;

  margin-right: -15px;
}

.card__imagePerson:last-child {
  width: 100%;
  height: 100%;
  max-width: 95px;
  max-height: 95px;

  margin-left: -15px;
}

.about .card__title {
  max-width: 100%;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}

.about .card__text {
  font-weight: 500;
  font-style: Bold;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}

.about .card__bankList {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.about .card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  background: linear-gradient(302.5deg, #318eec -0.67%, #00d5ff 81.88%);
  border-radius: 22px;

  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  transition: all 0.3s ease-in-out;
}

.about .card__button:hover {
  filter: brightness(0.95);
  transition: all 0.3s ease-in-out;
}

.about .card__advantages {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

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

.card__advantage .card__text {
  max-width: 210px;
  text-align: left;
}

@media (max-width: 1400px) {
    .about .card {
        padding: 20px;
    }

    .card__imagePerson {
        width: 140px;
    }
}

@media (max-width: 1200px) {
    .about__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .about .card:first-child{
        grid-column: span 2;
    }

}

@media (max-width: 768px) {
    .about__list {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .about__card:first-child{
        grid-column: span 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/fsd-pages/home/ui/sections/About.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.About_about__list__ktAKU {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.About_about__list__ktAKU .About_about__card__dqEMQ:first-child {
  background: radial-gradient(
    311.2% 116.36% at 47.95% 40.07%,
    #08cbfc 0%,
    #212a33 100%
  );
  color: white;
}

.About_about__list__ktAKU .About_about__card__dqEMQ:nth-child(2) {
  border: 1px solid #318eec;
  color: rgba(33, 42, 51, 1);
}

.About_about__list__ktAKU .About_about__card__dqEMQ:nth-child(3) {
  border: 1px solid rgba(232, 237, 242, 1);
}

.About_about__card__dqEMQ {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 80px;
  gap: 20px;
  border: 1px solid transparent;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}


.About_card__imageWrapper__cisnz {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
  position: relative;
}

.About_card__imagePerson__A1lW_:first-child {
  width: 100%;
  height: 100%;
  max-width: 95px;
  max-height: 95px;

  margin-right: -15px;
}

.About_card__imagePerson__A1lW_:last-child {
  width: 100%;
  height: 100%;
  max-width: 95px;
  max-height: 95px;

  margin-left: -15px;
}

.About_card__title__yvvoa {
  max-width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}

.About_card__text__Tf1MU {
  font-weight: 400;
  font-style: Bold;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
}

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

.About_card__button__bX9kq {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  background: linear-gradient(302.5deg, #318eec -0.67%, #00d5ff 81.88%);
  border-radius: 22px;

  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-style: Bold;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  transition: all 0.3s ease-in-out;
}

.About_card__button__bX9kq:hover {
  filter: brightness(0.95);
  transition: all 0.3s ease-in-out;
}

.About_card__advantages__oilxR {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

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

.About_card__advantage__uM3Yv .About_card__text__Tf1MU {
  max-width: 210px;
  text-align: left;
}

@media (max-width: 1400px) {
    .About_card__JzE7c {
        padding: 20px;
    }

    .About_card__imagePerson__A1lW_ {
        width: 140px;
    }
}

@media (max-width: 1200px) {
    .About_about__list__ktAKU {
        grid-template-columns: repeat(2, 1fr);
    }

    .About_card__JzE7c:first-child{
        grid-column: span 2;
    }

}

@media (max-width: 768px) {
    .About_about__list__ktAKU {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .About_about__card__dqEMQ:first-child{
        grid-column: span 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/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/shared/ui/social-icons/ui/SocialIcons.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.SocialIcons_social__icons__TQMdt {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.SocialIcons_social__icon__168m4 a {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00000033;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  background: #fff;
}

.SocialIcons_social__icon__168m4 a:hover {
  transform: translateY(-3px);
  border-color: transparent;
}

.SocialIcons_telegram__jan1u:hover {
  background: #0088cc;
}

.SocialIcons_youtube__FR_Wk:hover {
  background: #ff0000;
}

.SocialIcons_vk__rB4lf:hover {
  background: #0077ff;
}

.SocialIcons_whatsapp___T0Ml:hover {
  background: #25d366;
}

.SocialIcons_max__cV1QJ:hover {
  background: 
    /* Основной линейный градиент (id="c" + id="a") */
    linear-gradient(140deg, 
      #4cf 0%, 
      #53e 66%, 
      #93d 100%
    ),
    
    /* Радиальный градиент с прозрачностью (id="d" + id="b") */
    radial-gradient(
      circle at 20% 30%, 
      rgba(0, 0, 255, 0.9) 0%, 
      rgba(0, 0, 255, 0) 60%
    );
}

.SocialIcons_social__icon__168m4 a:hover svg path {
  fill: #fff;
  transition: fill 0.2s ease;
}

.SocialIcons_social__icon__168m4 a:active {
  transform: translateY(-1px) scale(0.97);
  transition: transform 0.1s ease;
}
