/* [project]/shared/components/layout/Header/Header.module.css [app-client] (css) */
.Header-module__DxdwwG__headerWrapper {
  background: var(--color-bg-primary);
  width: 100%;
}

.Header-module__DxdwwG__headerTop {
  background: var(--color-bg-primary);
  z-index: 101;
  width: 100%;
  padding: 1.9375rem 1.5rem;
  transition: padding .3s;
  position: relative;
  top: 0;
}

.Header-module__DxdwwG__headerTop.Header-module__DxdwwG__headerTopFixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 .125rem .5rem #00000014;
}

.Header-module__DxdwwG__headerTopScrolled {
  padding: 1.25rem 1.5rem;
}

.Header-module__DxdwwG__headerTop.Header-module__DxdwwG__headerTopMenuOpen {
  z-index: 1002;
}

.Header-module__DxdwwG__container {
  flex-direction: column;
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
}

.Header-module__DxdwwG__headerRow {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  min-height: 4.5rem;
  display: flex;
  position: relative;
}

.Header-module__DxdwwG__breadcrumbsContainer {
  max-width: 87rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.Header-module__DxdwwG__leftSection {
  flex: none;
  align-items: center;
  gap: 1.5rem;
  min-width: 0;
  display: flex;
}

.Header-module__DxdwwG__logoContainer {
  flex: none;
  min-width: 0;
}

.Header-module__DxdwwG__logoLink {
  color: inherit;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.Header-module__DxdwwG__logoFull {
  aspect-ratio: 311 / 56;
  flex-shrink: 1;
  width: 15rem;
  max-width: 100%;
  height: auto;
  display: block;
}

.Header-module__DxdwwG__navigation {
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 2.25rem;
  min-width: 0;
  display: flex;
  position: relative;
}

.Header-module__DxdwwG__navItemWrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.Header-module__DxdwwG__navItem, .Header-module__DxdwwG__navItemButton {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-loose);
  color: var(--color-brand-cyan);
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
  transition: color .2s;
}

.Header-module__DxdwwG__navItem:hover, .Header-module__DxdwwG__navItemButton:hover, .Header-module__DxdwwG__navItemActive {
  color: var(--color-accent);
}

.Header-module__DxdwwG__dropdown {
  background: var(--color-bg-primary);
  border-radius: var(--border-radius-md);
  z-index: 1000;
  min-width: 12rem;
  margin-top: .5rem;
  padding: .5rem 0;
  animation: .2s Header-module__DxdwwG__dropdownFadeIn;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 .25rem .75rem #0000001a;
}

@keyframes Header-module__DxdwwG__dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-.5rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.Header-module__DxdwwG__dropdownList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Header-module__DxdwwG__dropdownItem {
  margin: 0;
}

.Header-module__DxdwwG__dropdownLink {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: var(--color-text-primary);
  white-space: nowrap;
  padding: .75rem 1.25rem;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: block;
}

.Header-module__DxdwwG__dropdownLink:hover {
  background-color: var(--color-bg-light);
  color: var(--color-accent);
}

.Header-module__DxdwwG__rightSide {
  flex-shrink: 0;
  align-items: center;
  gap: 1.5rem;
  display: flex;
}

.Header-module__DxdwwG__phoneNumber {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-3xl);
  line-height: var(--line-height-snug);
  color: var(--color-brand-cyan);
  text-underline-offset: 16.5%;
  white-space: nowrap;
  text-decoration: underline;
  transition: color .2s;
}

.Header-module__DxdwwG__phoneNumber:hover {
  color: var(--color-accent);
}

.Header-module__DxdwwG__mobileControls {
  flex: none;
  align-items: center;
  gap: .75rem;
  margin-left: auto;
  display: none;
}

.Header-module__DxdwwG__mobileRightSide {
  flex: none;
  align-items: center;
  gap: .5rem;
  display: none;
}

.Header-module__DxdwwG__mobileFavorite {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  display: flex;
}

.Header-module__DxdwwG__mobilePhone {
  flex-shrink: 0;
  align-items: center;
  height: 3.5rem;
  display: flex;
}

.Header-module__DxdwwG__mobilePhoneLink {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-snug);
  color: var(--color-brand-cyan);
  text-underline-offset: .25rem;
  white-space: nowrap;
  align-items: center;
  height: 100%;
  text-decoration: underline;
  transition: color .2s;
  display: flex;
  position: relative;
}

.Header-module__DxdwwG__mobilePhoneText {
  display: inline;
}

.Header-module__DxdwwG__mobilePhoneIcon {
  -o-object-fit: contain;
  object-fit: contain;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.Header-module__DxdwwG__mobilePhoneLink:hover {
  color: var(--color-accent);
}

.Header-module__DxdwwG__burgerButton {
  cursor: pointer;
  z-index: 1001;
  background: none;
  border: none;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: .25rem;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  display: none;
  position: relative;
}

.Header-module__DxdwwG__burgerLine {
  background: var(--color-brand-cyan);
  transform-origin: center;
  border-radius: .125rem;
  width: 1.5rem;
  height: .1875rem;
  transition: all .3s;
  display: block;
}

.Header-module__DxdwwG__burgerButton.Header-module__DxdwwG__burgerOpen {
  visibility: hidden;
  gap: 0;
  overflow: visible;
}

.Header-module__DxdwwG__burgerButton.Header-module__DxdwwG__burgerOpen .Header-module__DxdwwG__burgerLine {
  width: 1.5rem;
  height: .1875rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.Header-module__DxdwwG__burgerButton.Header-module__DxdwwG__burgerOpen .Header-module__DxdwwG__burgerLine:first-child {
  transform: translate(-50%, -50%)rotate(45deg);
}

.Header-module__DxdwwG__burgerButton.Header-module__DxdwwG__burgerOpen .Header-module__DxdwwG__burgerLine:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%)scale(0);
}

.Header-module__DxdwwG__burgerButton.Header-module__DxdwwG__burgerOpen .Header-module__DxdwwG__burgerLine:nth-child(3) {
  transform: translate(-50%, -50%)rotate(-45deg);
}

.Header-module__DxdwwG__burgerPortalWrap {
  z-index: 10052;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 1.25rem;
  right: 1.5rem;
}

.Header-module__DxdwwG__burgerButtonPortal {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  display: flex;
  position: relative;
}

.Header-module__DxdwwG__burgerButtonPortal .Header-module__DxdwwG__burgerLine {
  background: var(--color-brand-cyan);
  transform-origin: center;
  border-radius: .125rem;
  width: 1.5rem;
  height: .1875rem;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.Header-module__DxdwwG__burgerButtonPortal .Header-module__DxdwwG__burgerLine:first-child {
  transform: translate(-50%, -50%)rotate(45deg);
}

.Header-module__DxdwwG__burgerButtonPortal .Header-module__DxdwwG__burgerLine:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%)scale(0);
}

.Header-module__DxdwwG__burgerButtonPortal .Header-module__DxdwwG__burgerLine:nth-child(3) {
  transform: translate(-50%, -50%)rotate(-45deg);
}

.Header-module__DxdwwG__mobileOverlay {
  z-index: 10050;
  opacity: 0;
  visibility: hidden;
  background: #00000080;
  width: 100%;
  height: 100%;
  transition: opacity .3s, visibility .3s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.Header-module__DxdwwG__mobileOverlayOpen {
  opacity: 1;
  visibility: visible;
  display: block;
}

.Header-module__DxdwwG__mobileMenu {
  background: var(--color-bg-primary);
  z-index: 10051;
  visibility: hidden;
  pointer-events: none;
  width: 20rem;
  max-width: 85vw;
  height: 100vh;
  transition: right .3s;
  position: fixed;
  top: 0;
  right: -20rem;
  overflow: hidden auto;
  box-shadow: -.125rem 0 .625rem #0000001a;
}

.Header-module__DxdwwG__mobileMenuOpen {
  visibility: visible;
  pointer-events: auto;
  right: 0;
}

.Header-module__DxdwwG__mobileMenuContent {
  box-sizing: border-box;
  flex-direction: column;
  max-width: 100%;
  height: 100%;
  padding: 5rem 1.5rem 1.5rem;
  display: flex;
  overflow-x: hidden;
}

.Header-module__DxdwwG__mobileNavList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Header-module__DxdwwG__mobileNavItem {
  margin-bottom: .5rem;
}

.Header-module__DxdwwG__mobileNavLink {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-lg);
  line-height: var(--line-height-loose);
  color: var(--color-brand-cyan);
  border-bottom: .0625rem solid #adadad33;
  padding: 1rem 0;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.Header-module__DxdwwG__mobileNavLink:hover {
  color: var(--color-accent);
}

.Header-module__DxdwwG__mobileNavLinkActive {
  color: var(--color-accent);
  font-weight: var(--font-weight-semibold);
}

.Header-module__DxdwwG__mobilePhoneContainer {
  border-top: .125rem solid #adadad4d;
  padding-top: 1.5rem;
}

.Header-module__DxdwwG__mobilePhoneNumber {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xl);
  line-height: var(--line-height-snug);
  color: var(--color-brand-cyan);
  text-underline-offset: .5rem;
  text-align: center;
  padding: 1rem 0;
  text-decoration: underline;
  transition: color .2s;
  display: block;
}

