/* Todo:
-status_icon
	альтернативные цвета иконки
	правильная иконка
*/
.p-client-appointment-view {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 660px;
  padding: 12px 0 0;
  color: #3e3e3e;
}
.p-client-appointment-view_close {
  position: absolute;
  top: 8px;
  right: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 32px;
  height: 32px;
}
.p-client-appointment-view_close::before {
  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;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -1px 0 0;
  font-size: 24px;
  line-height: 2px;
  color: #b4babc;
  text-align: center;
}
.p-client-appointment-view_hr {
  margin: 16px 24px 0;
  border: 0;
  border-top: 1px solid #f1f1f1;
}
.p-client-appointment-view-status {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  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;
  padding: 0 24px;
}
.p-client-appointment-view-status_icon {
  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: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 48px;
  height: 40px;
  border-radius: 2px;
  background: #eccbef;
}
.p-client-appointment-view-status_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%;
  right: 0;
  left: 0;
  margin: -1px 0 0;
  font-size: 20px;
  line-height: 2px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  text-align: center;
}
.p-client-appointment-view-status._scheduled .p-client-appointment-view-status_icon {
  background: #eccbef;
}
.p-client-appointment-view-status._scheduled .p-client-appointment-view-status_icon::before {
  content: '\e615';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-status._confirmed .p-client-appointment-view-status_icon {
  background: #b9f2e9;
}
.p-client-appointment-view-status._confirmed .p-client-appointment-view-status_icon::before {
  content: '\e642';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-status._in_progress .p-client-appointment-view-status_icon {
  background: #7ae9d7;
}
.p-client-appointment-view-status._arrived .p-client-appointment-view-status_icon {
  background: #7ae9d7;
}
.p-client-appointment-view-status._in_progress .p-client-appointment-view-status_icon::before {
  content: '\e642';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-status._arrived .p-client-appointment-view-status_icon::before {
  content: '\e642';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-status._finished .p-client-appointment-view-status_icon {
  background: #a8a9a9;
}
.p-client-appointment-view-status._finished .p-client-appointment-view-status_icon::before {
  content: '\e613';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-status._cancelled .p-client-appointment-view-status_icon {
  background: #fdcdc2;
}
.p-client-appointment-view-status._cancelled .p-client-appointment-view-status_icon::before {
  content: '\e614';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-status._missed .p-client-appointment-view-status_icon {
  background: #fdcdc2;
}
.p-client-appointment-view-status._missed .p-client-appointment-view-status_icon::before {
  content: '\e614';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-status_text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 16px;
  font-size: 18px;
  line-height: 1;
}
.p-client-appointment-view-status_revert {
  position: relative;
  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: 15px;
  margin: 0 0 0 16px;
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
}
body .p-client-appointment-view-status_revert {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-status_revert {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-status_revert {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-status_revert {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-status_revert {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-status_revert {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-status_revert {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-status_revert {
  color: var(--versioncolor);
}
.p-client-appointment-view-status_revert {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-client-appointment-view-status_revert::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 1px dashed;
  content: ' ';
}
body .p-client-appointment-view-status_revert::after {
  border-color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-status_revert::after {
  border-color: var(--versioncolor);
}
body._health .p-client-appointment-view-status_revert::after {
  border-color: var(--versioncolor);
}
body._smile .p-client-appointment-view-status_revert::after {
  border-color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-status_revert::after {
  border-color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-status_revert::after {
  border-color: var(--versioncolor);
}
body._friend .p-client-appointment-view-status_revert::after {
  border-color: var(--versioncolor);
}
body._strength .p-client-appointment-view-status_revert::after {
  border-color: var(--versioncolor);
}
.p-client-appointment-view-status_revert:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  padding-top: 1px;
}
body .p-client-appointment-view-status_revert:active {
  color: var(--versioncolor3);
}
body._beauty .p-client-appointment-view-status_revert:active {
  color: var(--versioncolor3);
}
body._health .p-client-appointment-view-status_revert:active {
  color: var(--versioncolor3);
}
body._smile .p-client-appointment-view-status_revert:active {
  color: var(--versioncolor3);
}
body._happiness .p-client-appointment-view-status_revert:active {
  color: var(--versioncolor3);
}
body._velocity .p-client-appointment-view-status_revert:active {
  color: var(--versioncolor3);
}
body._friend .p-client-appointment-view-status_revert:active {
  color: var(--versioncolor3);
}
body._strength .p-client-appointment-view-status_revert:active {
  color: var(--versioncolor3);
}
.p-client-appointment-view-status_revert:active::before {
  margin-top: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-client-appointment-view-status_revert:active::after {
  margin-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-client-appointment-view-status_revert:active::after {
  border-color: var(--versioncolor3);
}
body._beauty .p-client-appointment-view-status_revert:active::after {
  border-color: var(--versioncolor3);
}
body._health .p-client-appointment-view-status_revert:active::after {
  border-color: var(--versioncolor3);
}
body._smile .p-client-appointment-view-status_revert:active::after {
  border-color: var(--versioncolor3);
}
body._happiness .p-client-appointment-view-status_revert:active::after {
  border-color: var(--versioncolor3);
}
body._velocity .p-client-appointment-view-status_revert:active::after {
  border-color: var(--versioncolor3);
}
body._friend .p-client-appointment-view-status_revert:active::after {
  border-color: var(--versioncolor3);
}
body._strength .p-client-appointment-view-status_revert:active::after {
  border-color: var(--versioncolor3);
}
.p-client-appointment-view-status_finish {
  -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;
  margin: 0 0 0 16px;
  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;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
}
body .p-client-appointment-view-status_finish {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-status_finish {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-status_finish {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-status_finish {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-status_finish {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-status_finish {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-status_finish {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-status_finish {
  color: var(--versioncolor);
}
.p-client-appointment-view-status_finish {
  -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;
}
.p-client-appointment-view-status_finish:hover {
  background: #fafafa;
}
.p-client-appointment-view-status_finish: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;
}
.p-client-appointment-view-status_finish._icon::before {
  content: '\e606';
  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;
  padding: 0 4px 0 0;
  font-size: 20px;
}
.p-client-appointment-view-client {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 12px 0 0;
  padding: 0 24px;
  font-size: 18px;
  line-height: 1;
}
.p-client-appointment-view-client_name {
  font-weight: 700;
}
.p-client-appointment-view-client_name::after {
  content: '\00a0';
}
.p-client-appointment-view-client_birthday {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 0 0 8px;
  font-size: 14px;
}
body .p-client-appointment-view-client_birthday {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-client_birthday {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-client_birthday {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-client_birthday {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-client_birthday {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-client_birthday {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-client_birthday {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-client_birthday {
  color: var(--versioncolor);
}
.p-client-appointment-view-client_birthday::before {
  content: '\e629';
  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;
}
.p-client-appointment-view-client_birthday._today {
  opacity: 1;
}
.p-client-appointment-view-subclient {
  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;
  margin: 12px 0 0;
  padding: 0 24px;
}
.p-client-appointment-view-subclient {
  -webkit-animation: calendar-record_fade-in 0.5s ease;
          animation: calendar-record_fade-in 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-client-appointment-view-subclient-info {
  position: relative;
  font-size: 14px;
  line-height: 1;
}
.p-client-appointment-view-subclient-info._icon {
  padding-left: 28px;
}
.p-client-appointment-view-subclient-info._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;
  margin: -1px 0 0;
  font-size: 20px;
  line-height: 2px;
}
body._happiness .p-client-appointment-view-subclient-info._icon::before {
  content: '\e608';
  font-family: 'clientix-icons';
}
body._velocity .p-client-appointment-view-subclient-info._icon::before {
  content: '\e61f';
  font-family: 'clientix-icons';
}
body._friend .p-client-appointment-view-subclient-info._icon::before {
  content: '\e620';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-subclient-info_inline {
  display: inline;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-client-appointment-view-subclient-info_name {
  vertical-align: middle;
}
.p-client-appointment-view-subclient-info_name {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-client-appointment-view-subclient-info_name::after {
  content: '\00a0';
}
body .p-client-appointment-view-subclient-info_inline:hover .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-subclient-info_inline:hover .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-subclient-info_inline:hover .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-subclient-info_inline:hover .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-subclient-info_inline:hover .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-subclient-info_inline:hover .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-subclient-info_inline:hover .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-subclient-info_inline:hover .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor);
}
.p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_name {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor3);
}
body._beauty .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor3);
}
body._health .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor3);
}
body._smile .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor3);
}
body._happiness .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor3);
}
body._velocity .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor3);
}
body._friend .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor3);
}
body._strength .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_name {
  color: var(--versioncolor3);
}
.p-client-appointment-view-subclient-info_birthday {
  opacity: 0.5;
  margin: 0 0 0 8px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
body .p-client-appointment-view-subclient-info_birthday {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-subclient-info_birthday {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-subclient-info_birthday {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-subclient-info_birthday {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-subclient-info_birthday {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-subclient-info_birthday {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-subclient-info_birthday {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-subclient-info_birthday {
  color: var(--versioncolor);
}
.p-client-appointment-view-subclient-info_birthday::before {
  content: '\e629';
  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;
}
.p-client-appointment-view-subclient-info_birthday._today {
  opacity: 1;
}
.p-client-appointment-view-subclient-info_edit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 15px;
  margin: 0 0 0 24px;
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
}
body .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor);
}
.p-client-appointment-view-subclient-info_edit {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-client-appointment-view-subclient-info_edit::before {
  content: '\e60f';
  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: 100%;
  width: 20px;
  margin: -1px 0 0 -20px;
  font-size: 20px;
  line-height: 2px;
  text-align: center;
}
.p-client-appointment-view-subclient-info_edit::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 1px dashed;
  content: ' ';
}
body .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
body._health .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
body._smile .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
body._friend .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
body._strength .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor);
}
.p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit {
  padding-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor3);
}
body._beauty .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor3);
}
body._health .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor3);
}
body._smile .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor3);
}
body._happiness .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor3);
}
body._velocity .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor3);
}
body._friend .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor3);
}
body._strength .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit {
  color: var(--versioncolor3);
}
.p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit::before {
  margin-top: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit::after {
  margin-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
body._beauty .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
body._health .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
body._smile .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
body._happiness .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
body._velocity .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
body._friend .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
body._strength .p-client-appointment-view-subclient-info_inline:active .p-client-appointment-view-subclient-info_edit::after {
  border-color: var(--versioncolor3);
}
.p-client-appointment-view-subclients {
  margin: 12px 12px 0 12px;
  padding: 12px;
  border-radius: 4px;
  background: #fafafa;
}
.p-client-appointment-view-subclients {
  -webkit-animation: calendar-record_fade-in 0.5s ease;
          animation: calendar-record_fade-in 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-client-appointment-view-subclients .element#submit .element_button {
  height: 32px;
  line-height: 30px;
}
body .p-client-appointment-view-subclients .element#submit .element_button {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-subclients .element#submit .element_button {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-subclients .element#submit .element_button {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-subclients .element#submit .element_button {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-subclients .element#submit .element_button {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-subclients .element#submit .element_button {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-subclients .element#submit .element_button {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-subclients .element#submit .element_button {
  color: var(--versioncolor);
}
.p-client-appointment-view-subclients .element#submit .element_button::before {
  content: '\e606';
  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;
  padding: 0 4px 0 0;
  font-size: 24px;
}
.p-client-appointment-view-subclients .element#cancel .element_button {
  height: 32px;
  line-height: 30px;
}
.p-client-appointment-view-subclients .element#cancel .element_button::before {
  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;
  padding: 0 4px 0 0;
  font-size: 24px;
}
.p-client-appointment-view-note {
  margin: 12px 0 0;
  padding: 0 24px;
}
.p-client-appointment-view-note_button {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 24px;
}
body .p-client-appointment-view-note_button {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-note_button {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-note_button {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-note_button {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-note_button {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-note_button {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-note_button {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-note_button {
  color: var(--versioncolor);
}
.p-client-appointment-view-note_button::after {
  content: '\e62d';
  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: 24px;
}
body .p-client-appointment-view-note_button:hover {
  color: var(--versioncolor3);
}
body._beauty .p-client-appointment-view-note_button:hover {
  color: var(--versioncolor3);
}
body._health .p-client-appointment-view-note_button:hover {
  color: var(--versioncolor3);
}
body._smile .p-client-appointment-view-note_button:hover {
  color: var(--versioncolor3);
}
body._happiness .p-client-appointment-view-note_button:hover {
  color: var(--versioncolor3);
}
body._velocity .p-client-appointment-view-note_button:hover {
  color: var(--versioncolor3);
}
body._friend .p-client-appointment-view-note_button:hover {
  color: var(--versioncolor3);
}
body._strength .p-client-appointment-view-note_button:hover {
  color: var(--versioncolor3);
}
body .p-client-appointment-view-note_button:active {
  color: var(--versioncolor4);
}
body._beauty .p-client-appointment-view-note_button:active {
  color: var(--versioncolor4);
}
body._health .p-client-appointment-view-note_button:active {
  color: var(--versioncolor4);
}
body._smile .p-client-appointment-view-note_button:active {
  color: var(--versioncolor4);
}
body._happiness .p-client-appointment-view-note_button:active {
  color: var(--versioncolor4);
}
body._velocity .p-client-appointment-view-note_button:active {
  color: var(--versioncolor4);
}
body._friend .p-client-appointment-view-note_button:active {
  color: var(--versioncolor4);
}
body._strength .p-client-appointment-view-note_button:active {
  color: var(--versioncolor4);
}
.p-client-appointment-view-note._dropdown .p-client-appointment-view-note_button::after {
  content: '\e62e';
  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;
}
.p-client-appointment-view-note_button._icon {
  position: relative;
  padding-left: 32px;
}
.p-client-appointment-view-note_button._icon::before {
  content: '\e60c';
  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;
  margin: -1px 0 0;
  font-size: 24px;
  line-height: 2px;
}
.p-client-appointment-view-note_show {
  display: inline-block;
  vertical-align: top;
}
.p-client-appointment-view-note._dropdown .p-client-appointment-view-note_show {
  display: none;
}
.p-client-appointment-view-note_hide {
  display: none;
}
.p-client-appointment-view-note._dropdown .p-client-appointment-view-note_hide {
  display: inline-block;
  vertical-align: top;
}
.p-client-appointment-view-note_dropdown {
  display: none;
  margin: 8px -8px 0 -8px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #fafafa;
  font-size: 12px;
}
.p-client-appointment-view-note._dropdown .p-client-appointment-view-note_dropdown {
  display: block;
}
.p-client-appointment-view-note._dropdown .p-client-appointment-view-note_dropdown {
  -webkit-animation: calendar-record_fade-in 0.5s ease;
          animation: calendar-record_fade-in 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-client-appointment-view-date-n-time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 12px 0 0;
  padding: 0 24px;
}
.p-client-appointment-view-date-n-time_title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 0 8px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.p-client-appointment-view-date-n-time_date {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 15px;
  line-height: 1;
}
.p-client-appointment-view-date-n-time_time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 16px;
  font-size: 15px;
  line-height: 1;
}
.p-client-appointment-view-date-n-time_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;
  margin: -16px 0 0 16px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 46px;
  padding: 0 24px 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;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
}
body .p-client-appointment-view-date-n-time_button {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-date-n-time_button {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-date-n-time_button {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-date-n-time_button {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-date-n-time_button {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-date-n-time_button {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-date-n-time_button {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-date-n-time_button {
  color: var(--versioncolor);
}
.p-client-appointment-view-date-n-time_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;
}
.p-client-appointment-view-date-n-time_button::before {
  content: '\e631';
  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;
  padding: 0 4px 0 0;
  font-size: 24px;
}
.p-client-appointment-view-date-n-time_button::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;
}
.p-client-appointment-view-date-n-time_button::after {
  -webkit-transition: top 0.2s ease;
          transition: top 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-client-appointment-view-date-n-time_button._record::before {
  content: '\e642';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-date-n-time_button:hover {
  background: #fafafa;
}
.p-client-appointment-view-date-n-time_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;
}
.p-client-appointment-view-date-n-time_button:active::after {
  top: 5px;
}
.p-client-appointment-view-executor {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 12px 0 0;
  padding: 0 24px;
}
.p-client-appointment-view-executor_title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: 1px;
  min-height: 1px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 0 8px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.p-client-appointment-view-executor_name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 16px;
  line-height: 1;
}
.p-client-appointment-view-executor_speciality {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 16px;
  font-size: 14px;
  line-height: 1;
  color: #b4babc;
}
.p-client-appointment-view-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  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: 16px 0 0;
  padding: 0 24px;
}
.p-client-appointment-view-title_text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 18px;
  font-weight: 700;
}
.p-client-appointment-view-title_button {
  -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;
  margin: 0 0 0 16px;
  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;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
}
.p-client-appointment-view-title_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;
}
.p-client-appointment-view-title_button:hover {
  background: #fafafa;
}
.p-client-appointment-view-title_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;
}
.p-client-appointment-view-title_button._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;
  padding: 0 4px 0 0;
  font-size: 20px;
}
body .p-client-appointment-view-title_button._add {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-title_button._add {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-title_button._add {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-title_button._add {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-title_button._add {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-title_button._add {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-title_button._add {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-title_button._add {
  color: var(--versioncolor);
}
.p-client-appointment-view-title_button._add::before {
  content: '\e60d';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-title_button._cancel {
  color: #3e3e3e;
}
.p-client-appointment-view-title_button._cancel::before {
  content: '\e60e';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-field {
  margin: 12px 0 0;
  padding: 0 24px;
}
.p-client-appointment-view-scroll {
  margin: 12px 0 0;
  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;
}
.p-client-appointment-view-scroll::before {
  position: absolute;
  z-index: 1;
  top: 1px;
  right: 0;
  left: 0;
  pointer-events: none;
  height: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top, #fff 0%, rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 100%);
  content: ' ';
}
.p-client-appointment-view-scroll::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  height: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #fff 100%);
  content: ' ';
}
.p-client-appointment-view-scroll_cr {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  border-top: 1px solid #f1f1f1;
  -webkit-overflow-scrolling: touch;
}
.p-client-appointment-view-autocomplete {
  position: relative;
  margin: 12px 0 0;
  padding: 0 24px;
}
.p-client-appointment-view-autocomplete._executor {
  padding: 0;
}
.p-client-appointment-view-autocomplete_title {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.p-client-appointment-view-autocomplete_item {
  padding: 12px 0;
}
.p-client-appointment-view-autocomplete_item + .p-client-appointment-view-autocomplete_item {
  border-top: 1px solid #f1f1f1;
}
.p-client-appointment-view-autocomplete-service {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-client-appointment-view-autocomplete-service_name {
  padding: 0 40px 0 0;
  font-size: 16px;
  color: var(--versioncolor);
}
.p-client-appointment-view-autocomplete-service_name {
  -webkit-transition: color 0.1s ease;
          transition: color 0.1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body .p-client-appointment-view-autocomplete-service:hover .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-autocomplete-service:hover .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-autocomplete-service:hover .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-autocomplete-service:hover .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-autocomplete-service:hover .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-autocomplete-service:hover .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-autocomplete-service:hover .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-autocomplete-service:hover .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor);
}
.p-client-appointment-view-autocomplete-service:active .p-client-appointment-view-autocomplete-service_name {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-client-appointment-view-autocomplete-service:active .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor3);
}
body._beauty .p-client-appointment-view-autocomplete-service:active .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor3);
}
body._health .p-client-appointment-view-autocomplete-service:active .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor3);
}
body._smile .p-client-appointment-view-autocomplete-service:active .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor3);
}
body._happiness .p-client-appointment-view-autocomplete-service:active .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor3);
}
body._velocity .p-client-appointment-view-autocomplete-service:active .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor3);
}
body._friend .p-client-appointment-view-autocomplete-service:active .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor3);
}
body._strength .p-client-appointment-view-autocomplete-service:active .p-client-appointment-view-autocomplete-service_name {
  color: var(--versioncolor3);
}
.p-client-appointment-view-autocomplete-service-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1;
  color: #b4babc;
}
.p-client-appointment-view-autocomplete-service-info_total {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  color: #3e3e3e;
  font-weight: 700;
}
.p-client-appointment-view-autocomplete-service-info_price {
  margin: 0 0 0 8px;
  text-decoration: line-through;
}
.p-client-appointment-view-autocomplete-service-info_discount {
  margin: 0 0 0 4px;
}
.p-client-appointment-view-autocomplete-service-info_duration {
  margin: 0 0 0 8px;
}
.p-client-appointment-view-autocomplete-service_popular {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -16px 0 0;
  padding: 18px 0 0;
  font-size: 13px;
  color: #ff6262;
}
.p-client-appointment-view-autocomplete-service_popular::before {
  content: '\e634';
  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: 0;
  right: 0;
  width: 32px;
  font-size: 18px;
  text-align: center;
}
.p-client-appointment-view-autocomplete-service_promoted {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #ffc600;
}
.p-client-appointment-view-autocomplete-service_promoted::before {
  content: '\e635';
  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: 32px;
  margin: -1px 0 0;
  font-size: 24px;
  line-height: 2px;
  text-align: center;
}
.p-client-appointment-view-autocomplete-service_popular + .p-client-appointment-view-autocomplete-service_promoted::before {
  margin-top: -6px;
  margin-right: 10px;
  font-size: 20px;
  text-shadow: 2px 0 #fff, 1px 0 #fff, -1px 0 #fff, -2px 0 #fff, -3px 0 #fff, -4px 0 #fff, -5px 0 #fff;
}
.p-client-appointment-view-autocomplete-executor {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-client-appointment-view-autocomplete-executor_name {
  padding: 0 40px 0 0;
  font-size: 16px;
  color: var(--versioncolor);
}
.p-client-appointment-view-autocomplete-executor_name {
  -webkit-transition: color 0.1s ease;
          transition: color 0.1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body .p-client-appointment-view-autocomplete-executor:hover .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-autocomplete-executor:hover .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-autocomplete-executor:hover .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-autocomplete-executor:hover .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-autocomplete-executor:hover .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-autocomplete-executor:hover .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-autocomplete-executor:hover .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-autocomplete-executor:hover .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor);
}
.p-client-appointment-view-autocomplete-executor:active .p-client-appointment-view-autocomplete-executor_name {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-client-appointment-view-autocomplete-executor:active .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor3);
}
body._beauty .p-client-appointment-view-autocomplete-executor:active .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor3);
}
body._health .p-client-appointment-view-autocomplete-executor:active .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor3);
}
body._smile .p-client-appointment-view-autocomplete-executor:active .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor3);
}
body._happiness .p-client-appointment-view-autocomplete-executor:active .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor3);
}
body._velocity .p-client-appointment-view-autocomplete-executor:active .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor3);
}
body._friend .p-client-appointment-view-autocomplete-executor:active .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor3);
}
body._strength .p-client-appointment-view-autocomplete-executor:active .p-client-appointment-view-autocomplete-executor_name {
  color: var(--versioncolor3);
}
.p-client-appointment-view-autocomplete-executor_speciality {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1;
  color: #b4babc;
}
.p-client-appointment-view-autocomplete-executor_popular {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -16px 0 0;
  padding: 18px 0 0;
  font-size: 13px;
  color: #ff6262;
}
.p-client-appointment-view-autocomplete-executor_popular::before {
  content: '\e634';
  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: 0;
  right: 0;
  width: 32px;
  font-size: 18px;
  text-align: center;
}
.p-client-appointment-view-list {
  margin: 12px 0 0;
  padding: 0 24px;
}
.p-client-appointment-view-list_item + .p-client-appointment-view-list_item {
  margin: 16px 0 0;
}
.p-client-appointment-view-service {
  position: relative;
}
.p-client-appointment-view-service-title {
  font-size: 16px;
  line-height: 1;
}
.p-client-appointment-view-service-title_inline {
  display: inline;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-client-appointment-view-service-title_inline._edit {
  cursor: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.p-client-appointment-view-service-title_number {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  font-weight: 700;
}
.p-client-appointment-view-service-title_name {
  font-weight: 700;
}
.p-client-appointment-view-service-title_name {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body .p-client-appointment-view-service-title_inline:not(._edit):hover .p-client-appointment-view-service-title_name {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-service-title_inline:not(._edit):hover .p-client-appointment-view-service-title_name {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-service-title_inline:not(._edit):hover .p-client-appointment-view-service-title_name {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-service-title_inline:not(._edit):hover .p-client-appointment-view-service-title_name {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-service-title_inline:not(._edit):hover .p-client-appointment-view-service-title_name {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-service-title_inline:not(._edit):hover .p-client-appointment-view-service-title_name {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-service-title_inline:not(._edit):hover .p-client-appointment-view-service-title_name {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-service-title_inline:not(._edit):hover .p-client-appointment-view-service-title_name {
  color: var(--versioncolor);
}
.p-client-appointment-view-service-title_inline:not(._edit):active .p-client-appointment-view-service-title_name {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-client-appointment-view-service-title_inline:not(._edit):active .p-client-appointment-view-service-title_name {
  color: var(--versioncolor3);
}
body._beauty .p-client-appointment-view-service-title_inline:not(._edit):active .p-client-appointment-view-service-title_name {
  color: var(--versioncolor3);
}
body._health .p-client-appointment-view-service-title_inline:not(._edit):active .p-client-appointment-view-service-title_name {
  color: var(--versioncolor3);
}
body._smile .p-client-appointment-view-service-title_inline:not(._edit):active .p-client-appointment-view-service-title_name {
  color: var(--versioncolor3);
}
body._happiness .p-client-appointment-view-service-title_inline:not(._edit):active .p-client-appointment-view-service-title_name {
  color: var(--versioncolor3);
}
body._velocity .p-client-appointment-view-service-title_inline:not(._edit):active .p-client-appointment-view-service-title_name {
  color: var(--versioncolor3);
}
body._friend .p-client-appointment-view-service-title_inline:not(._edit):active .p-client-appointment-view-service-title_name {
  color: var(--versioncolor3);
}
body._strength .p-client-appointment-view-service-title_inline:not(._edit):active .p-client-appointment-view-service-title_name {
  color: var(--versioncolor3);
}
.p-client-appointment-view-service-title_edit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 15px;
  margin: 0 0 0 24px;
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
}
body .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor);
}
.p-client-appointment-view-service-title_edit {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-client-appointment-view-service-title_edit::before {
  content: '\e60f';
  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: 100%;
  width: 20px;
  margin: -1px 0 0 -20px;
  font-size: 20px;
  line-height: 2px;
  text-align: center;
}
.p-client-appointment-view-service-title_edit::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 1px dashed;
  content: ' ';
}
body .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor);
}
body._health .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor);
}
body._smile .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor);
}
body._friend .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor);
}
body._strength .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor);
}
.p-client-appointment-view-service-title_inline._edit .p-client-appointment-view-service-title_edit {
  display: none;
}
.p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  padding-top: 1px;
}
body .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor3);
}
body._beauty .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor3);
}
body._health .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor3);
}
body._smile .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor3);
}
body._happiness .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor3);
}
body._velocity .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor3);
}
body._friend .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor3);
}
body._strength .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit {
  color: var(--versioncolor3);
}
.p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit::before {
  margin-top: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit::after {
  margin-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor3);
}
body._beauty .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor3);
}
body._health .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor3);
}
body._smile .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor3);
}
body._happiness .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor3);
}
body._velocity .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor3);
}
body._friend .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor3);
}
body._strength .p-client-appointment-view-service-title_inline:active .p-client-appointment-view-service-title_edit::after {
  border-color: var(--versioncolor3);
}
.p-client-appointment-view-service_remove {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 32px;
  height: 32px;
}
.p-client-appointment-view-service_remove::before {
  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;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -1px 0 0;
  font-size: 24px;
  line-height: 2px;
  color: #b4babc;
  text-align: center;
}
.p-client-appointment-view-view {
  padding: 0 0 0 24px;
}
.p-client-appointment-view-view-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1;
  color: #b4babc;
}
.p-client-appointment-view-view-info_total {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  color: #3e3e3e;
  font-weight: 700;
}
.p-client-appointment-view-view-info_price {
  margin: 0 0 0 8px;
  text-decoration: line-through;
}
.p-client-appointment-view-view-info_discount {
  margin: 0 0 0 4px;
}
.p-client-appointment-view-view-info_duration {
  margin: 0 0 0 8px;
}
.p-client-appointment-view-view-executor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0 0;
}
.p-client-appointment-view-view-executor_title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 14px;
  color: #b4babc;
}
.p-client-appointment-view-view-executor_name {
  margin: 0 0 0 8px;
  font-size: 14px;
}
.p-client-appointment-view-add {
  margin: 16px 0 0;
  padding: 0 24px;
}
.p-client-appointment-view-add_cr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0 0;
}
.p-client-appointment-view-add_title {
  font-size: 14px;
  line-height: 20px;
}
.p-client-appointment-view-add_field {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-client-appointment-view-add_unit + .p-client-appointment-view-add_field {
  margin: 0 0 0 8px;
}
.p-client-appointment-view-add_unit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 15px;
  color: #b4babc;
}
.p-client-appointment-view-add_field + .p-client-appointment-view-add_unit {
  margin: 0 0 0 4px;
}
.p-client-appointment-view-add-price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-client-appointment-view-add-price_cr {
  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;
}
.p-client-appointment-view-add-duration {
  margin: 0 0 0 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-client-appointment-view-add-duration_cr {
  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;
}
.p-client-appointment-view-add-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1;
}
.p-client-appointment-view-add-info_discount {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  color: #b4babc;
}
.p-client-appointment-view-add-info_total {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 4px;
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 700;
}
.p-client-appointment-view-add .element-cr {
  margin: 16px 0 0;
}
.p-client-appointment-view-add .element#cost {
  width: 80px;
}
.p-client-appointment-view-add .element#duration_hour {
  width: 68px;
}
.p-client-appointment-view-add .element#duration_min {
  width: 68px;
}
.p-client-appointment-view-add .element#submit .element_button {
  height: 32px;
  line-height: 30px;
}
body .p-client-appointment-view-add .element#submit .element_button {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-add .element#submit .element_button {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-add .element#submit .element_button {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-add .element#submit .element_button {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-add .element#submit .element_button {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-add .element#submit .element_button {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-add .element#submit .element_button {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-add .element#submit .element_button {
  color: var(--versioncolor);
}
.p-client-appointment-view-add .element#submit .element_button::before {
  content: '\e606';
  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;
  padding: 0 4px 0 0;
  font-size: 24px;
}
.p-client-appointment-view-add .element#cancel .element_button {
  height: 32px;
  line-height: 30px;
}
.p-client-appointment-view-add .element#cancel .element_button::before {
  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;
  padding: 0 4px 0 0;
  font-size: 24px;
}
.p-client-appointment-view-add .element.jsExecutorField .element_cr::after {
  display: none;
}
.p-client-appointment-view-add .element .split-words {
  margin-top: -8px;
}
.p-client-appointment-view-edit {
  margin: 16px 0 0;
}
.p-client-appointment-view-edit_cr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-client-appointment-view-edit_title {
  font-size: 14px;
  line-height: 20px;
}
.p-client-appointment-view-edit_field {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-client-appointment-view-edit_unit + .p-client-appointment-view-edit_field {
  margin: 0 0 0 8px;
}
.p-client-appointment-view-edit_unit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  font-size: 15px;
  color: #b4babc;
}
.p-client-appointment-view-edit_field + .p-client-appointment-view-edit_unit {
  margin: 0 0 0 4px;
}
.p-client-appointment-view-edit-price {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-client-appointment-view-edit-price_cr {
  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;
}
.p-client-appointment-view-edit-duration {
  margin: 0 0 0 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-client-appointment-view-edit-duration_cr {
  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;
}
.p-client-appointment-view-edit-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1;
}
.p-client-appointment-view-edit-info_discount {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  color: #b4babc;
}
.p-client-appointment-view-edit-info_total {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 0 4px;
  font-size: 16px;
  color: #3e3e3e;
  font-weight: 700;
}
.p-client-appointment-view-edit-executor {
  margin: 12px 0 0;
}
.p-client-appointment-view-edit-executor-title {
  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;
}
.p-client-appointment-view-edit-executor-title_text {
  font-size: 14px;
}
.p-client-appointment-view-edit-executor-title_button {
  position: relative;
  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: 15px;
  font-size: 13px;
  line-height: 15px;
  vertical-align: middle;
}
body .p-client-appointment-view-edit-executor-title_button {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-edit-executor-title_button {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-edit-executor-title_button {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-edit-executor-title_button {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-edit-executor-title_button {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-edit-executor-title_button {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-edit-executor-title_button {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-edit-executor-title_button {
  color: var(--versioncolor);
}
.p-client-appointment-view-edit-executor-title_button {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-client-appointment-view-edit-executor-title_button::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 1px dashed;
  content: ' ';
}
body .p-client-appointment-view-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
body._health .p-client-appointment-view-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
body._smile .p-client-appointment-view-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
body._friend .p-client-appointment-view-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
body._strength .p-client-appointment-view-edit-executor-title_button::after {
  border-color: var(--versioncolor);
}
.p-client-appointment-view-edit-executor-title_button:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  padding-top: 1px;
}
body .p-client-appointment-view-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
body._beauty .p-client-appointment-view-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
body._health .p-client-appointment-view-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
body._smile .p-client-appointment-view-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
body._happiness .p-client-appointment-view-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
body._velocity .p-client-appointment-view-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
body._friend .p-client-appointment-view-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
body._strength .p-client-appointment-view-edit-executor-title_button:active {
  color: var(--versioncolor3);
}
.p-client-appointment-view-edit-executor-title_button:active::before {
  margin-top: 0;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-client-appointment-view-edit-executor-title_button:active::after {
  margin-top: 1px;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-client-appointment-view-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._beauty .p-client-appointment-view-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._health .p-client-appointment-view-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._smile .p-client-appointment-view-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._happiness .p-client-appointment-view-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._velocity .p-client-appointment-view-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._friend .p-client-appointment-view-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
body._strength .p-client-appointment-view-edit-executor-title_button:active::after {
  border-color: var(--versioncolor3);
}
.p-client-appointment-view-edit-executor-title_button._icon {
  margin-left: 24px;
}
.p-client-appointment-view-edit-executor-title_button._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%;
  right: 100%;
  width: 20px;
  margin: -1px 0 0 -20px;
  font-size: 20px;
  line-height: 2px;
  text-align: center;
}
.p-client-appointment-view-edit-executor-title_button._icon_add::before {
  content: '\e60d';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-edit-executor-title_button._icon_cancel::before {
  content: '\e60e';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-edit-executor-title_button._icon:active::before {
  margin-top: 0;
}
.p-client-appointment-view-edit-executor-field {
  margin: 12px 0 0;
}
.p-client-appointment-view-edit .element-cr {
  margin: 16px 0 0;
}
.p-client-appointment-view-edit .element#cost {
  width: 80px;
}
.p-client-appointment-view-edit .element#duration_hour {
  width: 68px;
}
.p-client-appointment-view-edit .element#duration_min {
  width: 68px;
}
.p-client-appointment-view-edit .element#submit .element_button {
  height: 32px;
  line-height: 30px;
}
body .p-client-appointment-view-edit .element#submit .element_button {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-edit .element#submit .element_button {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-edit .element#submit .element_button {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-edit .element#submit .element_button {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-edit .element#submit .element_button {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-edit .element#submit .element_button {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-edit .element#submit .element_button {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-edit .element#submit .element_button {
  color: var(--versioncolor);
}
.p-client-appointment-view-edit .element#submit .element_button::before {
  content: '\e606';
  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;
  padding: 0 4px 0 0;
  font-size: 24px;
}
.p-client-appointment-view-edit .element#cancel .element_button {
  height: 32px;
  line-height: 30px;
}
.p-client-appointment-view-edit .element#cancel .element_button::before {
  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;
  padding: 0 4px 0 0;
  font-size: 24px;
}
.p-client-appointment-view-edit .element.jsExecutorField .element_cr::after {
  display: none;
}
.p-client-appointment-view-edit .element .split-words {
  margin-top: -8px;
}
.p-client-appointment-view-results {
  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: 24px;
  padding: 8px 0 0;
  border-top: 1px solid #f1f1f1;
  font-size: 18px;
}
.p-client-appointment-view-results_title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
}
.p-client-appointment-view-results_total {
  margin: 0 0 0 8px;
  font-weight: 700;
}
.p-client-appointment-view-results_price {
  margin: 0 0 0 16px;
  font-size: 16px;
  color: #b4babc;
  text-decoration: line-through;
}
.p-client-appointment-view-tabs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin: 0 0 24px 24px;
}
.p-client-appointment-view-tabs_item {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  color: var(--versioncolor);
  font-weight: 700;
}
.p-client-appointment-view-tabs_item {
  -webkit-transition: color 0.1s ease-in-out, background 0.2s ease;
          transition: color 0.1s ease-in-out, background 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-client-appointment-view-tabs_item::after {
  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;
  position: absolute;
  top: 50%;
  right: 24px;
  margin: -1px 0 0;
  font-size: 24px;
  line-height: 2px;
  color: #d9d9d9;
}
.p-client-appointment-view-tabs_item::after {
  -webkit-transition: color 0.1s ease-in-out, opacity 0.5s ease;
          transition: color 0.1s ease-in-out, opacity 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body .p-client-appointment-view-tabs_item:hover {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-tabs_item:hover {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-tabs_item:hover {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-tabs_item:hover {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-tabs_item:hover {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-tabs_item:hover {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-tabs_item:hover {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-tabs_item:hover {
  color: var(--versioncolor);
}
body .p-client-appointment-view-tabs_item:hover::after {
  color: var(--versioncolor);
}
body._beauty .p-client-appointment-view-tabs_item:hover::after {
  color: var(--versioncolor);
}
body._health .p-client-appointment-view-tabs_item:hover::after {
  color: var(--versioncolor);
}
body._smile .p-client-appointment-view-tabs_item:hover::after {
  color: var(--versioncolor);
}
body._happiness .p-client-appointment-view-tabs_item:hover::after {
  color: var(--versioncolor);
}
body._velocity .p-client-appointment-view-tabs_item:hover::after {
  color: var(--versioncolor);
}
body._friend .p-client-appointment-view-tabs_item:hover::after {
  color: var(--versioncolor);
}
body._strength .p-client-appointment-view-tabs_item:hover::after {
  color: var(--versioncolor);
}
.p-client-appointment-view-tabs_item:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-client-appointment-view-tabs_item:active {
  color: var(--versioncolor3);
}
body._beauty .p-client-appointment-view-tabs_item:active {
  color: var(--versioncolor3);
}
body._health .p-client-appointment-view-tabs_item:active {
  color: var(--versioncolor3);
}
body._smile .p-client-appointment-view-tabs_item:active {
  color: var(--versioncolor3);
}
body._happiness .p-client-appointment-view-tabs_item:active {
  color: var(--versioncolor3);
}
body._velocity .p-client-appointment-view-tabs_item:active {
  color: var(--versioncolor3);
}
body._friend .p-client-appointment-view-tabs_item:active {
  color: var(--versioncolor3);
}
body._strength .p-client-appointment-view-tabs_item:active {
  color: var(--versioncolor3);
}
.p-client-appointment-view-tabs_item:first-child {
  -webkit-box-shadow: -2px 0 1px -1px transparent, 0 2px 1px -1px transparent, 0 -2px 1px -1px #d8dbdc;
          box-shadow: -2px 0 1px -1px transparent, 0 2px 1px -1px transparent, 0 -2px 1px -1px #d8dbdc;
}
.p-client-appointment-view-tabs_item:last-child {
  -webkit-box-shadow: -2px 0 1px -1px transparent, 0 2px 1px -1px #d8dbdc, 0 -2px 1px -1px transparent;
          box-shadow: -2px 0 1px -1px transparent, 0 2px 1px -1px #d8dbdc, 0 -2px 1px -1px transparent;
}
.p-client-appointment-view-tabs_item + .p-client-appointment-view-tabs_item {
  margin: 1px 0 0;
  -webkit-box-shadow: -2px 0 1px -1px transparent, 0 2px 1px -1px transparent, 0 -2px 1px -1px #d8dbdc;
          box-shadow: -2px 0 1px -1px transparent, 0 2px 1px -1px transparent, 0 -2px 1px -1px #d8dbdc;
}
.p-client-appointment-view-tabs_item + .p-client-appointment-view-tabs_item:last-child {
  margin: 1px 0 0;
  -webkit-box-shadow: -2px 0 1px -1px transparent, 0 2px 1px -1px #d8dbdc, 0 -2px 1px -1px #d8dbdc;
          box-shadow: -2px 0 1px -1px transparent, 0 2px 1px -1px #d8dbdc, 0 -2px 1px -1px #d8dbdc;
}
body._penta .p-client-appointment-view-tabs_item._active {
  display: block;
  margin-left: -8px;
  border-radius: 4px 0 0 4px;
  background: #fff;
  -webkit-box-shadow: -2px 0 1px -1px #cdd2d2, 0 2px 1px -1px #cdd2d2, 0 -2px 1px -1px #cdd2d2;
          box-shadow: -2px 0 1px -1px #cdd2d2, 0 2px 1px -1px #cdd2d2, 0 -2px 1px -1px #cdd2d2;
}
.p-client-appointment-view-tabs_item._icon {
  padding-left: 32px;
}
.p-client-appointment-view-tabs_item._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;
  margin: -1px 0 0;
  font-size: 24px;
  line-height: 2px;
}
body._penta .p-client-appointment-view-tabs_item._icon._active {
  padding-left: 40px;
}
body._penta .p-client-appointment-view-tabs_item._icon._active::before {
  left: 8px;
}
.p-client-appointment-view-tabs_item._icon_documents::before {
  content: '\e62c';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-tabs_item._icon_log::before {
  content: '\e645';
  font-family: 'clientix-icons';
}
.p-client-appointment-view-tabs_item._icon_payment::before {
  content: '\e670';
  font-family: 'clientix-icons';
}
body._penta .p-client-appointment-view-tabs_item::after {
  opacity: 0;
}
@-webkit-keyframes calendar-appointment_fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes calendar-appointment_fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
