.b-week-table td, .b-week-table th, .b-week-table tr:not(.--head), .b-table-no-hover .b-table-group, .b-pagination button, .b-table tr:not(.--head), .b-chain-item .__variant .__close, .b-chain-item .__variant, .b-chain-item .__top .__icos svg g, .b-chain-item:after, .b-chain-item, .b-services .__title:after, .b-services .__title, .b-services, .b-plan-item .__top .__ico g, .b-plan-item .__top .__ico-wrap .__drop-menu > a, .b-plan-item:after, .b-plan-head .__ico g, .b-variant-item .__inner .__ico path, .b-variant-item .__inner, .b-variant-wrap .__title svg, .b-variant-wrap, .b-modal-tag-list .__tag, .b-tooth-problem, .b-teeth-block .__row > a img, .b-diary-item, .b-visit-block, .b-checkbox-tree .__parent, .b-checkbox-tree a .__ico, .b-collapse-settings .__parent, .b-collapse-settings a .__ico, .b-filter-btn, .b-schedule-header, .b-time-switch.--week rect, .b-work-time-wrap .__content .__days .__day, .b-work-time-wrap .__content .__row .__cell .__user .__plan img, .b-work-time-wrap .__content .__row .__cell .__user .__plan, .b-work-time-wrap .__header .__days .__day, .air-datepicker-nav--title, .air-datepicker-nav--action path, .air-datepicker-nav--action, .air-datepicker-cell.-year-, .air-datepicker-cell.-month-, .air-datepicker-cell, .__user-name .__profile-menu .__content a, .__user-name .__profile-menu, .b-toggle-checkbox-wrap .b-toggle-btn .__circle, .b-toggle-checkbox-wrap .b-toggle-btn, .b-del-btn, .b-employ-header .__cell .__arr, .b-employ-header, .b-input-search, .b-btn-select .b-btn .__count, .b-btn-select .__menu a .__chexbox:before, .b-btn-select .__menu a .__chexbox, .b-btn-select .__menu a, .b-board-arrow a, .b-switch a, .b-search-field .__input .__sub-search a, .b-search-field .__input input, .b-employees.--float, .b-employees .__item .__menu-wrap .__menu a, .b-employees .__item, .__dashboard .__board .__chart .__items-wrap .__item.--empty .__time, .__dashboard .__board .__chart .__items-wrap .__item .__time, .__dashboard .__board .__chart .__items-wrap .__item, .b-calendar .__days a, .b-calendar .__month a, .__dash-header .b-search input::placeholder, .__dash-header .b-search input, .b-services-table .__header .__search-input input, .b-text-input .__input svg path, .b-text-input .__input svg, .b-text-input .__input textarea, .b-text-input .__input input, .b-select-input .__sub span, .b-select-input .__sub, .b-select-input .__input svg path, .b-select-input .__input input, .b-data-field .__tags .__btn path, .b-data-field .__tags a, .b-checkbox .__ico:before, .b-checkbox .__ico, .b-user-popup > .__header .__close svg rect, .b-user-popup > .__header .__close svg path, .b-user-block.--board .__btns a, .b-popup.--new-user-popup .b-user-popup > .__header .__tabs a, .b-popup.--new-user-popup .b-user-popup > .__header .__close svg rect, .b-popup.--new-user-popup .b-user-popup > .__header .__close svg path, .b-dashboard-wrap > .__content .__table-wrap .__employ .__item .__cell .__arr img, .b-dashboard-wrap > .__content .__table-wrap .__employ .__item .__cell .__arr, .b-dashboard-wrap > .__content .__table-wrap .__employ .__item .__cell, .b-dashboard-wrap > .__content .__table-wrap .__employ .__item, .b-dashboard-wrap > .__content .__table-wrap.--collapse .b-table-collapse-wrap .__title, .b-dashboard-wrap .__side .__settings a svg path, .b-dashboard-wrap .__side .__menu a span, .b-dashboard-wrap .__side .__menu a svg path, .b-dashboard-wrap .__side .__menu a svg, .b-dashboard-wrap .__side .__menu a, .b-bg-auth .b-auth-block .__auth input, .b-user-block .__section .__name .__btn path, .b-btn, .b-btn.--transparent path, .b-btn path, .b-btn rect {
  transition: all 0.3s ease-out;
}

.b-btn {
  border-radius: 8px;
  background: #40AFA1;
  border: none;
  height: 64px;
  cursor: pointer;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.b-btn.--32 {
  height: 32px;
  font-size: 12px;
  padding: 0 8px;
}
.b-btn.--40 {
  height: 40px;
  font-size: 14px;
}
.b-btn.--48 {
  height: 48px;
  font-size: 14px;
}
.b-btn.--t-16 {
  font-size: 16px;
}
.b-btn.--gray {
  background: #F0F0F0;
  color: #0A0A0A;
}
.b-btn.--gray img {
  filter: invert(1);
}
.b-btn.--gray:hover {
  background: #E0E0E1;
}
.b-btn.--white {
  background: #fff;
  color: #19191A;
}
.b-btn.--white:hover {
  background: #E0E0E1;
}
.b-btn.--grayer {
  background: #4C4C4D;
  color: #fff;
}
.b-btn.--grayer:hover {
  background: #40AFA1;
  color: #fff;
}
.b-btn.--grayest {
  background: #333334;
  color: #fff;
}
.b-btn.--grayest:hover {
  background: #40AFA1;
  color: #fff;
}
.b-btn.--border-dark {
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid #4C4C4D;
  background: #656567;
  padding: 0 19px;
  width: 100%;
  box-sizing: border-box;
}
.b-btn.--border-dark:hover {
  background: #848485;
}
.b-btn.--dark {
  color: #0A0A0A;
  background: #A3A3A4;
}
.b-btn.--dark:hover {
  background: #F0F0F0;
}
.b-btn.--transparent {
  color: #0A0A0A;
  background: transparent;
}
.b-btn.--transparent:hover {
  background: #F0F0F0;
  color: #0A0A0A;
}
.b-btn.--transparent.--h-green:hover {
  background: #40AFA1;
  color: #fff;
}
.b-btn.--transparent.--h-green:hover path {
  fill: #fff;
}
.b-btn.--transparent.--h-grayer:hover {
  background: #E0E0E1;
  color: #0A0A0A;
}
.b-btn.--delete {
  background: #F0F0F0;
  color: #FF5348;
}
.b-btn.--delete:hover {
  background: #FF5348;
  color: #571E1B;
}
.b-btn.--delete-wh {
  background: #fff;
  color: #FF5348;
}
.b-btn.--delete-wh:hover {
  background: #FF5348;
  color: #571E1B;
}
.b-btn.--delete-wh:hover path {
  fill: #571E1B;
}
.b-btn.--abs {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  width: auto;
}
.b-btn:hover {
  background: #2B9C8D;
}

.--fw-700 {
  font-weight: 700;
}

.--fw-600 {
  font-weight: 600;
}

.--t-18 {
  font-size: 18px;
}

.--p-16 {
  padding: 6px 40px;
}

.--p-40 {
  padding: 40px;
}

.--pb-0 {
  padding-bottom: 0 !important;
}

.--px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.d-flex {
  display: flex;
}

.--flex-wrap {
  flex-wrap: wrap;
}

.--gap-8 {
  gap: 8px;
}

.--gap-16 {
  gap: 16px !important;
}

.--gap-32 {
  gap: 32px !important;
}

.--pt-0 {
  padding-top: 0;
}

.--pt-12 {
  padding-top: 12px !important;
}

.--p-0 {
  padding: 0 !important;
}

.--m-0 {
  margin: 0 !important;
}

.--p-16 {
  padding: 16px;
}

.--p-12 {
  padding: 12px !important;
}

.--pb-12 {
  padding-bottom: 12px !important;
}

.--mt-56 {
  margin-top: 56px;
}

.--mt-24 {
  margin-top: 24px;
}

.--mt-36 {
  margin-top: 36px;
}

.--mb-36 {
  margin-bottom: 36px;
}

.--mb-0 {
  margin-bottom: 0 !important;
}

.--mb-32 {
  margin-bottom: 32px;
}

.--mb-12 {
  margin-bottom: 12px;
}

.--mb-8 {
  margin-bottom: 8px !important;
}

.--mb-12 {
  margin-bottom: 12px;
}

.--mb-16 {
  margin-bottom: 16px;
}

.--mt-8 {
  margin-top: 8px !important;
}

.--text-nowrap {
  white-space: nowrap;
}

.--w-100 {
  width: 100% !important;
}

.--jc-fe {
  justify-content: flex-end !important;
}

.--jc-sb {
  justify-content: space-between !important;
}

.--ai-c {
  align-items: center !important;
}

.--w-fc {
  width: fit-content !important;
}

.--border-none {
  border: none !important;
}

.--px-12 {
  padding: 0 12px !important;
}

.--text-left {
  text-align: left !important;
}

.--mt-12 {
  margin-top: 12px;
}

.--btn-gap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.--c-p {
  cursor: pointer;
}

.--c-p-d {
  cursor: default !important;
}

.--jc-s {
  justify-content: start !important;
}

.--p-a {
  position: absolute !important;
}

.--r {
  right: 0 !important;
}

.--mr-16 {
  margin-right: 16px !important;
}

.--h-20 {
  height: 23px !important;
}

.b-week-table td, .b-week-table th, .b-week-table tr:not(.--head), .b-table-no-hover .b-table-group, .b-pagination button, .b-table tr:not(.--head), .b-chain-item .__variant .__close, .b-chain-item .__variant, .b-chain-item .__top .__icos svg g, .b-chain-item:after, .b-chain-item, .b-services .__title:after, .b-services .__title, .b-services, .b-plan-item .__top .__ico g, .b-plan-item .__top .__ico-wrap .__drop-menu > a, .b-plan-item:after, .b-plan-head .__ico g, .b-variant-item .__inner .__ico path, .b-variant-item .__inner, .b-variant-wrap .__title svg, .b-variant-wrap, .b-modal-tag-list .__tag, .b-tooth-problem, .b-teeth-block .__row > a img, .b-diary-item, .b-visit-block, .b-checkbox-tree .__parent, .b-checkbox-tree a .__ico, .b-collapse-settings .__parent, .b-collapse-settings a .__ico, .b-filter-btn, .b-schedule-header, .b-time-switch.--week rect, .b-work-time-wrap .__content .__days .__day, .b-work-time-wrap .__content .__row .__cell .__user .__plan img, .b-work-time-wrap .__content .__row .__cell .__user .__plan, .b-work-time-wrap .__header .__days .__day, .air-datepicker-nav--title, .air-datepicker-nav--action path, .air-datepicker-nav--action, .air-datepicker-cell.-year-, .air-datepicker-cell.-month-, .air-datepicker-cell, .__user-name .__profile-menu .__content a, .__user-name .__profile-menu, .b-toggle-checkbox-wrap .b-toggle-btn .__circle, .b-toggle-checkbox-wrap .b-toggle-btn, .b-del-btn, .b-employ-header .__cell .__arr, .b-employ-header, .b-input-search, .b-btn-select .b-btn .__count, .b-btn-select .__menu a .__chexbox:before, .b-btn-select .__menu a .__chexbox, .b-btn-select .__menu a, .b-board-arrow a, .b-switch a, .b-search-field .__input .__sub-search a, .b-search-field .__input input, .b-employees.--float, .b-employees .__item .__menu-wrap .__menu a, .b-employees .__item, .__dashboard .__board .__chart .__items-wrap .__item.--empty .__time, .__dashboard .__board .__chart .__items-wrap .__item .__time, .__dashboard .__board .__chart .__items-wrap .__item, .b-calendar .__days a, .b-calendar .__month a, .__dash-header .b-search input::placeholder, .__dash-header .b-search input, .b-services-table .__header .__search-input input, .b-text-input .__input svg path, .b-text-input .__input svg, .b-text-input .__input textarea, .b-text-input .__input input, .b-select-input .__sub span, .b-select-input .__sub, .b-select-input .__input svg path, .b-select-input .__input input, .b-data-field .__tags .__btn path, .b-data-field .__tags a, .b-checkbox .__ico:before, .b-checkbox .__ico, .b-user-popup > .__header .__close svg rect, .b-user-popup > .__header .__close svg path, .b-user-block.--board .__btns a, .b-popup.--new-user-popup .b-user-popup > .__header .__tabs a, .b-popup.--new-user-popup .b-user-popup > .__header .__close svg rect, .b-popup.--new-user-popup .b-user-popup > .__header .__close svg path, .b-dashboard-wrap > .__content .__table-wrap .__employ .__item .__cell .__arr img, .b-dashboard-wrap > .__content .__table-wrap .__employ .__item .__cell .__arr, .b-dashboard-wrap > .__content .__table-wrap .__employ .__item .__cell, .b-dashboard-wrap > .__content .__table-wrap .__employ .__item, .b-dashboard-wrap > .__content .__table-wrap.--collapse .b-table-collapse-wrap .__title, .b-dashboard-wrap .__side .__settings a svg path, .b-dashboard-wrap .__side .__menu a span, .b-dashboard-wrap .__side .__menu a svg path, .b-dashboard-wrap .__side .__menu a svg, .b-dashboard-wrap .__side .__menu a, .b-bg-auth .b-auth-block .__auth input, .b-user-block .__section .__name .__btn path, .b-btn path, .b-btn rect, .b-btn.--transparent path, .b-btn {
  transition: all 0.3s ease-out;
}

.b-btn {
  border-radius: 8px;
  background: #40AFA1;
  border: none;
  height: 64px;
  cursor: pointer;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.b-btn.--32 {
  height: 32px;
  font-size: 12px;
  padding: 0 8px;
}
.b-btn.--40 {
  height: 40px;
  font-size: 14px;
}
.b-btn.--48 {
  height: 48px;
  font-size: 14px;
}
.b-btn.--t-16 {
  font-size: 16px;
}
.b-btn.--gray {
  background: #F0F0F0;
  color: #0A0A0A;
}
.b-btn.--gray img {
  filter: invert(1);
}
.b-btn.--gray:hover {
  background: #E0E0E1;
}
.b-btn.--white {
  background: #fff;
  color: #19191A;
}
.b-btn.--white:hover {
  background: #E0E0E1;
}
.b-btn.--grayer {
  background: #4C4C4D;
  color: #fff;
}
.b-btn.--grayer:hover {
  background: #40AFA1;
  color: #fff;
}
.b-btn.--grayest {
  background: #333334;
  color: #fff;
}
.b-btn.--grayest:hover {
  background: #40AFA1;
  color: #fff;
}
.b-btn.--border-dark {
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid #4C4C4D;
  background: #656567;
  padding: 0 19px;
  width: 100%;
  box-sizing: border-box;
}
.b-btn.--border-dark:hover {
  background: #848485;
}
.b-btn.--dark {
  color: #0A0A0A;
  background: #A3A3A4;
}
.b-btn.--dark:hover {
  background: #F0F0F0;
}
.b-btn.--transparent {
  color: #0A0A0A;
  background: transparent;
}
.b-btn.--transparent:hover {
  background: #F0F0F0;
  color: #0A0A0A;
}
.b-btn.--transparent.--h-green:hover {
  background: #40AFA1;
  color: #fff;
}
.b-btn.--transparent.--h-green:hover path {
  fill: #fff;
}
.b-btn.--transparent.--h-grayer:hover {
  background: #E0E0E1;
  color: #0A0A0A;
}
.b-btn.--delete {
  background: #F0F0F0;
  color: #FF5348;
}
.b-btn.--delete:hover {
  background: #FF5348;
  color: #571E1B;
}
.b-btn.--delete-wh {
  background: #fff;
  color: #FF5348;
}
.b-btn.--delete-wh:hover {
  background: #FF5348;
  color: #571E1B;
}
.b-btn.--delete-wh:hover path {
  fill: #571E1B;
}
.b-btn.--abs {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  width: auto;
}
.b-btn:hover {
  background: #2B9C8D;
}

.--fw-700 {
  font-weight: 700;
}

.--fw-600 {
  font-weight: 600;
}

.--t-18 {
  font-size: 18px;
}

.--p-16 {
  padding: 6px 40px;
}

.--p-40 {
  padding: 40px;
}

.--pb-0 {
  padding-bottom: 0 !important;
}

.--px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.d-flex {
  display: flex;
}

.--flex-wrap {
  flex-wrap: wrap;
}

.--gap-8 {
  gap: 8px;
}

.--gap-16 {
  gap: 16px !important;
}

.--gap-32 {
  gap: 32px !important;
}

.--pt-0 {
  padding-top: 0;
}

.--pt-12 {
  padding-top: 12px !important;
}

.--p-0 {
  padding: 0 !important;
}

.--m-0 {
  margin: 0 !important;
}

.--p-16 {
  padding: 16px;
}

.--p-12 {
  padding: 12px !important;
}

.--pb-12 {
  padding-bottom: 12px !important;
}

.--mt-56 {
  margin-top: 56px;
}

.--mt-24 {
  margin-top: 24px;
}

.--mt-36 {
  margin-top: 36px;
}

.--mb-36 {
  margin-bottom: 36px;
}

.--mb-0 {
  margin-bottom: 0 !important;
}

.--mb-32 {
  margin-bottom: 32px;
}

.--mb-12 {
  margin-bottom: 12px;
}

.--mb-8 {
  margin-bottom: 8px !important;
}

.--mb-12 {
  margin-bottom: 12px;
}

.--mb-16 {
  margin-bottom: 16px;
}

.--mt-8 {
  margin-top: 8px !important;
}

.--text-nowrap {
  white-space: nowrap;
}

.--w-100 {
  width: 100% !important;
}

.--jc-fe {
  justify-content: flex-end !important;
}

.--jc-sb {
  justify-content: space-between !important;
}

.--ai-c {
  align-items: center !important;
}

.--w-fc {
  width: fit-content !important;
}

.--border-none {
  border: none !important;
}

.--px-12 {
  padding: 0 12px !important;
}

.--text-left {
  text-align: left !important;
}

.--mt-12 {
  margin-top: 12px;
}

.--btn-gap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.--c-p {
  cursor: pointer;
}

.--c-p-d {
  cursor: default !important;
}

.--jc-s {
  justify-content: start !important;
}

.--p-a {
  position: absolute !important;
}

.--r {
  right: 0 !important;
}

.--mr-16 {
  margin-right: 16px !important;
}

.--h-20 {
  height: 23px !important;
}

.b-user-block {
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  padding: 24px;
  margin-bottom: 8px;
}
.b-user-block .__section {
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
}
.b-user-block .__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.b-user-block .__section:last-child:after {
  content: none;
}
.b-user-block .__section:after {
  content: "";
  position: absolute;
  width: calc(100% + 48px);
  bottom: 0;
  height: 1px;
  background: #F0F0F0;
  left: 50%;
  transform: translateX(-50%);
}
.b-user-block .__section.--head {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-gap: 16px;
}
.b-user-block .__section.--head .__date {
  font-size: 14px;
}
.b-user-block .__section.--head .__date span {
  color: #656567;
}
.b-user-block .__section.--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 16px;
}
.b-user-block .__section .__img {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F0F0;
  border-radius: 50%;
}
.b-user-block .__section .__name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: #0A0A0A;
  margin-bottom: 4px;
}
.b-user-block .__section .__name .__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #E0E0E1;
}
.b-user-block .__section .__name .__btn:hover {
  background: #F0F0F0;
}
.b-user-block .__section .__name .__id {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #656567;
  margin-left: auto;
}
.b-user-block .__btns {
  display: grid;
  grid-gap: 8px;
}