.Header-module__DxdwwG__mobilePhoneNumber:hover {
  color: var(--color-accent);
}

.Header-module__DxdwwG__filterContainer {
  background: var(--color-bg-primary);
  align-items: flex-start;
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
  padding: 0 .75rem;
  display: flex;
  position: relative;
}

.Header-module__DxdwwG__filterWrapper {
  align-items: flex-end;
  width: 100%;
  padding: 0;
  display: flex;
}

.Header-module__DxdwwG__filterCompactButton {
  background: var(--color-brand-cyan);
  width: 100%;
  min-height: 3.25rem;
  color: var(--color-bg-primary);
  cursor: pointer;
  font-family: var(--font-family-body);
  font-size: var(--font-size-base);
  line-height: var(--line-height-snug);
  text-align: center;
  border: 0;
  border-radius: .625rem;
  padding: .75rem 1rem;
}

.Header-module__DxdwwG__filterCompactButton:hover {
  background: #1a3a4d;
}

.Header-module__DxdwwG__filterSkeleton {
  border-radius: 1.875rem;
  width: 100%;
  min-height: 4.75rem;
}

@media (max-width: 75rem) {
  .Header-module__DxdwwG__navigation {
    display: none !important;
  }

  .Header-module__DxdwwG__burgerButton {
    display: flex !important;
  }

  .Header-module__DxdwwG__rightSide {
    display: none !important;
  }

  .Header-module__DxdwwG__mobileControls, .Header-module__DxdwwG__mobileRightSide {
    display: flex;
  }
}

@media (max-width: 48rem) {
  .Header-module__DxdwwG__mobilePhone {
    height: 3.5rem;
    margin-right: .75rem;
  }

  .Header-module__DxdwwG__mobilePhoneLink {
    font-size: var(--font-size-lg);
    text-underline-offset: .25rem;
    height: 100%;
    color: var(--color-brand-cyan);
    align-items: center;
    text-decoration: underline;
    transition: color .2s;
    display: flex;
  }

  .Header-module__DxdwwG__mobilePhoneLink:hover {
    color: var(--color-accent);
  }

  .Header-module__DxdwwG__mobilePhoneIcon {
    display: none;
  }

  .Header-module__DxdwwG__mobilePhoneText {
    display: inline;
  }
}

@media (max-width: 38rem) {
  .Header-module__DxdwwG__mobilePhone {
    height: 3.5rem;
    margin-right: .5rem;
  }

  .Header-module__DxdwwG__mobilePhoneLink {
    height: 3.5rem;
    color: var(--color-brand-cyan);
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 0;
    text-decoration: none;
    transition: color .2s;
    display: flex;
  }

  .Header-module__DxdwwG__mobilePhoneLink:hover {
    color: var(--color-accent);
  }

  .Header-module__DxdwwG__mobilePhoneIcon {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
  }

  .Header-module__DxdwwG__mobilePhoneText {
    display: none;
  }
}

@media (max-width: 48rem) {
  .Header-module__DxdwwG__headerTop {
    padding: 1.25rem 1rem;
  }

  .Header-module__DxdwwG__headerTopScrolled {
    padding: 1rem;
  }

  .Header-module__DxdwwG__container {
    padding: 0;
    position: relative;
  }

  .Header-module__DxdwwG__breadcrumbsContainer {
    padding: 0 1rem;
  }

  .Header-module__DxdwwG__headerRow {
    gap: .5rem;
  }

  .Header-module__DxdwwG__leftSection {
    flex: none;
    gap: .75rem;
  }

  .Header-module__DxdwwG__logoFull {
    width: clamp(14rem, 70vw, 18rem);
    height: auto;
  }

  .Header-module__DxdwwG__mobileControls {
    justify-content: flex-end;
    gap: .5rem;
    padding: 0 .5rem;
  }

  .Header-module__DxdwwG__mobileRightSide {
    justify-content: flex-end;
  }

  .Header-module__DxdwwG__mobilePhone {
    margin-right: 0;
  }

  .Header-module__DxdwwG__mobileOverlay {
    display: block;
  }
}

@media (max-width: 30rem) {
  .Header-module__DxdwwG__headerTop {
    padding: 1rem .75rem;
  }

  .Header-module__DxdwwG__headerTopScrolled {
    padding: .75rem;
  }

  .Header-module__DxdwwG__mobileMenu {
    width: 100%;
    max-width: 100vw;
  }

  .Header-module__DxdwwG__mobileMenuContent {
    padding: 4.375rem 1.25rem 1.25rem;
  }

  .Header-module__DxdwwG__mobileNavLink {
    font-size: var(--font-size-base);
    padding: .875rem 0;
  }

  .Header-module__DxdwwG__mobilePhoneNumber {
    font-size: var(--font-size-lg);
  }

  .Header-module__DxdwwG__filterContainer {
    padding: 0 .75rem;
  }

  .Header-module__DxdwwG__filterSkeleton {
    border-radius: .625rem;
    min-height: 14.75rem;
  }

  .Header-module__DxdwwG__logoFull {
    width: min(15rem, 72vw);
    height: auto;
  }

  .Header-module__DxdwwG__mobileRightSide {
    margin-left: 0;
  }
}

@media (max-width: 25.75rem) {
  .Header-module__DxdwwG__mobileRightSide {
    display: none !important;
  }
}

