.fade-drawer-enter-active,
.fade-drawer-leave-active {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.fade-drawer-enter-from,
.fade-drawer-leave-to {
  opacity: 0;
  transform: translateX(100%);
}
.fade-drawer-enter-to,
.fade-drawer-leave-from {
  opacity: 1;
  transform: translateX(0);
}

.sc-cyst7a-7.eVmapO {
  display: none !important;
}

@media (max-width: 600px) {
    .sc-137jpzy-2.jIvzqA {
        display: none;
    }

    .main-nav {
      display: none !important;
    }

    .top-nav {
      display: block !important;
    }

    .l-header .logo-link {
      display: block !important;
    }

    .fiYWRp { 
      display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    }

    .eVmapO { 
      left: 29px !important;
    }
}

.sc-1i9mm9x-2.duLvgr.selected {
    outline: rgb(0, 70, 228) solid 2px;
  outline-offset: -6px;
  border-radius: 24px;
  box-shadow: none !important;
}










/* CALENDAR */


        .calendar-widget {
            /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; */
            max-width: 400px;
            margin: 20px auto;
            background: white;
            border-radius: 12px;
            /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
            overflow: hidden;
            padding: 20px;
        }

        .calendar-widget .header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 24px;
            background: white;
        }

        .calendar-widget .header h2 {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            color: #333;
        }

        .calendar-widget .nav-btn {
            background: none;
            border: none;
            font-size: 20px;
            color: #666;
            cursor: pointer;
            padding: 5px;
            border-radius: 50%;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.2s;
        }

        .calendar-widget .nav-btn:hover {
            background-color: rgba(0, 0, 0, 0.05);
        }

        .calendar-widget .days-header {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            /* background: #f8f9fa;
            border-bottom: 1px solid #e9ecef; */
        }

        .calendar-widget .day-label {
            padding: 12px 8px;
            text-align: center;
            font-size: 12px;
            font-weight: 500;
            color: #666;
            text-transform: uppercase;
        }

        .calendar-widget .days-grid {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 5px;
            background: white;
            padding: 2px;
        }

        .calendar-widget .day-cell {
            min-height: 44px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            cursor: pointer;
            position: relative;
            transition: all 0.15s ease;
            padding: 4px;
            border-radius: 6px;
        }

        .calendar-widget .day-cell.other-month,
        .calendar-widget .day-cell.disabled {
            background-color: #f8f8f8;
            color: #ccc;
            cursor: not-allowed;
        }

        .calendar-widget .day-cell.selected {
            outline: 2px solid #007bff;
            outline-offset: 0px;
        }

        .calendar-widget .day-number {
            font-size: 10px;
            font-weight: 600;
            align-self: flex-end;
            color: #333;
            line-height: 1;
        }

        .calendar-widget .day-price {
            font-size: 12px;
            font-weight: 800;
            align-self: flex-end;
            color: #333;
            margin-top: auto;
        }

        .calendar-widget .day-cell.other-month .day-number,
        .calendar-widget .day-cell.other-month .day-price,
        .calendar-widget .day-cell.disabled .day-number,
        .calendar-widget .day-cell.disabled .day-price {
            color: #ccc;
        }

        /* Цветовые классы по диапазонам цен */
        .calendar-widget .price-range-0 {
            background-color: rgb(187, 236, 166);
        }

        .calendar-widget .price-range-1 {
            background-color: rgb(197, 246, 250);
        }

        /* 75-85 - светло-голубо-зеленый */
        .calendar-widget .price-range-2 {
            background-color: rgb(167, 198, 255);
        }

        /* 85-100 - синий */
        .calendar-widget .price-range-3 {
            background-color: rgb(254, 238, 179);
        }

        /* 100-110 - желтый */
        .calendar-widget .price-range-4 {
            background-color: rgb(252, 176, 121);
        }

        /* 110-115 - оранжевый */
        .calendar-widget .price-range-5 {
            background-color: rgb(214, 155, 203);
        }

        /* 115+ - фиолетовый */


        .calendar-widget .no-price {
            background-color: white;
        }


        .disabled.no-price {
            justify-content: center !important;
        }

        .disabled.no-price .day-number {
            align-self: center !important;
            font-size: 14px;
        }


        .ebAmYK {
  display: grid;
  gap: 8px;
}


/* total section  */


.eFvlQj {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 1025px) {
  .laJYuw {
    font-size: var(--typography-inspiretwdc-desktop-heading-s-black-size);
    line-height: var(--typography-inspiretwdc-desktop-heading-s-black-line-height);
    font-style: var(--typography-inspiretwdc-desktop-heading-s-black-style);
    font-weight: var(--typography-inspiretwdc-desktop-heading-s-black-weight);
  }
}
.laJYuw {
  color: rgb(37, 48, 80);
  margin: 0px;
  text-rendering: optimizelegibility;
  font-family: "InspireTWDC", Arial, sans-serif;
  font-size: var(--typography-inspiretwdc-mobile-heading-s-black-size);
  line-height: var(--typography-inspiretwdc-mobile-heading-s-black-line-height);
  font-style: var(--typography-inspiretwdc-mobile-heading-s-black-style);
  font-weight: var(--typography-inspiretwdc-mobile-heading-s-black-weight);
}


