/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/profile/ui/Layout/Layout.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.Layout_layout__ez8C_ {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 80px;
    margin-top: 8px;
}

@media (max-width: 1400px) {
  .Layout_layout__ez8C_ {
    gap: 70px;
  }
}

@media (max-width:992px) {
  .Layout_layout__ez8C_ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/profile/ui/Content/Content.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.Content_content__bGJ1F {
  grid-column: span 7;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 1200px) {
  .Content_content__bGJ1F {
    grid-column: span 6;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/profile/ui/Aside/Aside.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.Aside_aside__ZfFf6 {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 1200px) {
  .Aside_aside__ZfFf6 {
    grid-column: span 4;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/profile/ui/Contacts/Contacts.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.Contacts_contacts__TcdIc {
  width: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  gap: 20px;
  padding: 20px;
  border-radius: 40px;
  background: rgba(243, 247, 250, 1);
}

.Contacts_contacts__logo__q_ueQ {
  width: 180px;
  height: 151px;
  margin-top: -40px;
}

.Contacts_contacts__logoImage__fFGUR {
  max-width: 100%;
}

.Contacts_contacts__desc___HQF_ {
  color: rgba(33, 42, 51, 1);
  font-style: Bold;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: left;
}

.Contacts_contacts__tel__muUsS {
  color: rgba(33, 42, 51, 1);
  font-style: Black;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.Contacts_messengers__Yh5es {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.Contacts_messenger__CYt9g {
  display: flex;
  justify-content: center;
  border-radius: 16px;
  width: 100%;
  cursor: pointer;
}

.Contacts_messenger__link__hsgXr {
    margin: 0 auto;
    width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 16px;
  cursor: pointer;
}

.Contacts_messenger__name__48mtI {
  color: rgba(255, 255, 255, 1);
  font-style: Black;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}

@media (max-width:992px) {
    .Contacts_contacts__TcdIc {
        width: 100%;
    }
    .Contacts_messengers__Yh5es {
        flex-direction: row;
    }
}

@media (max-width: 576px) {
    .Contacts_messengers__Yh5es {
        flex-direction: column;
    }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/effect-fade.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/entities/history-card/ui/BackAndForth/BackAndForth.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
.BackAndForth_back_and_forth__9TaDk {
  display: flex;
  flex-direction: row;
  align-items: center;
  
  gap: 10px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 1);
}

.BackAndForth_date__mcyTb {
  display: flex;
  flex-direction: column;
  padding: 8px;
  gap: 2px;
  justify-content: center;
  border-radius: 16px;
  background: rgba(243, 247, 250, 1);
}

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

.BackAndForth_date__value__HdQKN {
  color: rgba(33, 42, 51, 1);
  font-style: Bold;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}

.BackAndForth_date__info__JF2H2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}

.BackAndForth_nights__wEXfU {
  color: rgba(33, 42, 51, 1);
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}

.BackAndForth_strip__pZbOx {
  height: 2px;
  border-radius: 22px;
  background: var(--unnamed, rgba(173, 183, 192, 1));
  opacity: 0.4;
  width: 100%;
}

.BackAndForth_food__x5Jj_ {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}

.BackAndForth_food__text__GG0EA {
  color: rgba(33, 42, 51, 1);
  font-style: Bold;
  font-size: 10px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/entities/history-card/ui/TourOperator/TourOperator.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
.TourOperator_tourOperator__LRedY {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

.TourOperator_tourOperator__icon__uEweD {
  padding: 10px 12px;
  border: 1px solid rgba(232, 237, 242, 1);
border-radius: 16px;

}

.TourOperator_tourOperator__image__CTxTS {
  max-height: 24px;
  width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.TourOperator_tourOperator__info__HwkuH {
  display: flex;
  flex-direction: column;
}

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

.TourOperator_tourOperator__title__PLal6 {
  color: rgba(33, 42, 51, 1);
  font-style: Black;
  font-size: 16px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/entities/history-card/ui/HistoryCard.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.HistoryCard_card__cgj6X {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 40px;
  background: rgba(243, 247, 250, 1);
  
}

.HistoryCard_card__body__Pn0Uo {
    position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
  padding: 10px 20px 10px 10px;
  border: 1px solid rgba(232, 237, 242, 1);
  border-radius: 40px;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.HistoryCard_card__body__Pn0Uo:hover {
  border: 1px solid #00D5FF;
  transition: all 0.3s ease-in-out;
}

.HistoryCard_card__body__Pn0Uo.HistoryCard_cancelled__C0_tt {
    filter: grayscale(100%);
}

.HistoryCard_card__body__Pn0Uo.HistoryCard_cancelled__C0_tt::after {
    content: '';
    position: absolute;
    z-index: 100;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(232, 237, 242, 0.3);
}

.HistoryCard_card__slider___IOjv {
  width: 100%;
  grid-column: span 2;
  overflow: hidden;
}

.HistoryCard_card__info__Z5mo2 {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}

.HistoryCard_info__header__AENu6 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.HistoryCard_header__wrapper__t9jm4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.HistoryCard_header__subtitle__B_Kld {
  color: rgba(173, 183, 192, 1);
  font-family: "Montserrat";
  font-style: Black;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
}

.HistoryCard_header__titleWrapper__p20ay {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.HistoryCard_header__title__zv_Ra {
  color: rgba(33, 42, 51, 1);
  font-family: "Montserrat";
  font-style: Black;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
}

.HistoryCard_plate__IVFdw {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 3px 6px;
  border-radius: 10px;
  background: rgba(33, 42, 51, 1);
}

.HistoryCard_plate__text__DVL8T {
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat";
  font-style: Black;
  font-size: 12px;
  font-weight: 500;
  line-height: 80%;
}

.HistoryCard_header__status__cR5df {
  border-radius: 12px;
  padding: 5px 12px;
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat";
  font-style: Black;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}

.HistoryCard_header__status__cR5df.HistoryCard_active__C7iiQ {
  background: linear-gradient(
    142.21deg,
    rgba(113, 215, 102, 1),
    rgba(83.4, 185.04, 72.1, 1)
  );
  
}

.HistoryCard_header__status__cR5df.HistoryCard_done__VMSSK,
.HistoryCard_header__status__cR5df.HistoryCard_cancelled__C0_tt {
  background: rgba(173, 183, 192, 1);
}

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

.HistoryCard_footer__text__3eMsM {
  color: rgba(33, 42, 51, 1);
  font-family: "Montserrat";
  font-style: Black;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
}

.HistoryCard_footer__accent__5Y0DQ {
  font-weight: 500;
}

@media (max-width: 1200px) {
  .HistoryCard_card__body__Pn0Uo {
    grid-template-rows: repeat(2, auto);

  }

  .HistoryCard_card__slider___IOjv {
    grid-column: span 6;
  }

  .HistoryCard_card__info__Z5mo2 {
    grid-column: span 6;
  }
}

@media (max-width: 576px) {
    .HistoryCard_info__header__AENu6 {
        flex-direction: column;
        gap: 15px;
    }

    .HistoryCard_header__status__cR5df {
        order: -1;
    }

    .HistoryCard_info__body__yt1ed {
        width: 100%;
        flex-direction: column;
        justify-items: center;
    }

    .HistoryCard_info__footer__zJ8r_ {
        margin: 0 auto;
        padding: 0 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/shared/ui/booking-request-modal/BookingRequestModal.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
.BookingRequestModal_modalOverlay__xy1O8 {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(33, 42, 51, 0.5);
  backdrop-filter: blur(2px);
}

.BookingRequestModal_modal__oZZ2v {
  width: 100%;
  max-width: 520px;
  border-radius: 20px;
  background: #ffffff;
  padding: 24px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.BookingRequestModal_modalClose__wpLfj {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: #f3f7fa;
  color: #212a33;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.BookingRequestModal_modalTitle__c95AF {
  color: #212a33;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}

.BookingRequestModal_form__PMlC5 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.BookingRequestModal_field__XFIXr {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.BookingRequestModal_label__daWWp {
  color: #212a33;
  font-size: 13px;
  font-weight: 600;
}

.BookingRequestModal_input__AjUos,
.BookingRequestModal_textarea__JiAfS {
  width: 100%;
  border: 1px solid #e8edf2;
  border-radius: 12px;
  padding: 11px 12px;
  color: #212a33;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
}

.BookingRequestModal_textarea__JiAfS {
  resize: vertical;
  min-height: 110px;
}

.BookingRequestModal_input__AjUos:focus,
.BookingRequestModal_textarea__JiAfS:focus {
  outline: none;
  border-color: #00d5ff;
  box-shadow: 0 0 0 2px rgba(0, 213, 255, 0.18);
}

.BookingRequestModal_error__ifnra {
  color: #d9534f;
  font-size: 12px;
  line-height: 120%;
}

.BookingRequestModal_submit__1BEjd {
  margin-top: 6px;
  width: 100%;
  border: none;
  border-radius: 16px;
  padding: 12px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  cursor: pointer;
}

.BookingRequestModal_submit__1BEjd:hover {
  filter: brightness(1.06);
}

@media (max-width: 768px) {
  .BookingRequestModal_modalOverlay__xy1O8 {
    align-items: flex-end;
    padding: 0;
  }

  .BookingRequestModal_modal__oZZ2v {
    max-width: 100%;
    border-radius: 20px 20px 0 0;
    padding: 18px 14px 16px;
  }

  .BookingRequestModal_modalTitle__c95AF {
    font-size: 18px;
    padding-right: 28px;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/entities/history-card/ui/Booking/Booking.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.Booking_booking__8Z4zg {
  padding: 20px;
}

.Booking_booking__title__Ul7Fx {
  color: rgba(33, 42, 51, 1);
  font-style: Bold;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
}

.Booking_booking__desc__4lsUt {
  color: rgba(173, 183, 192, 1);
  font-style: Bold;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: left;
}

.Booking_booking__list__uq57i {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.Booking_booking__item__uqTfo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  gap: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 1);
  padding: 8px 12px;

  color: rgba(33, 42, 51, 1);
  font-style: Bold;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  cursor: pointer;
}

.Booking_booking__icon__rEfNi {
  min-width: 18px;
  min-height: 18px;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/entities/history-card/ui/CruiseHistoryCard.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/* Бейдж «N дн.» — шире и с большим горизонтальным паддингом, без переноса текста */
.CruiseHistoryCard_durationBadge__6sxgh {
  flex-shrink: 0;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 5px 16px;
  box-sizing: border-box;
}

.CruiseHistoryCard_durationBadge__text__UvoBA {
  white-space: nowrap;
  line-height: 1.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/fsd-pages/profile/history/ui/History.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.History_tabs__qVtd7 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

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

.History_tab__845_n {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(243, 247, 250, 1);
  color: rgba(33, 42, 51, 1);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.History_tab__845_n.History_active__wrCc7, .History_tab__845_n:hover {
  background: rgba(33, 42, 51, 1);
  color: rgba(255, 255, 255, 1);
  transition: all 0.2s ease-in-out;
}

.History_tab__name__6Epsz {
  padding: 10px 20px;
  font-style: Bold;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}

.History_cards__YYSRB {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