/* [project]/shared/components/layout/Header/FavoriteHeart.module.css [app-client] (css) */
.FavoriteHeart-module__D506FW__link {
  color: inherit;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.FavoriteHeart-module__D506FW__link:hover {
  transform: scale(1.05);
}

.FavoriteHeart-module__D506FW__link.FavoriteHeart-module__D506FW__hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.FavoriteHeart-module__D506FW__heartContainer {
  justify-content: center;
  align-items: center;
  width: 2.1875rem;
  height: 2.1875rem;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.FavoriteHeart-module__D506FW__heartIcon {
  width: 100%;
  height: 100%;
  color: var(--color-text-primary, #172c3a);
  transition: color .3s;
}

.FavoriteHeart-module__D506FW__heartContainer.FavoriteHeart-module__D506FW__highlighted {
  animation: 1.5s ease-in-out 3 FavoriteHeart-module__D506FW__pulse;
}

.FavoriteHeart-module__D506FW__heartContainer.FavoriteHeart-module__D506FW__highlighted .FavoriteHeart-module__D506FW__heartIcon {
  color: var(--color-accent, #8f1d14);
}

@keyframes FavoriteHeart-module__D506FW__pulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.FavoriteHeart-module__D506FW__badge {
  background: var(--color-accent, #8f1d14);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  min-width: 1.25rem;
  height: 1.125rem;
  padding: .1875rem;
  animation: .5s FavoriteHeart-module__D506FW__bounce;
  display: flex;
  position: absolute;
  top: .625rem;
  left: .875rem;
}

.FavoriteHeart-module__D506FW__badgeText {
  font-family: var(--font-family-body);
  font-size: .5625rem;
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-tight);
  color: var(--color-bg-primary, #fff);
  white-space: nowrap;
}

@keyframes FavoriteHeart-module__D506FW__bounce {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

@media (max-width: 48rem) {
  .FavoriteHeart-module__D506FW__heartContainer {
    width: 2.1875rem;
    height: 2.1875rem;
  }

  .FavoriteHeart-module__D506FW__badge {
    min-width: 1rem;
    height: 1rem;
    top: .625rem;
    left: .875rem;
  }

  .FavoriteHeart-module__D506FW__badgeText {
    font-size: .5rem;
  }
}

@media (max-width: 26.25rem) {
  .FavoriteHeart-module__D506FW__heartContainer {
    width: 2.1875rem;
    height: 2.1875rem;
  }

  .FavoriteHeart-module__D506FW__badge {
    min-width: .875rem;
    height: .875rem;
    top: .625rem;
    left: .875rem;
  }

  .FavoriteHeart-module__D506FW__badgeText {
    font-size: .4375rem;
  }
}

/* [project]/shared/components/layout/ContentContainer.module.css [app-client] (css) */
.ContentContainer-module__JozNhW__container {
  box-sizing: border-box;
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 75rem) {
  .ContentContainer-module__JozNhW__container {
    padding: 0 1.25rem;
  }
}

@media (max-width: 64rem) {
  .ContentContainer-module__JozNhW__container {
    padding: 0 1rem;
  }
}

@media (max-width: 48rem) {
  .ContentContainer-module__JozNhW__container {
    padding: 0 1rem;
  }
}

@media (max-width: 30rem) {
  .ContentContainer-module__JozNhW__container {
    padding: 0 1rem;
  }
}

/* [project]/shared/components/common/CookieConsent/CookieConsent.module.css [app-client] (css) */
.CookieConsent-module__QQk0kG__container {
  isolation: isolate;
  will-change: transform;
  max-width: 20rem;
  animation: .3s ease-out CookieConsent-module__QQk0kG__slideInLeft;
  z-index: 2147483647 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  clip: unset !important;
  clip-path: none !important;
  display: block !important;
  position: fixed !important;
  bottom: 1.25rem !important;
  left: 1.25rem !important;
  overflow: visible !important;
  transform: translateZ(0) !important;
}

@keyframes CookieConsent-module__QQk0kG__slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px)translateZ(0);
  }

  to {
    opacity: 1;
    transform: translateX(0)translateZ(0);
  }
}

.CookieConsent-module__QQk0kG__content {
  background: var(--color-bg-primary);
  border: .0625rem solid #e6e6e6;
  border-radius: .75rem;
  flex-direction: column;
  gap: .75rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 .25rem 1rem #00000026;
}

.CookieConsent-module__QQk0kG__text {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-normal);
  color: var(--color-text-muted);
  margin: 0;
}

.CookieConsent-module__QQk0kG__link {
  color: var(--color-accent);
  text-underline-offset: .125rem;
  text-decoration: underline;
}

.CookieConsent-module__QQk0kG__link:hover {
  color: var(--color-accent-hover);
}

.CookieConsent-module__QQk0kG__acceptButton {
  background: var(--color-accent);
  color: #fff;
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
  cursor: pointer;
  border: none;
  border-radius: .375rem;
  align-self: flex-end;
  min-width: 2.5rem;
  padding: .375rem 1rem;
  transition: background-color .2s;
}

.CookieConsent-module__QQk0kG__acceptButton:hover, .CookieConsent-module__QQk0kG__acceptButton:active {
  background: var(--color-accent-hover);
}

@media (max-width: 48rem) {
  .CookieConsent-module__QQk0kG__container {
    z-index: 2147483647 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: none !important;
    display: block !important;
    position: fixed !important;
    bottom: 1rem !important;
    left: 1rem !important;
    right: 1rem !important;
  }

  .CookieConsent-module__QQk0kG__content {
    padding: .75rem;
  }

  .CookieConsent-module__QQk0kG__text {
    font-size: .75rem;
  }

  .CookieConsent-module__QQk0kG__acceptButton {
    padding: .3125rem .75rem;
    font-size: .6875rem;
  }
}

/* [project]/shared/components/common/Breadcrumbs/Breadcrumbs.module.css [app-client] (css) */
.Breadcrumbs-module__izfZTa__breadcrumbs {
  border-bottom: none;
  width: 100%;
  padding: .5rem 0;
  transition: transform .3s ease-in-out;
  transform: translateY(0);
}

.Breadcrumbs-module__izfZTa__breadcrumbs.Breadcrumbs-module__izfZTa__hidden {
  transform: translateY(-100%);
}

.Breadcrumbs-module__izfZTa__list {
  flex-wrap: nowrap;
  align-items: center;
  gap: .75rem;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.Breadcrumbs-module__izfZTa__item {
  flex-shrink: 0;
  align-items: center;
  gap: .75rem;
  display: flex;
}

.Breadcrumbs-module__izfZTa__item:last-child {
  flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
}

.Breadcrumbs-module__izfZTa__link {
  font-family: var(--font-open-sans, "Open Sans", sans-serif);
  color: #666;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: color .2s;
}

.Breadcrumbs-module__izfZTa__item:last-child .Breadcrumbs-module__izfZTa__link {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.Breadcrumbs-module__izfZTa__link:hover {
  color: #333;
  text-decoration: underline;
}

.Breadcrumbs-module__izfZTa__current {
  font-family: var(--font-open-sans, "Open Sans", sans-serif);
  color: #000;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25em;
}

.Breadcrumbs-module__izfZTa__item:last-child .Breadcrumbs-module__izfZTa__current {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
  display: block;
  overflow: hidden;
}

.Breadcrumbs-module__izfZTa__arrow {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
}

@media (max-width: 75rem) {
  .Breadcrumbs-module__izfZTa__breadcrumbs {
    padding: .5rem 0;
  }

  .Breadcrumbs-module__izfZTa__list, .Breadcrumbs-module__izfZTa__item {
    gap: .625rem;
  }
}

@media (max-width: 48rem) {
  .Breadcrumbs-module__izfZTa__breadcrumbs {
    width: 100%;
    padding: .375rem 0;
    display: block;
  }

  .Breadcrumbs-module__izfZTa__list {
    flex-wrap: wrap;
    gap: .5rem;
  }

  .Breadcrumbs-module__izfZTa__item {
    flex-shrink: 0;
    gap: .5rem;
  }

  .Breadcrumbs-module__izfZTa__item:last-child {
    flex-shrink: 1;
    min-width: 0;
    max-width: 100%;
  }

  .Breadcrumbs-module__izfZTa__link, .Breadcrumbs-module__izfZTa__current {
    white-space: nowrap;
    font-size: .75rem;
  }

  .Breadcrumbs-module__izfZTa__arrow {
    width: 1rem;
    height: 1rem;
  }
}

@media (max-width: 30rem) {
  .Breadcrumbs-module__izfZTa__breadcrumbs {
    padding: .375rem 0;
  }

  .Breadcrumbs-module__izfZTa__list, .Breadcrumbs-module__izfZTa__item {
    gap: .375rem;
  }

  .Breadcrumbs-module__izfZTa__link, .Breadcrumbs-module__izfZTa__current {
    font-size: .6875rem;
  }

  .Breadcrumbs-module__izfZTa__arrow {
    width: .875rem;
    height: .875rem;
  }
}

/* [project]/shared/components/TypographyHeader/TypographyHeader.module.css [app-client] (css) */
.TypographyHeader-module__wqOt3a__headerWrapper {
  border-top: .125rem solid var(--color-brand-cyan-dark);
  border-bottom: .125rem solid var(--color-brand-cyan-dark);
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 1.5rem 0;
  overflow: hidden;
}

.TypographyHeader-module__wqOt3a__headerWrapperH2 {
  padding: .75rem 0 .425rem;
}

.TypographyHeader-module__wqOt3a__headerContent {
  box-sizing: border-box;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 3rem;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.TypographyHeader-module__wqOt3a__textContainer {
  -moz-column-gap: 3rem;
  box-sizing: border-box;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: baseline;
  gap: .25rem 3rem;
  min-width: 0;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.TypographyHeader-module__wqOt3a__firstText {
  font-family: var(--font-palui, "Palui SP"), var(--font-family-primary, "Open Sans"), -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: var(--font-weight-bold);
  white-space: normal;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  flex: 0 auto;
  width: auto;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  font-size: 3.625rem;
  line-height: 1.1;
}

.TypographyHeader-module__wqOt3a__firstTextH1 {
  font-size: 2.75rem;
}

.TypographyHeader-module__wqOt3a__firstTextH2 {
  font-size: 3.25rem;
  line-height: 1.1;
}

.TypographyHeader-module__wqOt3a__firstTextH3 {
  font-size: 1.5rem;
}

.TypographyHeader-module__wqOt3a__secondTextWrapper {
  -webkit-backdrop-filter: blur(5px);
  box-sizing: border-box;
  border-radius: 1.875rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: baseline;
  width: auto;
  min-width: 0;
  max-width: 100%;
  margin-top: 0;
  padding: .75rem 0;
  display: inline-flex;
  overflow: visible;
}

.TypographyHeader-module__wqOt3a__secondText {
  font-family: var(--font-pobeda, "Pobeda"), var(--font-family-primary, "Open Sans"), -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: var(--font-weight-bold);
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  flex-shrink: 0;
  max-width: 100%;
  font-size: 3.25rem;
  line-height: 1.1;
}

.TypographyHeader-module__wqOt3a__rightContent {
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
  display: flex;
}

@media (max-width: 90rem) {
  .TypographyHeader-module__wqOt3a__headerContent {
    gap: 2.5rem;
  }

  .TypographyHeader-module__wqOt3a__textContainer {
    -moz-column-gap: 3rem;
    gap: .25rem 3rem;
  }

  .TypographyHeader-module__wqOt3a__firstText {
    font-size: 3rem;
  }

  .TypographyHeader-module__wqOt3a__firstTextH1 {
    font-size: 2.5rem;
  }

  .TypographyHeader-module__wqOt3a__firstTextH2 {
    font-size: clamp(1.5rem, .75rem + 3.5vw, 3rem);
    line-height: 1.1;
  }

  .TypographyHeader-module__wqOt3a__firstTextH3 {
    font-size: 1.375rem;
  }

  .TypographyHeader-module__wqOt3a__secondText {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: 100%;
    font-size: clamp(1.5rem, .75rem + 3vw, 3.25rem);
  }
}

@media (max-width: 75rem) {
  .TypographyHeader-module__wqOt3a__headerContent {
    gap: 2rem;
  }

  .TypographyHeader-module__wqOt3a__textContainer {
    -moz-column-gap: 3rem;
    gap: .25rem 3rem;
  }

  .TypographyHeader-module__wqOt3a__firstText {
    font-size: 2.5rem;
  }

  .TypographyHeader-module__wqOt3a__firstTextH1 {
    font-size: 2.25rem;
  }

  .TypographyHeader-module__wqOt3a__firstTextH2 {
    font-size: clamp(1.125rem, .5rem + 3vw, 2.5rem);
    line-height: 1.1;
  }

  .TypographyHeader-module__wqOt3a__firstTextH3 {
    font-size: 1.25rem;
  }

  .TypographyHeader-module__wqOt3a__secondText {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
    font-size: clamp(1rem, .375rem + 2.5vw, 2rem);
  }
}

@media (max-width: 56.25rem) {
  .TypographyHeader-module__wqOt3a__headerWrapper {
    padding: 1.25rem 0;
  }

  .TypographyHeader-module__wqOt3a__headerWrapperH2 {
    padding: .625rem 0 .425rem;
  }

  .TypographyHeader-module__wqOt3a__headerContent {
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 1.5rem;
  }

  .TypographyHeader-module__wqOt3a__textContainer {
    -moz-column-gap: 2rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: baseline;
    gap: .25rem 2rem;
  }

  .TypographyHeader-module__wqOt3a__firstText {
    white-space: normal;
    font-size: clamp(1.25rem, 4vw, 2rem);
  }

  .TypographyHeader-module__wqOt3a__firstTextH1 {
    font-size: clamp(1.25rem, 4vw, 1.875rem);
  }

  .TypographyHeader-module__wqOt3a__firstTextH2 {
    font-size: clamp(1rem, .5rem + 2.5vw, 2rem);
    line-height: 1.1;
  }

  .TypographyHeader-module__wqOt3a__firstTextH3 {
    font-size: 1.125rem;
  }

  .TypographyHeader-module__wqOt3a__secondText {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: 100%;
    font-size: clamp(1.25rem, .625rem + 1.5vw, 2rem);
  }

  .TypographyHeader-module__wqOt3a__rightContent {
    display: none;
  }
}

@media (max-width: 48rem) {
  .TypographyHeader-module__wqOt3a__headerWrapper {
    padding: 1rem 1rem 1rem 0;
  }

  .TypographyHeader-module__wqOt3a__headerWrapperH2 {
    padding: .5rem 1rem .425rem 0;
  }

  .TypographyHeader-module__wqOt3a__headerContent {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
  }

  .TypographyHeader-module__wqOt3a__textContainer {
    -moz-column-gap: .75rem;
    box-sizing: border-box;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: baseline;
    gap: .5rem .75rem;
    width: 100%;
    max-width: 100%;
  }

  .TypographyHeader-module__wqOt3a__firstText {
    white-space: normal;
    font-size: clamp(1rem, .5rem + 2vw, 1.5rem);
  }

  .TypographyHeader-module__wqOt3a__firstTextH1 {
    font-size: clamp(1rem, .5rem + 2vw, 1.5rem);
  }

  .TypographyHeader-module__wqOt3a__firstTextH2 {
    font-size: clamp(1rem, .5rem + 2.5vw, 1.5rem);
    line-height: 1.1;
  }

  .TypographyHeader-module__wqOt3a__firstTextH3 {
    font-size: clamp(1rem, .375rem + 1.75vw, 1rem);
  }

  .TypographyHeader-module__wqOt3a__secondTextWrapper {
    -webkit-backdrop-filter: none;
    box-sizing: border-box;
    border-radius: 0;
    max-width: 100%;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
  }

  .TypographyHeader-module__wqOt3a__secondText {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
    font-size: clamp(.75rem, .375rem + 2vw, 1.25rem);
    line-height: 1;
  }

  .TypographyHeader-module__wqOt3a__rightContent {
    display: none;
  }
}

@media (max-width: 37.5rem) {
  .TypographyHeader-module__wqOt3a__headerWrapper {
    padding: 1rem 1rem 1rem 0;
  }

  .TypographyHeader-module__wqOt3a__headerWrapperH2 {
    padding: .5rem 1rem .425rem 0;
  }

  .TypographyHeader-module__wqOt3a__headerContent {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
  }

  .TypographyHeader-module__wqOt3a__textContainer {
    -moz-column-gap: .5rem;
    box-sizing: border-box;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: baseline;
    gap: .5rem;
    width: 100%;
    max-width: 100%;
  }

  .TypographyHeader-module__wqOt3a__firstText {
    white-space: normal;
    font-size: 1.5rem;
  }

  .TypographyHeader-module__wqOt3a__firstTextH1 {
    font-size: 1.5rem;
  }

  .TypographyHeader-module__wqOt3a__firstTextH2 {
    font-size: clamp(1rem, .5rem + 1.5vw, 1.25rem);
    line-height: 1.1;
  }

  .TypographyHeader-module__wqOt3a__firstTextH3 {
    font-size: clamp(1rem, .25rem + 1.5vw, 1rem);
  }

  .TypographyHeader-module__wqOt3a__secondTextWrapper {
    -webkit-backdrop-filter: none;
    box-sizing: border-box;
    border-radius: 0;
    min-width: 0;
    max-width: 100%;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
  }

  .TypographyHeader-module__wqOt3a__secondText {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
    -webkit-hyphens: auto;
    hyphens: auto;
    max-width: 100%;
    font-size: clamp(1rem, .5rem + 1.75vw, 1.25rem);
    line-height: 1.2;
  }

  .TypographyHeader-module__wqOt3a__rightContent {
    display: none;
  }
}

/* [project]/src/components/ui/Calendar/CalendarPortal.module.css [app-client] (css) */
.CalendarPortal-module__kt84CW__overlay {
  background: var(--color-shadow-overlay);
  z-index: 9999;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0;
}

.CalendarPortal-module__kt84CW__calendarContainer {
  background: var(--color-bg-primary);
  box-shadow: 0 1.25rem 3.75rem var(--color-brand-cyan-rgba-medium);
  border-radius: 1rem;
  width: fit-content;
  min-width: 12.5rem;
  max-width: 95vw;
  height: 35rem;
  position: absolute;
  overflow: hidden;
}

.CalendarPortal-module__kt84CW__calendarContent {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.CalendarPortal-module__kt84CW__calendarBody {
  box-sizing: border-box;
  grid-template-columns: 8.25rem 1fr;
  gap: .5rem;
  height: 100%;
  padding: .5rem 0 .5rem .5rem;
  display: grid;
}

.CalendarPortal-module__kt84CW__calendarScroll {
  scrollbar-width: thin;
  scrollbar-color: var(--color-border-primary) var(--color-bg-accent);
  flex: 1;
  padding: 0 .5rem .5rem 0;
  overflow-y: auto;
}

.CalendarPortal-module__kt84CW__calendarScroll::-webkit-scrollbar {
  width: .5rem;
}

.CalendarPortal-module__kt84CW__calendarScroll::-webkit-scrollbar-track {
  background: var(--color-bg-accent);
  border-radius: .25rem;
}

.CalendarPortal-module__kt84CW__calendarScroll::-webkit-scrollbar-thumb {
  background: var(--color-border-primary);
  border-radius: .25rem;
  transition: background .2s;
}

.CalendarPortal-module__kt84CW__calendarScroll::-webkit-scrollbar-thumb:hover {
  background: var(--color-accent);
}

.CalendarPortal-module__kt84CW__month {
  background: none;
  border-radius: .75rem;
  margin-bottom: .5rem;
  padding: .25rem;
}

.CalendarPortal-module__kt84CW__monthsNav {
  flex-direction: column;
  gap: .0625rem;
  padding-top: .375rem;
  padding-right: .375rem;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.CalendarPortal-module__kt84CW__monthsNavItem {
  text-align: left;
  width: 100%;
  font-family: var(--font-open-sans);
  color: var(--color-text-primary);
  cursor: pointer;
  z-index: 1;
  background: none;
  border: none;
  border-radius: .5rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  position: relative;
}

.CalendarPortal-module__kt84CW__monthsNavItem:hover {
  background: none;
}

.CalendarPortal-module__kt84CW__monthsNavItemActive {
  color: var(--color-accent) !important;
}

.CalendarPortal-module__kt84CW__monthsNavItemDot:after {
  content: "";
  background: var(--color-accent);
  vertical-align: middle;
  border-radius: 50%;
  width: .375rem;
  height: .375rem;
  margin-left: .375rem;
  display: inline-block;
}

.CalendarPortal-module__kt84CW__monthsNavHighlight {
  display: none;
}

.CalendarPortal-module__kt84CW__monthHeader {
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  padding: .25rem 0 .5rem;
  display: flex;
}

.CalendarPortal-module__kt84CW__monthHeader h3 {
  font-family: var(--font-open-sans);
  color: var(--color-text-primary);
  margin: 0;
  font-size: .875rem;
  font-weight: 600;
}

.CalendarPortal-module__kt84CW__weekdays {
  grid-template-columns: repeat(7, 1.75rem);
  justify-content: start;
  gap: 0;
  margin-bottom: .5rem;
  display: grid;
}

.CalendarPortal-module__kt84CW__weekday {
  font-family: var(--font-open-sans);
  color: var(--color-text-light);
  text-align: center;
  background: none;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  font-size: .6875rem;
  font-weight: 600;
  display: flex;
}

.CalendarPortal-module__kt84CW__daysGrid {
  grid-template-columns: repeat(7, 1.75rem);
  justify-content: start;
  gap: 0;
  display: grid;
}

.CalendarPortal-module__kt84CW__day {
  font-family: var(--font-open-sans);
  color: var(--color-text-primary);
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  margin: 0;
  padding: 0;
  font-size: .8125rem;
  line-height: 1.75rem;
  transition: background-color 80ms 50ms, border-radius 80ms 50ms;
  display: flex;
  position: relative;
}

.CalendarPortal-module__kt84CW__day:hover:not(.CalendarPortal-module__kt84CW__empty):not(.CalendarPortal-module__kt84CW__disabled) {
  background-color: var(--color-calendar-range-start);
  color: var(--color-text-primary);
  border-radius: .125rem;
  transition: background-color, border-radius;
}

.CalendarPortal-module__kt84CW__day.CalendarPortal-module__kt84CW__empty {
  cursor: default;
  background-color: #0000;
}

.CalendarPortal-module__kt84CW__day.CalendarPortal-module__kt84CW__disabled {
  color: var(--color-border-light);
  cursor: not-allowed;
  background-color: #0000;
}

.CalendarPortal-module__kt84CW__day.CalendarPortal-module__kt84CW__holiday {
  color: var(--color-calendar-holiday);
  font-weight: 600;
}

.CalendarPortal-module__kt84CW__day.CalendarPortal-module__kt84CW__holiday:hover:not(.CalendarPortal-module__kt84CW__empty):not(.CalendarPortal-module__kt84CW__disabled) {
  background-color: var(--color-calendar-range-start);
  color: var(--color-calendar-holiday);
  border-radius: .125rem;
  transition: background-color, border-radius;
}

.CalendarPortal-module__kt84CW__day.CalendarPortal-module__kt84CW__holiday.CalendarPortal-module__kt84CW__inRange {
  background-color: var(--color-calendar-range-between);
  color: var(--color-calendar-holiday);
}

.CalendarPortal-module__kt84CW__day.CalendarPortal-module__kt84CW__holiday.CalendarPortal-module__kt84CW__rangeStart, .CalendarPortal-module__kt84CW__day.CalendarPortal-module__kt84CW__holiday.CalendarPortal-module__kt84CW__rangeEnd {
  background-color: var(--color-calendar-range-start);
  color: var(--color-calendar-holiday);
  border: none;
  border-radius: .125rem;
  font-weight: 600;
}

.CalendarPortal-module__kt84CW__day.CalendarPortal-module__kt84CW__disabled:hover {
  color: var(--color-border-light);
  background-color: #0000;
}

.CalendarPortal-module__kt84CW__day.CalendarPortal-module__kt84CW__rangeStart, .CalendarPortal-module__kt84CW__day.CalendarPortal-module__kt84CW__rangeEnd {
  background-color: var(--color-calendar-range-start);
  color: inherit;
  font-weight: inherit;
  border: none;
  border-radius: .125rem;
}

.CalendarPortal-module__kt84CW__day.CalendarPortal-module__kt84CW__inRange {
  background-color: var(--color-calendar-range-between);
  color: inherit;
}

.CalendarPortal-module__kt84CW__calendarActions {
  background: var(--color-bg-accent);
  border-top: .0625rem solid var(--color-border-primary);
  justify-content: flex-end;
  gap: .75rem;
  padding: .75rem 1.25rem;
  display: flex;
}

.CalendarPortal-module__kt84CW__actionButtons {
  gap: .75rem;
  display: flex;
}

.CalendarPortal-module__kt84CW__cancelButton, .CalendarPortal-module__kt84CW__applyButton {
  border: .0625rem solid var(--color-border-primary);
  font-family: var(--font-open-sans);
  cursor: pointer;
  background: var(--color-bg-primary);
  color: var(--color-text-primary);
  border-radius: .5rem;
  min-width: 6.25rem;
  padding: .625rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .15s;
}

.CalendarPortal-module__kt84CW__cancelButton:hover {
  background: var(--color-bg-light-gray);
  border-color: var(--color-border-light);
}

.CalendarPortal-module__kt84CW__applyButton:hover:not(:disabled) {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-bg-primary);
}

.CalendarPortal-module__kt84CW__applyButton:disabled {
  opacity: .5;
  cursor: not-allowed;
}

@media (max-width: 64rem) {
  .CalendarPortal-module__kt84CW__calendarContainer {
    width: fit-content;
    min-width: 12.5rem;
    height: 80vh;
  }

  .CalendarPortal-module__kt84CW__calendarScroll {
    padding: .625rem;
  }

  .CalendarPortal-module__kt84CW__month {
    margin-bottom: 1rem;
    padding: .375rem;
  }

  .CalendarPortal-module__kt84CW__day {
    width: 1.75rem;
    height: 1.75rem;
    font-size: .8125rem;
    line-height: 1.75rem;
  }

  .CalendarPortal-module__kt84CW__weekday {
    width: 1.75rem;
    height: 1.5rem;
    font-size: .6875rem;
  }

  .CalendarPortal-module__kt84CW__daysGrid {
    grid-template-columns: repeat(7, 1.75rem);
    gap: 0;
  }
}

@media (max-width: 48rem) {
  .CalendarPortal-module__kt84CW__calendarContainer {
    width: fit-content;
    min-width: 12.5rem;
    height: 85vh;
  }

  .CalendarPortal-module__kt84CW__calendarScroll {
    padding: .5rem;
  }

  .CalendarPortal-module__kt84CW__month {
    margin-bottom: .875rem;
    padding: .375rem;
  }

  .CalendarPortal-module__kt84CW__monthHeader h3 {
    font-size: .875rem;
  }

  .CalendarPortal-module__kt84CW__day {
    width: 1.625rem;
    height: 1.625rem;
    font-size: .75rem;
    line-height: 1.625rem;
  }

  .CalendarPortal-module__kt84CW__weekday {
    width: 1.625rem;
    height: 1.375rem;
    font-size: .625rem;
  }

  .CalendarPortal-module__kt84CW__daysGrid {
    grid-template-columns: repeat(7, 1.625rem);
    gap: 0;
  }

  .CalendarPortal-module__kt84CW__calendarActions {
    padding: .75rem 1rem;
  }

  .CalendarPortal-module__kt84CW__cancelButton, .CalendarPortal-module__kt84CW__applyButton {
    min-width: 5rem;
    padding: .5rem .75rem;
    font-size: .8125rem;
  }
}

@media (max-width: 30rem) {
  .CalendarPortal-module__kt84CW__calendarContainer {
    border-radius: 0;
    width: 100vw;
    height: 100vh;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }

  .CalendarPortal-module__kt84CW__calendarScroll {
    padding: .375rem;
  }

  .CalendarPortal-module__kt84CW__month {
    margin-bottom: .75rem;
    padding: .25rem;
  }

  .CalendarPortal-module__kt84CW__monthHeader h3 {
    font-size: .8125rem;
  }

  .CalendarPortal-module__kt84CW__weekdays {
    margin-bottom: .5rem;
  }

  .CalendarPortal-module__kt84CW__day {
    width: 1.5rem;
    height: 1.5rem;
    font-size: .6875rem;
    line-height: 1.5rem;
  }

  .CalendarPortal-module__kt84CW__weekday {
    width: 1.5rem;
    height: 1.25rem;
    padding: .1875rem 0;
    font-size: .5625rem;
  }

  .CalendarPortal-module__kt84CW__daysGrid {
    grid-template-columns: repeat(7, 1.5rem);
    gap: 0;
  }

  .CalendarPortal-module__kt84CW__calendarActions {
    padding: .75rem 1rem;
  }

  .CalendarPortal-module__kt84CW__cancelButton, .CalendarPortal-module__kt84CW__applyButton {
    min-width: 5rem;
    padding: .5rem .75rem;
    font-size: .75rem;
  }
}

/* [project]/src/components/ui/PseudoSelect/PseudoSelect.module.css [app-client] (css) */
.PseudoSelect-module__A-FA1a__overlay {
  z-index: 9999;
  background: none;
  position: fixed;
  inset: 0;
}

.PseudoSelect-module__A-FA1a__modal {
  background: var(--color-bg-primary);
  border: .0625rem solid var(--color-border-primary);
  box-shadow: 0 .25rem .75rem var(--color-brand-cyan-rgba-medium);
  z-index: 10000;
  border-radius: .5rem;
  max-height: 18.75rem;
  margin-top: .25rem;
  position: fixed;
  overflow: hidden;
}

.PseudoSelect-module__A-FA1a__content {
  flex-direction: column;
  display: flex;
}

.PseudoSelect-module__A-FA1a__body {
  scrollbar-width: thin;
  scrollbar-color: var(--color-border-primary) var(--color-bg-accent);
  max-height: 15rem;
  padding: .375rem .5rem;
  overflow: hidden auto;
}

.PseudoSelect-module__A-FA1a__body::-webkit-scrollbar {
  width: .1875rem;
}

.PseudoSelect-module__A-FA1a__body::-webkit-scrollbar-track {
  background: var(--color-brand-cyan-rgba-light);
  border-radius: .125rem;
}

.PseudoSelect-module__A-FA1a__body::-webkit-scrollbar-thumb {
  background: var(--color-accent);
  border-radius: .125rem;
}

.PseudoSelect-module__A-FA1a__body::-webkit-scrollbar-thumb:hover {
  background: var(--color-accent-hover);
}

.PseudoSelect-module__A-FA1a__statusText {
  font-family: var(--font-open-sans);
  color: var(--color-text-light);
  text-align: center;
  padding: .5rem .625rem;
  font-size: .8125rem;
}

.PseudoSelect-module__A-FA1a__footer {
  background: var(--color-bg-accent);
  border-top: .0625rem solid var(--color-border-primary);
  justify-content: flex-end;
  align-items: center;
  gap: .375rem;
  padding: .375rem .5rem;
  display: flex;
}

@media (max-width: 48rem) {
  .PseudoSelect-module__A-FA1a__modal {
    max-height: 15.625rem;
  }

  .PseudoSelect-module__A-FA1a__body {
    max-height: 12.5rem;
  }
}

@media (max-width: 30rem) {
  .PseudoSelect-module__A-FA1a__modal {
    max-height: 13.75rem;
  }

  .PseudoSelect-module__A-FA1a__body {
    max-height: 11.25rem;
  }
}

/* [project]/src/components/ui/Checkbox/CheckboxOption.module.css [app-client] (css) */
.CheckboxOption-module__6kApvq__optionGroup {
  margin-bottom: .125rem;
}

.CheckboxOption-module__6kApvq__optionRow {
  justify-content: space-between;
  align-items: center;
  gap: .25rem;
  display: flex;
}

.CheckboxOption-module__6kApvq__option {
  font-family: var(--font-open-sans);
  color: var(--color-text-primary);
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: .375rem;
  flex: 1;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: .5rem;
  padding: .5rem .625rem;
  font-size: .8125rem;
  font-weight: 400;
  line-height: 1.4;
  transition: background-color .15s;
  display: grid;
}

.CheckboxOption-module__6kApvq__checkbox {
  flex-shrink: 0;
  align-self: start;
  width: .875rem;
  height: .875rem;
  margin: .125rem 0 0;
}

.CheckboxOption-module__6kApvq__checkboxWrapper {
  flex-shrink: 0;
  align-self: start;
  margin-top: .125rem;
  display: inline-flex;
}

.CheckboxOption-module__6kApvq__optionGroupError .CheckboxOption-module__6kApvq__checkbox {
  accent-color: var(--color-accent);
}

.CheckboxOption-module__6kApvq__label {
  font-family: var(--font-open-sans);
  color: var(--color-text-primary);
  font-size: .8125rem;
  font-weight: 400;
}

.CheckboxOption-module__6kApvq__expandContainer {
  flex-shrink: 0;
  align-items: baseline;
  gap: .125rem;
  display: flex;
}

.CheckboxOption-module__6kApvq__expandBtn {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: .1875rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-flex;
}

.CheckboxOption-module__6kApvq__expandBtn[aria-expanded="true"] svg {
  transform: rotate(90deg);
}

.CheckboxOption-module__6kApvq__option:hover {
  background-color: var(--color-accent-light);
}

.CheckboxOption-module__6kApvq__option.CheckboxOption-module__6kApvq__selected {
  background-color: var(--color-accent);
  color: var(--color-bg-primary);
}

.CheckboxOption-module__6kApvq__option.CheckboxOption-module__6kApvq__selected:hover {
  background-color: var(--color-accent-hover);
}

.CheckboxOption-module__6kApvq__option.CheckboxOption-module__6kApvq__selected .CheckboxOption-module__6kApvq__label {
  color: var(--color-bg-primary);
}

@media (max-width: 48rem) {
  .CheckboxOption-module__6kApvq__option {
    padding: .375rem .5rem;
    font-size: .75rem;
  }

  .CheckboxOption-module__6kApvq__checkbox {
    width: .75rem;
    height: .75rem;
    margin-top: .0625rem;
  }

  .CheckboxOption-module__6kApvq__label {
    font-size: .75rem;
  }
}

@media (max-width: 30rem) {
  .CheckboxOption-module__6kApvq__option {
    padding: .3125rem .375rem;
    font-size: .6875rem;
  }

  .CheckboxOption-module__6kApvq__checkbox {
    width: .6875rem;
    height: .6875rem;
    margin-top: .0625rem;
  }

  .CheckboxOption-module__6kApvq__label {
    font-size: .6875rem;
  }
}

/* [project]/src/components/home/filters/components/TourTypeFilterStyles.module.css [app-client] (css) */
.TourTypeFilterStyles-module__plBdNq__footerButton {
  border: .0625rem solid var(--color-border-primary);
  background: var(--color-bg-primary);
  color: var(--color-text-primary);
  font-family: var(--font-open-sans);
  cursor: pointer;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .6875rem;
}

.TourTypeFilterStyles-module__plBdNq__footerButton:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.TourTypeFilterStyles-module__plBdNq__applyButton {
  border: .0625rem solid var(--color-accent);
  background: var(--color-accent);
  color: var(--color-bg-primary);
  font-family: var(--font-open-sans);
  cursor: pointer;
  border-radius: .25rem;
  padding: .25rem .625rem;
  font-size: .6875rem;
  font-weight: 600;
}

.TourTypeFilterStyles-module__plBdNq__applyButton:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.TourTypeFilterStyles-module__plBdNq__childrenContainer {
  margin-left: 1.25rem;
}

.TourTypeFilterStyles-module__plBdNq__noDataMessage {
  text-align: center;
  color: var(--color-text-light);
  padding: .625rem;
}

/* [project]/src/components/home/filters/components/LanguageFilterStyles.module.css [app-client] (css) */
.LanguageFilterStyles-module__yuPi0q__overlay {
  background: var(--color-shadow-overlay);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.LanguageFilterStyles-module__yuPi0q__modal {
  background: var(--color-bg-primary);
  border-radius: .625rem;
  min-width: 12.5rem;
  max-width: 90vw;
  padding: 1.75rem;
}

.LanguageFilterStyles-module__yuPi0q__content {
  flex-direction: column;
  display: flex;
}

.LanguageFilterStyles-module__yuPi0q__languagesSection {
  flex-direction: column;
  gap: .625rem;
  width: 10.375rem;
  display: flex;
  position: relative;
}

.LanguageFilterStyles-module__yuPi0q__languageOption {
  cursor: pointer;
  align-items: center;
  gap: .9375rem;
  min-height: 1.5rem;
  display: flex;
}

.LanguageFilterStyles-module__yuPi0q__checkbox {
  border: .0625rem solid var(--color-text-black);
  background: var(--color-bg-primary);
  border-radius: .1875rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  position: relative;
}

.LanguageFilterStyles-module__yuPi0q__checkboxInput {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
}

.LanguageFilterStyles-module__yuPi0q__checkboxInput:checked ~ * {
  background: var(--color-text-black);
}

.LanguageFilterStyles-module__yuPi0q__languageOption:has(.LanguageFilterStyles-module__yuPi0q__checkboxInput:checked) .LanguageFilterStyles-module__yuPi0q__checkbox {
  background: var(--color-text-black);
}

.LanguageFilterStyles-module__yuPi0q__languageOption:has(.LanguageFilterStyles-module__yuPi0q__checkboxInput:not(:checked)) .LanguageFilterStyles-module__yuPi0q__languageLabel {
  color: var(--color-text-muted);
}

.LanguageFilterStyles-module__yuPi0q__languageOption:has(.LanguageFilterStyles-module__yuPi0q__checkboxInput:not(:checked)) .LanguageFilterStyles-module__yuPi0q__checkbox {
  border-color: var(--color-text-muted);
}

.LanguageFilterStyles-module__yuPi0q__languageLabel {
  font: 400 1rem/1.25 var(--font-lato);
  color: var(--color-text-black);
  transition: color .2s;
}

.LanguageFilterStyles-module__yuPi0q__scrollbar {
  background: var(--color-border-secondary);
  border-radius: 1.25rem;
  width: .5rem;
  height: 6.625rem;
  position: absolute;
  top: 0;
  right: -1.125rem;
}

.LanguageFilterStyles-module__yuPi0q__scrollThumb {
  background: var(--color-bg-light-gray);
  border-radius: 1.25rem;
  width: .5rem;
  height: 2.31875rem;
}

@media (max-width: 48rem) {
  .LanguageFilterStyles-module__yuPi0q__modal {
    width: 95vw;
    max-width: 17.5rem;
    margin: 1.25rem;
  }

  .LanguageFilterStyles-module__yuPi0q__languagesSection {
    width: auto;
  }

  .LanguageFilterStyles-module__yuPi0q__languageOption {
    justify-content: flex-start;
  }
}

/* [project]/src/components/ui/RangeSlider/RangeSlider.module.css [app-client] (css) */
.RangeSlider-module__tA6LRq__rangeSlider {
  width: 100%;
  padding: .5rem 0;
}

.RangeSlider-module__tA6LRq__track {
  background: var(--color-border-primary);
  cursor: pointer;
  border-radius: .125rem;
  height: .25rem;
  position: relative;
}

.RangeSlider-module__tA6LRq__activeTrack {
  background: var(--color-accent);
  border-radius: .125rem;
  height: 100%;
  transition: all .15s;
  position: absolute;
  top: 0;
}

.RangeSlider-module__tA6LRq__thumb {
  background: var(--color-bg-primary);
  border: .125rem solid var(--color-accent);
  cursor: grab;
  width: 1rem;
  height: 1rem;
  box-shadow: 0 .125rem .25rem var(--color-brand-cyan-rgba-medium);
  border-radius: 50%;
  transition: all .15s;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.RangeSlider-module__tA6LRq__thumb:hover {
  box-shadow: 0 .25rem .5rem var(--color-brand-cyan-rgba-medium);
  transform: translate(-50%, -50%)scale(1.1);
}

.RangeSlider-module__tA6LRq__thumbActive {
  cursor: grabbing;
  box-shadow: 0 .25rem .75rem var(--color-accent-shadow);
  transform: translate(-50%, -50%)scale(1.2);
}

@media (max-width: 48rem) {
  .RangeSlider-module__tA6LRq__thumb {
    width: 1.25rem;
    height: 1.25rem;
  }

  .RangeSlider-module__tA6LRq__track {
    height: .375rem;
  }
}

/* [project]/src/components/home/filters/components/BudgetFilterStyles.module.css [app-client] (css) */
.BudgetFilterStyles-module__pAk-4a__footerRow {
  gap: .5rem;
  display: flex;
}

.BudgetFilterStyles-module__pAk-4a__retryButton {
  border: .0625rem solid var(--color-accent);
  background: var(--color-accent);
  color: var(--color-bg-primary);
  font-family: var(--font-open-sans);
  cursor: pointer;
  border-radius: .25rem;
  padding: .25rem .625rem;
  font-size: .6875rem;
  font-weight: 600;
}

.BudgetFilterStyles-module__pAk-4a__filterContainer {
  padding: .5rem;
}

.BudgetFilterStyles-module__pAk-4a__currencySection {
  margin-bottom: .75rem;
}

.BudgetFilterStyles-module__pAk-4a__currencyLabel {
  font-family: var(--font-open-sans);
  color: var(--color-text-primary);
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 600;
}

.BudgetFilterStyles-module__pAk-4a__currencyButtons {
  gap: .5rem;
  display: flex;
}

.BudgetFilterStyles-module__pAk-4a__currencyButton {
  border: .0625rem solid var(--color-border-primary);
  background: var(--color-bg-primary);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--color-text-primary);
  font-family: var(--font-open-sans);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 600;
  transition: all .15s;
  display: flex;
}

.BudgetFilterStyles-module__pAk-4a__currencyButtonActive {
  border: .125rem solid var(--color-accent);
  background: var(--color-accent);
  color: var(--color-bg-primary);
}

.BudgetFilterStyles-module__pAk-4a__inputsRow {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.BudgetFilterStyles-module__pAk-4a__inputWrap {
  flex: 1;
}

.BudgetFilterStyles-module__pAk-4a__input {
  border: .0625rem solid var(--color-border-primary);
  width: 100%;
  font-family: var(--font-open-sans);
  color: var(--color-text-primary);
  background: var(--color-bg-primary);
  border-radius: .375rem;
  padding: .5rem .75rem;
  font-size: .8125rem;
}

.BudgetFilterStyles-module__pAk-4a__sep {
  font-family: var(--font-open-sans);
  color: var(--color-text-light);
  white-space: nowrap;
  flex-shrink: 0;
  font-size: .75rem;
}

.BudgetFilterStyles-module__pAk-4a__sliderContainer {
  box-sizing: border-box;
  width: 100%;
  margin-top: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: block;
  overflow: hidden;
}

.BudgetFilterStyles-module__pAk-4a__sliderContainer .rangeSlider {
  width: 100%;
}

.BudgetFilterStyles-module__pAk-4a__sliderContainer .track {
  width: 100%;
}

.BudgetFilterStyles-module__pAk-4a__footerButton, .BudgetFilterStyles-module__pAk-4a__applyButton {
  border: .0625rem solid var(--color-border-primary);
  background: var(--color-bg-primary);
  color: var(--color-text-primary);
  font-family: var(--font-open-sans);
  cursor: pointer;
  border-radius: .25rem;
  padding: .25rem .625rem;
  font-size: .6875rem;
}

.BudgetFilterStyles-module__pAk-4a__applyButton {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: var(--color-bg-primary);
  font-weight: 600;
}

/* [project]/shared/components/FilterForm/FilterFormStyles.module.css [app-client] (css) */
.FilterFormStyles-module__jwfLIq__filterWrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  display: flex;
  background: none !important;
}

.FilterFormStyles-module__jwfLIq__filterWrapper:before, .FilterFormStyles-module__jwfLIq__filterWrapper:after {
  content: none !important;
  background: none !important;
  display: none !important;
}

.FilterFormStyles-module__jwfLIq__searchForm {
  border-radius: 1.875rem;
  align-items: flex-end;
  gap: 1.5rem;
  width: 100%;
  padding: 0;
  display: flex;
  background: var(--color-bg-primary) !important;
  background-color: var(--color-bg-primary) !important;
  background-image: none !important;
}

.FilterFormStyles-module__jwfLIq__searchForm:before, .FilterFormStyles-module__jwfLIq__searchForm:after {
  content: none !important;
  background: none !important;
  display: none !important;
}

.FilterFormStyles-module__jwfLIq__filterCell {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: .5rem;
  width: 15.625rem;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.FilterFormStyles-module__jwfLIq__filterCell:nth-child(2), .FilterFormStyles-module__jwfLIq__filterCell:nth-child(3) {
  background: none;
  border: none;
}

.FilterFormStyles-module__jwfLIq__cellLabel {
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.FilterFormStyles-module__jwfLIq__cellInput {
  cursor: pointer;
  background: none;
  border: .0625rem solid #adadad;
  border-radius: .625rem;
  align-items: center;
  width: 100%;
  min-height: 3.25rem;
  padding: 1rem 1.5rem;
  transition: border-color .2s;
  display: flex;
}

.FilterFormStyles-module__jwfLIq__cellInput:hover {
  border-color: var(--color-accent);
}

.FilterFormStyles-module__jwfLIq__labelText {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-sm);
  line-height: var(--line-height-snug);
  color: var(--color-text-muted);
}

.FilterFormStyles-module__jwfLIq__cellValue {
  background: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  gap: .125rem;
  width: 100%;
  min-height: 0;
  padding: 0;
  display: flex;
}

.FilterFormStyles-module__jwfLIq__valueText {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  color: #5f5f5f;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.2;
  overflow: hidden;
}

.FilterFormStyles-module__jwfLIq__searchBtn {
  background: var(--color-brand-cyan);
  cursor: pointer;
  border: none;
  border-radius: 1.875rem;
  flex-shrink: 0;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  gap: .625rem;
  width: 9.5625rem;
  height: 3.1875rem;
  padding: .625rem .9375rem;
  transition: background .2s;
  display: flex;
  position: relative;
}

.FilterFormStyles-module__jwfLIq__searchBtnBg {
  display: none;
}

.FilterFormStyles-module__jwfLIq__searchBtnText {
  font-family: var(--font-family-body);
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-base);
  line-height: var(--line-height-snug);
  color: var(--color-bg-primary);
}

.FilterFormStyles-module__jwfLIq__searchBtnIcon {
  width: .9375rem;
  height: .9375rem;
  color: var(--color-bg-primary);
  flex-shrink: 0;
}

.FilterFormStyles-module__jwfLIq__filterCell:hover .FilterFormStyles-module__jwfLIq__cellInput {
  box-shadow: 0 .125rem .5rem var(--color-shadow-medium);
  transform: translateY(-.0625rem);
}

.FilterFormStyles-module__jwfLIq__searchBtn:hover {
  opacity: .9;
  background: #1a3a4d;
}

@media (max-width: 48rem) {
  .FilterFormStyles-module__jwfLIq__filterWrapper {
    width: 100%;
    max-width: 100vw;
  }

  .FilterFormStyles-module__jwfLIq__searchForm {
    border-radius: .625rem;
    flex-direction: column;
    gap: .625rem;
    width: 100%;
  }

  .FilterFormStyles-module__jwfLIq__filterCell, .FilterFormStyles-module__jwfLIq__filterCell:nth-child(2), .FilterFormStyles-module__jwfLIq__filterCell:nth-child(3) {
    background: var(--color-bg-primary);
    border-radius: .625rem;
    width: 100%;
    border: none !important;
  }

  .FilterFormStyles-module__jwfLIq__searchBtn {
    border-radius: .625rem;
    width: 100%;
  }

  .FilterFormStyles-module__jwfLIq__cellInput {
    width: 100%;
  }

  .FilterFormStyles-module__jwfLIq__valueText {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 30rem) {
  .FilterFormStyles-module__jwfLIq__filterWrapper {
    gap: .3125rem;
  }

  .FilterFormStyles-module__jwfLIq__filterCell {
    gap: .5rem;
  }

  .FilterFormStyles-module__jwfLIq__cellInput {
    min-height: 3rem;
    padding: .75rem 1.25rem;
  }

  .FilterFormStyles-module__jwfLIq__labelText {
    font-size: .75rem;
  }

  .FilterFormStyles-module__jwfLIq__valueText, .FilterFormStyles-module__jwfLIq__searchBtnText {
    font-size: .875rem;
  }
}

/* [project]/shared/components/bottom-right-widgets/FloatingTelegram/FloatingTelegram.module.css [app-client] (css) */
.FloatingTelegram-module__9iQAsG__floatingContainer {
  z-index: 1000;
  position: relative;
}

.FloatingTelegram-module__9iQAsG__widget {
  cursor: pointer;
  background: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 66px;
  padding: 12px;
  transition: transform .3s, width .3s, height .3s, padding .3s;
  display: inline-flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 30px #5ea4ff4d;
}

.FloatingTelegram-module__9iQAsG__widget:hover:not(.FloatingTelegram-module__9iQAsG__expanded) {
  transform: scale(1.03);
}

.FloatingTelegram-module__9iQAsG__widget.FloatingTelegram-module__9iQAsG__expanded {
  width: auto;
  min-width: 200px;
  height: 70px;
  padding: 14px;
  transition: all .3s;
}

.FloatingTelegram-module__9iQAsG__defaultButton {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 42px;
  animation: .3s FloatingTelegram-module__9iQAsG__fadeIn;
  display: flex;
  position: relative;
  overflow: visible;
}

@keyframes FloatingTelegram-module__9iQAsG__fadeIn {
  from {
    opacity: 0;
    transform: scale(.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.FloatingTelegram-module__9iQAsG__telegramIcon {
  width: 36px;
  height: 36px;
  display: block;
  position: relative;
  transform: translate(-1px, 3px);
}

.FloatingTelegram-module__9iQAsG__stackedIcons {
  width: 56px;
  height: 42px;
  position: relative;
}

.FloatingTelegram-module__9iQAsG__stackedIcon {
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: transform .3s, opacity .3s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.FloatingTelegram-module__9iQAsG__stackedIcon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 36px;
  height: 36px;
}

.FloatingTelegram-module__9iQAsG__stackedIcon:first-child {
  z-index: 3;
  opacity: 1;
  top: 0;
  left: 0;
}

.FloatingTelegram-module__9iQAsG__stackedIcon:nth-child(2) {
  z-index: 2;
  opacity: .75;
  top: 4px;
  left: 4px;
}

.FloatingTelegram-module__9iQAsG__stackedIcon:nth-child(3) {
  z-index: 1;
  opacity: .6;
  top: 8px;
  left: 8px;
}

.FloatingTelegram-module__9iQAsG__maxCircle {
  box-shadow: none !important;
  background: #9f33ff !important;
  border: none !important;
}

.FloatingTelegram-module__9iQAsG__whatsappCircle {
  box-shadow: none !important;
  background: #2cb742 !important;
  border: none !important;
}

.FloatingTelegram-module__9iQAsG__badge {
  box-sizing: border-box;
  z-index: 10;
  background: #172c3a;
  border-radius: 38.94px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 29px;
  padding: 6px;
  transition: width .3s, height .3s, right .3s;
  display: flex;
  position: absolute;
  bottom: -1px;
  right: -11px;
}

.FloatingTelegram-module__9iQAsG__widget:hover:not(.FloatingTelegram-module__9iQAsG__expanded) .FloatingTelegram-module__9iQAsG__badge {
  width: 42px;
  height: 42px;
  right: -17px;
}

.FloatingTelegram-module__9iQAsG__badgeText {
  color: #fff;
  white-space: pre-wrap;
  width: min-content;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 15.576px;
}

.FloatingTelegram-module__9iQAsG__expandedMenu {
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0;
  display: flex;
}

.FloatingTelegram-module__9iQAsG__socialLink {
  cursor: pointer;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.FloatingTelegram-module__9iQAsG__socialIcon {
  opacity: 0;
  transform-origin: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: transform .3s;
  animation: .4s cubic-bezier(.34, 1.56, .64, 1) forwards FloatingTelegram-module__9iQAsG__slideOut;
  display: flex;
  overflow: hidden;
}

.FloatingTelegram-module__9iQAsG__socialLink:first-child .FloatingTelegram-module__9iQAsG__socialIcon {
  animation-delay: 50ms;
}

.FloatingTelegram-module__9iQAsG__socialLink:nth-child(2) .FloatingTelegram-module__9iQAsG__socialIcon {
  animation-delay: .1s;
}

.FloatingTelegram-module__9iQAsG__socialLink:nth-child(3) .FloatingTelegram-module__9iQAsG__socialIcon {
  animation-delay: .15s;
}

@keyframes FloatingTelegram-module__9iQAsG__slideOut {
  from {
    opacity: .6;
    transform: translateX(-15px)translateY(8px)scale(.85);
  }

  to {
    opacity: 1;
    transform: translateX(0)translateY(0)scale(1);
  }
}

.FloatingTelegram-module__9iQAsG__socialIcon img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 36px;
  height: 36px;
}

.FloatingTelegram-module__9iQAsG__socialIcon.FloatingTelegram-module__9iQAsG__hovered {
  transform: scale(1.08) !important;
}

.FloatingTelegram-module__9iQAsG__socialLink:hover .FloatingTelegram-module__9iQAsG__socialIcon {
  transform: scale(1.08);
}

.FloatingTelegram-module__9iQAsG__closeButton {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
}

.FloatingTelegram-module__9iQAsG__closeIcon {
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.FloatingTelegram-module__9iQAsG__closeIcon:hover {
  transform: scale(1.03);
}

.FloatingTelegram-module__9iQAsG__closeIconDefault {
  width: 42px;
  height: 42px;
  transition: opacity .2s;
  display: block;
}

.FloatingTelegram-module__9iQAsG__closeIconHover {
  opacity: 0;
  pointer-events: none;
  width: 42px;
  height: 42px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  left: 0;
}

.FloatingTelegram-module__9iQAsG__closeButton:hover .FloatingTelegram-module__9iQAsG__closeIconHover {
  opacity: 1;
}

.FloatingTelegram-module__9iQAsG__closeButton:hover .FloatingTelegram-module__9iQAsG__closeIconDefault {
  opacity: 0;
}

@media (max-width: 30rem) {
  .FloatingTelegram-module__9iQAsG__floatingContainer {
    bottom: 1rem;
    right: 1rem;
  }
}

.FloatingTelegram-module__9iQAsG__widget:focus-visible, .FloatingTelegram-module__9iQAsG__widget:focus-visible:not(.FloatingTelegram-module__9iQAsG__expanded) {
  outline-offset: .25rem;
  outline: .125rem solid #4a90e2;
}

.FloatingTelegram-module__9iQAsG__closeButton:focus-visible {
  outline-offset: .25rem;
  border-radius: 50%;
  outline: .125rem solid #4a90e2;
}

.FloatingTelegram-module__9iQAsG__socialLink:focus-visible {
  outline-offset: .125rem;
  border-radius: 50%;
  outline: .125rem solid #4a90e2;
}

/* [project]/shared/components/bottom-right-widgets/ScrollToTop/ScrollToTopStyles.module.css [app-client] (css) */
.ScrollToTopStyles-module__gUCPjG__scrollToTopContainer {
  z-index: 1001;
  transition: all .3s;
  position: relative;
  overflow: visible;
}

.ScrollToTopStyles-module__gUCPjG__visible {
  opacity: 1;
  transform: translateY(0);
}

.ScrollToTopStyles-module__gUCPjG__hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.25rem);
}

.ScrollToTopStyles-module__gUCPjG__scrollButton {
  background: var(--color-bg-primary);
  cursor: pointer;
  filter: drop-shadow(0 0 30px #5ea4ff4d);
  appearance: none;
  border: none;
  border-radius: 50%;
  outline: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  transition: transform .3s, filter .3s;
  display: flex;
  position: relative;
  overflow: visible;
}

.ScrollToTopStyles-module__gUCPjG__scrollButton:hover {
  background: var(--color-bg-primary);
  filter: drop-shadow(0 0 30px #5ea4ff4d);
  border: none;
  outline: none;
  transform: scale(1.05);
}

.ScrollToTopStyles-module__gUCPjG__scrollButton:active {
  background: var(--color-bg-primary);
  filter: drop-shadow(0 0 30px #5ea4ff4d);
  border: none;
  outline: none;
}

.ScrollToTopStyles-module__gUCPjG__progressRing {
  width: calc(100% + .25rem);
  height: calc(100% + .25rem);
  color: var(--color-brand-cyan);
  opacity: .8;
  position: absolute;
  top: -.125rem;
  left: -.125rem;
}

.ScrollToTopStyles-module__gUCPjG__progressFill {
  opacity: 1;
}

.ScrollToTopStyles-module__gUCPjG__arrowIcon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--color-brand-cyan);
  z-index: 1;
  position: relative;
}

.ScrollToTopStyles-module__gUCPjG__scrollButton:focus, .ScrollToTopStyles-module__gUCPjG__scrollButton:focus-visible {
  filter: drop-shadow(0 0 30px #5ea4ff4d);
  border: none;
  outline: none;
}

@media (max-width: 30rem) {
  .ScrollToTopStyles-module__gUCPjG__scrollButton {
    width: 2.5rem;
    height: 2.5rem;
  }

  .ScrollToTopStyles-module__gUCPjG__arrowIcon {
    width: 1rem;
    height: 1rem;
  }
}

/* [project]/shared/components/bottom-right-widgets/BottomRightWidgetsStyles.module.css [app-client] (css) */
.BottomRightWidgetsStyles-module__aclhvG__widgetsContainer {
  z-index: 1000;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1.25rem;
  transition: opacity .3s, visibility .3s;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  overflow: visible;
}

.BottomRightWidgetsStyles-module__aclhvG__widgetsContainer.BottomRightWidgetsStyles-module__aclhvG__hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 30rem) {
  .BottomRightWidgetsStyles-module__aclhvG__widgetsContainer {
    gap: 1rem;
    bottom: 1rem;
    right: 1rem;
  }
}

/*# sourceMappingURL=_0ntkrma._.css.map*/