.b-calendar {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 1px;
  min-height: 1px;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.b-calendar * {
  -webkit-user-drag: none;
}
.b-calendar-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 156px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-calendar-tooltip._hidden {
  display: none;
}
.b-calendar-tooltip_cr {
  position: relative;
  padding: 0 40px;
  font-size: 32px;
  color: #eaeaea;
  text-align: center;
}
.b-calendar-tooltip_cr::before {
  content: '\e66f';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 80px;
  margin-bottom: 40px;
  margin-left: -40px;
  line-height: 2px;
  text-align: center;
  font-size: 80px;
}
.b-calendar_stage {
  /*contain: strict;*/
  position: absolute;
  top: 44px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.b-calendar-forward {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  width: 160px;
}
.b-calendar-forward._visible {
  opacity: 1;
  visibility: visible;
}
.b-calendar-forward._visible {
  -webkit-transition: opacity 0.5s ease, visibility 0s;
          transition: opacity 0.5s ease, visibility 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-forward_preloader {
  position: absolute;
  top: 32px;
  right: 16px;
  bottom: 32px;
  left: 16px;
  opacity: 1;
  visibility: visible;
  color: #b3b5b6;
}
.b-calendar-forward_preloader {
  -webkit-transition: color 0.2s ease, opacity 0.2s ease, visibility 0s;
          transition: color 0.2s ease, opacity 0.2s ease, visibility 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-forward_preloader::before {
  content: '\e600';
  font-family: 'common-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 32px;
  margin: -1px 0 0 0;
  font-size: 32px;
  line-height: 2px;
}
.b-calendar-forward_preloader_text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translate3D(16px, 0, 0) rotateZ(-90deg);
          transform: translate3D(16px, 0, 0) rotateZ(-90deg);
  margin: -1px 0 0;
  font-size: 12px;
  line-height: 2px;
  text-align: center;
  white-space: nowrap;
}
.b-calendar-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 160px;
}
.b-calendar-back {
  -webkit-transition: opacity 0.5s ease, visibility 0s 0.5s;
          transition: opacity 0.5s ease, visibility 0s 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-back._visible {
  opacity: 1;
  visibility: visible;
}
.b-calendar-back._visible {
  -webkit-transition: opacity 0.5s ease, visibility 0s;
          transition: opacity 0.5s ease, visibility 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-back_button {
  position: absolute;
  top: 32px;
  right: 16px;
  bottom: 32px;
  left: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body .b-calendar-back_button {
  color: var(--versioncolor);
}
body._beauty .b-calendar-back_button {
  color: var(--versioncolor);
}
body._health .b-calendar-back_button {
  color: var(--versioncolor);
}
body._smile .b-calendar-back_button {
  color: var(--versioncolor);
}
body._happiness .b-calendar-back_button {
  color: var(--versioncolor);
}
body._velocity .b-calendar-back_button {
  color: var(--versioncolor);
}
body._friend .b-calendar-back_button {
  color: var(--versioncolor);
}
body._strength .b-calendar-back_button {
  color: var(--versioncolor);
}
.b-calendar-back_button {
  -webkit-transition: color 0.2s ease, opacity 0.2s ease, visibility 0s;
          transition: color 0.2s ease, opacity 0.2s ease, visibility 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-back_button::before {
  content: '\e624';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 96px;
  margin: -1px 0 0 0;
  line-height: 2px;
  text-align: left;
}
body .b-calendar-back_button:hover {
  color: var(--versioncolor3);
}
body._beauty .b-calendar-back_button:hover {
  color: var(--versioncolor3);
}
body._health .b-calendar-back_button:hover {
  color: var(--versioncolor3);
}
body._smile .b-calendar-back_button:hover {
  color: var(--versioncolor3);
}
body._happiness .b-calendar-back_button:hover {
  color: var(--versioncolor3);
}
body._velocity .b-calendar-back_button:hover {
  color: var(--versioncolor3);
}
body._friend .b-calendar-back_button:hover {
  color: var(--versioncolor3);
}
body._strength .b-calendar-back_button:hover {
  color: var(--versioncolor3);
}
.b-calendar-back._preloader .b-calendar-back_button {
  opacity: 0;
  visibility: hidden;
}
.b-calendar-back._preloader .b-calendar-back_button {
  -webkit-transition: color 0.2s ease, opacity 0.2s ease, visibility 0s 0.2s;
          transition: color 0.2s ease, opacity 0.2s ease, visibility 0s 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-back_button_text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translate3D(16px, 0, 0) rotateZ(-90deg);
          transform: translate3D(16px, 0, 0) rotateZ(-90deg);
  margin: -1px 0 0;
  font-size: 12px;
  line-height: 2px;
  text-align: center;
  white-space: nowrap;
}
.b-calendar-back_preloader {
  position: absolute;
  top: 32px;
  right: 16px;
  bottom: 32px;
  left: 16px;
  opacity: 0;
  visibility: hidden;
  color: #b3b5b6;
}
.b-calendar-back_preloader {
  -webkit-transition: color 0.2s ease, opacity 0.2s ease, visibility 0s 0.2s;
          transition: color 0.2s ease, opacity 0.2s ease, visibility 0s 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-back_preloader::before {
  content: '\e600';
  font-family: 'common-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 32px;
  margin: -1px 0 0 0;
  font-size: 32px;
  line-height: 2px;
}
.b-calendar-back._preloader .b-calendar-back_preloader {
  opacity: 1;
  visibility: visible;
}
.b-calendar-back._preloader .b-calendar-back_preloader {
  -webkit-transition: color 0.2s ease, opacity 0.2s ease, visibility 0s;
          transition: color 0.2s ease, opacity 0.2s ease, visibility 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-back_preloader_text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translate3D(16px, 0, 0) rotateZ(-90deg);
          transform: translate3D(16px, 0, 0) rotateZ(-90deg);
  margin: -1px 0 0;
  font-size: 12px;
  line-height: 2px;
  text-align: center;
  white-space: nowrap;
}
.b-calendar_days {
  contain: size layout style;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}
.b-calendar-notaday {
  position: absolute;
  z-index: 10000005;
  min-height: 100%;
}
.b-calendar-notaday._vertical {
  min-height: 0;
  min-width: 100%;
}
.b-calendar-notaday_cr {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.b-calendar-notaday_number {
  position: absolute;
  z-index: 10000002;
  top: 0;
  right: 0;
  left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 156px;
  height: 36px;
  border: 1px solid #b4b4b4;
  background: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}
.b-calendar-notaday:first-child .b-calendar-notaday_number {
  border-right-width: 0;
}
.b-calendar-notaday_times {
  position: absolute;
  z-index: 10000001;
  top: 0;
  right: 0;
  left: 156px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  border-top: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  background: #fff;
}
.b-calendar-notaday:first-child .b-calendar-notaday_times {
  border-right-width: 0;
}
.b-calendar-notaday_info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  background-color: #fafafa;
  background-image: url("../images/calendar-notaday.svg");
  background-repeat: repeat;
  -webkit-background-size: 64px 64px;
          background-size: 64px 64px;
}
.b-calendar-notaday._full .b-calendar-notaday_info {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-calendar-notaday._vertical .b-calendar-notaday_info {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-calendar-notaday:first-child .b-calendar-notaday_info {
  border-right-width: 0;
}
.b-calendar-notaday-message {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 280px;
  margin: 0 20px;
  padding: 12px;
  border-radius: 4px;
  background: #fff;
}
.b-calendar-notaday-message._animate {
  -webkit-animation: message_shake 1s ease;
          animation: message_shake 1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@-webkit-keyframes message_shake {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 4px 32px rgba(0,0,0,0);
            box-shadow: 0 4px 32px rgba(0,0,0,0);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 4px 32px rgba(0,0,0,0.3);
            box-shadow: 0 4px 32px rgba(0,0,0,0.3);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 4px 32px rgba(0,0,0,0);
            box-shadow: 0 4px 32px rgba(0,0,0,0);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 4px 32px rgba(0,0,0,0.3);
            box-shadow: 0 4px 32px rgba(0,0,0,0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 4px 32px rgba(0,0,0,0);
            box-shadow: 0 4px 32px rgba(0,0,0,0);
  }
}
@keyframes message_shake {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 4px 32px rgba(0,0,0,0);
            box-shadow: 0 4px 32px rgba(0,0,0,0);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 4px 32px rgba(0,0,0,0.3);
            box-shadow: 0 4px 32px rgba(0,0,0,0.3);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 4px 32px rgba(0,0,0,0);
            box-shadow: 0 4px 32px rgba(0,0,0,0);
  }
  75% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 4px 32px rgba(0,0,0,0.3);
            box-shadow: 0 4px 32px rgba(0,0,0,0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 4px 32px rgba(0,0,0,0);
            box-shadow: 0 4px 32px rgba(0,0,0,0);
  }
}
.b-calendar-notaday._full .b-calendar-notaday-message {
  width: auto;
}
.b-calendar-notaday-message_icon {
  position: relative;
  height: 64px;
}
.b-calendar-notaday-message_icon::before {
  content: '\e63C';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -1px 0 0;
  font-size: 48px;
  line-height: 2px;
  color: #91999d;
  text-align: center;
}
.b-calendar-notaday-message_title {
  text-align: center;
  font-size: 20px;
}
.b-calendar-notaday-message_text {
  margin: 8px 0 0;
  text-align: center;
  font-size: 15px;
}
.b-calendar-notaday-message_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-calendar-notaday-message-button {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 46px;
  padding: 0 8px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px -1px #fff inset;
          box-shadow: 0 2px 2px -1px #fff inset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .b-calendar-notaday-message-button {
  color: var(--versioncolor);
}
body._beauty .b-calendar-notaday-message-button {
  color: var(--versioncolor);
}
body._health .b-calendar-notaday-message-button {
  color: var(--versioncolor);
}
body._smile .b-calendar-notaday-message-button {
  color: var(--versioncolor);
}
body._happiness .b-calendar-notaday-message-button {
  color: var(--versioncolor);
}
body._velocity .b-calendar-notaday-message-button {
  color: var(--versioncolor);
}
body._friend .b-calendar-notaday-message-button {
  color: var(--versioncolor);
}
body._strength .b-calendar-notaday-message-button {
  color: var(--versioncolor);
}
.b-calendar-notaday-message-button {
  -webkit-transition: background 0.2s ease, -webkit-box-shadow 0.2s ease, padding-top 0.2s ease;
          transition: background 0.2s ease, box-shadow 0.2s ease, padding-top 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-notaday-message-button_t {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  text-align: center;
  font-size: 14px;
}
.b-calendar-notaday-message-button:hover {
  background: #fafafa;
}
.b-calendar-notaday-message-button:active {
  padding-top: 1px;
  background: #fafafa;
  -webkit-box-shadow: 0 2px 2px -1px #d8d8d8 inset;
          box-shadow: 0 2px 2px -1px #d8d8d8 inset;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.b-calendar-notaday-message-button:active::after {
  top: 5px;
}
.b-calendar-notaday-message-button._icon::after {
  content: '\e63D';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 12px;
  line-height: 1;
}
.b-calendar-notaday-message-button._icon::after {
  -webkit-transition: top 0.2s ease;
          transition: top 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-notaday-message-button + .b-calendar-notaday-message-button {
  margin: 0 0 0 12px;
}
.b-calendar-day {
  /*contain: strict;*/
  position: absolute;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  min-height: 100%;
  background:  repeat-x;
  background: -webkit-linear-gradient(left, #eaeaea 0px, #fff 1px) repeat-x;
  background: linear-gradient(to right, #eaeaea 0px, #fff 1px) repeat-x;
  background-position: 156px 0;
  -webkit-background-size: 156px 100%;
          background-size: 156px 100%;
}
.b-calendar-day:last-child {
  border-right: 1px solid #b4b4b4;
}
.b-calendar-day._half {
  background-position: 78px 0;
}
.b-calendar-day_current {
  pointer-events: none;
  opacity: 0.5;
  position: absolute;
  z-index: 10000002;
  top: 36px;
  bottom: 0;
  width: 1px;
  margin: 0 0 0 -1px;
}
body .b-calendar-day_current {
  background: var(--versioncolor);
}

body._beauty .b-calendar-day_current {
  background: var(--versioncolor);
}
body._health .b-calendar-day_current {
  background: var(--versioncolor);
}
body._smile .b-calendar-day_current {
  background: var(--versioncolor);
}
body._happiness .b-calendar-day_current {
  background: var(--versioncolor);
}
body._velocity .b-calendar-day_current {
  background: var(--versioncolor);
}
body._friend .b-calendar-day_current {
  background: var(--versioncolor);
}
body._strength .b-calendar-day_current {
  background: var(--versioncolor);
}

body .b-calendar-day_current.straightLine {
  background: #ff2a32;
}


.b-calendar-day_current::before,
.b-calendar-day_current::after {
  position: absolute;
  top: -6px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: solid transparent;
  border-top-width: 6px;
  border-right-width: 4px;
  border-bottom-width: 6px;
  border-left-width: 4px;
  content: ' ';
}
body .b-calendar-day_current::before,
body .b-calendar-day_current::after {
  border-top-color: var(--versioncolor);
}

body._beauty .b-calendar-day_current::before,
body._beauty .b-calendar-day_current::after {
  border-top-color: var(--versioncolor);
}
body._health .b-calendar-day_current::before,
body._health .b-calendar-day_current::after {
  border-top-color: var(--versioncolor);
}
body._smile .b-calendar-day_current::before,
body._smile .b-calendar-day_current::after {
  border-top-color: var(--versioncolor);
}
body._happiness .b-calendar-day_current::before,
body._happiness .b-calendar-day_current::after {
  border-top-color: var(--versioncolor);
}
body._velocity .b-calendar-day_current::before,
body._velocity .b-calendar-day_current::after {
  border-top-color: var(--versioncolor);
}
body._friend .b-calendar-day_current::before,
body._friend .b-calendar-day_current::after {
  border-top-color: var(--versioncolor);
}
body._strength .b-calendar-day_current::before,
body._strength .b-calendar-day_current::after {
  border-top-color: var(--versioncolor);
}

body .b-calendar-day_current.straightLine::before,
body .b-calendar-day_current.straightLine::after {
  border-top-color: #ff2a32;
}

.b-calendar-day_current::before {
  left: -4px;
}
.b-calendar-day_current::after {
  right: -4px;
}
.b-calendar-day_titles {
  /*contain: strict;*/
  position: absolute;
  z-index: 10000003;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 156px;
  padding: 36px 0 0;
  border-right: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  background: #fff;
}
.b-calendar-day-waitinglist {
  position: absolute;
  z-index: 10000002;
  top: 0;
  right: -1px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 36px;
  height: 36px;
  border: 1px solid;
}
body .b-calendar-day-waitinglist {
  border-color: var(--versioncolor);
}
body._beauty .b-calendar-day-waitinglist {
  border-color: var(--versioncolor);
}
body._health .b-calendar-day-waitinglist {
  border-color: var(--versioncolor);
}
body._smile .b-calendar-day-waitinglist {
  border-color: var(--versioncolor);
}
body._happiness .b-calendar-day-waitinglist {
  border-color: var(--versioncolor);
}
body._velocity .b-calendar-day-waitinglist {
  border-color: var(--versioncolor);
}
body._friend .b-calendar-day-waitinglist {
  border-color: var(--versioncolor);
}
body._strength .b-calendar-day-waitinglist {
  border-color: var(--versioncolor);
}
body .b-calendar-day-waitinglist {
  color: var(--versioncolor);
}
body._beauty .b-calendar-day-waitinglist {
  color: var(--versioncolor);
}
body._health .b-calendar-day-waitinglist {
  color: var(--versioncolor);
}
body._smile .b-calendar-day-waitinglist {
  color: var(--versioncolor);
}
body._happiness .b-calendar-day-waitinglist {
  color: var(--versioncolor);
}
body._velocity .b-calendar-day-waitinglist {
  color: var(--versioncolor);
}
body._friend .b-calendar-day-waitinglist {
  color: var(--versioncolor);
}
body._strength .b-calendar-day-waitinglist {
  color: var(--versioncolor);
}
.b-calendar-day-waitinglist._active {
  color: #fff !important;
}
body .b-calendar-day-waitinglist._active {
  background-color: var(--versioncolor);
}
body._beauty .b-calendar-day-waitinglist._active {
  background-color: var(--versioncolor);
}
body._health .b-calendar-day-waitinglist._active {
  background-color: var(--versioncolor);
}
body._smile .b-calendar-day-waitinglist._active {
  background-color: var(--versioncolor);
}
body._happiness .b-calendar-day-waitinglist._active {
  background-color: var(--versioncolor);
}
body._velocity .b-calendar-day-waitinglist._active {
  background-color: var(--versioncolor);
}
body._friend .b-calendar-day-waitinglist._active {
  background-color: var(--versioncolor);
}
body._strength .b-calendar-day-waitinglist._active {
  background-color: var(--versioncolor);
}
.b-calendar-day-waitinglist::before {
  content: '\e600';
  font-family: 'waitinglist';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -1px 0 0;
  line-height: 2px;
  text-align: center;
}
.b-calendar-day-waitinglist:hover {
  color: #fff !important;
}
body .b-calendar-day-waitinglist:hover {
  border-color: var(--versioncolor3);
}
body._beauty .b-calendar-day-waitinglist:hover {
  border-color: var(--versioncolor3);
}
body._health .b-calendar-day-waitinglist:hover {
  border-color: var(--versioncolor3);
}
body._smile .b-calendar-day-waitinglist:hover {
  border-color: var(--versioncolor3);
}
body._happiness .b-calendar-day-waitinglist:hover {
  border-color: var(--versioncolor3);
}
body._velocity .b-calendar-day-waitinglist:hover {
  border-color: var(--versioncolor3);
}
body._friend .b-calendar-day-waitinglist:hover {
  border-color: var(--versioncolor3);
}
body._strength .b-calendar-day-waitinglist:hover {
  border-color: var(--versioncolor3);
}
body .b-calendar-day-waitinglist:hover {
  background-color: var(--versioncolor3);
}
body._beauty .b-calendar-day-waitinglist:hover {
  background-color: var(--versioncolor3);
}
body._health .b-calendar-day-waitinglist:hover {
  background-color: var(--versioncolor3);
}
body._smile .b-calendar-day-waitinglist:hover {
  background-color: var(--versioncolor3);
}
body._happiness .b-calendar-day-waitinglist:hover {
  background-color: var(--versioncolor3);
}
body._velocity .b-calendar-day-waitinglist:hover {
  background-color: var(--versioncolor3);
}
body._friend .b-calendar-day-waitinglist:hover {
  background-color: var(--versioncolor3);
}
body._strength .b-calendar-day-waitinglist:hover {
  background-color: var(--versioncolor3);
}
.b-calendar-day-waitinglist:hover:active {
  color: #fff !important;
}
body .b-calendar-day-waitinglist:hover:active {
  border-color: var(--versioncolor4);
}
body._beauty .b-calendar-day-waitinglist:hover:active {
  border-color: var(--versioncolor4);
}
body._health .b-calendar-day-waitinglist:hover:active {
  border-color: var(--versioncolor4);
}
body._smile .b-calendar-day-waitinglist:hover:active {
  border-color: var(--versioncolor4);
}
body._happiness .b-calendar-day-waitinglist:hover:active {
  border-color: var(--versioncolor4);
}
body._velocity .b-calendar-day-waitinglist:hover:active {
  border-color: var(--versioncolor4);
}
body._friend .b-calendar-day-waitinglist:hover:active {
  border-color: var(--versioncolor4);
}
body._strength .b-calendar-day-waitinglist:hover:active {
  border-color: var(--versioncolor4);
}
body .b-calendar-day-waitinglist:hover:active {
  background-color: var(--versioncolor4);
}
body._beauty .b-calendar-day-waitinglist:hover:active {
  background-color: var(--versioncolor4);
}
body._health .b-calendar-day-waitinglist:hover:active {
  background-color: var(--versioncolor4);
}
body._smile .b-calendar-day-waitinglist:hover:active {
  background-color: var(--versioncolor4);
}
body._happiness .b-calendar-day-waitinglist:hover:active {
  background-color: var(--versioncolor4);
}
body._velocity .b-calendar-day-waitinglist:hover:active {
  background-color: var(--versioncolor4);
}
body._friend .b-calendar-day-waitinglist:hover:active {
  background-color: var(--versioncolor4);
}
body._strength .b-calendar-day-waitinglist:hover:active {
  background-color: var(--versioncolor4);
}
.b-calendar-day-waitinglist {
  -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background 0.2s ease-in-out;
          transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-day-waitinglist:hover {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.b-calendar-day-waitinglist:hover:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.b-calendar-day_number {
  /*contain: strict;*/
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000001;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  background: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  text-align: left;
  padding: 0 36px 0 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-calendar-day_times {
  /*contain: strict;*/
  position: absolute;
  z-index: 5000000;
  top: 0;
  left: 156px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  border-top: 1px solid #b4b4b4;
  border-bottom: 1px solid #b4b4b4;
  background: #fff;
}
.b-calendar-day_rows {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 0 0 156px;
}
.b-calendar-title {
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 80px;
  padding: 0 6px 16px 62px;
  color: #3e3e3e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.b-calendar_days._small .b-calendar-title {
  font-size: 12px;
}
.b-calendar-day_titles._highlight .b-calendar-title:not(._selected) {
  opacity: 0.5;
}
.b-calendar-title_color {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 1;
  width: 24px;
  height: 24px;
  border-color: #b2b2b2;
}
.b-calendar-title_color::before {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 8px solid;
  border-color: inherit;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  content: '';
  opacity: 0.5;
}
.b-calendar-title_color._person {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.b-calendar-title_color._person::before {
  border-width: 12px;
}
.b-calendar-title_color._person::after {
  content: '\e618';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  color: rgba(0,0,0,0.5);
  text-align: right;
  font-size: 20px;
  line-height: 2px;
  margin: 4px 2px 0 0;
}
.b-calendar-title_waitinglist {
  position: absolute;
  z-index: 10000002;
  bottom: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 28px;
  height: 28px;
}
body .b-calendar-title_waitinglist {
  color: var(--versioncolor);
}
body._beauty .b-calendar-title_waitinglist {
  color: var(--versioncolor);
}
body._health .b-calendar-title_waitinglist {
  color: var(--versioncolor);
}
body._smile .b-calendar-title_waitinglist {
  color: var(--versioncolor);
}
body._happiness .b-calendar-title_waitinglist {
  color: var(--versioncolor);
}
body._velocity .b-calendar-title_waitinglist {
  color: var(--versioncolor);
}
body._friend .b-calendar-title_waitinglist {
  color: var(--versioncolor);
}
body._strength .b-calendar-title_waitinglist {
  color: var(--versioncolor);
}
.b-calendar-title_waitinglist::before {
  content: '\e600';
  font-family: 'waitinglist';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -1px 0 0;
  line-height: 2px;
  text-align: center;
}
body .b-calendar-title_waitinglist:hover {
  border-color: var(--versioncolor3);
}
body._beauty .b-calendar-title_waitinglist:hover {
  border-color: var(--versioncolor3);
}
body._health .b-calendar-title_waitinglist:hover {
  border-color: var(--versioncolor3);
}
body._smile .b-calendar-title_waitinglist:hover {
  border-color: var(--versioncolor3);
}
body._happiness .b-calendar-title_waitinglist:hover {
  border-color: var(--versioncolor3);
}
body._velocity .b-calendar-title_waitinglist:hover {
  border-color: var(--versioncolor3);
}
body._friend .b-calendar-title_waitinglist:hover {
  border-color: var(--versioncolor3);
}
body._strength .b-calendar-title_waitinglist:hover {
  border-color: var(--versioncolor3);
}
body .b-calendar-title_waitinglist:hover:active {
  color: var(--versioncolor4);
}
body._beauty .b-calendar-title_waitinglist:hover:active {
  color: var(--versioncolor4);
}
body._health .b-calendar-title_waitinglist:hover:active {
  color: var(--versioncolor4);
}
body._smile .b-calendar-title_waitinglist:hover:active {
  color: var(--versioncolor4);
}
body._happiness .b-calendar-title_waitinglist:hover:active {
  color: var(--versioncolor4);
}
body._velocity .b-calendar-title_waitinglist:hover:active {
  color: var(--versioncolor4);
}
body._friend .b-calendar-title_waitinglist:hover:active {
  color: var(--versioncolor4);
}
body._strength .b-calendar-title_waitinglist:hover:active {
  color: var(--versioncolor4);
}
.b-calendar-title_waitinglist {
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-title_waitinglist:hover {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
.b-calendar-title_waitinglist:hover:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.b-calendar-title_name {
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  line-height: 1;
}
.b-calendar-title_name span {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.b-calendar-title_position {
  position: absolute;
  bottom: 4px;
  left: 8px;
  right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  font-size: 12px;
  line-height: 18px;
}
.b-calendar-title_icon {
  width: 48px;
  bottom: 16px;
  -webkit-background-size: contain;
          background-size: contain;
  border-radius: 50%;
  overflow: hidden;
  top: 0;
  left: 8px;
  position: absolute;
}
.b-calendar-title_icon._cabinet::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  margin: -1px 0 0;
  font-size: 32px;
  line-height: 2px;
  content: '\e606';
  font-family: 'materials';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
body .b-calendar-title_icon._cabinet::after {
  color: var(--versioncolor);
}
body._beauty .b-calendar-title_icon._cabinet::after {
  color: var(--versioncolor);
}
body._health .b-calendar-title_icon._cabinet::after {
  color: var(--versioncolor);
}
body._smile .b-calendar-title_icon._cabinet::after {
  color: var(--versioncolor);
}
body._happiness .b-calendar-title_icon._cabinet::after {
  color: var(--versioncolor);
}
body._velocity .b-calendar-title_icon._cabinet::after {
  color: var(--versioncolor);
}
body._friend .b-calendar-title_icon._cabinet::after {
  color: var(--versioncolor);
}
body._strength .b-calendar-title_icon._cabinet::after {
  color: var(--versioncolor);
}
.b-calendar-title_icon._employee::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  margin: -1px 0 0;
  font-size: 40px;
  line-height: 2px;
  content: '\e618';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
body .b-calendar-title_icon._employee::after {
  color: var(--versioncolor);
}
body._beauty .b-calendar-title_icon._employee::after {
  color: var(--versioncolor);
}
body._health .b-calendar-title_icon._employee::after {
  color: var(--versioncolor);
}
body._smile .b-calendar-title_icon._employee::after {
  color: var(--versioncolor);
}
body._happiness .b-calendar-title_icon._employee::after {
  color: var(--versioncolor);
}
body._velocity .b-calendar-title_icon._employee::after {
  color: var(--versioncolor);
}
body._friend .b-calendar-title_icon._employee::after {
  color: var(--versioncolor);
}
body._strength .b-calendar-title_icon._employee::after {
  color: var(--versioncolor);
}
.b-calendar-title_image {
  width: 48px;
  bottom: 16px;
  -webkit-background-size: contain;
          background-size: contain;
  border-radius: 4px;
  overflow: hidden;
  top: 0;
  left: 8px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.b-calendar-title::before {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 -1px rgba(0,0,0,0.1) inset;
          box-shadow: 0 -1px rgba(0,0,0,0.1) inset;
  content: ' ';
}
.b-calendar-title._last_cabinet::before {
  left: 0;
  -webkit-box-shadow: 0 -1px #b2b2b2 inset;
          box-shadow: 0 -1px #b2b2b2 inset;
}
.b-calendar-title._disabled {
  background-color: #eaeaea;
  background-image: url("../images/calendar-record_disabled.svg");
  background-repeat: repeat;
  -webkit-background-size: 10px 10px;
          background-size: 10px 10px;
}
.b-calendar-title._selected {
  background: #cdfa89;
}
.b-calendar-title._selected::before {
  left: 0;
  -webkit-box-shadow: 0 -1px #dbf2b9 inset, 0 -1px #dbf2b9;
          box-shadow: 0 -1px #dbf2b9 inset, 0 -1px #dbf2b9;
}
.b-calendar-time {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 156px;
  height: 36px;
  color: #3e3e3e;
}
.b-calendar-time._half::before {
  left: 0%;
  border-left-width: 0;
}
.b-calendar-time._half::after {
  display: none;
}
.b-calendar-time::before {
  position: absolute;
  bottom: 2px;
  left: 25%;
  width: 50%;
  height: 25%;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  content: ' ';
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.b-calendar-time::after {
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 1px;
  height: 50%;
  margin: 0 0 0 -1px;
  background: #eaeaea;
  content: ' ';
}
.b-calendar-time_00 {
  position: absolute;
  bottom: 6px;
  left: 0;
  margin-left: 2px;
  font-size: 24px;
  line-height: 1;
  height: 24px;
}
.b-calendar-time_00 span {
  font-size: 11px;
  position: absolute;
  top: -2px;
  left: 100%;
}
.b-calendar-time_30 {
  position: absolute;
  bottom: 7px;
  left: 50%;
  margin-left: 2px;
  font-size: 16px;
  line-height: 1;
  height: 16px;
}
.b-calendar_days._small .b-calendar-time_30 {
  display: none;
}
.b-calendar-time_30 span {
  font-size: 10px;
  position: absolute;
  top: -3px;
  left: 100%;
}
.b-calendar-time._half .b-calendar-time_30 {
  left: 0;
}
.b-calendar-day._half .b-calendar-time:first-child {
  width: 78px;
}
.b-calendar-day._half .b-calendar-time:first-child::before {
  display: none;
}
.b-calendar-day._half .b-calendar-time:first-child::after {
  height: 25%;
}
.b-calendar-time + .b-calendar-time {
  -webkit-box-shadow: 1px 0 #eaeaea inset;
          box-shadow: 1px 0 #eaeaea inset;
}





.m-form_background{
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.75);
  position: fixed;
}


.formAccountSettingsCalendar{
  display: block;
  position: fixed;
  z-index: 2000;
  overflow-x: auto;
  overflow-y: auto;
  left: 15%;
  background-color: #ffffff;
  width: 70%;
  height: 70%;
}
.b-calendar-row {
  position: relative;
  height: 80px;
  -webkit-box-shadow: 0 -1px #eaeaea inset;
          box-shadow: 0 -1px #eaeaea inset;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background:  repeat-x 0 0;
  background: -webkit-linear-gradient(left, #eaeaea 0px, #fff 1px) repeat-x 0 0;
  background: linear-gradient(to right, #eaeaea 0px, #fff 1px) repeat-x 0 0;
  -webkit-background-size: 160px 100%;
          background-size: 160px 100%;
}


.b-calendar-row-month {
  position: relative;
  height: 100px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-background-size: 160px 100%;
  background-size: 160px 100%;
}

.b-calendar-row-month.low{
  height: 65px;
}

.calendar-dot{
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;

}
.calendar-three-dots{
  display: block;
  font-size: 14px;
  text-align: center;
  cursor:pointer;
}

.calendar-addAppointment{
  display: inline-block;
  width: 95px;
  cursor: pointer;

}

.b-calendarMonth-remove::after{
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 300000000;
  line-height: 2px;
  margin: -1px 0 0;
  content: '\e60e';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  text-align: center;
  color: var(--versioncolor);
  cursor:pointer;
}

.calendar-addAppointment::before{

  content: '\e60d';
  font-family:'clientix-icons';
  cursor: pointer;
  color:#c3c3c3;
}
.b-calendar-row._disabled {
  background-color: #eaeaea;
  background-image: url("../images/calendar-record_disabled.svg");
  background-repeat: repeat;
  -webkit-background-size: 10px 10px;
          background-size: 10px 10px;
}
.b-calendar-row._last_cabinet {
  border-bottom: 1px solid #c3c3c3;
}
.b-calendar-record {
  contain: size layout style;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  z-index: 10000001;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
/*&._fake {
      opacity: .75;
    }*/
}


.b-calendar-record-month {
  contain: size layout style;
  -ms-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  z-index: 10000001;
  -moz-box-sizing: border-box;
  font-size: 13px;
}


.b-calendar_days._small .b-calendar-record {
  font-size: 11px;
}
.b-calendar._highlight .b-calendar-record {
  opacity: 0.25;
}
.b-calendar._scheduled .b-calendar-record._scheduled,
.b-calendar._sms_confirmation_sent .b-calendar-record._sms_confirmation_sent,
.b-calendar._confirmed .b-calendar-record._confirmed,
.b-calendar._confirmed .b-calendar-record._in_progress,
.b-calendar._confirmed .b-calendar-record._arrived,
.b-calendar._cancelled .b-calendar-record._cancelled,
.b-calendar._cancelled .b-calendar-record._cancelled_by_sms,
.b-calendar._cancelled .b-calendar-record._missed,
.b-calendar._finished .b-calendar-record._finished,
.b-calendar._suitable .b-calendar-record._suitable {
  opacity: 1;
}
.b-calendar-record._suitable + .b-calendar-record._suitable::before {
  position: absolute;
  top: 0;
  bottom: 4px;
  left: 0;
  width: 1px;
  background: rgba(205,250,137,0.2);
  content: ' ';
}
.b-calendar-record._active,
.b-calendar-record._new {
  z-index: 10000004;
  opacity: 1;
}
.b-calendar-record._edit {
  opacity: 0.5;
  pointer-events: none;
}
.b-calendar-record._deleted {
  display: none;
}
.b-calendar-record._resizer {
  position: absolute;
  z-index: 10000001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
}
.b-calendar-record._resizer {
  -webkit-transition: left 0.1s ease-out, right 0.1s ease-out;
          transition: left 0.1s ease-out, right 0.1s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-record-popup {
  position: absolute;
  z-index: 10000003;
  bottom: 100%;
  left: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 46px;
  margin: 0 0 -16px;
  padding: 0 8px 0 32px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px -1px #fff inset, 2px 2px 2px rgba(0,0,0,0.1);
          box-shadow: 0 2px 2px -1px #fff inset, 2px 2px 2px rgba(0,0,0,0.1);
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
  top:-18px;
}
body .b-calendar-record-popup {
  color: var(--versioncolor);
}
body._beauty .b-calendar-record-popup {
  color: var(--versioncolor);
}
body._health .b-calendar-record-popup {
  color: var(--versioncolor);
}
body._smile .b-calendar-record-popup {
  color: var(--versioncolor);
}
body._happiness .b-calendar-record-popup {
  color: var(--versioncolor);
}
body._velocity .b-calendar-record-popup {
  color: var(--versioncolor);
}
body._friend .b-calendar-record-popup {
  color: var(--versioncolor);
}
body._strength .b-calendar-record-popup {
  color: var(--versioncolor);
}
.b-calendar-record-popup {
  -webkit-transition: background 0.2s ease, -webkit-box-shadow 0.2s ease;
          transition: background 0.2s ease, box-shadow 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-record-popup::before {
  position: absolute;
  top: 100%;
  left: -1px;
  margin: -12px 0 0;
  border: 13px solid transparent;
  border-left-color: #d8d8d8;
  content: ' ';
}
.b-calendar-record-popup::after {
  position: absolute;
  top: 100%;
  left: 0;
  margin: -12px 0 0;
  border: 12px solid transparent;
  border-left-color: #fff;
  content: ' ';
}
.b-calendar-record-popup::after {
  -webkit-transition: border-color 0.2s ease;
          transition: border-color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-record-popup:hover {
  background: #fafafa;
}
.b-calendar-record-popup:hover::after {
  border-left-color: #fafafa;
}
.b-calendar-record-popup:active {
  background: #fafafa;
  -webkit-box-shadow: 0 2px 2px -1px #d8d8d8 inset, 2px 2px 2px rgba(0,0,0,0.1);
          box-shadow: 0 2px 2px -1px #d8d8d8 inset, 2px 2px 2px rgba(0,0,0,0.1);
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.b-calendar-record-popup_span {
  display: inline-block;
  vertical-align: top;
}
.b-calendar-record-popup_span::before {
  content: '\e611';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  font-size: 20px;
  line-height: 2px;
  text-align: center;
}
.b-calendar-record_cr {
  position: absolute;
  top: 5px;
  right: 3px;
  bottom: 5px;
  left: 4px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 4px 0 0 6px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 3px 6px transparent;
          box-shadow: 0 0 0 1px #fff, 0 3px 6px transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
/*{$}-record._fake._scheduled & {
        background-color: alpha($colors.scheduled.bgc, .75);
      }
      {$}-record._fake._confirmed & {
        background-color: alpha($colors.confirmed.bgc, .75);
      }
      {$}-record._fake._cancelled & {
        background-color: alpha($colors.cancelled.bgc, .75);
      }
      {$}-record._fake._missed & {
        background-color: alpha($colors.cancelled.bgc, .75);
      }
      {$}-record._fake._in_progress & {
        background-color: alpha($colors.in_progress.bgc, .75);
      }
      {$}-record._fake._finished & {
        background-color: alpha($colors.passed.bgc, .75);
      }
      {$}-record._fake._sms_confirmation_sent & {
        background-color: alpha($colors.sms_confirmation_sent.bgc, .75);
      }
      {$}-record._fake._cancelled_by_sms & {
        background-color: alpha($colors.cancelled.bgc, .75);
      }*/
}

.b-calendar-record-month_cr {
  position: absolute;
  top: 5px;
  right: 3px;
  bottom: 5px;
  left: 4px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 4px 0 0 6px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 3px 6px transparent;
  box-shadow: 0 0 0 1px #fff, 0 3px 6px transparent;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*{$}-record._fake._scheduled & {
          background-color: alpha($colors.scheduled.bgc, .75);
        }
        {$}-record._fake._confirmed & {
          background-color: alpha($colors.confirmed.bgc, .75);
        }
        {$}-record._fake._cancelled & {
          background-color: alpha($colors.cancelled.bgc, .75);
        }
        {$}-record._fake._missed & {
          background-color: alpha($colors.cancelled.bgc, .75);
        }
        {$}-record._fake._in_progress & {
          background-color: alpha($colors.in_progress.bgc, .75);
        }
        {$}-record._fake._finished & {
          background-color: alpha($colors.passed.bgc, .75);
        }
        {$}-record._fake._sms_confirmation_sent & {
          background-color: alpha($colors.sms_confirmation_sent.bgc, .75);
        }
        {$}-record._fake._cancelled_by_sms & {
          background-color: alpha($colors.cancelled.bgc, .75);
        }*/
}


.b-calendar-row._disabled .b-calendar-record_cr {
  opacity: 0.75;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.b-calendar-record._none .b-calendar-record_cr {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.b-calendar-record._suitable .b-calendar-record_cr {
  right: 0;
  border-top: 2px solid #cdfa89;
  border-bottom: 2px solid #cdfa89;
  border-left: 2px solid #cdfa89;
  border-radius: 2px 0 0 2px;
}
.b-calendar-record._suitable + .b-calendar-record._suitable .b-calendar-record_cr {
  left: 0;
  border-radius: 0;
  border-left-width: 0;
}
.b-calendar-record._suitable._last .b-calendar-record_cr {
  right: 4px;
  border-right: 2px solid #cdfa89;
  border-radius: 0 2px 2px 0 !important;
}
.b-calendar-record._new .b-calendar-record_cr {
  right: 4px;
  left: 1px;
  border-radius: 2px !important;
  background: #cdfa89;
  -webkit-box-shadow: 0 0 0 1px #3e3e3e, 0 3px 6px rgba(62,62,62,0.5);
          box-shadow: 0 0 0 1px #3e3e3e, 0 3px 6px rgba(62,62,62,0.5);
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.b-calendar-record._active .b-calendar-record_cr {
  -webkit-box-shadow: 0 0 0 1px #3e3e3e, 0 3px 6px rgba(62,62,62,0.5);
          box-shadow: 0 0 0 1px #3e3e3e, 0 3px 6px rgba(62,62,62,0.5);
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.b-calendar-record._sms_confirmation_sent .b-calendar-record_cr {
  background-color: #b2daf3;
  color: #3c5565;
}

.b-calendar-record-month._sms_confirmation_sent .b-calendar-record-month_cr {
  background-color: #b2daf3;
  color: #3c5565;
}
.b-calendar-record._sms_confirmation_sent._active:not(._edit) .b-calendar-record_cr {
  background-color: #66b5e7;
}


.b-calendar-record._sms_confirmation_sent._active:not(._edit) .b-calendar-record_cr {
  background-color: #66b5e7;
}


.b-calendar-record-month._sms_confirmation_sent._active:not(._edit) .b-calendar-record-month_cr {
  background-color: #66b5e7;
}

.b-calendar-record._scheduled .b-calendar-record_cr {
  background-color: #efd4f2;
  color: #645066;
}
.b-calendar-record._showall .b-calendar-record_cr {
  background-color: #cfcaf3;
  color: #645066;
}

.b-calendar-record-month._scheduled .b-calendar-record-month_cr {
  background-color: #efd4f2;
  color: #645066;
}

.b-calendar-record._block_tile .b-calendar-record_cr {
  background-color: #B0B0B0;
  color: #645066;
}

.b-calendar-record._scheduled._active:not(._edit) .b-calendar-record_cr {
  background-color: #e9c2ed;
}

.b-calendar-record._showall._scheduled._active:not(._edit) .b-calendar-record_cr {
  background-color: #aea5f0;
}

.b-calendar-record-month._scheduled._active:not(._edit) .b-calendar-record-month_cr {
  background-color: #e9c2ed;
}
.b-calendar-record._confirmed .b-calendar-record_cr {
  background-color: #baf3ea;
  color: #3a564a;
}
.b-calendar-record._showall._confirmed .b-calendar-record_cr {
  background-color: #cfcaf3;
  color: #3a564a;
}

.b-calendar-record-month._confirmed .b-calendar-record-month_cr {
  background-color: #baf3ea;
  color: #3a564a;
}

.b-calendar-record._confirmed._active:not(._edit) .b-calendar-record_cr {
  background-color: #9deee1;
}


.b-calendar-record._showall._confirmed._active:not(._edit) .b-calendar-record_cr {
  background-color: #aea5f0;
}


.b-calendar-record-month._confirmed._active:not(._edit) .b-calendar-record-month_cr {
  background-color: #9deee1;
}

.b-calendar-record._cancelled_by_sms .b-calendar-record_cr {
  background-color: #fddcd4;
  color: #b08075;
}

.b-calendar-record-month._cancelled_by_sms .b-calendar-record-month_cr {
  background-color: #fddcd4;
  color: #b08075;
}
.b-calendar-record._cancelled_by_sms._active:not(._edit) .b-calendar-record_cr {
  background-color: #fdcdc2;
}

.b-calendar-record-month._cancelled_by_sms._active:not(._edit) .b-calendar-record-month_cr {
  background-color: #fdcdc2;
}
.b-calendar-record._cancelled .b-calendar-record_cr {
  background-color: #fddcd4;
  color: #b08075;
}

.b-calendar-record._showall._cancelled .b-calendar-record_cr {
  background-color: #cfcaf3;
  color: #b08075;
}

.b-calendar-record._cancelled._active:not(._edit) .b-calendar-record_cr {
  background-color: #fdcdc2;
}


.b-calendar-record._showall._cancelled._active:not(._edit) .b-calendar-record_cr {
  background-color: #aea5f0;
}

.b-calendar-record-month._cancelled._active:not(._edit) .b-calendar-record-month_cr {
  background-color: #fdcdc2;
}

.b-calendar-record._missed .b-calendar-record_cr {
  background-color: #fddcd4;
  color: #b08075;
}


.b-calendar-record._showall._missed .b-calendar-record_cr {
  background-color: #cfcaf3;
  color: #b08075;
}


.b-calendar-record-month._missed .b-calendar-record-month_cr {
  background-color: #fddcd4;
  color: #b08075;
}

.b-calendar-record._missed._active:not(._edit) .b-calendar-record_cr {
  background-color: #fdcdc2;
}


.b-calendar-record._showall._missed._active:not(._edit) .b-calendar-record_cr {
  background-color: #aea5f0;
}



.b-calendar-record-month._missed._active:not(._edit) .b-calendar-record-month_cr {
  background-color: #fdcdc2;
}

.b-calendar-record._finished .b-calendar-record_cr {
  background-color: #ececec;
  color: #9a9b9b;
}


.b-calendar-record._showall._finished .b-calendar-record_cr {
  background-color: #cfcaf3;
}
.b-calendar-record-month._finished .b-calendar-record-month_cr {
  background-color: #ececec;

  color: #9a9b9b;
}
.b-calendar-record._finished._active:not(._edit) .b-calendar-record_cr {
  background-color: #e5e5e5;
}


.b-calendar-record._showall._finished._active:not(._edit) .b-calendar-record_cr {
  background-color: #aea5f0;
}

.b-calendar-record-month._finished._active:not(._edit) .b-calendar-record-month_cr {
  background-color: #e5e5e5;
}

.b-calendar-record._in_progress .b-calendar-record_cr {
  background-color: #7bead8;
  color: #3a564a;
}


.b-calendar-record._showall._in_progress .b-calendar-record_cr {
  background-color: #cfcaf3;
  color: #3a564a;
}

.b-calendar-record-month._in_progress .b-calendar-record-month_cr {
  background-color: #7bead8;
  color: #3a564a;
}

.b-calendar-record._arrived .b-calendar-record_cr {
  background-color: #7bead8;
  color: #3a564a;
}

.b-calendar-record-month._arrived .b-calendar-record-month_cr {
  background-color: #7bead8;
  color: #3a564a;
}
.b-calendar-record._in_progress._active:not(._edit) .b-calendar-record_cr {
  background-color: #43e1c8;
}


.b-calendar-record._showall._in_progress._active:not(._edit) .b-calendar-record_cr {
  background-color: #aea5f0;
}


.b-calendar-record-month._in_progress._active:not(._edit) .b-calendar-record-month_cr {
  background-color: #43e1c8;
}

.b-calendar-record._arrived._active:not(._edit) .b-calendar-record_cr {
  background-color: #43e1c8;
}


.b-calendar-record._showall._arrived._active:not(._edit) .b-calendar-record_cr {
  background-color: #aea5f0;
}


.b-calendar-record-month._arrived._active:not(._edit) .b-calendar-record-month_cr {
  background-color: #43e1c8;
}

.b-calendar-record._denied .b-calendar-record_cr {
  background-color: #e3e3e3;
  background-image: url("../images/calendar-record_denied.svg");
  background-repeat: repeat;
  -webkit-background-size: 10px 10px;
          background-size: 10px 10px;
}
.b-calendar-record._fake .b-calendar-record_cr {
  background-image: url("../images/calendar-record_disabled.svg");
  background-repeat: repeat;
  -webkit-background-size: 10px 10px;
          background-size: 10px 10px;
}
.b-calendar-record_client {
  pointer-events: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 600;
  line-height: 1.1;
  max-height: 32px;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-calendar-record_client._small {
  word-spacing: normal;
  max-height: none;
  font-size: 11px;
}
.b-calendar-record_service {
  pointer-events: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 4px 0 0;
  font-weight: 300;
  white-space: nowrap;
  position: relative;
  line-height: 1;
  min-height: 12px;
}
.b-calendar-record_service._ticket {
  padding-left: 20px;
}
.b-calendar-record_service._ticket::before {
  position: absolute;
  content: '\e63E';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  left: 0;
  top: 50%;
  line-height: 2px;
  margin: -1px 0 0;
}
.b-calendar-record_service._invoice {
  padding-left: 20px;
}
.b-calendar-record_service._invoice::after {
  position: absolute;
  content: '\e63B';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  left: 0;
  top: 50%;
  line-height: 2px;
  margin: -1px 0 0;
  color: #f66;
}
.b-calendar-record_service._invoice._paid::after {
  color: #0ca40c;
}
.b-calendar-record_service._ticket._invoice::before {
  left: 4px;
}
.b-calendar-record_service._ticket._invoice::after {
  text-shadow: 1px 0 #fff, -1px 0 #fff;
  left: -4px;
}
.b-calendar-record_widget {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 1px 0 1px 6px;
  white-space: nowrap;
}
.b-calendar-record._sms_confirmation_sent .b-calendar-record_widget {
  color: #66b5e7;
}
.b-calendar-record._scheduled .b-calendar-record_widget {
  color: #e9c2ed;
}
.b-calendar-record._confirmed .b-calendar-record_widget {
  color: #9deee1;
}
.b-calendar-record._cancelled_by_sms .b-calendar-record_widget {
  color: #fdcdc2;
}
.b-calendar-record._cancelled .b-calendar-record_widget {
  color: #fdcdc2;
}
.b-calendar-record._missed .b-calendar-record_widget {
  color: #fdcdc2;
}
.b-calendar-record._finished .b-calendar-record_widget {
  color: #e5e5e5;
}
.b-calendar-record._in_progress .b-calendar-record_widget {
  color: #43e1c8;
}
.b-calendar-record._arrived .b-calendar-record_widget {
   color: #43e1c8;
 }
.b-calendar-record_resize-left,
.b-calendar-record_resize-right {
  position: absolute;
  z-index: 10000001;
  top: 50%;
  cursor: w-resize;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin: -22px 0 0;
}
.b-calendar-record_viewLog-show._horizontal,
.b-calendar-record_viewLog-start._horizontal,
.b-mobileCalendar-record_viewLog-start._horizontal,
.b-mobileCalendar-record_viewLog-show._horizontal {
  position: absolute;
  z-index: 10000001;
  top: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  left: 12%;
  margin: 0 0 -16px;
  padding: 0 8px 0 32px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px -1px #fff inset, 2px 2px 2px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 2px -1px #fff inset, 2px 2px 2px rgb(0 0 0 / 10%);
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
}

.b-calendar-record_viewLog-show._vertical,
.b-calendar-record_viewLog-start._vertical,
.b-mobileCalendar-record_viewLog-start._vertical,
.b-mobileCalendar-record_viewLog-show._vertical {
  position: absolute;
  z-index: 10000001;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  bottom: 0;
  left: -5%;
  margin: 0 0 16px -16px;
  padding: 0 8px 0 32px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px -1px #fff inset, 2px 2px 2px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 2px -1px #fff inset, 2px 2px 2px rgb(0 0 0 / 10%);
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  white-space: nowrap;
}
.b-calendar-record_viewLog-show._vertical::before,
.b-calendar-record_viewLog-start._vertical::before,
.b-mobileCalendar-record_viewLog-start._vertical::before,
.b-mobileCalendar-record_viewLog-show._vertical::before {
  content: '\e645';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  font-size: 20px;
  line-height: 2px;
  text-align: center;
}


.b-calendar-record_viewLog-show._horizontal::before,
.b-calendar-record_viewLog-start._horizontal::before,
.b-mobileCalendar-record_viewLog-start._horizontal::before,
.b-mobileCalendar-record_viewLog-show._horizontal::before {
  content: '\e645';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  font-size: 20px;
  line-height: 2px;
  text-align: center;
}
.b-calendar-record_resize-left::before,
.b-calendar-record_resize-right::before {
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #3e3e3e, 0 2px 4px rgba(62,62,62,0.5);
          box-shadow: 0 0 0 1px #3e3e3e, 0 2px 4px rgba(62,62,62,0.5);
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.b-calendar-record_resize-left::before,
.b-calendar-record_resize-right::before {
  content: '\e632';
  font-family: 'clientix-icons';
}
.b-calendar-record_resize-left {
  left: 0;
  margin-left: -20px;
}
.b-calendar-record_resize-right {
  right: 0;
  margin-right: -16px;
}
.b-calendar-stepback {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  z-index: 10000100;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 0 60px 0 0;
  background: rgba(255,255,255,0.8);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
          box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.b-calendar-stepback.vertical::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.b-calendar-stepback::before {
  position: absolute;
  content: '\e624';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  right: 10px;
  left: 0;
  margin: -1px 0 0;
  font-size: 64px;
  line-height: 2px;
  text-align: center;
}
body .b-calendar-stepback::before {
  color: var(--versioncolor);
}
body._beauty .b-calendar-stepback::before {
  color: var(--versioncolor);
}
body._health .b-calendar-stepback::before {
  color: var(--versioncolor);
}
body._smile .b-calendar-stepback::before {
  color: var(--versioncolor);
}
body._happiness .b-calendar-stepback::before {
  color: var(--versioncolor);
}
body._velocity .b-calendar-stepback::before {
  color: var(--versioncolor);
}
body._friend .b-calendar-stepback::before {
  color: var(--versioncolor);
}
body._strength .b-calendar-stepback::before {
  color: var(--versioncolor);
}
.b-calendar-stepback:hover {
  background: #fff;
}
.b-calendar-stepback:hover:active {
  background: #fafafa;
}
.b-calendar-stepback:hover:active::before {
  margin-top: 0;
}
.b-calendar-stepback {
  -webkit-transition: background 0.2s ease-in-out;
          transition: background 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-stepforward {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  z-index: 10000100;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 60px 0 0 0;
  background: rgba(255,255,255,0.8);
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.2);
          box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.b-calendar-stepforward.vertical::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.b-calendar-stepforward::before {
  position: absolute;
  content: '\e600';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 50%;
  right: 0;
  left: 10px;
  margin: -1px 0 0;
  font-size: 64px;
  line-height: 2px;
  text-align: center;
}
body .b-calendar-stepforward::before {
  color: var(--versioncolor);
}
body._beauty .b-calendar-stepforward::before {
  color: var(--versioncolor);
}
body._health .b-calendar-stepforward::before {
  color: var(--versioncolor);
}
body._smile .b-calendar-stepforward::before {
  color: var(--versioncolor);
}
body._happiness .b-calendar-stepforward::before {
  color: var(--versioncolor);
}
body._velocity .b-calendar-stepforward::before {
  color: var(--versioncolor);
}
body._friend .b-calendar-stepforward::before {
  color: var(--versioncolor);
}
body._strength .b-calendar-stepforward::before {
  color: var(--versioncolor);
}
.b-calendar-stepforward:hover {
  background: #fff;
}
.b-calendar-stepforward:hover:active {
  background: #fafafa;
}
.b-calendar-stepforward:hover:active::before {
  margin-top: 0;
}
.b-calendar-stepforward {
  -webkit-transition: background 0.2s ease-in-out;
          transition: background 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-scroller {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.b-scroller_cr {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  height: 6px;
  border-radius: 3px;
  background: rgba(0,0,0,0.1);
  overflow: hidden;
}
.b-scroller_scroller {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  border-radius: 3px;
  background: rgba(0,0,0,0.1);
  width: 40px;
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
.b-calendar-preloaderComponent {
  pointer-events: none;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10000100;
}
.b-calendar-preloaderComponent_cr {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  height: 40px;
  width: 40px;
}
.b-calendar-preloaderComponent .t-preloader {
  font-size: 24px;
}
body .b-calendar-preloaderComponent .t-preloader {
  color: var(--versioncolor);
}
body._beauty .b-calendar-preloaderComponent .t-preloader {
  color: var(--versioncolor);
}
body._health .b-calendar-preloaderComponent .t-preloader {
  color: var(--versioncolor);
}
body._smile .b-calendar-preloaderComponent .t-preloader {
  color: var(--versioncolor);
}
body._happiness .b-calendar-preloaderComponent .t-preloader {
  color: var(--versioncolor);
}
body._velocity .b-calendar-preloaderComponent .t-preloader {
  color: var(--versioncolor);
}
body._friend .b-calendar-preloaderComponent .t-preloader {
  color: var(--versioncolor);
}
body._strength .b-calendar-preloaderComponent .t-preloader {
  color: var(--versioncolor);
}
.b-calendar-appointmentsMenu {
  position: absolute;
  z-index: 999999999999999999999999999999999999999999999999;
}
.b-mobileCalendar_stage .b-calendar-appointmentsMenu {
  z-index: 10000005;
}
.b-calendar-appointmentsMenu_container {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px -1px #fff inset, 2px 2px 2px rgba(0,0,0,0.1);
          box-shadow: 0 2px 2px -1px #fff inset, 2px 2px 2px rgba(0,0,0,0.1);
  margin: 0 0 12px;
}
.b-calendar-appointmentsMenu_container::before {
  position: absolute;
  top: 100%;
  left: -1px;
  margin: -12px 0 0;
  border: 13px solid transparent;
  border-left-color: #d8d8d8;
  content: ' ';
}
.b-calendar-appointmentsMenu_container::after {
  position: absolute;
  top: 100%;
  left: 0;
  margin: -12px 0 0;
  border: 12px solid transparent;
  border-left-color: #fff;
  content: ' ';
}
.b-calendar-appointmentsMenu_container::after {
  -webkit-transition: border-color 0.2s ease;
          transition: border-color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.b-calendar-appointmentsMenu-actions {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
}
.b-calendar-appointmentsMenu-actions_i {
  border-top: 1px solid #d8d8d8;
}
.b-calendar-appointmentsMenu-action {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 12px 0 32px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.b-calendar-appointmentsMenu-action:hover {
  background: #fafafa;
}
.b-calendar-appointmentsMenu-action._icon {
  position: relative;
}
.b-calendar-appointmentsMenu-action._icon::before {
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  font-size: 20px;
  line-height: 2px;
  margin: -1px 0 0;
  text-align: center;
}
.b-calendar-appointmentsMenu-action._icon_newAppointment::before {
  content: '\e642';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b-calendar-appointmentsMenu-action._icon_appointment::before {
  content: '\e611';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.b-calendar-appointmentsMenu-action._icon_fakeAppointment::before {
  content: '\e63C';
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .b-calendar-appointmentsMenu-action._color_theme {
  color: var(--versioncolor);
}
body._beauty .b-calendar-appointmentsMenu-action._color_theme {
  color: var(--versioncolor);
}
body._health .b-calendar-appointmentsMenu-action._color_theme {
  color: var(--versioncolor);
}
body._smile .b-calendar-appointmentsMenu-action._color_theme {
  color: var(--versioncolor);
}
body._happiness .b-calendar-appointmentsMenu-action._color_theme {
  color: var(--versioncolor);
}
body._velocity .b-calendar-appointmentsMenu-action._color_theme {
  color: var(--versioncolor);
}
body._friend .b-calendar-appointmentsMenu-action._color_theme {
  color: var(--versioncolor);
}
body._strength .b-calendar-appointmentsMenu-action._color_theme {
  color: var(--versioncolor);
}
.b-calendar-appointmentsMenu-action_t {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  white-space: nowrap;
  font-size: 16px;
  pointer-events: none;
}
.b-calendar-appointmentsMenu-action_t span {
  color: #555;
}
.b-calendar-appointmentsMenu-action_t small {
  color: #b2b2b2;
  font-size: 12px;
}
.b-calendar-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.b-calendar-indicator._vertical {
  bottom: auto;
  right: 0;
}
.b-calendar-indicator_border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  z-index: 10000002;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#b2b2b2));
  background: -webkit-linear-gradient(top, transparent, #b2b2b2);
  background: linear-gradient(to bottom, transparent, #b2b2b2);
}
.b-calendar-indicator._vertical .b-calendar-indicator_border {
  right: 0;
  bottom: auto;
  height: 1px;
  width: auto;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#b2b2b2));
  background: -webkit-linear-gradient(right, transparent, #b2b2b2);
  background: linear-gradient(to left, transparent, #b2b2b2);
}
.b-calendar-indicator_background {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 1px;
}
.b-calendar-indicator._vertical .b-calendar-indicator_background {
  top: 0;
  right: 1px;
  bottom: 0;
  left: 0;
}
.b-calendar-indicator-name {
  position: absolute;
  left: 1px;
  bottom: 0;
  background: #fff;
  border: 1px solid #b2b2b2;
  padding: 0 2px;
  border-radius: 0 4px 4px 4px;
  font-size: 10px;
  line-height: 12px;
  margin: 0 0 -7px -1px;
  z-index: 10000002;
}
._small .b-calendar-indicator-name {
  font-size: 9px;
  line-height: 11px;
}
.b-calendar-indicator._vertical .b-calendar-indicator-name {
  top: 0;
  bottom: auto;
  border-radius: 0 0 4px 4px;
  margin-bottom: -13px;
}
._small .b-calendar-indicator._vertical .b-calendar-indicator-name {
  margin-bottom: -12px;
}
.b-calendar-indicator-name_t {
  white-space: nowrap;
}
.b-calendar-indicator-name_color {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 10px;
  border-color: #d8d8d8;
}
.b-calendar-indicator-name_color::before {
  position: absolute;
  top: 50%;
  left: 0px;
  margin: -4px 0 0;
  border: 4px solid;
  border-color: #888;
  border-radius: 50%;
  content: '';
}
.b-calendar-indicator-name_color::after {
  position: absolute;
  top: 50%;
  left: 1px;
  margin: -3px 0 0;
  border: 3px solid;
  border-color: inherit;
  border-radius: 50%;
  content: '';
}
.b-calendar-iconItems {
  position: absolute;
  top: 4px;
  right: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  color: rgba(0,0,0,0.5);
}
.b-calendar-iconItems_i {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.b-calendar-iconItems_i + .b-calendar-iconItems_i {
  margin-left: 2px;
}
.b-calendar_iconItem {
  position: relative;
  width: 16px;
  height: 16px;
}
.b-calendar_iconItem::before {
  position: absolute;
  font-family: 'clientix-icons';
  vertical-align: bottom;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  left: 0;
  top: 50%;
  line-height: 2px;
  margin: -1px 0 0;
  text-shadow: 1px 0 rgba(255,255,255,0.75), 0 1px rgba(255,255,255,0.75);
}
.b-calendar_iconItem._custom_icon::before {
  content: attr(data-row_icon);
  font-family: 'mediest-icons';
}

.b-calendar_iconItem._abonement::before {
  content: '\e63E';
  font-family: 'clientix-icons';
  color: rgba(0,0,0,0.5);
}

.b-calendar_iconItem._new_client {
  width:35px;
}
.b-calendar_iconItem._new_client::before {
  content: 'NEW';
  font-family: 'Open Sans';
  color: rgba(0,0,0,0.5);
}

.b-calendar_iconItem._invoice::before {
  content: '\e63B';
  font-family: 'clientix-icons';
  color: #c22;
}
.b-calendar_iconItem._invoice_paid::before {
  content: '\e63B';
  font-family: 'clientix-icons';
  color: #080;
}
.b-calendar_iconItem._copied::before {
  content: '\e62c';
  font-family: 'materials';
  color: rgba(0,0,0,0.5);
}
.b-calendar_iconItem._cloud::before {
  content: '\e62e';
  font-family: 'materials';
  color: rgba(0,0,0,0.5);
}
.b-calendar-dataItems {
  pointer-events: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
}
.b-calendar-dataItems_i + .b-calendar-dataItems_i {
  margin-top: 2px;
}
.b-calendar-dataItem_t {
  line-height: 1.1;
  overflow: hidden;
}
.b-calendar-dataItem_t._nowrap {
  white-space: nowrap;
}
.b-calendar-dataItem_t._small {
  font-size: 10px;
}
.b-calendar-dataItem_t strong {
  font-weight: 600;
}
.b-calendar-timesAC-cr {
  position: relative;
  overflow: hidden;
  margin: 8px;
}
.b-calendar-timesAC-cr::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: -webkit-linear-gradient(left, transparent, #fff);
  background: linear-gradient(to right, transparent, #fff);
  content: '';
  width: 40px;
  pointer-events: none;
}
.b-calendar-timesAC-days {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 -8px;
}
.b-calendar-timesAC-days_i {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 0 8px;
}
.b-calendar-timesAC-days_i + .b-calendar-timesAC-days_i {
  border-left: 1px solid #d8d8d8;
}
.b-calendar-timesAC-day-parts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 -8px;
}
.b-calendar-timesAC-day-parts_p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 0 0 0 8px;
}
.b-calendar-timesAC-times {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 -4px;
}
.b-calendar-timesAC-times_i {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  padding: 0 0 0 4px;
}
.b-calendar-timesAC-date_t {
  font-size: 11px;
  line-height: 1;
}
.b-calendar-timesAC-time {
  max-width: 64px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  border-radius: 4px;
  border: 1px solid #888;
  padding: 4px;
}
.b-calendar-timesAC-time-value_t {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
}
.b-calendar-timesAC-time-executor {
  margin: 2px 0 0;
  color: #888;
}
.b-calendar-timesAC-time-executor_t {
  font-size: 11px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-calendar-title_departments {
  font-size: 12px;
  height: 45px;
  overflow: hidden;
  color: gray;
  text-overflow: ellipsis;
}