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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card__tickets-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

  .ticket__flight {
    justify-self: center;
  }
}

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

  .card__hero-point {
    display: none;
  }

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

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

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

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

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

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

  .card__hero {
    max-width: 90%;
  }

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

  .card__rating {
    padding: 2px 5px;
  }

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

/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[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/cruise-card/ui/BackAndForth/BackAndForth.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
.BackAndForth_back_and_forth__l9agD {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 5px;
  margin-top: 5px;
  border-radius: 22px;
  background: rgba(243, 247, 250, 1);
}

.BackAndForth_date__TdJUf {
  width: 100%;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  gap: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 1);
}

.BackAndForth_date__value__hJEIN {
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}

.BackAndForth_date__time__zPkWh {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
}

.BackAndForth_date__info__viJ0d {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.BackAndForth_date__info_text__ON2UD {
  font-weight: 500;
  font-style: Bold;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
}

.BackAndForth_date__info_cabin__tSMHq {
  font-weight: 600;
}

.BackAndForth_nights__DKuLB {
  background: linear-gradient(303deg, #318eec -0.67%, #00d5ff 81.88%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}

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

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

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

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

  .BackAndForth_date__TdJUf {
    width: 65%;
    max-width: 100%;
  }



  .BackAndForth_trip__text__1iYBN,
  .BackAndForth_date__info_text__ON2UD {
    max-width: 80%;
    margin: 0 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/cruise-card/ui/CruiseCard.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.CruiseCard_card__lyWVZ {
  border-radius: 28px;
  border: 1px solid #e8edf2;
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

.CruiseCard_card__rating__21SSj {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 3px 10px;
  border-radius: 8px;
  background: linear-gradient(
    -10.83deg,
    rgba(49.17, 142.49, 235.82, 1),
    rgba(0, 213.49, 255, 1)
  );
}

.CruiseCard_card__rating_value__cRiiK {
  color: rgba(255, 255, 255, 1);
  font-family: "Montserrat", sans-serif;
  font-style: Black;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}

.CruiseCard_card__info_wrapper__BSDl1 .CruiseCard_card__like_icon__cCJBt {
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1000;
}

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

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

.CruiseCard_card__info_body__LVHgb {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.CruiseCard_card__button__MGzJs {
  background: linear-gradient(302.5deg, #318eec -0.67%, #00d5ff 81.88%);
  padding: 26px 20px;
  border-radius: 22px;

  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-style: Bold;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}

.CruiseCard_card__button__MGzJs:hover {
  filter: brightness(1.1);
}

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

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

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

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

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

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

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

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

.CruiseCard_card__info_steamship_plate__CDEA0 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 5px;
  border-radius: 10px;
  background: rgba(243, 247, 250, 1);
}

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

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

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

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

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

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

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

@media (max-width: 1200px) {
  .CruiseCard_card__wrapper__dc7cv {
    padding: 10px;
  }

  .CruiseCard_card__swiper_wrapper__dEh_k,
  .CruiseCard_card__info__EqpfX {
    grid-column: 1/13;
  }

  

  .CruiseCard_ticket__info__WGPGI,
  .CruiseCard_ticket__details__NIP0h {
    grid-column: 1/13;
  }

  .CruiseCard_ticket__flight__GJ_b3 {
    justify-self: center;
  }
}

@media (max-width: 768px) {
  .CruiseCard_card__swiper_wrapper__dEh_k,
  .CruiseCard_card__info__EqpfX {
    max-width: 100dvw;
    width: 100%;
  }

  .CruiseCard_card__info_wrapper__BSDl1 {
    flex-direction: column;
  }

  .CruiseCard_card__hero__tNM1v {
    width: 100%;
  }

  .CruiseCard_card__hero_title__TqcCF {
    width: 100%;
  }

  .CruiseCard_card__like_icon__cCJBt {
    min-height: 35px;
    min-width: 35px;
  }

  .CruiseCard_card__hero-point__2_Xoq {
    display: none;
  }

  .CruiseCard_card__info_body__LVHgb {
    flex-direction: column;
    gap: 15px;
  }

  .CruiseCard_card__button__MGzJs {
    width: 100%;
  }

  .CruiseCard_card__info_footer___XDNU {
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
  }

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

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

  .CruiseCard_card__hero__tNM1v {
    
  }

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

  .CruiseCard_card__rating__21SSj {
    padding: 2px 5px;
  }

  .CruiseCard_card__info-buttons-row__EZcGU {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/fsd-pages/favorites/ui/Favorites.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.favorites {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.favorites__title, .favorites__empty {
    font-size: 25px;
    font-weight: 600;
}

.favorites__subtitle {
    color: gray;
}

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

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

.favorites__section-title {
    font-size: 25px;
    font-weight: 600;
}

.favorites__loading {
    color: gray;
}

.favorites__list--cruises {
    margin: 0;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  }
}
