/* [project]/src/modules/layouts/basic/basic-layout.module.css [client] (css) */
.basic-layout-module__9aIQzW__wrapper {
  scroll-behavior: smooth;
  background-color: var(--color-background);
  height: 100%;
  min-height: 100vh;
}

/* [project]/src/modules/layouts/default/components/default-layout-header/default-layout-header.module.css [client] (css) */
.default-layout-header-module__GaMNSW__header {
  background-color: var(--color-background);
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  display: flex;
}

.default-layout-header-module__GaMNSW__headerMobile {
  height: 9.125rem;
}

.default-layout-header-module__GaMNSW__headerAndroid {
  height: 10rem;
}

.default-layout-header-module__GaMNSW__headerDesktop {
  height: 5rem;
}

.default-layout-header-module__GaMNSW__menu {
  background-color: var(--color-surface);
  border-radius: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  height: 3.375rem;
  margin-bottom: .7rem;
  padding: .5rem 1rem;
  display: flex;
  box-shadow: 0 1px 4px #00000029;
}

.default-layout-header-module__GaMNSW__icon {
  color: var(--color-black);
  justify-content: center;
  font-size: 2.375rem;
  display: flex;
}

.default-layout-header-module__GaMNSW__iconSearch {
  color: var(--color-black);
  justify-content: center;
  font-size: 1.2rem;
  display: flex;
}

.default-layout-header-module__GaMNSW__segmentedElement {
  width: 100%;
  height: 2.375rem;
}