.iFCxXY {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 1025px) {
  .gRjdog {
    align-items: stretch;
  }
}
.gRjdog {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}


.iFCxXY > .members-container {
  width: 100%;
}
@media (min-width: 1025px) {
  .yyukl {
    width: 358px;
  }
}
.yyukl {
  display: flex;
  flex-direction: column;
  width: 100%;
}


.kXcZTv {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  max-width: 48px;
  width: 100%;
  height: 48px;
  background: linear-gradient(67.49deg, rgb(191, 64, 152) 14.65%, rgb(119, 56, 169) 85.35%);
  border-radius: 8px;
}


@media (min-width: 1025px) {
  .bJmFXl {
    align-items: start;
    gap: 24px;
  }
}
.bJmFXl {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: start;
  flex: 1 1 0%;
  gap: 16px;
}
.jMkkiy {
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  justify-content: start;
  align-self: stretch;
  gap: 4px;
}
.kWbjhD {
  display: flex;
  justify-content: end;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1025px) {
  .llpwcE {
    font-size: var(--typography-inspiretwdc-desktop-body-s-heavy-size);
    line-height: var(--typography-inspiretwdc-desktop-body-s-heavy-line-height);
    font-style: var(--typography-inspiretwdc-desktop-body-s-heavy-style);
    font-weight: var(--typography-inspiretwdc-desktop-body-s-heavy-weight);
  }
}
.llpwcE {
  color: rgb(37, 48, 80);
  margin: 0px;
  text-rendering: optimizelegibility;
  font-family: "InspireTWDC", Arial, sans-serif;
  font-size: var(--typography-inspiretwdc-mobile-body-s-heavy-size);
  line-height: var(--typography-inspiretwdc-mobile-body-s-heavy-line-height);
  font-style: var(--typography-inspiretwdc-mobile-body-s-heavy-style);
  font-weight: var(--typography-inspiretwdc-mobile-body-s-heavy-weight);
}
@media (min-width: 1025px) {
  .dJKIwo {
    font-size: var(--typography-inspiretwdc-desktop-body-s-roman-size);
    line-height: var(--typography-inspiretwdc-desktop-body-s-roman-line-height);
    font-style: var(--typography-inspiretwdc-desktop-body-s-roman-style);
    font-weight: var(--typography-inspiretwdc-desktop-body-s-roman-weight);
  }
}
.dJKIwo {
  color: rgb(37, 48, 80);
  margin: 0px;
  text-rendering: optimizelegibility;
  font-family: "InspireTWDC", Arial, sans-serif;
  font-size: var(--typography-inspiretwdc-mobile-body-s-roman-size);
  line-height: var(--typography-inspiretwdc-mobile-body-s-roman-line-height);
  font-style: var(--typography-inspiretwdc-mobile-body-s-roman-style);
  font-weight: var(--typography-inspiretwdc-mobile-body-s-roman-weight);
}
.jgBNvn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 8px;
}

@media (min-width: 768px) {
  .jlybrI {
    justify-content: end;
  }
}
.jlybrI {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
}

@media (min-width: 1025px) {
  .iBplA-d {
    min-width: 152px;
  }
}
.iBplA-d {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 164px;
}
@media (min-width: 1025px) {
  .llpwcE {
    font-size: var(--typography-inspiretwdc-desktop-body-s-heavy-size);
    line-height: var(--typography-inspiretwdc-desktop-body-s-heavy-line-height);
    font-style: var(--typography-inspiretwdc-desktop-body-s-heavy-style);
    font-weight: var(--typography-inspiretwdc-desktop-body-s-heavy-weight);
  }
}
.llpwcE {
  color: rgb(37, 48, 80);
  margin: 0px;
  text-rendering: optimizelegibility;
  font-family: "InspireTWDC", Arial, sans-serif;
  font-size: var(--typography-inspiretwdc-mobile-body-s-heavy-size);
  line-height: var(--typography-inspiretwdc-mobile-body-s-heavy-line-height);
  font-style: var(--typography-inspiretwdc-mobile-body-s-heavy-style);
  font-weight: var(--typography-inspiretwdc-mobile-body-s-heavy-weight);
}
.kFhuil {
  width: 100%;
  height: 1px;
  background-color: rgb(195, 202, 211);
}

.yyukl .price {
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .gQYVFD {
    font-size: var(--typography-inspiretwdc-desktop-body-s-heavy-size);
    line-height: var(--typography-inspiretwdc-desktop-body-s-heavy-line-height);
    font-style: var(--typography-inspiretwdc-desktop-body-s-heavy-style);
    font-weight: var(--typography-inspiretwdc-desktop-body-s-heavy-weight);
  }
}
.gQYVFD {
  color: rgb(96, 111, 128);
  margin: 0px;
  text-rendering: optimizelegibility;
  font-family: "InspireTWDC", Arial, sans-serif;
  font-size: var(--typography-inspiretwdc-mobile-body-s-heavy-size);
  line-height: var(--typography-inspiretwdc-mobile-body-s-heavy-line-height);
  font-style: var(--typography-inspiretwdc-mobile-body-s-heavy-style);
  font-weight: var(--typography-inspiretwdc-mobile-body-s-heavy-weight);
}

.hidden-bb {
  display: none !important;
}