.b-data-field .__grid-3 {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-gap: 24px;
  align-items: start;
  text-align: left;
  width: 100%;
}
.b-data-field.--border .__label {
  margin-top: 0;
}
.b-data-field.--bot .__label {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  background: #19191A;
  height: 100vh;
}
body.--blocked {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 0;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
}
input, button, select, optgroup, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.b-bg-auth {
  background: #656567;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.b-bg-auth .b-auth-block {
  border-radius: 16px;
  background: #FFF;
  padding: 80px;
  width: 472px;
  position: static;
}
@media (max-width: 575px) {
  .b-bg-auth .b-auth-block {
    width: 100%;
    padding: 20px;
  }
}
.b-bg-auth .b-auth-block .__img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
}
.b-bg-auth .b-auth-block .__auth input {
  border-radius: 4px;
  border: 1px solid #E0E0E1;
  height: 48px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 16px;
  display: block;
  margin-bottom: 24px;
  width: 100%;
  box-sizing: border-box;
}
.b-bg-auth .b-auth-block .__auth input::placeholder {
  color: #A3A3A4;
  font-weight: 500;
}
.b-bg-auth .b-auth-block .__auth input:hover {
  border: 1px solid #40AFA1;
}
.b-bg-auth .b-auth-block .__auth input:focus {
  outline: none;
  border: 1px solid #000000;
}

