/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/entities/profile-selected-card/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 {
  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;
}

.card__hero-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}

.card__title {
  color: #212a33;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  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__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 25px;
  right: 25px;
}

.card__delete {
  color: rgb(172.797,182.649,192.5);
  background: rgba(243, 247, 250, 1);
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.card__delete:hover {
  color: red;
  transition: all 0.3s ease-in-out;
}

.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: 500;
  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: 900;
  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: 500;
  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: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}

.ticket__info {
  grid-column: span 6;
}

.ticket__details {
  grid-column: span 6;
}

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

.card__button {
  padding: 30px 35px;
  border-radius: 22px;
  background: linear-gradient(
    -10.83deg,
    rgba(49.17, 142.49, 235.82, 1),
    rgba(0, 213.49, 255, 1)
  );
  color: rgba(255, 255, 255, 1);
  font-style: Bold;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-wrap: nowrap;
  transition: all 0.3s ease-in-out;
}

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

.card__button.process {
  position: relative;
  background: transparent;
  color: rgba(33, 42, 51, 1);
}

/* Градиентный бордер */
.process::before {
  content: "";
  position: absolute;
  z-index: 100;
  inset: 0;
  border-radius: 22px;
  padding: 1px; /* толщина бордера */
  background: linear-gradient(
    -10.83deg,
    rgba(49.17, 142.49, 235.82, 1),
    rgba(0, 213.49, 255, 1)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

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

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

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

  .card__footer {
    flex-direction: column;
  }

  .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;
  }
}

@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/fsd-pages/profile/ui/SelectedEntities/SelectedEntities.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
.SelectedEntities_entities__EiB5b {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

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

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

.SelectedEntities_entities__back_to_search__B4GyD {
  color: var(--unnamed, rgba(255, 255, 255, 1));

font-style: Bold;
font-size: 16px;
font-weight: 500;
line-height: 120%;
letter-spacing: 0%;
text-align: center;

/* Автолейаут */
width: -moz-fit-content;
width: fit-content;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: var(--Space-12, 12px) var(--Space-16, 16px) 12px var(--Space-16, 16px);


  border-radius: 22px;
background: var(--Акцентный, linear-gradient(-10.83deg, rgba(49.17, 142.49, 235.82, 1),rgba(0, 213.49, 255, 1)));
}