/* [project]/src/modules/layouts/default/components/default-layout-sidebar-menu/default-layout-sidebar-menu.module.css [client] (css) */
.default-layout-sidebar-menu-module__N90c8q__menu {
  flex-flow: column;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.default-layout-sidebar-menu-module__N90c8q__menuItem {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: .35rem 1.5rem;
  display: flex;
}

.default-layout-sidebar-menu-module__N90c8q__menuItemActive {
  background-color: var(--color-background-selection);
}

.default-layout-sidebar-menu-module__N90c8q__menuItem:hover {
  background-color: var(--color-background-hover);
}

.default-layout-sidebar-menu-module__N90c8q__menuItemActive:hover {
  background-color: var(--color-background-hover);
  mix-blend-mode: darken;
}

.default-layout-sidebar-menu-module__N90c8q__menuItemLabelArea {
  flex-direction: row;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.default-layout-sidebar-menu-module__N90c8q__menuItemText {
  font-size: .875rem;
}

.default-layout-sidebar-menu-module__N90c8q__menuItemIcon {
  font-size: 1.25rem;
}

.default-layout-sidebar-menu-module__N90c8q__menuItemBubble {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 4px;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
}

.default-layout-sidebar-menu-module__N90c8q__menuItemBubbleNotEmpty {
  color: var(--color-surface);
  background-color: var(--color-danger);
}

.default-layout-sidebar-menu-module__N90c8q__menuItemBubbleEmpty {
  color: #0000;
  pointer-events: none;
  background-color: #0000;
}

/* [project]/src/modules/layouts/default/components/default-layout-sidebar-profile/default-layout-sidebar-profile.module.css [client] (css) */
.default-layout-sidebar-profile-module__1W18CG__miniProfileWrapper {
  cursor: pointer;
}

.default-layout-sidebar-profile-module__1W18CG__miniProfileWrapperMobile {
  cursor: pointer;
  margin-top: 4.5rem;
}

.default-layout-sidebar-profile-module__1W18CG__userCardTitle {
  color: var(--color-text-primary);
  font-size: 1rem;
  font-weight: 500;
}

.default-layout-sidebar-profile-module__1W18CG__userCardCompany {
  font-size: .875rem;
  font-weight: 400;
}

.default-layout-sidebar-profile-module__1W18CG__userCardRatingWrapper {
  flex-direction: row;
  gap: .275rem;
  display: flex;
}

.default-layout-sidebar-profile-module__1W18CG__userCardRatingNumber {
  color: var(--color-text-primary);
  font-size: .875rem;
  font-weight: 500;
}

.default-layout-sidebar-profile-module__1W18CG__userRatingIcon {
  color: #f58315;
}

/* [project]/src/modules/layouts/default/components/defalut-layout-floating-button/default-layout-floating-button.module.css [client] (css) */
.default-layout-floating-button-module__le8uva__footer {
  z-index: 10;
  width: 100%;
  height: 6rem;
  padding: var(--standard-page-padding);
  background-color: #0000;
  display: block;
  position: fixed;
  bottom: 0;
}

.default-layout-floating-button-module__le8uva__floatingButton {
  float: right;
  background-color: var(--color-primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  display: flex;
}

.default-layout-floating-button-module__le8uva__plusIcon {
  color: var(--color-surface);
  font-size: 3.8rem;
}

/* [project]/src/modules/layouts/task/components/task-layout-fancy-menu/task-layout-fancy-menu.module.css [client] (css) */
.task-layout-fancy-menu-module__Iybztq__menuBase {
  z-index: 999;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  display: grid;
  position: relative;
  bottom: 0;
}

.task-layout-fancy-menu-module__Iybztq__fancyButton {
  z-index: 100000;
  background-color: var(--color-text-primary);
  cursor: pointer;
  border: none;
  border-radius: 50%;
  justify-content: center;
  justify-self: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  position: relative;
  bottom: 1.57rem;
}

.task-layout-fancy-menu-module__Iybztq__deleteIcon {
  color: #dc3545;
  height: 2rem;
  margin-left: -5px;
  font-size: 1.5rem;
  transition: transform .3s ease-in-out;
}

.task-layout-fancy-menu-module__Iybztq__favoriteButton {
  width: 1.2rem;
  margin-bottom: -6px;
  font-size: 1.5rem;
  transition: transform .3s ease-in-out;
}

.task-layout-fancy-menu-module__Iybztq__closeIcon {
  color: var(--color-surface);
  align-self: center;
  margin-left: 1px;
  margin-right: .4rem;
  font-size: 12px;
  display: flex;
}

.task-layout-fancy-menu-module__Iybztq__devider {
  opacity: .8;
  border-width: 1px;
  border-color: #cdd6df80;
}

.task-layout-fancy-menu-module__Iybztq__fancyButtonIcon {
  color: var(--color-surface);
  font-size: 2rem;
  transition: transform .3s ease-in-out;
}

.task-layout-fancy-menu-module__Iybztq__fancyButtonIconUp {
  transform: rotate(90deg);
}

.task-layout-fancy-menu-module__Iybztq__fancyButtonIconDown {
  transform: rotate(-90deg);
}

.task-layout-fancy-menu-module__Iybztq__collapsedButtonsText {
  color: var(--color-surface);
  text-overflow: ellipsis;
  cursor: pointer;
  opacity: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-bottom: .5rem;
  padding-left: 1.5rem;
  font-size: 16px;
  font-weight: 400;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  display: -webkit-box;
  overflow: hidden;
  transform: translateY(0);
}

.task-layout-fancy-menu-module__Iybztq__collapsedButtonsTextDisabled {
  cursor: not-allowed;
  opacity: .4;
  pointer-events: none;
}

.task-layout-fancy-menu-module__Iybztq__collapsedButtonsNoText {
  color: var(--color-surface);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  font-size: 16px;
  font-weight: 500;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  transform: translateY(-10px);
}

.task-layout-fancy-menu-module__Iybztq__extendedOptionsMenu {
  margin: 0 1rem 1rem;
  transition: height .3s ease-in-out;
  overflow: hidden;
}

.task-layout-fancy-menu-module__Iybztq__extendedMenuBlock {
  flex-direction: column;
  gap: .4rem;
  display: flex;
}

.task-layout-fancy-menu-module__Iybztq__extendedOptionButtons {
  opacity: 0;
  align-items: center;
  gap: 4px;
  padding: .3rem 0;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  display: flex;
  transform: translateY(-15px);
}

.task-layout-fancy-menu-module__Iybztq__deleteButton {
  color: #dc3545;
}

.task-layout-fancy-menu-module__Iybztq__extendedOptionButtons:hover {
  color: var(--color-primary);
  transition: transform .2s ease-out, color .2s ease-out;
  transform: translateX(5px);
}

.task-layout-fancy-menu-module__Iybztq__menuExpanded .task-layout-fancy-menu-module__Iybztq__extendedOptionButtons {
  opacity: 1;
  transition-delay: var(--dynamic-delay, .1s);
  transform: translateY(0);
}

.task-layout-fancy-menu-module__Iybztq__menuCollapsed .task-layout-fancy-menu-module__Iybztq__extendedOptionButtons {
  opacity: 0;
  transition-delay: 0s;
  transform: translateY(-15px);
}

/* [project]/src/modules/layouts/task/components/task-layout-footer/task-layout-footer.module.css [client] (css) */
.task-layout-footer-module__9J4E7q__footer {
  z-index: 10;
  flex-direction: column;
  width: auto;
  padding: 0;
  display: flex;
  position: fixed;
  bottom: .5rem;
  left: .95rem;
  right: .95rem;
}

.task-layout-footer-module__9J4E7q__menuFooter {
  z-index: -1;
  background-color: var(--color-text-primary);
  width: 100%;
  height: 100%;
  box-shadow: var(--standard-boxshadow);
  --r: 33.5px;
  --rr: 12px;
  --h: calc(var(--r)  + 1px);
  mask:   radial-gradient(circle var(--rr) at calc(50% - var(--r)  - var(--rr)  + 1.5px) calc(0% + var(--rr)), black 99%, transparent) top / 50% var(--h) no-repeat, radial-gradient(circle var(--rr) at calc(50% + var(--r)  + var(--rr)  - 2.5px) calc(0% + var(--rr)), black 99%, transparent) top / 50% var(--h) no-repeat, linear-gradient(black 0 0), radial-gradient(circle var(--r) at 50% 3%, black 99%, transparent) top / 100% var(--h) no-repeat, radial-gradient(circle var(--rr) at calc(50% - var(--r)) calc(0%), black 99%, transparent) top / 50% var(--h) no-repeat, radial-gradient(circle var(--rr) at calc(50% + var(--r)) calc(0%), black 99%, transparent) top / 50% var(--h) no-repeat;
  border-radius: 20px 20px 16px;
  position: absolute;
  top: 0;
  left: 0;
  mask-repeat: no-repeat;
  mask-composite: add, add, subtract, add, add;
}

.task-layout-footer-module__9J4E7q__menu {
  background-color: var(--color-surface);
  border-radius: var(--xl-rounding);
  width: 100%;
  height: 100%;
  box-shadow: var(--standard-boxshadow);
  flex-flow: row;
  flex: auto;
  justify-content: space-between;
  align-items: center;
  gap: 1rem .5rem;
  padding: 1rem .5rem;
  display: flex;
}

.task-layout-footer-module__9J4E7q__menuItem {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.task-layout-footer-module__9J4E7q__menuItemActive {
  color: var(--color-primary);
}

.task-layout-footer-module__9J4E7q__menuItemText {
  margin-top: .4rem;
  font-size: .625rem;
  font-weight: 500;
}

.task-layout-footer-module__9J4E7q__menuItemIcon {
  justify-content: center;
  font-size: 1.25rem;
  display: flex;
}

.task-layout-footer-module__9J4E7q__iconWrapper {
  display: inline-block;
  position: relative;
}

.task-layout-footer-module__9J4E7q__notificationBubble {
  min-width: 1rem;
  height: 1rem;
  color: var(--color-surface);
  background-color: var(--color-danger);
  box-shadow: 0 0 0 2px var(--color-background, --color-surface);
  pointer-events: none;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

/* [project]/src/modules/layouts/task/components/task-layout-header/task-layout-header.module.css [client] (css) */
.task-layout-header-module__Lkidpa__header {
  background-color: var(--color-text-primary);
  flex-direction: column;
  justify-content: end;
  align-items: center;
  width: 100%;
  height: 7.125rem;
  padding: 0 1rem;
  display: flex;
}

.task-layout-header-module__Lkidpa__headerMobile {
  height: 7.125rem;
}

.task-layout-header-module__Lkidpa__headerAndroid {
  height: 8.125rem;
}

.task-layout-header-module__Lkidpa__headerDesktop {
  height: 5rem;
}

.task-layout-header-module__Lkidpa__menu {
  width: 100%;
  height: 3.375rem;
  color: var(--color-surface);
  background-color: var(--color-text-primary);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.task-layout-header-module__Lkidpa__backText {
  text-align: center;
  width: 100%;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

/* [project]/src/modules/layouts/task/task-layout.module.css [client] (css) */
.task-layout-module__E42s1a__wrapper {
  padding: var(--standard-page-padding);
  background-color: var(--color-backgroud);
  scroll-behavior: smooth;
}

.task-layout-module__E42s1a__wrapperWithMenu {
  margin-bottom: 3.5rem;
}

.task-layout-module__E42s1a__wrapperWithExtendedMenu {
  margin-bottom: 10rem;
}

/* [project]/src/modules/loader/loader-page.module.css [client] (css) */
.loader-page-module__f8HcDq__main {
  background: #2b2d3b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin: auto;
  display: flex;
  position: relative;
}

.loader-page-module__f8HcDq__logo {
  background-image: url("/icons/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 89px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-page-module__f8HcDq__ldsRipple, .loader-page-module__f8HcDq__ldsRipple div {
  box-sizing: border-box;
}

.loader-page-module__f8HcDq__ldsRipple {
  color: #fff;
  width: 240px;
  height: 240px;
  display: inline-block;
  position: relative;
}

.loader-page-module__f8HcDq__ldsRipple div {
  opacity: 1;
  border: 4px solid;
  border-radius: 50%;
  animation: 1.5s cubic-bezier(0, .2, .8, 1) infinite loader-page-module__f8HcDq__lds-ripple;
  position: absolute;
}

.loader-page-module__f8HcDq__ldsRipple div:nth-child(2) {
  animation-delay: -.5s;
}

@keyframes loader-page-module__f8HcDq__lds-ripple {
  0% {
    opacity: 0;
    width: 24px;
    height: 24px;
    top: 108px;
    left: 108px;
  }

  4.9% {
    opacity: 0;
    width: 24px;
    height: 24px;
    top: 108px;
    left: 108px;
  }

  5% {
    opacity: 1;
    width: 24px;
    height: 24px;
    top: 108px;
    left: 108px;
  }

  100% {
    opacity: 0;
    width: 240px;
    height: 240px;
    top: 0;
    left: 0;
  }
}

/* [project]/src/modules/telegram/components/telegram-page/telegram-page.module.css [client] (css) */
.telegram-page-module__V0V68a__container {
  width: 100%;
  color: var(--color-white);
  align-content: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
  display: grid;
}

.telegram-page-module__V0V68a__title {
  text-align: center;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.telegram-page-module__V0V68a__centered {
  margin: 0 auto;
}

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