.b-dashboard-wrap {
  display: grid;
  background: #19191A;
  padding: 16px;
  height: 100vh;
}
.b-dashboard-wrap .__side {
  background: #19191A;
  padding: 16px;
  display: grid;
  align-content: space-between;
  height: calc(100vh - 90px);
  overflow-y: auto;
  position: fixed;
  box-sizing: border-box;
  top: 80px;
  z-index: 100;
  left: 0;
}
.b-dashboard-wrap .__side .__logo {
  margin-bottom: 40px;
  text-align: center;
}
.b-dashboard-wrap .__side .__menu {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4px;
  margin-bottom: 40px;
  width: 94px;
}
.b-dashboard-wrap .__side .__menu a {
  text-align: center;
  height: 80px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 0;
  flex-flow: column;
  padding: 0 6px;
  max-width: 94px;
}
.b-dashboard-wrap .__side .__menu a svg {
  display: block;
  margin: 0 auto 6px auto;
}
.b-dashboard-wrap .__side .__menu a span {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 100%;
}
.b-dashboard-wrap .__side .__menu a:hover {
  border-radius: 8px;
  background: #333334;
}
.b-dashboard-wrap .__side .__menu a.--active span {
  color: #5DD2C3;
}
.b-dashboard-wrap .__side .__menu a.--active svg path {
  fill: #5DD2C3;
}
.b-dashboard-wrap .__side .__settings {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}
.b-dashboard-wrap .__side .__settings a {
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-dashboard-wrap .__side .__settings a:hover svg path {
  fill: #5DD2C3;
}
.b-dashboard-wrap .__side .__user {
  display: flex;
  justify-content: center;
}
.b-dashboard-wrap .__side .__user a {
  border-radius: 40px;
  background: #656567;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--White, #FFF);
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}
.b-dashboard-wrap .__side::-webkit-scrollbar {
  width: 0;
}
.b-dashboard-wrap .__side::-webkit-scrollbar-track {
  background-color: transparent;
}
.b-dashboard-wrap .__side::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
}
.b-dashboard-wrap > .__content {
  display: grid;
  grid-template-columns: 274px 1fr;
  grid-gap: 16px;
  padding: 12px 12px 12px 110px;
  box-sizing: border-box;
  padding-top: 70px;
}
.b-dashboard-wrap > .__content.--schedule {
  grid-template-columns: 1fr;
}
.b-dashboard-wrap > .__content .__block {
  background: #ffffff;
  padding: 24px;
  border-radius: 8px;
  height: 250px;
}
.b-dashboard-wrap > .__content .__panel {
  border-radius: 16px;
  overflow-y: auto;
  background: #656567;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: calc(100vh - 110px);
  position: sticky;
  top: 80px;
}
.b-dashboard-wrap > .__content .__panel.--list {
  padding: 8px;
  align-content: start;
  background: #333334;
}
.b-dashboard-wrap > .__content .__panel.--list .__wrap {
  height: 100%;
  overflow-y: auto;
}
.b-dashboard-wrap > .__content .__panel.--list .__wrap::-webkit-scrollbar {
  width: 4px;
}
.b-dashboard-wrap > .__content .__panel.--list .__wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.b-dashboard-wrap > .__content .__panel.--list .__wrap::-webkit-scrollbar-thumb {
  background: #656567;
  border-radius: 2px;
}
.b-dashboard-wrap > .__content .__panel.--list .b-list-group .b-list-item:hover {
  color: #5DD2C3;
}
.b-dashboard-wrap > .__content .__panel.--list .b-list-group .b-list-item img {
  opacity: 0;
}
.b-dashboard-wrap > .__content .__panel.--list .b-list-group .b-list-item:after {
  content: none;
}
.b-dashboard-wrap > .__content .__panel.--list .__sub-wrap {
  position: relative;
}
.b-dashboard-wrap > .__content .__panel.--list .__sub-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 8px);
  height: 1px;
  background: #2B2B2D;
  transition: 0.3s ease-out;
}
.b-dashboard-wrap > .__content .__panel.--list .__sub-wrap .b-list-item:before {
  content: none;
}
.b-dashboard-wrap > .__content .__panel.--list .__sub-wrap .__sub {
  position: relative;
  overflow: hidden;
}
.b-dashboard-wrap > .__content .__panel.--list .__sub-wrap .__sub:after {
  content: "";
  position: absolute;
  top: 0;
  left: 16px;
  width: 2px;
  height: calc(100% - 40px);
  background: #4C4C4D;
}
.b-dashboard-wrap > .__content .__panel.--list .__sub-wrap .__sub .b-list-item {
  padding-left: 38px;
}
.b-dashboard-wrap > .__content .__panel.--list .__sub-wrap .__sub .b-list-item:before {
  content: none;
}
.b-dashboard-wrap > .__content .__panel.--list .__sub-wrap .__sub .b-list-item .__rope {
  opacity: 1 !important;
  position: absolute;
  top: 0;
  left: 16px;
}
.b-dashboard-wrap > .__content .__panel.--list .__sub-wrap .__sub .b-list-item.--active {
  color: #5DD2C3;
}
.b-dashboard-wrap > .__content .__panel.--btn {
  padding-bottom: 64px;
}
.b-dashboard-wrap > .__content .__panel > div {
  width: 100%;
}
.b-dashboard-wrap > .__content .__panel::-webkit-scrollbar {
  width: 0;
}
.b-dashboard-wrap > .__content .__panel::-webkit-scrollbar-track {
  background-color: transparent;
}
.b-dashboard-wrap > .__content .__panel::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}
.b-dashboard-wrap > .__content .__table-wrap .__inner-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse {
  background: #E0E0E1;
  padding: 8px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--patients {
  background: none;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--patients.--list {
  background: #E0E0E1;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--patients .__employ .__item {
  grid-template-columns: 1fr 1fr 1fr 1fr 64px;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--patients .__employ .__item:hover {
  box-shadow: 4px 0px 0px 0px #40afa1 inset;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--patients .__employ .b-employ-header {
  grid-template-columns: 1fr 1fr 1fr 1fr 64px;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--patients .__employ .b-employ-header .__cell:last-child {
  justify-content: center;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--patients .b-user-popup {
  background: none;
  padding: 0 !important;
  height: calc(100vh - 110px);
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--patients .b-user-popup > .__header {
  position: static !important;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--patients .b-user-popup.--chain .__content {
  height: calc(100% - 200px);
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--patients .b-user-popup.--chain .__bottom {
  min-height: 72px;
  position: absolute !important;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--patients .b-user-popup > .__tags {
  padding: 6px 24px;
  min-height: 44px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  border-bottom: 1px solid #E7E7E8;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--patients .b-user-popup > .__tags .b-btn {
  width: fit-content;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--patients .b-user-popup .__content {
  padding: 0 16px;
  margin: 0;
  height: calc(100% - 152px);
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--patients .b-user-popup .__bottom {
  min-height: 80px;
  padding: 16px 24px;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--history {
  background: #E0E0E1;
  height: 100%;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--history .__employ .__item {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--history .__employ .__item:hover {
  box-shadow: 4px 0px 0px 0px #40afa1 inset;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--history .__employ .b-employ-header {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--history .__employ .b-employ-header .__cell:last-child {
  justify-content: center;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--auto .__employ .__item {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--auto .__employ .__item:hover {
  box-shadow: 4px 0px 0px 0px #40afa1 inset;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--auto .__employ .__item .__cell:last-child {
  justify-content: end;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse.--auto .__employ .b-employ-header {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .__employ {
  border-radius: 0 0 16px 16px;
  height: calc(100vh - 225px);
  overflow-y: scroll;
  padding-right: 8px;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .__employ::-webkit-scrollbar {
  width: 6px;
  border-radius: 4px;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .__employ::-webkit-scrollbar-track {
  background-color: #19191A;
  border-radius: 4px;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .__employ::-webkit-scrollbar-thumb {
  background: #40AFA1;
  border-radius: 4px;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .__employ .__item {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-left: none;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .__employ .__item:last-child {
  border-radius: 0 0 8px 8px;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .__employ .__item .__cell {
  min-height: 48px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .__employ .__item .__cell:last-child {
  border-right: none;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .__employ .__item .__cell.--states .__list {
  padding: 0 0 0 16px;
  margin: 0;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .__employ .b-employ-header {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .__employ .b-employ-header.--spravochniki .__cell {
  cursor: pointer;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .__employ .b-employ-header .__cell {
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #C1C1C2;
  margin: 18.5px 0;
  height: auto;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .__employ .b-employ-header .__cell:last-child {
  border-right: none;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .b-table-collapse-wrap {
  margin-bottom: 4px;
  border-radius: 8px;
  overflow: hidden;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .b-table-collapse-wrap .__edit {
  display: flex;
  align-items: center;
  gap: 8px;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .b-table-collapse-wrap .__edit .__btn {
  position: relative;
  z-index: 10000;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .b-table-collapse-wrap .__new-element {
  background: #40afa1;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 40px;
  z-index: 10;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .b-table-collapse-wrap .__title {
  background: #ffffff;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  position: relative;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .b-table-collapse-wrap .__title:hover {
  background: #ECFAF8;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .b-table-collapse-wrap .__title .__link {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .b-table-collapse-wrap .__title a.--active img {
  transform: rotate(180deg);
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .b-table-collapse-wrap .__title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .b-table-collapse-wrap .__content {
  display: none;
  margin-top: 1px;
}
.b-dashboard-wrap > .__content .__table-wrap.--collapse .b-table-collapse-wrap .__content.--active {
  display: block;
}
.b-dashboard-wrap > .__content .__table-wrap.--patients {
  padding: 0;
}
.b-dashboard-wrap > .__content .__table-wrap .__employ {
  border-radius: 16px;
  overflow: hidden;
}
.b-dashboard-wrap > .__content .__table-wrap .__employ .__initials {
  width: auto;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  background: #656567;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
}
.b-dashboard-wrap > .__content .__table-wrap .__employ .__item {
  display: grid;
  grid-template-columns: 72px 1fr 1fr 1fr 1fr 64px;
  background: #FFF;
  cursor: pointer;
  border-bottom: 1px solid #E0E0E1;
  border-top: 1px solid #E0E0E1;
  border-left: 4px solid transparent;
  margin: -1px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.b-dashboard-wrap > .__content .__table-wrap .__employ .__item .__cell {
  position: static;
  padding: 8px 16px;
  border-right: 1px solid #E0E0E1;
  display: flex;
  align-items: center;
}
.b-dashboard-wrap > .__content .__table-wrap .__employ .__item .__cell .__arr {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.b-dashboard-wrap > .__content .__table-wrap .__employ .__item .__cell img {
  border-radius: 50%;
}
.b-dashboard-wrap > .__content .__table-wrap .__employ .__item:hover {
  border-color: #5DD2C3;
  background: #ECFAF8;
  position: relative;
  z-index: 10;
}
.b-dashboard-wrap > .__content .__table-wrap .__employ .__item:hover .__cell {
  border-color: #5DD2C3;
}
.b-dashboard-wrap > .__content .__table-wrap .__employ .__item:hover .__cell .__arr {
  border-radius: 8px;
  background: #2B9C8D;
}
.b-dashboard-wrap > .__content .__table-wrap .__employ .__item:hover .__cell .__arr img {
  filter: invert(1);
}

.b-input-wrap {
  position: relative;
}
.b-input-wrap .__label {
  color: #848484;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 6px;
}
.b-popup .__bottom .d-flex {
  width: 100%;
  gap: 8px;
  justify-content: end;
}
.b-popup .__bottom .d-flex.--w-fc {
  width: fit-content;
}
.b-popup .__bottom .d-flex .--left:first-child {
  margin-right: auto;
}
.b-popup .iexmodal-inner {
  padding: 0;
}
.b-popup .iexmodal-close-inner {
  display: none;
}
.b-popup .iexmodal-popup {
  border-radius: 16px;
  overflow: hidden;
}
.b-popup .iexmodal-inner-wrap::before, .b-popup .iexmodal-inner-wrap::after {
  content: none;
}
.b-popup.--user .b-user-popup .__content {
  padding-bottom: 170px;
}
.b-popup.--user .__bottom {
  border-radius: 0 0 0 16px;
}
.b-popup.--user .__content {
  height: 100%;
}
.b-popup.--user .__content::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.b-popup.--user .__content::-webkit-scrollbar-track {
  background: transparent;
}
.b-popup.--user .__content::-webkit-scrollbar-thumb {
  width: 4px;
  background: #40AFA1;
  border-radius: 2px;
}
.b-popup.--user .b-user-popup {
  height: 100%;
}
.b-popup.--user .iexmodal-content-wrap {
  height: 100%;
}
.b-popup.--user .iexmodal-inner-wrap {
  height: 100%;
}
.b-popup.--small .b-user-popup {
  border-radius: 16px;
}
.b-popup.--small .b-user-popup .__content .__tab-content {
  height: 100%;
}
.b-popup.--small .b-user-popup .__bottom {
  position: static;
}
.b-popup.--new-user-popup .iexmodal-inner-wrap, .b-popup.--new-user-popup .iexmodal-content-wrap {
  height: 100%;
}
.b-popup.--new-user-popup .b-user-popup {
  padding-top: 85px;
  padding-bottom: 80px;
  height: 100%;
}
.b-popup.--new-user-popup .b-user-popup .__content {
  padding: 16px 40px;
  background: #FAFAFA;
  height: calc(100% + 32px);
  overflow: hidden;
  margin: -16px 0;
}
.b-popup.--new-user-popup .b-user-popup .__content.--new-user {
  padding: 24px 40px 16px 40px;
}
.b-popup.--new-user-popup .b-user-popup .__content .__layout-content {
  height: 100%;
}
.b-popup.--new-user-popup .b-user-popup .__content .__layout-content .__grid {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 264px;
  grid-gap: 12px 24px;
}
.b-popup.--new-user-popup .b-user-popup .__content .__layout-content .__grid.--visit-show {
  grid-template-rows: auto 1fr;
  padding-top: 16px;
  grid-gap: 0 24px;
}
.b-popup.--new-user-popup .b-user-popup .__content .__layout-content .__grid.--visit {
  grid-template-columns: 324px 1fr;
}
.b-popup.--new-user-popup .b-user-popup .__content .__layout-content .__grid.--formula {
  grid-template-columns: 1044px 1fr;
  grid-gap: 12px 16px;
  height: fit-content;
  margin-bottom: 16px;
}
@media (max-width: 1760px) {
  .b-popup.--new-user-popup .b-user-popup .__content .__layout-content .__grid.--formula {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1760px) {
  .b-popup.--new-user-popup .b-user-popup .__content .__layout-content .__grid.--formula > .__col.--scroll-lock {
    max-height: 240px;
    height: 240px;
  }
}
@media (max-width: 1760px) {
  .b-popup.--new-user-popup .b-user-popup .__content .__layout-content .__grid.--formula > .__col.--scroll-lock .b-user-block.--scroll .__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 16px;
  }
}
.b-popup.--new-user-popup .b-user-popup .__content .__layout-content .__col {
  overflow: auto;
  height: 100%;
  padding: 16px 0;
}
.b-popup.--new-user-popup .b-user-popup .__content .__layout-content .__col.--scroll-lock {
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: relative;
}
.b-popup.--new-user-popup .b-user-popup .__content .__layout-content .__col::-webkit-scrollbar {
  width: 0;
}
.b-popup.--new-user-popup .b-user-popup .__content .__layout-content .__col::-webkit-scrollbar-track {
  background-color: transparent;
}
.b-popup.--new-user-popup .b-user-popup > .__header {
  padding: 0 24px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 72px;
  background: #E7E7E8;
  border-bottom: 1px solid #E0E0E1;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__close {
  margin-left: auto;
  width: 32px;
  height: 32px;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__close:hover rect {
  fill-opacity: 1;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__close:hover path {
  fill: #333334;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__name {
  color: #19191A;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__name span {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #656567;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__name .__slash {
  color: #C1C1C2;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__row {
  width: 100%;
  display: flex;
  align-items: center;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__row .b-btn {
  padding: 0 16px;
  width: fit-content;
  margin-left: auto;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__top {
  width: 100%;
  display: flex;
  align-items: center;
}
.b-popup.--new-user-popup .b-user-popup > .__header .iexmodal-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -1px;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__tabs a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__tabs a.--active {
  background: #FAFAFA;
  color: #19191A;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__tabs a:hover {
  background: #4C4C4D;
  color: #FFF;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__content {
  position: static;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__content .__layout-content {
  position: static;
}
.b-popup.--new-user-popup .b-user-popup > .__header .__content .__layout-content .__grid {
  position: static;
}

.b-user-block {
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  background: #FFF;
  padding: 24px;
  margin-bottom: 8px;
}
.b-user-block.--combination {
  border-radius: 0 0 8px 8px;
  border-top: none;
}
.b-user-block.--formula {
  border: 1px solid #E0E0E1;
  background: #F0F0F0;
  padding: 16px;
  margin-bottom: 0;
}
.b-user-block.--formula .__bottom {
  position: static;
  background: none;
  padding: 0;
  border: none;
  min-height: 0 !important;
}
.b-user-block.--scroll {
  padding: 8px 12px 8px 8px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.b-user-block.--scroll .__wrap {
  overflow: auto;
  height: 100%;
  padding-right: 12px;
}
.b-user-block.--scroll .__wrap::-webkit-scrollbar {
  width: 4px;
  background: transparent;
}
.b-user-block.--scroll .__wrap::-webkit-scrollbar-track {
  background: transparent;
}
.b-user-block.--scroll .__wrap::-webkit-scrollbar-thumb {
  width: 4px;
  background: #D9D9D9;
  border-radius: 2px;
}
.b-user-block .__section {
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
}
.b-user-block .__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.b-user-block .__section:last-child:after {
  content: none;
}
.b-user-block .__section:after {
  content: "";
  position: absolute;
  width: calc(100% + 48px);
  bottom: 0;
  height: 1px;
  background: #F0F0F0;
  left: 50%;
  transform: translateX(-50%);
}
.b-user-block .__section.--head {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-gap: 16px;
}
.b-user-block .__section.--head .__date {
  font-size: 14px;
}
.b-user-block .__section.--head .__date span {
  color: #656567;
}
.b-user-block .__section.--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 16px;
}
.b-user-block .__section.--grid-alt {
  display: grid;
  grid-template-columns: 1fr 344px;
  grid-gap: 48px;
}
.b-user-block .__section.--grid-alt > div:first-child {
  position: relative;
}
.b-user-block .__section.--grid-alt > div:first-child:after {
  content: "";
  position: absolute;
  background: #F0F0F0;
  width: 1px;
  height: calc(100% + 48px);
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
}
.b-user-block .__section .__img {
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F0F0;
  border-radius: 50%;
}
.b-user-block .__section .__name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: #0A0A0A;
  margin-bottom: 4px;
}
.b-user-block .__section .__name .__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #E0E0E1;
}
.b-user-block .__section .__name .__btn:hover {
  background: #F0F0F0;
}
.b-user-block .__section .__name .__id {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #656567;
  margin-left: auto;
}
.b-user-block .__btns {
  display: grid;
  grid-gap: 8px;
}
.b-user-block .__btns.--ml {
  display: flex;
  justify-content: end;
}
.b-user-block .__btns.--ml .b-btn {
  padding: 0 16px;
  width: fit-content;
}
.b-user-block.--board {
  padding: 0;
  overflow: hidden;
}
.b-user-block.--board .__section {
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}
.b-user-block.--board .__section:first-child {
  padding-top: 16px;
}
.b-user-block.--board .__section:after {
  width: 100%;
  background: #E0E0E1;
}
.b-user-block.--board .__section .__name-tool {
  max-width: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  color: #000000;
}
.b-user-block.--board .__section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.b-user-block.--board .__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1px;
  background: #E0E0E1;
}
.b-user-block.--board .__btns .disabled {
  background: #FAFAFA !important;
  color: #C1C1C2;
  pointer-events: none;
}
.b-user-block.--board .__btns a {
  background: #fff;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #19191A;
  text-decoration: none;
}
.b-user-block.--board .__btns a:hover {
  color: #FFA38E;
}
.b-user-block.--board .__btns a.--green {
  background: #ECFAF8;
}
.b-user-block.--board .__btns a.--red {
  background: #FFA38E;
}
.b-user-block.--board .__btns a.--red:hover {
  color: #ffffff;
}
.b-user-block.--board .__btns a.--blue {
  background: #EDF6FF;
}
.b-user-block.--board .__btns a.--blue:hover {
  color: #FFA38E;
}
.b-user-block.--board .__btns a.--full {
  grid-column: span 2;
}
.b-user-block.--small {
  padding: 12px;
  margin-bottom: 0;
}
.b-user-block.--small .b-data-field {
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.b-user-block.--small .b-data-field:first-child {
  padding-top: 0 !important;
}
.b-user-block.--small .b-data-field:last-child {
  padding: 0 !important;
  margin: 0 !important;
}
.b-user-block.--diary .b-btn.--delete {
  background: #F0F0F0;
  color: #FF5348;
  height: 32px;
  font-size: 12px;
  padding: 0 8px;
  width: auto;
}

.b-user-popup {
  overflow: hidden;
  border-radius: 16px 0 0 16px;
  background: #ffffff;
}
.b-user-popup .b-checkbox-tree {
  padding: 0 40px;
}
.b-user-popup.--fix-bg {
  background: none !important;
}
.b-user-popup.--fix-bg-new {
  background: none !important;
}
.b-user-popup.--fix-bg-new form {
  height: 100%;
}
.b-user-popup.--fix-bg-new form .__content {
  height: 100%;
}
.b-user-popup > .__header {
  border-bottom: 1px solid #333334;
  background: #333334;
  padding: 16px 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
  align-items: center;
}
.b-user-popup > .__header > .__row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.b-user-popup > .__header .__initials {
  width: auto;
  min-width: 40px;
  padding: 0 4px;
  height: 40px;
  border-radius: 40px;
  background: #656567;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.b-user-popup > .__header .__close:hover rect {
  fill-opacity: 1;
}
.b-user-popup > .__header .__close:hover path {
  fill: #333334;
}
.b-user-popup > .__header .__name {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
}
.b-user-popup > .__header .__name span {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #656567;
}
.b-user-popup > .__header .__name .__slash {
  color: #C1C1C2;
}
.b-user-popup > .__header .__id {
  color: #656567;
  font-size: 14px;
  font-weight: 400;
}
.b-user-popup .__content {
  overflow-y: auto;
  background: #ffffff;
  box-sizing: border-box;
}
.b-user-popup .__content.--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.b-user-popup .__content.--grid .__bottom {
  background: #ffffff;
  left: 0;
}
.b-user-popup .__content.--grid .__bottom .__btns-right {
  display: flex;
  gap: 8px;
}
.b-user-popup .__content.--grid .__left {
  padding: 24px;
}
.b-user-popup .__content.--grid .__tab-content {
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  background: #FAFAFA;
}
.b-user-popup .__content.--grid .__right {
  transform: translate(0, 0);
  padding: 40px 0 110px 0;
}
.b-user-popup .__content::-webkit-scrollbar {
  width: 0;
}
.b-user-popup .__content::-webkit-scrollbar-track {
  background-color: transparent;
}
.b-user-popup .__content::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
}
.b-user-popup .__content .__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 40px;
}
.b-user-popup .__content .__tabs .b-btn {
  width: auto;
  padding: 0 12px;
}
.b-user-popup .__content .__tab-content {
  height: auto;
}
.b-user-popup .__content .__tab-content.--appontiment {
  height: auto;
}
.b-user-popup .__content .__tab-content .b-data-field:first-child {
  padding-top: 24px;
}
.b-user-popup .__content hr {
  border-bottom: 1px solid;
  margin: 24px 0;
  border-color: rgba(224, 224, 225, 0.3215686275);
}
.b-user-popup .__bottom {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 16px 40px;
  border-top: 1px solid #F0F0F0;
  background: #FAFAFA;
  box-sizing: border-box;
  border-radius: 0 0 16px 16px;
  z-index: 1000;
}
.b-user-popup .__bottom .d-flex {
  width: 100%;
  gap: 8px;
  justify-content: end;
}
.b-user-popup .__bottom .d-flex.--w-fc {
  width: fit-content;
}
.b-user-popup .__bottom .d-flex .--left:first-child {
  margin-right: auto;
}
.b-user-popup .__bottom.--gray {
  background: #F0F0F0;
  border-top: 1px solid #E0E0E1;
}
.b-user-popup .__bottom.--visit {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-user-popup .__bottom.--static {
  position: static;
  padding: 16px;
  border: 1px solid #E7E7E8;
  border-radius: 0 0 8px 8px;
}
.b-user-popup .__bottom .b-btn {
  display: inline-flex;
  width: auto;
  padding: 0 16px;
}
.b-user-popup .__bottom .__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px 24px;
}
.b-user-popup.--centered {
  border-radius: 16px;
}
.b-user-popup.--centered > .__header {
  grid-template-columns: 1fr auto;
  padding: 26px 40px;
}
.b-user-popup.--centered .__content .__tab-content {
  min-height: 100%;
  padding-bottom: 90px;
}
.b-user-popup.--static .__bottom {
  position: static !important;
}

.b-checkbox {
  position: relative;
  cursor: pointer;
  padding: 9px 0;
  display: flex;
  overflow: hidden;
}
.b-checkbox.--alt {
  padding: 0;
  min-height: 18px;
}
.b-checkbox.--alt.--plan input:checked + .__ico {
  border-color: #5DD2C3;
}
.b-checkbox.--alt.--plan .__ico {
  width: 18px;
  height: 18px;
  border-color: #E0E0E1;
}
.b-checkbox.--alt.--plan:hover .__ico {
  border-color: #5DD2C3;
}
.b-checkbox.--alt .__ico {
  border-color: #FFA38E;
  left: auto;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 6px;
}
.b-checkbox.--alt .__ico:before {
  width: 16px;
  height: 16px;
}
.b-checkbox.--alt .__label {
  padding-top: 0;
  padding-right: 36px;
  padding-left: 0;
  font-weight: 500;
}
.b-checkbox.--alt input {
  height: auto;
}
.b-checkbox input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 40;
}
.b-checkbox input:checked + .__ico {
  background: #40AFA1 !important;
  border: 1px solid #40AFA1;
}
.b-checkbox input:checked + .__ico:before {
  opacity: 1;
  background: url("/images/ico/check.svg") !important;
  background-size: cover !important;
}
.b-checkbox .__label {
  padding-left: 32px;
  font-size: 14px;
  padding-top: 6px;
}
.b-checkbox .__ico {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  border: 1px solid #E0E0E1;
  background: #FFF;
  left: 0;
  top: 10px;
}
.b-checkbox .__ico:before {
  content: "";
  opacity: 0;
  background: url("/images/ico/check.svg");
  width: 21px;
  height: 20px;
  position: absolute;
  background-size: cover;
  left: 1px;
  top: 0;
}
.b-checkbox:hover .__ico {
  background: #fff;
  border: 1px solid #5DD2C3;
}
.b-checkbox:hover .__ico:before {
  background: url("/images/ico/check-hover.svg");
  opacity: 1;
  background-size: cover;
}

.b-check-alarm {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}

.b-data-field {
  padding: 6px 40px;
  text-align: right;
}
.b-data-field .__grid-service {
  display: grid;
  grid-template-columns: 295px 1fr 95px 1fr 1fr 25px;
  grid-gap: 8px;
  align-items: center;
  width: 100%;
  text-align: start;
}
.b-data-field .__grid-service .__label, .b-data-field .__grid-service .__text, .b-data-field .__grid-service img {
  margin-left: auto;
}
.b-data-field .__grid-service .__label:nth-child(1), .b-data-field .__grid-service .__label:nth-child(2), .b-data-field .__grid-service .__text:nth-child(1), .b-data-field .__grid-service .__text:nth-child(2), .b-data-field .__grid-service img:nth-child(1), .b-data-field .__grid-service img:nth-child(2) {
  margin-left: 0;
}
.b-data-field .__grid-3 {
  display: grid;
  grid-template-columns: 1fr auto auto;
  grid-gap: 24px;
  align-items: start;
  text-align: left;
  width: 100%;
}
.b-data-field .__grid-2 {
  display: grid;
  grid-template-columns: 1fr 324px;
  grid-gap: 16px;
  align-items: center;
  text-align: left;
}
.b-data-field .__grid-2.--label-start {
  align-items: flex-start;
}
.b-data-field .__grid-2.--label-start .__label {
  padding-top: 16px;
}
.b-data-field .__grid-2 .--sub-grid {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
.b-data-field .__grid-price {
  display: grid;
  grid-template-columns: 1fr 0.5fr auto;
  grid-gap: 16px;
  align-items: center;
  text-align: left;
}
.b-data-field .__grid-price.--2-el {
  grid-template-columns: 1fr auto;
}
.b-data-field .__text {
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.b-data-field .__text.--text-grey {
  color: #A3A3A4;
}
.b-data-field .__text.--text-red {
  color: #FF5348;
}
.b-data-field .__text.--fw-500 {
  font-weight: 500;
}
.b-data-field .__text.--fw-700 {
  font-weight: 700;
}
.b-data-field .__text .__ico {
  width: 12px;
  height: 12px;
  display: inline-flex;
  background: linear-gradient(180deg, #FFC95F 0%, #E2AB3E 100%);
  border-radius: 50%;
}
.b-data-field .__tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.b-data-field .__tags a {
  border-radius: 16px;
  background: #F0F0F0;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.b-data-field .__tags a:hover {
  background: #E0E0E1;
}
.b-data-field .__tags .__btn {
  width: 32px;
  background: #fff;
  border-radius: 8px;
  padding: 0;
}
.b-data-field .__tags .__btn:hover {
  background: #40AFA1;
}
.b-data-field .__tags .__btn:hover path {
  fill: #fff;
}
.b-data-field .__label {
  color: #656567;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.b-data-field .__label.--text-black {
  color: #0A0A0A;
}
.b-data-field .__label.--spec {
  margin-bottom: 16px;
  text-align: left;
}
.b-data-field .b-btn {
  max-width: 130px;
  margin-top: 12px;
}
.b-data-field.--title {
  text-align: left;
}
.b-data-field.--border {
  padding: 0 40px;
  margin: 8px 0 16px;
  display: flex;
  align-items: center;
  min-height: 36px;
  position: relative;
}
.b-data-field.--border .__label {
  margin-top: 0;
}
.b-data-field.--border .__grid-2 {
  display: grid;
  grid-template-columns: 256px 1fr;
}
.b-data-field.--border:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  background: #F0F0F0;
  width: calc(100% - 80px);
  height: 1px;
}
.b-data-field.--border:first-child {
  margin-top: 0;
}
.b-data-field.--border:last-child {
  margin-bottom: 0;
}
.b-data-field.--border:last-child:after {
  content: none;
}
.b-data-field.--border.--sm {
  min-height: auto;
  padding: 0 0 12px;
  margin: 0 0 12px;
}
.b-data-field.--border.--sm .__grid-2 {
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
}
.b-data-field.--border.--sm:after {
  bottom: 0;
  width: 100%;
}
.b-data-field.--border.--xs {
  min-height: auto;
  padding: 0 0 12px;
  margin: 0 0 12px;
}
.b-data-field.--border.--xs:after {
  bottom: 0;
  width: 100%;
}
.b-data-field.--bot {
  padding: 0;
  margin: 0 0 16px;
}
.b-data-field.--bot .__label {
  margin-top: 0;
}
.b-data-field.--bot .__grid-2 {
  grid-template-columns: 80px 1fr;
  grid-gap: 8px;
  align-items: flex-start;
}
.b-data-field.--bot:last-child {
  margin-bottom: 0;
}
.b-data-field.--edit:first-child {
  padding-top: 0;
}
.b-data-field.--edit .__grid-2 {
  min-height: 40px;
  grid-template-columns: 256px 1fr;
  grid-gap: 16px;
}
.b-data-field.--board {
  padding: 0;
}
.b-data-field.--board .__grid-2 {
  grid-template-columns: 1fr auto;
  grid-gap: 8px;
}
.b-data-field.--board .__label {
  font-size: 14px;
  color: #4C4C4D;
}
.b-data-field.--board .__text {
  font-size: 14px;
  color: #19191A;
}
.b-data-field .__btns {
  display: flex;
  gap: 8px;
  justify-content: end;
}
.b-data-field .__btns .b-btn {
  margin-top: 0;
}

.b-select-input {
  position: relative;
}
.b-select-input.--open-menu .__sub {
  opacity: 1;
  pointer-events: auto;
}
.b-select-input.--active .__input svg path {
  fill: #19191A;
}
.b-select-input.--error .__input input {
  border-color: #FF5348;
}
.b-select-input .__input {
  position: relative;
}
.b-select-input .__input input {
  border-radius: 8px;
  border: 1px solid #E0E0E1;
  height: 40px;
  width: 100%;
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
.b-select-input .__input input::placeholder {
  color: #A3A3A4;
}
.b-select-input .__input input:hover {
  border: 1px solid #40AFA1;
}
.b-select-input .__input input:hover + svg path {
  fill: #40afa1;
}
.b-select-input .__input input:focus {
  outline: none;
  border: 1px solid #40AFA1;
}
.b-select-input .__input svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
}
.b-select-input .__sub {
  border-radius: 0 0 8px 8px;
  background: #FFF;
  border: 1px solid #5DD2C3;
  position: absolute;
  width: 100%;
  top: 43px;
  box-sizing: border-box;
  z-index: 10;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
}
.b-select-input .__sub span {
  display: block;
  border-bottom: 1px solid #E0E0E1;
  padding: 16px;
  font-size: 14px;
  cursor: pointer;
  border-left: 4px solid transparent;
}
.b-select-input .__sub span:hover {
  border-left: 4px solid #5DD2C3;
  background: var(--Gray-00, #FAFAFA);
}
.b-select-input .__sub span:last-child {
  border-bottom: none;
}

.b-text-input {
  position: relative;
}
.b-text-input.--num .__input input {
  height: 32px;
  width: 64px;
  padding: 0 12px;
}
.b-text-input.--chose-file .__input {
  border-radius: 8px;
  border: 1px solid #E0E0E1;
  height: 40px;
}
.b-text-input.--chose-file .__input input {
  opacity: 0;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.b-text-input.--chose-file .b-file-chose {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 4px;
  cursor: pointer;
}
.b-text-input.--chose-file .b-file-chose .__btn {
  border-radius: 6px;
  background: #E0E0E1;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  color: #0A0A0A;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.b-text-input.--chose-file .b-file-chose .__text {
  color: #A3A3A4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.b-text-input.--error .__input input {
  border-color: #FF5348;
}
.b-text-input .__input {
  position: relative;
}
.b-text-input .__input input {
  border-radius: 8px;
  border: 1px solid #E0E0E1;
  height: 40px;
  width: 100%;
  color: #0A0A0A;
  font-size: 14px;
  line-height: 100%;
  padding: 0 35px 0 12px;
  box-sizing: border-box;
}
.b-text-input .__input input::placeholder {
  color: #A3A3A4;
  font-weight: 500;
}
.b-text-input .__input input:hover {
  border: 1px solid #40AFA1;
}
.b-text-input .__input input:hover + svg path {
  fill: #40afa1;
}
.b-text-input .__input input:focus {
  outline: none;
  border: 1px solid #40AFA1;
}
.b-text-input .__input textarea {
  display: block;
  border-radius: 8px;
  border: 1px solid #E0E0E1;
  height: 91px;
  width: 100%;
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  padding: 12px;
  box-sizing: border-box;
}
.b-text-input .__input textarea::placeholder {
  color: #A3A3A4;
}
.b-text-input .__input textarea:hover {
  border: 1px solid #40AFA1;
}
.b-text-input .__input textarea:hover + svg path {
  fill: #40afa1;
}
.b-text-input .__input textarea:focus {
  outline: none;
  border: 1px solid #40AFA1;
}
.b-text-input .__input .__title {
  color: #656567;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 8px;
}
.b-text-input .__input svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  opacity: 0;
}
.b-text-input .__input svg.--active {
  opacity: 1;
}
.b-text-input .__input svg:hover path {
  fill: #40AFA1;
}
.b-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5490196078);
  display: none;
  z-index: 1999;
}

.b-label-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 24px;
}
.b-label-grid .__text {
  color: #656567;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.b-label-grid .__text span {
  color: #40AFA1;
}

.b-services-table {
  border-radius: 8px;
  border: 1px solid #E0E0E1;
  margin-bottom: 12px;
}
.b-services-table .__header {
  padding: 16px;
  background: #F0F0F0;
}
.b-services-table .__header .__lables {
  display: grid;
  grid-template-columns: 260px 160px 160px;
  margin-bottom: 16px;
}
.b-services-table .__header .__lables .__item {
  color: #656567;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.b-services-table .__header .__search-input {
  position: relative;
}
.b-services-table .__header .__search-input input {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #E0E0E1;
  background: #FFF;
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 500;
  padding: 0 16px;
  box-sizing: border-box;
}
.b-services-table .__header .__search-input input:hover {
  border: 1px solid #40AFA1;
}
.b-services-table .__header .__search-input input:focus {
  outline: none;
  border: 1px solid #40AFA1;
}
.b-services-table .__header .__search-input input::placeholder {
  color: #A3A3A4;
}
.b-services-table .__header .__search-input .__ui {
  display: flex;
  gap: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
}
.b-services-table .__header .__search-input .__ui a {
  position: static;
}
.b-services-table .__header .__search-input .__ui a img {
  position: static;
}
.b-services-table .__header .__search-input .__ui img {
  position: static;
}
.b-services-table .__content {
  position: static;
}
.b-services-table .__content .__item {
  padding: 16px;
  display: grid;
  grid-template-columns: 260px 160px 110px auto;
  align-items: center;
  border-bottom: 1px solid #F0F0F0;
}
.b-services-table .__content .__item:last-child {
  border: none;
}
.b-services-table .__content .__item .__name {
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 400;
}
.b-services-table .__content .__item .__price {
  color: #E0E0E1;
  font-size: 14px;
  font-weight: 500;
}
.b-services-table .__content .__item .__percent {
  color: #40AFA1;
  font-size: 14px;
  font-weight: 500;
}
.b-services-table .__content .__item .__delete {
  position: static;
}
.b-services-table .__content .__item .__delete a {
  position: static;
}
.b-services-table .__content .__item .__delete a img {
  position: static;
}

.b-notification {
  border-radius: 8px;
  background: #ECFAF8;
  color: #717A79;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  padding: 12px;
}

.__dash-header {
  display: grid;
  grid-template-columns: 94px 274px 1fr auto auto;
  grid-gap: 16px;
  align-items: center;
  box-sizing: border-box;
  position: fixed;
  background: #191919;
  padding: 16px;
  width: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
}
.__dash-header img {
  position: static;
}
.__dash-header .__logo {
  line-height: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__dash-header .b-search {
  position: relative;
}
.__dash-header .b-search.--patient {
  width: 280px;
}
.__dash-header .b-search .__search-content {
  position: absolute;
  border-radius: 0 0 8px 8px;
  border: 1px solid #656567;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  z-index: 100;
  width: 100%;
  background: #333334;
  top: 44px;
  max-height: 400px;
  overflow-y: auto;
}
.__dash-header .b-search .__search-content a {
  position: static;
  padding: 20px;
  display: block;
  color: #A3A3A4;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}
.__dash-header .b-search input {
  width: 100%;
  color: #A3A3A4;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 8px;
  background: #333334;
  height: 48px;
  padding: 0 16px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.__dash-header .b-search input:focus {
  outline: none;
}
.__dash-header .b-search .__ico {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  border: none;
  font-size: 0;
  background: none;
}
.__dash-header .b-search:hover input, .__dash-header .b-search:focus input, .__dash-header .b-search:focus-within input {
  background: #4C4C4D;
  border: 1px solid #656567;
  color: #FFF;
}
.__dash-header .b-search:hover input::placeholder, .__dash-header .b-search:focus input::placeholder, .__dash-header .b-search:focus-within input::placeholder {
  color: #FFF;
}
.__dash-header .b-date {
  position: static;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 22px;
}
.__dash-header .b-date .__time {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.__dash-header .b-date .__line {
  width: 2px;
  height: 16px;
  border-radius: 1px;
  background: #333334;
}
.__dash-header .b-date .__date {
  font-size: 16px;
  font-weight: 500;
}
.__dash-header .__user-name {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #656567;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}
.__dash-header .__user-name img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.b-calendar {
  margin-bottom: 12px;
}
.b-calendar .__month {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.b-calendar .__month a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.b-calendar .__month a:hover {
  background: #2B9C8D;
}
.b-calendar .__month a img {
  position: static;
}
.b-calendar .__dayweek {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.b-calendar .__dayweek span {
  display: flex;
  width: 34px;
  height: 28px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.b-calendar .__dayweek span.--day-off {
  color: #C1C1C2;
}
.b-calendar .__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.b-calendar .__days a {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  width: 34px;
  height: 28px;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.b-calendar .__days a:hover {
  background: #2B9C8D;
  color: #FFF !important;
}
.b-calendar .__days a.--day-off {
  color: #A3A3A4;
}
.b-calendar .__days a.--current-day {
  background: #848485;
}

.b-progress {
  margin-bottom: 12px;
}
.b-progress .__text {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
}
.b-progress .__progress {
  border-radius: 4px;
  background: var(--Gray-700, #333334);
  display: block;
  width: 100%;
  height: 6px;
  overflow: hidden;
  position: relative;
}
.b-progress .__progress .__line {
  background: #5DD2C3;
  position: absolute;
  left: 0;
  height: 6px;
}

.__dashboard {
  border-radius: 16px;
  background: #F0F0F0;
  display: grid;
  position: relative;
  grid-template-columns: 72px 1fr;
  height: 100%;
  padding-bottom: 16px;
}
.__dashboard > .__time {
  border-right: 1px solid #C1C1C2;
}
.__dashboard > .__time .__cell {
  height: 48px;
  position: relative;
}
.__dashboard > .__time .__cell .__current-time-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FF886E;
  z-index: 10;
}
.__dashboard > .__time .__cell .__timeline-wrap .__timeline {
  width: 13px;
  height: 8px;
  padding: 0;
  box-shadow: 1px -2px 0px -1px #C1C1C2, 0px 0px 0px 0px #C1C1C2 inset;
  box-sizing: border-box;
  cursor: pointer;
  gap: 8px;
  overflow: hidden;
  margin: 0 0 0 auto;
}
.__dashboard > .__time .__cell .__timeline-wrap .__timeline:nth-child(2) {
  width: 9px;
  opacity: 0.5;
}
.__dashboard > .__time .__cell .__timeline-wrap .__timeline:nth-child(3) {
  width: 9px;
  opacity: 0.5;
}
.__dashboard > .__time .__cell .__timeline-wrap .__timeline:nth-child(4) {
  width: 9px;
  opacity: 0.5;
}
.__dashboard > .__time .__cell .__timeline-wrap .__timeline:nth-child(5) {
  width: 9px;
  opacity: 0.5;
}
.__dashboard > .__time .__cell .__timeline-wrap .__timeline:nth-child(6) {
  width: 9px;
  opacity: 0.5;
}
.__dashboard > .__time .__cell:first-child {
  height: 80px;
}
.__dashboard > .__time .__cell > span {
  color: #656567;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: -8px;
  right: 20px;
}
.__dashboard > .__time .__cell > span.--last {
  top: auto;
  bottom: -8px;
}
.__dashboard .__board {
  position: relative;
  overflow: auto;
  padding-left: 12px;
  margin-left: -12px;
}
.__dashboard .__board .__chart {
  display: flex;
}
.__dashboard .__board .__chart .__items-wrap {
  border-bottom: 1px solid #C1C1C2;
}
.__dashboard .__board .__chart .__items-wrap .__item {
  width: 236px;
  height: 8px;
  padding: 4px 4px 0 4px;
  box-shadow: -1px -2px 0px -1px #E0E0E1, -1px 0px 0px 0px #C1C1C2 inset;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  gap: 8px;
  overflow: hidden;
}
.__dashboard .__board .__chart .__items-wrap .__item.--show {
  overflow: revert;
}
.__dashboard .__board .__chart .__items-wrap .__item:not(.--empty) {
  background: #fff;
}
.__dashboard .__board .__chart .__items-wrap .__item.--line {
  box-shadow: -1px -2px 0px -1px #C1C1C2, -1px 0px 0px 0px #C1C1C2 inset;
}
.__dashboard .__board .__chart .__items-wrap .__item:hover {
  position: relative;
  z-index: 10;
}
.__dashboard .__board .__chart .__items-wrap .__item .__icons {
  position: absolute;
  right: 60px;
  top: 1px;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 2px;
}
.__dashboard .__board .__chart .__items-wrap .__item .__icons .__ico {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.__dashboard .__board .__chart .__items-wrap .__item .__icons .__ico.--primary {
  background: #4290DD;
}
.__dashboard .__board .__chart .__items-wrap .__item .__icons .__ico.--child {
  background: #EBB380;
}
.__dashboard .__board .__chart .__items-wrap .__item .__icons .__ico.--confirmed {
  background: #2B9C8D;
}
.__dashboard .__board .__chart .__items-wrap .__item .__time {
  color: #4C4C4D;
  font-size: 9px;
  font-weight: 500;
  line-height: 100%;
  border-radius: 4px;
  display: inline-flex;
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: -1px;
}
.__dashboard .__board .__chart .__items-wrap .__item .__time.circle:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4290DD;
  left: -10px;
  top: 2px;
}
.__dashboard .__board .__chart .__items-wrap .__item .__time.--hide {
  display: none;
}
.__dashboard .__board .__chart .__items-wrap .__item .__name {
  color: #19191A;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 30px;
  margin-bottom: 6px;
  max-width: 133px;
}
.__dashboard .__board .__chart .__items-wrap .__item .__age {
  color: #19191A;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}
.__dashboard .__board .__chart .__items-wrap .__item .__phone {
  color: #19191A;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 3px;
  line-height: 1;
}
.__dashboard .__board .__chart .__items-wrap .__item .__balance {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #19191A;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 6px;
  line-height: 1;
}
.__dashboard .__board .__chart .__items-wrap .__item .__balance span {
  color: #FF5348;
  font-size: 12px;
  font-weight: 600;
}
.__dashboard .__board .__chart .__items-wrap .__item .__comment {
  color: #19191A;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.__dashboard .__board .__chart .__items-wrap .__item .__info {
  display: none;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateY(100%) translateX(-50%);
  width: calc(100% + 24px);
  z-index: 999;
}
.__dashboard .__board .__chart .__items-wrap .__item .__info:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-radius: 2px;
}
.__dashboard .__board .__chart .__items-wrap .__item .__info.--active {
  display: block;
}
.__dashboard .__board .__chart .__items-wrap .__item .__info.--top {
  bottom: auto;
  top: -4px;
  transform: translateY(-100%) translateX(-50%);
}
.__dashboard .__board .__chart .__items-wrap .__item .__info.--top:after {
  top: auto;
  bottom: 2px;
  border-bottom: none;
  border-top: 8px solid #fff;
}
.__dashboard .__board .__chart .__items-wrap .__item.--empty {
  background: #F0F0F0;
}
.__dashboard .__board .__chart .__items-wrap .__item.--empty .__time {
  opacity: 0;
}
.__dashboard .__board .__chart .__items-wrap .__item.--empty:hover {
  background: #ffffff;
}
.__dashboard .__board .__chart .__items-wrap .__item.--empty:hover .__time {
  opacity: 1;
}
.__dashboard .__board .__chart .__items-wrap .__item.--5min {
  line-height: 0.7;
  padding-top: 1px;
  padding-bottom: 0;
  display: flex;
  align-items: flex-start;
}
.__dashboard .__board .__chart .__items-wrap .__item.--5min .__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 12px;
  margin: 0;
  padding-top: 1px;
}
.__dashboard .__board .__chart .__items-wrap .__item.--5min .__icons {
  right: 3px;
  top: 0;
}
.__dashboard .__board .__chart .__items-wrap .__item.--5min .__slot-content .__time {
  top: -1px;
  right: 2px;
}
.__dashboard .__board .__chart .__items-wrap .__item.--5min .__time {
  white-space: nowrap;
  margin: 0 0 0 auto;
  top: 1px;
  right: 4px;
  font-size: 7px;
}
.__dashboard .__board .__chart .__items-wrap .__item.--5min .__phone, .__dashboard .__board .__chart .__items-wrap .__item.--5min .__comment {
  display: none;
}
.__dashboard .__board .__chart .__items-wrap .__item.--spec .__time {
  right: 4px;
  top: 4px;
}
.__dashboard .__board .__chart .__items-wrap .__item.--spec .__icons {
  top: 2px;
}
.__dashboard .__board .__chart .__items-wrap .__item.--spec .__slot-content .__time {
  right: 0;
  top: 0;
}
.__dashboard .__board .__chart .__items-wrap .__item.--10min {
  height: 32px;
  line-height: 0.7;
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.__dashboard .__board .__chart .__items-wrap .__item.--10min .__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 12px;
  margin: 2px 0 0 0;
}
.__dashboard .__board .__chart .__items-wrap .__item.--10min .__phone {
  display: none;
}
.__dashboard .__board .__chart .__items-wrap .__item.--10min .__icons {
  top: 4px;
}
.__dashboard .__board .__chart .__items-wrap .__item.--10min .__time {
  white-space: nowrap;
  margin: 0 0 0 auto;
  top: 2px;
}
.__dashboard .__board .__chart .__items-wrap .__item.--10min .__comment {
  display: none;
}
.__dashboard .__board .__chart .__items-wrap .__item.--15min .__name {
  font-size: 12px;
}
.__dashboard .__board .__chart .__items-wrap .__item.--15min .__phone {
  position: relative;
  top: -4px;
}
.__dashboard .__board .__chart .__items-wrap .__item.--20min .__comment {
  display: none;
}
.__dashboard .__board .__chart .__items-wrap .__item.--white {
  background: #FFF;
  cursor: pointer;
}
.__dashboard .__board .__chart .__items-wrap .__item.--white:hover {
  box-shadow: 4px 0px 0px 0px #C1C1C2 inset;
}
.__dashboard .__board .__chart .__items-wrap .__item.--green {
  background: #ECFAF8;
}
.__dashboard .__board .__chart .__items-wrap .__item.--green .__time {
  color: #1B786C;
}
.__dashboard .__board .__chart .__items-wrap .__item.--green:hover {
  border-color: #40AFA1;
  box-shadow: 4px 0px 0px 0px #40AFA1 inset;
}
.__dashboard .__board .__chart .__items-wrap .__item.--red {
  background: #FFEFEC;
}
.__dashboard .__board .__chart .__items-wrap .__item.--red .__time {
  color: #571E1B;
}
.__dashboard .__board .__chart .__items-wrap .__item.--red:hover {
  border-color: #FFA38E;
  box-shadow: 4px 0px 0px 0px #FFA38E inset;
}
.__dashboard .__board .__chart .__items-wrap .__item.--yellow {
  background: #FFFDEF;
}
.__dashboard .__board .__chart .__items-wrap .__item.--yellow:hover {
  border-color: #F9DAA0;
  box-shadow: 4px 0px 0px 0px #F9DAA0 inset;
}
.__dashboard .__board .__chart .__items-wrap .__item.--yellow .__time {
  color: #A06C3C;
}
.__dashboard .__board .__chart .__items-wrap .__item.--blue {
  background: #EDF6FF;
}
.__dashboard .__board .__chart .__items-wrap .__item.--blue .__time {
  color: #28619A;
}
.__dashboard .__board .__chart .__items-wrap .__item.--blue:hover {
  border-color: #4290DD;
  box-shadow: 4px 0px 0px 0px #4290DD inset;
}
.__dashboard .__board .__chart .__items-wrap .__item.--miss {
  opacity: 0.8;
}
.__dashboard .__board .__chart .__items-wrap .__item.--miss:hover {
  border-color: #C1C1C2;
  box-shadow: 4px 0px 0px 0px #C1C1C2 inset;
}
.__dashboard .__board .__chart .__items-wrap .__item.--breack {
  background: #FFF;
}
.__dashboard .__board .__chart .__items-wrap .__item.--breack:hover {
  border-color: #848485;
  box-shadow: 4px 0px 0px 0px #848485 inset;
}
.__dashboard .__board .__chart .__items-wrap .__item.--blocked {
  background: url(/images/bgblocked.png);
  background-repeat: repeat;
  box-shadow: none !important;
  cursor: auto;
}
.__dashboard .__board .__chart .__items-wrap .__item.--blocked .__time {
  display: none;
}
.__dashboard .__board .__chart .__items-wrap .__item.--blocked .__name {
  display: none;
}
.__dashboard .__board .__chart .__items-wrap .__item.--blocked .__phone {
  display: none;
}
.__dashboard .__board .__chart .__items-wrap .__item.--blocked:hover {
  background: url(/images/bgblocked.png) !important;
  background-size: cover !important;
}

.b-employees {
  display: flex;
  box-sizing: border-box;
  z-index: 10;
  background: #f0f0f0;
}
.b-employees .__item {
  display: flex;
  gap: 8px;
  box-shadow: -0.5px -0.5px 0 0.5px #C1C1C2 inset;
  z-index: 1;
  align-items: center;
  padding: 16px;
  width: 236px;
  min-width: 236px;
  position: relative;
  box-sizing: border-box;
  height: 80px;
}
.b-employees .__item .__initials {
  width: auto;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  background: #656567;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
}
.b-employees .__item .__img {
  position: static;
}
.b-employees .__item .__img img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.b-employees .__item .__name {
  color: #1B1B1C;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8px;
}
.b-employees .__item .__position {
  color: #7F7F80;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.b-employees .__item .__menu-wrap {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  padding-top: 10px;
  z-index: 1000;
}
.b-employees .__item .__menu-wrap .__menu {
  width: 100%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
}
.b-employees .__item .__menu-wrap .__menu a {
  box-sizing: border-box;
  display: block;
  background: #fff;
  padding: 20px 16px;
  text-decoration: none;
  color: #4C4C4D;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  border-bottom: 1px solid #F0F0F0;
  border-left: 4px solid transparent;
}
.b-employees .__item .__menu-wrap .__menu a:hover {
  border-left: 4px solid #5DD2C3;
  background: #FAFAFA;
  color: #19191A;
}
.b-employees .__item .__menu-wrap.--active {
  display: block;
}
.b-employees .__item:hover {
  background: #FFF;
}
.b-employees.--float {
  background: #f0f0f0;
  overflow: hidden;
  margin-left: 72px;
  position: fixed;
  top: 80px;
  z-index: 100;
  display: block;
  opacity: 0;
  pointer-events: none;
}
.b-employees.--float .__content {
  display: flex;
}
.b-employees.--float.--active {
  opacity: 1;
  pointer-events: auto;
}

.b-search-field {
  margin-bottom: 24px;
}
.b-search-field.--visit {
  margin-bottom: 0;
  flex: 1;
  position: relative;
}
.b-search-field.--visit .__input input {
  height: 32px;
  border-color: #E0E0E1;
  border-radius: 4px;
}
.b-search-field.--visit .__input input:hover {
  border-color: #E0E0E1;
}
.b-search-field.--visit .__input .__ico {
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  height: 16px;
}
.b-search-field.--visit .__search-content {
  position: absolute;
  border-radius: 0 0 8px 8px;
  border: 1px solid #5DD2C3;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  z-index: 100;
  width: 100%;
  background: #ffffff;
  top: 31px;
  max-height: 400px;
  overflow-y: auto;
}
.b-search-field.--visit .__search-content a {
  position: static;
  padding: 20px;
  display: block;
  border-bottom: 1px solid #F0F0F0;
  color: #4C4C4D;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  border-left: 4px solid transparent;
}
.b-search-field.--visit .__search-content a:hover {
  border-left: 4px solid #5DD2C3;
  background: #FAFAFA;
}
.b-search-field.--patient-search .__search-content {
  border-radius: 0 0 8px 8px;
  border: 1px solid #5DD2C3;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  z-index: 100;
  width: 100%;
  background: #ffffff;
  position: relative;
  top: -5px;
  max-height: 400px;
  overflow-y: auto;
}
.b-search-field.--patient-search .__search-content a {
  position: static;
  padding: 20px;
  display: block;
  border-bottom: 1px solid #F0F0F0;
  color: #4C4C4D;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  border-left: 4px solid transparent;
}
.b-search-field .__title {
  color: #848485;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 6px;
}
.b-search-field .__input {
  position: relative;
}
.b-search-field .__input input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  height: 48px;
  padding: 0 16px;
}
.b-search-field .__input input::placeholder {
  color: #A3A3A4;
}
.b-search-field .__input input:hover {
  border: 1px solid #40AFA1;
}
.b-search-field .__input input:focus {
  outline: none;
}
.b-search-field .__input .__ico {
  background: none;
  border: none;
  position: absolute;
  right: 16px;
  top: 54%;
  transform: translate(0, -50%);
  padding: 0;
}
.b-search-field .__input .__ico img {
  position: static;
}
.b-search-field .__input .__sub-search {
  position: absolute;
  border-radius: 0 0 8px 8px;
  border: 1px solid #5DD2C3;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  z-index: 100;
  width: 100%;
  background: #ffffff;
  top: 43px;
  max-height: 400px;
  overflow-y: auto;
}
.b-search-field .__input .__sub-search.--relative {
  position: relative;
  top: -5px;
}
.b-search-field .__input .__sub-search a {
  position: static;
  padding: 20px;
  display: block;
  border-bottom: 1px solid #F0F0F0;
  color: #4C4C4D;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  border-left: 4px solid transparent;
}
.b-search-field .__input .__sub-search a:hover {
  border-left: 4px solid #5DD2C3;
  background: #FAFAFA;
}

.b-switch {
  border-radius: 8px;
  border: 1px solid #4C4C4D;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 12px;
}
.b-switch a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  background: #656567;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.b-switch a:hover {
  background: #848485;
}
.b-switch a.--active {
  background: #40AFA1;
}
.b-switch.--light {
  border: none;
}
.b-switch.--light a {
  color: #848485;
  background: #E0E0E1;
}
.b-switch.--light a.--active {
  background: #40AFA1;
  color: #FFF;
}

.b-board-arrow {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  pointer-events: none;
  align-items: center;
  left: 0;
  right: 0;
  z-index: 2;
  padding-left: 72px;
}
.b-board-arrow.--no-pl {
  padding-left: 0 !important;
}
.b-board-arrow a {
  pointer-events: auto;
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent;
  width: 40px;
  opacity: 0;
}
.b-board-arrow a img {
  position: fixed;
  top: 50%;
}
.b-board-arrow a.__left {
  justify-content: flex-start;
}
.b-board-arrow a.__left img {
  transform: rotate(180deg);
}
.b-board-arrow a.__right {
  justify-content: flex-end;
}
.b-board-arrow a:hover {
  opacity: 1;
}

.b-btn-select {
  position: relative;
  border-radius: 8px;
  border: 1px solid transparent;
}
.b-btn-select .__menu {
  border-radius: 0 0 6px 6px;
  border: 1px solid #4C4C4D;
  background: #333334;
  position: absolute;
  z-index: 100;
  width: 101%;
  display: none;
}
.b-btn-select .__menu a {
  text-decoration: none;
  color: #E0E0E1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-bottom: 1px solid #2B2B2D;
  height: 48px;
  align-items: center;
  padding: 0 16px;
  justify-content: space-between;
  border-left: 4px solid transparent;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 2px;
}
.b-btn-select .__menu a .__value {
  position: static;
}
.b-btn-select .__menu a .__value .__position {
  font-size: 11px;
  color: #40AFA1;
}
.b-btn-select .__menu a .__chexbox {
  border-radius: 6px;
  width: 18px;
  background: #19191A;
  height: 18px;
  position: relative;
  display: block;
}
.b-btn-select .__menu a .__chexbox:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 16px;
  height: 16px;
  background: url("/images/ico/check-dark.svg");
  background-size: cover;
  opacity: 0;
}
.b-btn-select .__menu a .__chexbox.--active {
  background: #5DD2C3;
}
.b-btn-select .__menu a .__chexbox.--active:before {
  opacity: 1;
}
.b-btn-select .__menu a > .__flex {
  display: flex;
  gap: 8px;
}
.b-btn-select .__menu a:hover {
  border-left: 4px solid #5DD2C3;
  background: #4C4C4D;
}
.b-btn-select .b-btn .__flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
.b-btn-select .b-btn .__count {
  border-radius: 8px;
  border: 1px solid #5DD2C3;
  background: #5DD2C3;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19191A;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  font-size: 12px;
  opacity: 0;
}
.b-btn-select .b-btn .__count.--active {
  opacity: 1;
}
.b-btn-select.--active .b-btn {
  border: 1px solid #4C4C4D;
  background: #333334;
}
.b-btn-select.--active .b-btn img {
  transform: rotate(90deg);
}
.b-btn-select.--active .__menu {
  display: block;
  top: 40px;
  width: 100%;
}
.b-btn-select.--active .b-filter-btn {
  background: #2B2B2D;
  border-radius: 8px 8px 0px 0px;
}
.b-btn-select.--active .b-filter-btn img {
  transform: rotate(180deg);
}

.b-input-search {
  border-radius: 8px;
  background: #333334;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  height: 48px;
  width: 100%;
  border: none;
  padding: 0 16px;
  margin-bottom: 12px;
}
.b-input-search::placeholder {
  color: #A3A3A4;
}
.b-input-search:hover {
  background: #4C4C4D;
  color: #fff;
}
.b-input-search:focus {
  outline: none;
}

.b-employ-header {
  background: #E0E0E1;
  display: grid;
  grid-template-columns: 76px 1fr 1fr 1fr 1fr 64px;
  font-size: 14px;
  font-weight: 500;
}
.b-employ-header .__cell {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #C1C1C2;
  height: 56px;
}
.b-employ-header .__cell .__arr {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-employ-header .__cell:last-child {
  justify-content: center;
}
.b-employ-header.--float {
  opacity: 0;
  pointer-events: none;
  position: sticky;
  top: 79px;
  display: none;
}
.b-employ-header.--float.--active {
  display: grid;
  opacity: 1;
  pointer-events: auto;
}

.b-info-field {
  border-bottom: 1px solid #E0E0E1;
  padding-bottom: 25px;
  margin-bottom: 28px;
}
.b-info-field.--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.b-info-field .__field-name {
  color: var(--Gray-500, #656567);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.b-info-field .__value {
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.b-info-field .__value.--red {
  color: #FF5348;
}
.b-info-field .__grid-2 {
  display: grid;
  grid-template-columns: 1fr auto;
}
.b-info-field .__grid-2 div {
  position: static;
}
.b-info-field .__grid-2 div .__name {
  color: #0A0A09;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 24px;
}
.b-info-field .__grid-2 div .__date {
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.b-info-field .__grid-2 div .__date span {
  position: static;
}

.b-del-btn {
  display: flex;
  height: 48px;
  width: 48px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #F0F0F0;
}
.b-del-btn:hover {
  background: #E0E0E1;
}

.b-toggle-checkbox-wrap {
  position: relative;
}
.b-toggle-checkbox-wrap input {
  opacity: 0;
  background: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}
.b-toggle-checkbox-wrap input:checked + .b-toggle-btn {
  background: #40AFA1;
}
.b-toggle-checkbox-wrap input:checked + .b-toggle-btn .__circle {
  right: 4px;
  left: auto;
}
.b-toggle-checkbox-wrap .b-toggle-btn {
  position: relative;
  width: 56px;
  height: 32px;
  border-radius: 16px;
  background: #E0E0E1;
  cursor: pointer;
}
.b-toggle-checkbox-wrap .b-toggle-btn .__circle {
  position: absolute;
  left: 4px;
  border-radius: 12px;
  background: #FFF;
  width: 24px;
  height: 24px;
  top: 4px;
}

.iexmodal-close {
  text-align: right;
}

.--m-right {
  margin: 0 0 0 auto;
}

.b-calendar-button {
  position: static;
  display: flex;
  align-items: center;
  width: 28px;
  height: 28px;
}
.b-calendar-button img {
  filter: invert(1);
  width: 100%;
}

.b-alarm-popup-wrap .iexmodal-close-inner {
  display: none;
}
.b-alarm-popup-wrap .iexmodal-inner {
  padding: 0;
}
.b-alarm-popup-wrap .iexmodal-popup {
  border-radius: 16px;
  left: 0;
  right: auto;
}
.b-alarm-popup-wrap .b-alarm-popup {
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
}
.b-alarm-popup-wrap .b-alarm-popup .__message {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.b-alarm-popup-wrap .b-alarm-popup .__flex {
  display: flex;
  align-items: center;
  gap: 16px;
}

.b-vue-select-wrapper {
  position: relative;
}
.b-vue-select-wrapper .multiselect__content {
  position: relative;
  z-index: 10000;
}
.b-vue-select-wrapper.--error .multiselect__tags {
  border-color: #FF5348;
}

.multiselect--active .multiselect__content-wrapper {
  border-color: #2B9C8D !important;
  margin-top: -6px;
}
.multiselect--active .multiselect__tags {
  border-color: #2B9C8D !important;
}

.__user-name:hover .__profile-menu {
  opacity: 1;
  pointer-events: auto;
}
.__user-name .__profile-menu {
  background: #333334;
  position: absolute;
  width: 284px;
  right: 0;
  top: 0;
  border-radius: 0px 0px 0px 16px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.__user-name .__profile-menu .__header {
  padding: 20px 16px 20px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
}
.__user-name .__profile-menu .__header .__name {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
}
.__user-name .__profile-menu .__header .__img {
  width: auto;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  background: #656567;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
}
.__user-name .__profile-menu .__header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.__user-name .__profile-menu .__content {
  overflow: hidden;
}
.__user-name .__profile-menu .__content a {
  display: block;
  color: #E0E0E1;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  text-transform: none;
  padding: 12px;
  min-height: 40px;
  border-bottom: 1px solid #4C4C4D;
  border-left: 4px solid transparent;
}
.__user-name .__profile-menu .__content a:hover {
  background: #4C4C4D;
  border-left: 4px solid #5DD2C3;
}
.__user-name .__profile-menu .__content a:last-child {
  border-bottom: none;
}

.air-datepicker {
  background: #656567;
  border-color: #656567;
}

.air-datepicker--pointer {
  display: none;
}

.js-calendar {
  font-family: Inter;
  margin-bottom: 24px;
  height: 245px;
}

.air-datepicker.-inline- {
  background: transparent;
  border: none;
}

.air-datepicker-nav {
  border: none;
}

.air-datepicker-cell {
  font-weight: 500;
  font-size: 12px;
}
.air-datepicker-cell:hover {
  background: #848485;
  color: #FFF !important;
}
.air-datepicker-cell.-selected- {
  background: #40afa1;
}
.air-datepicker-cell.-selected-.-focus- {
  background: #40afa1;
}
.air-datepicker-cell.-current- {
  background: #848485;
  color: #FFF !important;
}
.air-datepicker-cell.-current-.-selected- {
  background: #40afa1;
}
.air-datepicker-cell.-day- {
  color: #FFF;
}
.air-datepicker-cell.-other-month- {
  color: #A3A3A4;
}
.air-datepicker-cell.-month- {
  color: #FFF;
}
.air-datepicker-cell.-year- {
  color: #FFF;
}

.air-datepicker-body--day-name {
  color: var(--White, #FFF);
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
.air-datepicker-body--day-name.-weekend- {
  color: #C1C1C2;
}

.air-datepicker-nav--title {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.air-datepicker-nav--title i {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.air-datepicker-nav--action:hover {
  background: #848485;
}
.air-datepicker-nav--action:hover path {
  stroke: #ffffff;
}

.air-datepicker-nav--title:hover {
  background: #848485;
  color: #fff !important;
}

.--overflow-hidden-schedule {
  border-radius: 16px;
  overflow: auto;
}

.b-work-time-wrap .__header .__row {
  display: grid;
  grid-template-columns: 280px 1fr;
  box-shadow: 0 0 0 1px #E0E0E1;
  position: relative;
  z-index: 10;
}
@media (max-width: 1500px) {
  .b-work-time-wrap .__header .__row {
    grid-template-columns: 200px 1066px;
  }
}
.b-work-time-wrap .__header .__row.--big-padding .__cell {
  padding: 12px 16px;
}
.b-work-time-wrap .__header .__row.--single {
  grid-template-columns: 1fr;
}
.b-work-time-wrap .__header .__row .__cell {
  background: #FFF;
  box-shadow: 0 0 0 1px #E0E0E1;
  padding: 8px 16px;
}
.b-work-time-wrap .__header .__row .__cell.--main {
  display: grid;
  grid-template-columns: 1fr auto;
}
.b-work-time-wrap .__header .__header-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  white-space: nowrap;
}
.b-work-time-wrap .__header .__header-btn .b-btn {
  padding: 0 16px;
}
.b-work-time-wrap .__header .__other-emps {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
}
.b-work-time-wrap .__header .__days {
  display: flex;
  height: 100%;
}
.b-work-time-wrap .__header .__days.--reports .__day {
  padding: 8px;
  width: 160px;
}
.b-work-time-wrap .__header .__days .__day {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19191A;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: inset -1px 0px 0px 0px #E0E0E1;
  width: 100%;
}
.b-work-time-wrap .__header .__days .__day.--current {
  background: #ECFAF8;
}
.b-work-time-wrap .__header .__days .__day .__number {
  position: static;
}
.b-work-time-wrap .__header .__days .__day .__dotw {
  position: static;
}
.b-work-time-wrap .__header .__days .__day.--dayoff {
  color: #FF5348;
}
.b-work-time-wrap .__header .__days .__day.--dayoff .__number {
  position: static;
}
.b-work-time-wrap .__header .__days .__day.--dayoff .__dotw {
  position: static;
}
.b-work-time-wrap .__content {
  position: static;
  display: grid;
}
.b-work-time-wrap .__content .__row {
  display: grid;
  grid-template-columns: 280px 1fr;
  box-shadow: 0 0 0 1px #E0E0E1;
  position: relative;
  z-index: 10;
}
@media (max-width: 1500px) {
  .b-work-time-wrap .__content .__row {
    grid-template-columns: 200px 1066px;
  }
}
.b-work-time-wrap .__content .__row:last-child {
  border-bottom: none;
}
.b-work-time-wrap .__content .__row .__cell {
  box-shadow: inset -1px 0px 0px 0px #E0E0E1;
  background: #FFF;
  padding: 8px 16px;
}
.b-work-time-wrap .__content .__row .__cell.--first {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.b-work-time-wrap .__content .__row .__cell .__initials {
  width: auto;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  background: #656567;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
}
.b-work-time-wrap .__content .__row .__cell .__user {
  flex: 1;
  display: flex;
  align-items: center;
  color: #19191A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  justify-content: space-between;
  height: 100%;
}
.b-work-time-wrap .__content .__row .__cell .__user .__plan {
  color: #656567;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  margin-top: 4px;
}
.b-work-time-wrap .__content .__row .__cell .__user .__plan img {
  opacity: 0;
}
.b-work-time-wrap .__content .__row .__cell .__user .__plan:hover {
  color: #2B9C8D;
}
.b-work-time-wrap .__content .__row .__cell .__user .__plan:hover img {
  opacity: 1;
}
.b-work-time-wrap .__content .__days {
  display: flex;
  height: 100%;
}
.b-work-time-wrap .__content .__days.--text .__day {
  padding: 4px;
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-work-time-wrap .__content .__days .__day {
  box-shadow: inset -1px 0px 0px 0px #E0E0E1;
  background: #40AFA1;
  padding: 2px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 34.39px;
}
.b-work-time-wrap .__content .__days .__day:last-child {
  box-shadow: none;
}
.b-work-time-wrap .__content .__days .__day .__time {
  color: #FFF;
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
}
.b-work-time-wrap .__content .__days .__day img {
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.b-work-time-wrap .__content .__days .__day.--empty {
  background: #FFF;
}
.b-work-time-wrap .__content .__days .__day.--empty:hover {
  background: #ECFAF8;
}
.b-work-time-wrap .__content .__days .__day.--current {
  background: #ECFAF8;
}
.b-work-time-wrap .__content .__days .__day:hover {
  background: #2B9C8D;
  z-index: 2;
}
.b-time-switch {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
}
.b-time-switch.--week {
  gap: 24px;
  padding-top: 4px;
  padding-bottom: 12px;
}
.b-time-switch.--week a svg {
  display: block;
}
.b-time-switch.--week a:hover rect {
  fill: #fff;
}
.b-time-switch .__date {
  color: #19191A;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.b-time-switch a {
  position: static;
}
.b-time-switch a img {
  display: block;
}

.b-popup-small .b-data-field .__grid-2 {
  grid-template-columns: 1fr auto;
}
.b-popup-small .b-data-field .b-btn {
  width: 100%;
  max-width: 100%;
}
.b-popup-small .__tab-content {
  height: auto !important;
}

.b-popup-time .__content {
  overflow-y: auto;
  padding-bottom: 100px;
}
.b-popup-time .__bottom .d-flex {
  justify-content: space-between;
}

.b-select-time {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.b-schedule-header {
  opacity: 0;
  pointer-events: none;
  position: sticky;
  top: 80px;
  z-index: 10;
  box-shadow: none;
  display: none;
}
.b-schedule-header.--active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.--text-grey {
  color: #A3A3A4;
}

.--text-red {
  color: #FF5348;
}

.b-clear-time-input.disabled {
  pointer-events: none;
  opacity: 0;
}

input[type=time]::-webkit-calendar-picker-indicator {
  display: none;
}

.--m-0 {
  margin: 0 !important;
}

.b-filter-btn {
  border-radius: 8px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  color: #F0F0F0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
.b-filter-btn:hover {
  background: #A3A3A4;
}

.b-filter-chosen {
  border-radius: 8px;
  background: #5DD2C3;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: 12px;
}
.b-filter-chosen a {
  line-height: 0;
}
.b-filter-chosen .__title {
  color: #1B1B1C;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.b-filter-chosen .__date {
  color: #19191A;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 4px;
}
.b-filter-chosen .__date .__circle {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2B9C8D;
}

.b-list-item {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  padding: 8px 13px 8px 16px;
  color: #C1C1C2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  position: relative;
  transition: 0.3s ease-out;
}
.b-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 8px);
  height: 1px;
  background: #2B2B2D;
  transition: 0.3s ease-out;
}
.b-list-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: calc(100% - 16px);
  background: #5DD2C3;
  border-radius: 2px;
  opacity: 0;
  transition: 0.3s ease-out;
}
.b-list-item.--active {
  color: #fff;
}
.b-list-item:last-child:before {
  content: none;
}
.b-list-item img {
  opacity: 0;
  transition: 0.3s ease-out;
}
.b-list-item img.__rope {
  opacity: 1 !important;
}
.b-list-item:hover {
  color: #fff;
}
.b-list-item:hover img {
  opacity: 1;
}
.b-list-item:hover:after {
  opacity: 1;
}

.b-visit-info {
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  background: #F0F0F0;
  grid-column: span 2;
  border: 1px solid #E7E7E8;
  border-radius: 8px;
  height: fit-content;
}
.b-visit-info.--white {
  background: #fff;
  border: 1px solid #E0E0E1;
  border-radius: 8px 8px 0 0;
}
.b-visit-info .__info {
  display: flex;
  gap: 4px 8px;
  align-items: center;
}
.b-visit-info .__info.--vertical {
  flex-direction: column;
  align-items: start;
}
.b-visit-info .__info .__visit {
  font-size: 12px;
  color: #40AFA1;
  cursor: auto;
  background: #fff;
}
.b-visit-info .__info .__visit:hover {
  background: #fff;
}
.b-visit-info .__info .__visit.--not {
  color: #FF5348;
}
.b-visit-info .b-btn {
  width: fit-content;
  white-space: nowrap;
}
.b-visit-info .__num {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #0A0A0A;
}
.b-visit-info .__name {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #4C4C4D;
}
.b-visit-info .__line {
  width: 1px;
  height: auto;
  background: #E0E0E1;
}

.b-indicator {
  display: flex;
  gap: 2px;
  align-items: center;
  color: #28619A;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.b-indicator .__dot {
  background: #4290DD;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.b-controls-table {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  pointer-events: none;
}
.b-controls-table .b-btn {
  width: auto;
  padding: 0 12px;
  pointer-events: auto;
}

.b-collapse-settings.--active .__options {
  display: block;
}
.b-collapse-settings.--active .__parent .__ico {
  background: url(/images/settings/empty-check.svg) !important;
}
.b-collapse-settings.--active .__parent .__ico:hover {
  background: url(/images/settings/parent-check.svg) !important;
}
.b-collapse-settings.--active .__parent .b-tree-parent-arrow {
  transform: rotate(180deg);
}
.b-collapse-settings a {
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 8px;
}
.b-collapse-settings a .__ico {
  width: 24px;
  height: 24px;
  background: url(/images/settings/empty-check.svg);
  background-size: cover !important;
}
.b-collapse-settings a:hover .__ico {
  background: url(/images/settings/hover-check.svg);
}
.b-collapse-settings a.--active .__ico {
  background: url(/images/settings/active-check.svg);
}
.b-collapse-settings a.--active .__ico:hover {
  background: url(/images/settings/active-check.svg) !important;
}
.b-collapse-settings .__options {
  display: none;
  padding-left: 35px;
}
.b-collapse-settings .__options a {
  position: static;
}
.b-collapse-settings .__options a .__ico {
  position: static;
}
.b-collapse-settings .__parent {
  justify-content: space-between;
  padding: 2px;
  border-radius: 4px;
  overflow: hidden;
}
.b-collapse-settings .__parent .__link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.b-collapse-settings .__parent:hover {
  background: #D9D9D9;
}
.b-collapse-settings .__parent:hover .__ico {
  background: url(/images/settings/empty-check.svg) !important;
}
.b-collapse-settings .__parent .__ico {
  position: static;
}
.b-collapse-settings .__parent .__ico:hover {
  background: url(/images/settings/empty-check.svg) !important;
}
.b-collapse-settings .__parent .__ico.js-tree-checkall.--active {
  background: url(/images/settings/parent-check.svg) !important;
}
.b-collapse-settings .__parent .__ico.js-tree-checkall.--active:hover {
  background: url(/images/settings/parent-check.svg) !important;
}

.b-checkbox-tree a {
  color: #0A0A0A;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 8px;
}
.b-checkbox-tree a .__ico {
  width: 24px;
  height: 24px;
  flex: none;
  background-size: cover !important;
  background: url(/images/settings/empty-check.svg);
}
.b-checkbox-tree a .__ico:hover {
  background: url(/images/settings/hover-check.svg);
}
.b-checkbox-tree a .__ico.--checked {
  background: url(/images/settings/active-check.svg);
}
.b-checkbox-tree a .__ico.--partial-checked {
  background: url(/images/settings/parent-check.svg);
}
.b-checkbox-tree .__options {
  display: none;
  padding-left: 32px;
}
.b-checkbox-tree .__options a {
  position: static;
}
.b-checkbox-tree .__options a .__ico {
  position: static;
}
.b-checkbox-tree .__parent {
  justify-content: space-between;
  padding: 4px;
  border-radius: 8px;
  overflow: hidden;
}
.b-checkbox-tree .__parent.--active + .__options {
  display: block;
}
.b-checkbox-tree .__parent.--active .b-tree-parent-arrow {
  transform: rotate(180deg);
}
.b-checkbox-tree .__parent .__link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.b-checkbox-tree .__parent:hover {
  background: #D9D9D9;
}
.b-checkbox-tree .__parent .__ico {
  position: static;
}
.b-checkbox-tree .__parent .__ico.--partial-checked:hover {
  background: url(/images/settings/hover-check.svg);
}

.b-filter-item {
  padding: 16px;
  border-top: 1px solid #333334;
}
.b-filter-item:last-child {
  border-bottom: 1px solid #333334;
  margin-bottom: 16px;
}

.b-filter-reset {
  padding: 0 16px;
}

.b-user-pic-wrap {
  position: relative;
}
.b-user-pic-wrap input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.b-user-pic-wrap .b-user-pic {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.air-datepicker-cell.--filtered {
  background: #40afa1 !important;
}
.air-datepicker-cell.--red {
  background: #ff0000;
}
.air-datepicker-cell.--yellow {
  background: #ffff00;
}
.air-datepicker-cell.--green {
  background: #008000;
}

.b-appointment-patient {
  padding: 12px;
}
.b-appointment-patient .b-user-block {
  padding: 0;
  border: none;
  background: none;
}
.b-appointment-patient .b-user-block .b-data-field {
  padding: 0 0 10px;
  margin: 0 0 10px;
}

.b-side-nums {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}

.b-num-item {
  padding: 16px;
  outline: 1px solid #333334;
}
.b-num-item .__name {
  color: #C1C1C2;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  margin-bottom: 8px;
}
.b-num-item .__num {
  display: flex;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  align-items: baseline;
}
.b-num-item .__num span {
  font-size: 18px;
  font-weight: 600;
}

.multiselect__option.--section {
  font-weight: bold;
  font-size: 16px;
  padding-left: 15px !important;
}

.multiselect__content.--issection .multiselect__option {
  padding-left: 25px;
}

.b-visit-block {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #E7E7E8;
  background: #fff;
  position: relative;
  color: #19191A;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
}
.b-visit-block:hover {
  border-color: #5DD2C3;
}
.b-visit-block.--active {
  border-color: #5DD2C3;
}
.b-visit-block:last-child {
  margin-bottom: 0;
}
.b-visit-block .__info {
  padding: 12px 18px 12px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  line-height: 1;
}
.b-visit-block .__info span:not(.__name) {
  font-weight: bold;
}
.b-visit-block .__info .__name {
  width: 100%;
}
.b-visit-block .__info:last-child {
  margin-bottom: 0;
}
.b-visit-block .__descr {
  padding: 0 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 12px;
}
.b-visit-block .__close {
  position: absolute;
  top: 8px;
  right: 8px;
}
.b-visit-block .__close img {
  width: 16px;
}
.b-visit-block .b-services {
  background: #F0F0F0;
  font-size: 14px;
  border: none;
}
.b-visit-block .b-services .__title {
  padding: 0 28px 0 12px;
}
.b-visit-block .b-services .__list .__item {
  padding: 12px 8px 12px 16px;
  border: none;
  border-top: 1px solid #C1C1C2;
}
.b-visit-block .b-services.--active {
  border: none;
}

.b-search-wrap {
  margin-bottom: 8px;
}
.b-search-wrap .__search-block {
  padding: 12px 16px;
  background: #F0F0F0;
  border: 1px solid #E0E0E1;
  border-top: none;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  border-radius: 0 0 8px 8px;
}
.b-search-wrap .__search-block .b-btn {
  width: fit-content;
}
.b-search-wrap .__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.b-search-wrap .__tags .b-btn {
  width: fit-content;
}
.b-search-wrap.--formula {
  margin-bottom: 0;
  min-height: 135px;
}
.b-search-wrap.--formula .__search-block {
  border-radius: 8px 8px 0 0;
  padding: 16px;
  display: block;
  border: 1px solid #E7E7E8;
}
.b-search-wrap.--formula .__input {
  margin-bottom: 8px;
}
.b-search-wrap.--formula .__input input {
  height: 40px;
  border-radius: 8px;
  padding: 0 12px;
}

.b-final-price {
  display: flex;
  gap: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  color: #19191A;
}
.b-final-price span {
  color: #656567;
}

.b-diary-item {
  padding: 12px;
  border: 1px solid #E7E7E8;
  margin-bottom: 8px;
  border-radius: 8px;
  background: #FAFAFA;
}
.b-diary-item.--active {
  background: #fff;
}
.b-diary-item:last-child {
  margin-bottom: 0;
}
.b-diary-item .__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  color: #19191A;
  margin-bottom: 12px;
}
.b-diary-item textarea {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #19191A;
  min-height: 20px;
  width: 100%;
  outline: none;
  resize: none;
  overflow: auto;
  background-color: transparent;
  transition: 0.3s ease-out;
  transition-property: border, background-color;
  border-radius: 8px;
  border: none;
  padding: 2px;
}

.b-checkbox-wrap {
  display: flex;
  background: #FFEFEC;
  border: 1px solid #FFA38E;
  padding: 0px 16px;
  gap: 32px;
  border-radius: 8px;
  align-items: center;
  min-height: 40px;
}
.b-checkbox-wrap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #19191A;
  opacity: 0.7;
  margin: 0;
}

.b-normalize-textarea {
  padding: 6px 40px;
}

.b-teeth-block {
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  margin-bottom: 0px;
}
.b-teeth-block .__row {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.b-teeth-block .__row:last-child > a span {
  order: 2;
}
.b-teeth-block .__row > a {
  display: flex;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  width: 56px;
}
.b-teeth-block .__row > a span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #656567;
  text-align: center;
  display: block;
}
.b-teeth-block .__row > a img {
  width: fit-content;
  border-radius: 4px;
  border: 2px solid transparent;
  display: block;
}
.b-teeth-block .__row > a:hover img {
  border: 2px solid #E0E0E1;
}
.b-teeth-block .__row > a:hover span {
  color: #19191A;
}
.b-teeth-block .__row > a.--active img {
  border: 2px solid #5DD2C3;
}
.b-teeth-block .__row > a.--active span {
  color: #19191A;
}

.b-tooth-problem {
  display: flex;
  margin-bottom: 4px;
  background: #fff;
  min-height: 40px;
  border-radius: 4px;
  gap: 12px;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #19191A;
  text-decoration: none;
}
.b-tooth-problem:last-child {
  margin-bottom: 0;
}
.b-tooth-problem:hover {
  background: #F0F0F0;
}
.b-tooth-problem.--active {
  background: #F0F0F0;
  border: 1px solid #5DD2C3;
}

#visits-modal-bottom .b-btn.--delete {
  background: #40AFA1;
  color: #fff;
}

.b-tag-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}
.b-tag-wrap.--flex-left {
  justify-content: flex-start;
}
.b-tag-wrap .b-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.b-tag-wrap .b-tags-list .__tag-actived {
  color: #2B9C8D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}
.b-tag-wrap .b-tags-list.--patient a {
  color: #2B9C8D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  cursor: auto;
}
.b-modal-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #F0F0F0;
}
.b-modal-tag-list .__tag {
  border-radius: 6px;
  background: #40AFA1;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  text-decoration: none;
}
.b-modal-tag-list .__tag:hover {
  background: #F0F0F0;
  color: #19191A;
}
.b-modal-tag-list .__tag.--hide {
  background: #F0F0F0;
  color: #19191A;
}
.b-modal-tag-list .__tag.--hide:hover {
  background: #40AFA1;
  color: #FFF;
}

.b-stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.b-plans {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0 8px;
  background: #F0F0F0;
  border: 1px solid #E0E0E1;
  border-radius: 8px;
}
.b-plans > div {
  position: relative;
  padding: 16px 8px;
  border-image: url("/images/ico/line.svg") 1 round;
  border-right: 1px solid gray;
}
.b-plans > div:last-child {
  border: none;
}

.b-variant-list {
  position: sticky;
  top: 0;
}
.b-variant-list .b-search-wrap {
  min-height: auto;
}

.b-variant-wrap {
  padding: 16px;
  background: #fff;
  border: 1px solid #E0E0E1;
  border-radius: 6px;
  margin-bottom: 8px;
}
.b-variant-wrap:last-child {
  margin-bottom: 0;
}
.b-variant-wrap:hover {
  border-color: #5DD2C3;
}
.b-variant-wrap .__title {
  cursor: pointer;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 16px;
  grid-gap: 8px;
  font-size: 14px;
  line-height: 16px;
}
.b-variant-wrap .__hidden-content {
  display: none;
  flex-direction: column;
  gap: 16px;
}
.b-variant-wrap.--active .__hidden-content {
  display: flex;
}
.b-variant-wrap.--active .__title {
  margin-bottom: 16px;
}
.b-variant-wrap.--active .__title svg {
  transform: rotate(180deg);
}

.b-variant-item .d-vue-draggable .__inner {
  margin-bottom: 16px;
}
.b-variant-item .d-vue-draggable .__inner:last-child {
  margin-bottom: 0;
}
.b-variant-item .__name {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #656567;
  margin-bottom: 8px;
}
.b-variant-item .__inner {
  padding: 16px 12px;
  border: 1px dashed #C1C1C2;
  background: #F0F0F0;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}
.b-variant-item .__inner .__ico {
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 2px;
}
.b-variant-item .__inner:hover {
  background: #E0E0E1;
  border-color: #A3A3A4;
}
.b-variant-item .__inner:hover .__ico path {
  fill: #333334;
}

.b-plan-head {
  padding: 12px;
  background: #E0E0E1;
  border-radius: 8px;
  margin-bottom: 8px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.b-plan-head.--green {
  background: #5DD2C3;
}
.b-plan-head.--yellow {
  background: #F9DAA0;
}
.b-plan-head.--blue {
  background: #BFDFFF;
}
.b-plan-head .__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.b-plan-head .__price {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  display: flex;
  gap: 8px;
}
.b-plan-head .__price span {
  opacity: 0.7;
}
.b-plan-head .__icos {
  display: flex;
  gap: 8px;
}
.b-plan-head .__ico {
  height: 16px;
  width: 16px;
}
.b-plan-head .__ico:hover g {
  opacity: 1;
}

.b-plan-item {
  border: 1px solid #A3A3A4;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
}
.b-plan-item:after {
  border-radius: 8px 0 0 8px;
  content: "";
  top: 0;
  bottom: 0;
  left: 0px;
  width: 0;
  position: absolute;
  z-index: 2;
  box-shadow: inset 4px 0px 0px 0px #E0E0E0;
  pointer-events: none;
}
.b-plan-item:hover:after {
  width: 10px;
}
.b-plan-item.--green {
  border-color: #5DD2C3;
}
.b-plan-item.--green:after {
  box-shadow: inset 4px 0px 0px 0px #5DD2C3;
}
.b-plan-item.--green .b-services.--active {
  background: #ECFAF8;
  border-top: 1px solid #5DD2C3;
  border-bottom: 1px solid #5DD2C3;
}
.b-plan-item.--green .b-services.--active .__list .__item {
  border-top: 1px solid rgba(93, 210, 195, 0.5);
}
.b-plan-item.--yellow {
  border-color: #F9DAA0;
}
.b-plan-item.--yellow:after {
  box-shadow: inset 4px 0px 0px 0px #F9DAA0;
}
.b-plan-item.--yellow .b-services.--active {
  background: #FFF5E2;
  border-top: 1px solid #F9DAA0;
  border-bottom: 1px solid #F9DAA0;
}
.b-plan-item.--yellow .b-services.--active .__list .__item {
  border-top: 1px solid rgba(249, 218, 160, 0.5);
}
.b-plan-item.--blue {
  border-color: #6EB1F3;
}
.b-plan-item.--blue:after {
  box-shadow: inset 4px 0px 0px 0px #BFDFFF;
}
.b-plan-item.--blue .b-services.--active {
  background: #EDF6FF;
  border-top: 1px solid #6EB1F3;
  border-bottom: 1px solid #6EB1F3;
}
.b-plan-item.--blue .b-services.--active .__list .__item {
  border-top: 1px solid rgba(110, 177, 243, 0.5);
}
.b-plan-item:last-child {
  margin-bottom: 0;
}
.b-plan-item .__head {
  padding: 12px 12px 8px 16px;
}
.b-plan-item .__footer {
  padding: 8px 12px 12px 16px;
}
.b-plan-item .__top {
  display: grid;
  align-items: center;
  grid-template-columns: 18px 1fr auto;
  gap: 8px;
  margin-bottom: 8px;
}
.b-plan-item .__top .__price {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.b-plan-item .__top .__ico-wrap {
  position: relative;
}
.b-plan-item .__top .__ico-wrap .__drop-menu {
  z-index: 4;
  position: absolute;
  transform: translateY(100%);
  bottom: -4px;
  right: 0;
  width: 224px;
  background: #fff;
  padding: 4px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #C1C1C2;
  display: none;
}
.b-plan-item .__top .__ico-wrap .__drop-menu.--active {
  display: block;
}
.b-plan-item .__top .__ico-wrap .__drop-menu > a {
  color: #4C4C4D;
  text-decoration: none;
  border-bottom: 1px solid #F0F0F0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  height: 32px;
  align-items: center;
  padding: 0 12px;
}
.b-plan-item .__top .__ico-wrap .__drop-menu > a:last-child {
  border-bottom: 0;
}
.b-plan-item .__top .__ico-wrap .__drop-menu > a:hover {
  background: #F0F0F0;
  color: #19191A;
}
.b-plan-item .__top .__ico {
  display: block;
  height: 16px;
  width: 16px;
}
.b-plan-item .__top .__ico:hover g {
  opacity: 1;
}
.b-plan-item .__info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.b-plan-item .__info:not(.__footer .__info) {
  padding: 0 12px 0 16px;
}
.b-plan-item .__price:not(.__top .__price), .b-plan-item .__descr:not(.__top .__price) {
  margin-bottom: 8px;
  padding: 0 12px 0 16px;
}

.b-services {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.b-services .__title {
  padding: 0 32px 0 16px;
  height: 32px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #19191A;
  cursor: pointer;
}
.b-services .__title:hover {
  background: #F0F0F0;
}
.b-services .__title:hover:after {
  opacity: 1;
}
.b-services .__title:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  transform-origin: center;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg opacity='1'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.29289 5.29289C3.68342 4.90237 4.31658 4.90237 4.70711 5.29289L8 8.58579L11.2929 5.29289C11.6834 4.90237 12.3166 4.90237 12.7071 5.29289C13.0976 5.68342 13.0976 6.31658 12.7071 6.70711L8.70711 10.7071L8 11.4142L7.29289 10.7071L3.29289 6.70711C2.90237 6.31658 2.90237 5.68342 3.29289 5.29289Z' fill='%230A0A0A'/%3E%3C/g%3E%3C/svg%3E");
}
.b-services .__list {
  display: none;
}
.b-services .__list .__item {
  padding: 12px 8px 12px 16px;
  border-top: 1px solid rgba(163, 163, 164, 0.5);
}
.b-services.--active {
  background: #F0F0F0;
  border-top: 1px solid #A3A3A4;
  border-bottom: 1px solid #A3A3A4;
}
.b-services.--active .__title:after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 1;
}
.b-services.--active .__list {
  display: block;
}
.b-services.--single-appointment .__title:after {
  display: none;
}

.b-chains {
  display: grid;
  grid-template-columns: 320px 1fr;
  grid-gap: 16px 32px;
  margin-bottom: 16px;
  position: relative;
}
.b-chains.--lvl1 {
  padding-bottom: 16px;
  border-image: url("/images/ico/border.svg") 1 round;
  border-bottom: 1px solid gray;
}
.b-chains.--lvl1:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.b-chains:last-child {
  margin-bottom: 0;
}
.b-chains .__subchain {
  position: relative;
}
.b-chains .__subchain > .b-chains:first-child:before {
  content: "";
  position: absolute;
  top: 26px;
  left: -32px;
  height: 2px;
  width: 32px;
  background: #E0E0E1;
}
.b-chains .__subchain > .b-chains:first-child > .b-chain-item:first-child:before {
  content: none;
}
.b-chains .__subchain > .b-chains:after {
  content: "";
  position: absolute;
  top: 26px;
  left: -17px;
  width: 2px;
  height: 100%;
  background: #E0E0E1;
}
.b-chains .__subchain > .b-chains:last-child:after {
  content: none;
}
.b-chains .__subchain .b-chain-item:before {
  content: "";
  width: 32px;
  height: 100%;
  position: absolute;
  left: -32px;
  top: 6px;
  background-image: url("/images/ico/rope-light.svg");
  background-position: top right;
  background-size: 20px 28px;
  background-repeat: no-repeat;
  z-index: 10;
}

.b-chain-item {
  width: 320px;
  position: relative;
  border: 1px solid #C1C1C2;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  height: fit-content;
}
.b-chain-item:after {
  pointer-events: none;
  border-radius: 8px;
  position: absolute;
  content: "";
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.b-chain-item:hover:after {
  box-shadow: inset 4px 0px 0px 0px #C1C1C2;
}
.b-chain-item.--green {
  border-color: #5DD2C3;
}
.b-chain-item.--green:hover:after {
  box-shadow: inset 4px 0px 0px 0px #5DD2C3;
}
.b-chain-item.--green .__top {
  background: #ECFAF8;
  border: 1px solid #CCF2ED;
}
.b-chain-item.--yellow {
  border-color: #EBB380;
}
.b-chain-item.--yellow:hover:after {
  box-shadow: inset 4px 0px 0px 0px #EBB380;
}
.b-chain-item.--yellow .__top {
  background: #FFF1D6;
  border: 1px solid #FFE7B8;
}
.b-chain-item:last-child {
  margin-bottom: 0;
}
.b-chain-item .__top {
  background: #F0F0F0;
  min-height: 40px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px 8px 0 0;
  border: 1px solid #E0E0E1;
}
.b-chain-item .__top p {
  color: #656567;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.b-chain-item .__top p span {
  color: #19191A;
}
.b-chain-item .__top .__title {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  gap: 8px;
}
.b-chain-item .__top .__icos {
  display: flex;
  gap: 8px;
  align-items: center;
  height: fit-content;
}
.b-chain-item .__top .__icos a:hover g {
  opacity: 1;
}
.b-chain-item .__variant {
  min-height: 32px;
  padding: 12px 16px 12px 28px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E7E7E8;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.b-chain-item .__variant:after {
  content: "";
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #5DD2C3;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.b-chain-item .__variant .__close {
  opacity: 0;
  cursor: pointer;
  z-index: 3;
  position: relative;
}
.b-chain-item .__variant:hover {
  background: #FAFAFA;
}
.b-chain-item .__variant:hover .__close {
  opacity: 1;
}
.b-chain-item .__bot {
  border-radius: 0 0 8px 8px;
  padding: 8px;
  background: #fff;
}

.b-tags-title {
  white-space: nowrap;
}

.b-chain-tags-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: auto;
  padding: 4px 0;
}
.b-chain-tags-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}
.b-chain-tags-wrap::-webkit-scrollbar-track {
  background: transparent;
  height: 4px;
}
.b-chain-tags-wrap::-webkit-scrollbar-thumb {
  width: 2px;
  background: #40AFA1;
  border-radius: 2px;
}
.b-chain-tags-wrap .b-chain-items-tags-wrap {
  display: flex;
  gap: 8px;
}
.b-chain-tags-wrap .b-chain-items-tags-wrap a {
  white-space: nowrap;
}

.b-table {
  background: #fff;
  color: #19191A;
  overflow: auto;
  position: relative;
}
.b-table::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.b-table::-webkit-scrollbar-track {
  background-color: transparent;
}
.b-table.--report td, .b-table.--report th {
  font-size: 13px;
}
.b-table.--report td:first-child, .b-table.--report th:first-child {
  padding: 4px 12px;
}
.b-table table {
  table-layout: fixed;
  border-collapse: collapse;
}
.b-table tr:not(.--head) {
  border-top: 1px solid #E0E0E1;
}
.b-table tr:not(.--head):hover {
  background: #ECFAF8;
}
.b-table td, .b-table th {
  min-width: 160px;
  text-align: center;
  box-shadow: inset -1px 0px 0px 0px #E0E0E1;
}
.b-table td:first-child, .b-table th:first-child {
  text-align: start;
  padding: 8px 16px;
  position: sticky;
  left: 0;
  background: #ffffff;
}
.b-table th {
  padding: 8px;
  height: 50px;
  min-height: 50px;
  font-weight: 600;
  font-size: 12px;
}
.b-table td {
  padding: 4px;
  height: 32px;
  min-height: 32px;
  font-size: 14px;
}

.b-eye-input {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
}

.b-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  pointer-events: auto;
}
.b-pagination button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 8px;
  background: #F0F0F0;
  border: none;
  cursor: pointer;
}
.b-pagination button.active {
  background: #C1C1C2;
}
.b-pagination button:hover {
  background: #C1C1C2;
}
.b-pagination button.__prev {
  margin-right: 24px;
}
.b-pagination button.__next {
  margin-left: 24px;
}

.b-table-tree {
  position: static;
}
.b-table-tree tr th {
  position: static;
}
.b-table-tree tr td {
  position: static;
}

.multiselect {
  border: 1px solid #E0E0E1;
}
.multiselect .multiselect-option {
  border-left: 4px solid transparent;
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  overflow: hidden;
}
.multiselect .multiselect-option input {
  position: absolute;
  opacity: 0;
}
.multiselect .multiselect-option .__ico {
  width: 16px;
  height: 16px;
  background: url("/images/ico/checkbox-empty.svg");
  background-size: cover;
}
.multiselect .multiselect-option.is-selected {
  background: #FAFAFA;
  color: #19191A;
  border-left: 4px solid #5DD2C3;
}
.multiselect .multiselect-option.is-selected .__ico {
  background: url("/images/ico/checkbox-active.svg");
  background-size: cover !important;
}
.multiselect .multiselect-option.is-pointed {
  background: #FAFAFA;
  color: #19191A;
  border-left: 4px solid #5DD2C3;
}
.multiselect.is-active {
  box-shadow: none;
  border: 1px solid #5DD2C3;
}
.multiselect .multiselect-dropdown {
  border: 1px solid #5DD2C3;
}
.multiselect .multiselect-placeholder {
  font-size: 14px;
  line-height: 1;
}
.multiselect .multiselect-tag {
  background: #40afa1;
  font-size: 11px;
}
.multiselect .multiselect-single-label-text {
  font-size: 14px;
}

.b-list-group-title {
  position: static;
  color: #40afa1;
  font-size: 14px;
  padding-left: 8px;
  margin: 11px 0;
}

.b-list-group {
  position: relative;
  cursor: pointer;
}
.b-list-group:after {
  content: "";
  position: absolute;
  top: 41px;
  left: 16px;
  width: 2px;
  height: calc(100% - 60px);
  background: #4C4C4D;
}

.b-table-group {
  border-bottom: 1px solid rgb(224, 224, 225);
}
.b-table-group .__content-th {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.b-table-group .__content-th img {
  max-width: 30px;
}

.b-table-no-hover:hover {
  background: #FFF !important;
}
.b-table-no-hover .b-table-group:hover {
  background: #ECFAF8;
}

.js-group-time {
  cursor: pointer;
}

.b-reports-float-header {
  top: -10000px;
  opacity: 0;
  position: absolute;
  z-index: 10000;
  left: 8px;
  right: 8px;
}
.b-reports-float-header tr.--head th {
  border-bottom: 1px solid #E0E0E1;
}

.b-week-table-wrap {
  position: relative;
  overflow: auto;
}

.b-week-table {
  background: #fff;
  color: #19191A;
  overflow: auto;
  position: relative;
  font-size: 14px;
  border: 1px solid #C1C1C2;
  border-radius: 8px;
}
.b-week-table table {
  min-width: 100%;
}
.b-week-table tr:hover td:not(.--red, .--green, .--yellow) {
  background: #ECFAF8;
}
.b-week-table.--floating {
  border-radius: 0;
}
.b-week-table.--half {
  height: 100%;
}
.b-week-table.--half table {
  height: 100%;
}
.b-week-table.--half th {
  height: 40px;
}
.b-week-table.--half td, .b-week-table.--half th {
  min-width: 124px;
}
.b-week-table.--half td.--green, .b-week-table.--half th.--green {
  background: #ECFAF8;
}
.b-week-table.--half td.--yellow, .b-week-table.--half th.--yellow {
  background: #FFF1D6;
}
.b-week-table.--half td.--red, .b-week-table.--half th.--red {
  background: #FFEFEC;
}
.b-week-table.--half td:first-child:after, .b-week-table.--half td:nth-child(3):after, .b-week-table.--half td:nth-child(5):after, .b-week-table.--half td:nth-child(7):after {
  content: none;
}
.b-week-table.--half tr.--bot td {
  background: #F0F0F0;
  border: none;
  box-shadow: none;
  text-align: end;
  height: 48px;
  padding: 8px;
}
.b-week-table.--half tr.--bot td .b-btn {
  width: 115px;
}
.b-week-table.--plan {
  border: 2px solid #5DD2C3;
}
.b-week-table.--plan td {
  height: unset;
}
.b-week-table::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.b-week-table::-webkit-scrollbar-track {
  background-color: transparent;
}
.b-week-table table {
  table-layout: fixed;
  border-collapse: collapse;
}
.b-week-table tr:not(.--head) {
  border-top: 1px solid #E0E0E1;
}
.b-week-table tr:not(.--head):hover {
  background: #ECFAF8;
}
.b-week-table td, .b-week-table th {
  text-align: start;
  min-width: 152px;
  line-height: 1;
  position: relative;
}
.b-week-table td:first-child, .b-week-table th:first-child {
  min-width: 350px;
  position: sticky;
  left: 0;
  z-index: 1;
}
.b-week-table th {
  padding: 12px 16px;
  height: 40px;
  min-height: 40px;
  font-weight: 600;
  font-size: 14px;
  background: #F0F0F0;
  min-width: 304px;
}
.b-week-table th:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #E0E0E1;
}
.b-week-table td {
  padding: 7px 16px;
  height: 30px;
  min-height: 30px;
  font-size: 14px;
  background: #fff;
  box-shadow: inset -1px 0px 0px 0px #E0E0E1;
}
.b-week-table td:first-child:after, .b-week-table td:nth-child(3):after, .b-week-table td:nth-child(5):after, .b-week-table td:nth-child(7):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #C1C1C2;
}
.b-week-table tr.--th td {
  background: #F0F0F0;
}

.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.cols-2 > div {
  min-width: 0;
}

.b-popup-sub {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #0A0A0A;
  padding: 12px 40px;
}

/*# sourceMappingURL=style.css.map */
