.p-service-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
}
.p-service-list_table {
  position: relative;
  display: table;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 24px 8px 12px;
  table-layout: fixed;
  border-spacing: 0 1px;
}
.p-service-list_table {
  -webkit-transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body._duo .p-service-list_table {
  -webkit-transform: translate3D(0, -54px, 0);
      -ms-transform: translate3D(0, -54px, 0);
          transform: translate3D(0, -54px, 0);
}
body._ani-to-duo .p-service-list_table {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body._ani-from-duo .p-service-list_table {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-service-list_head {
  position: relative;
  display: table-row;
}
.p-service-list_row {
  display: table-row;
}
.p-service-list_row._hidden {
  display: none;
}
.p-service-list_cell {
  position: relative;
  display: table-cell;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 54px;
  padding: 24px 8px 24px 12px;
  font-size: 0;
}
.p-service-list_cell {
  -webkit-transition: -webkit-box-shadow 0.1s ease, background 0.1s ease;
          transition: box-shadow 0.1s ease, background 0.1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-service-list_head .p-service-list_cell {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: middle;
}
.p-service-list_head + .p-service-list_row .p-service-list_cell,
.p-service-list_row._new + .p-service-list_row .p-service-list_cell {
  -webkit-box-shadow: 0 1px transparent, 0 -1px #b4b4b4;
          box-shadow: 0 1px transparent, 0 -1px #b4b4b4;
}
.p-service-list_row + .p-service-list_row .p-service-list_cell {
  -webkit-box-shadow: 0 1px transparent, 0 -1px #f2f2f2;
          box-shadow: 0 1px transparent, 0 -1px #f2f2f2;
}
.p-service-list_row + .p-service-list_row:last-child .p-service-list_cell {
  -webkit-box-shadow: 0 1px #f2f2f2, 0 -1px #f2f2f2;
          box-shadow: 0 1px #f2f2f2, 0 -1px #f2f2f2;
}
.p-service-list_cell._first {
  width: 348px;
  padding-left: 12px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-service-list_cell._first::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 12px;
  -webkit-box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px transparent, 1px 0 #f2f2f2;
          box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px transparent, 1px 0 #f2f2f2;
  content: ' ';
}
.p-service-list_cell._first::before {
  -webkit-transition: -webkit-box-shadow 0.1s ease, left 0s 0.1s;
          transition: box-shadow 0.1s ease, left 0s 0.1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-service-list_row .p-service-list_cell._first {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: -2px;
  vertical-align: middle;
}
.p-service-list_row .p-service-list_cell._first._chevron {
  padding-right: 40px;
}
.p-service-list_row .p-service-list_cell._first._chevron::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: 0;
  width: 40px;
  margin: -1px 0 0;
  font-size: 24px;
  line-height: 2px;
  color: #d8d8d8;
  text-align: center;
}
.p-service-list_row .p-service-list_cell._first._chevron::after {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body._duo .p-service-list_row .p-service-list_cell._first._chevron::after {
  display: none;
}
.p-service-list_row .p-service-list_cell._first._chevron:hover::after {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
body .p-service-list_row .p-service-list_cell._first._chevron:hover::after {
  color: var(--versioncolor);
}
body._beauty .p-service-list_row .p-service-list_cell._first._chevron:hover::after {
  color: var(--versioncolor);
}
body._health .p-service-list_row .p-service-list_cell._first._chevron:hover::after {
  color: var(--versioncolor);
}
body._smile .p-service-list_row .p-service-list_cell._first._chevron:hover::after {
  color: var(--versioncolor);
}
body._happiness .p-service-list_row .p-service-list_cell._first._chevron:hover::after {
  color: var(--versioncolor);
}
body._velocity .p-service-list_row .p-service-list_cell._first._chevron:hover::after {
  color: var(--versioncolor);
}
body._friend .p-service-list_row .p-service-list_cell._first._chevron:hover::after {
  color: var(--versioncolor);
}
body._strength .p-service-list_row .p-service-list_cell._first._chevron:hover::after {
  color: var(--versioncolor);
}
.p-service-list_row .p-service-list_cell._first._chevron:active::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-service-list_row .p-service-list_cell._first._chevron:active::after {
  color: var(--versioncolor3);
}
body._beauty .p-service-list_row .p-service-list_cell._first._chevron:active::after {
  color: var(--versioncolor3);
}
body._health .p-service-list_row .p-service-list_cell._first._chevron:active::after {
  color: var(--versioncolor3);
}
body._smile .p-service-list_row .p-service-list_cell._first._chevron:active::after {
  color: var(--versioncolor3);
}
body._happiness .p-service-list_row .p-service-list_cell._first._chevron:active::after {
  color: var(--versioncolor3);
}
body._velocity .p-service-list_row .p-service-list_cell._first._chevron:active::after {
  color: var(--versioncolor3);
}
body._friend .p-service-list_row .p-service-list_cell._first._chevron:active::after {
  color: var(--versioncolor3);
}
body._strength .p-service-list_row .p-service-list_cell._first._chevron:active::after {
  color: var(--versioncolor3);
}
.p-service-list_head + .p-service-list_row .p-service-list_cell._first,
.p-service-list_row._new + .p-service-list_row .p-service-list_cell._first {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body:not(._duo):not(.trio) .p-service-list_head + .p-service-list_row .p-service-list_cell._first::before,
body:not(._duo):not(.trio) .p-service-list_row._new + .p-service-list_row .p-service-list_cell._first::before {
  -webkit-box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px #b4b4b4, 1px 0 #f2f2f2;
          box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px #b4b4b4, 1px 0 #f2f2f2;
}
.p-service-list_row + .p-service-list_row .p-service-list_cell._first {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-service-list_row + .p-service-list_row .p-service-list_cell._first::before {
  -webkit-box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px #f2f2f2, 1px 0 #f2f2f2;
          box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px #f2f2f2, 1px 0 #f2f2f2;
}
.p-service-list_row + .p-service-list_row:last-child .p-service-list_cell._first {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-service-list_row + .p-service-list_row:last-child .p-service-list_cell._first::before {
  -webkit-box-shadow: -1px 0 transparent, 0 1px #f2f2f2, 0 -1px #f2f2f2, 1px 0 #f2f2f2;
          box-shadow: -1px 0 transparent, 0 1px #f2f2f2, 0 -1px #f2f2f2, 1px 0 #f2f2f2;
}
.p-service-list_row._active .p-service-list_cell._first {
  border-radius: 4px 0 0 4px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .p-service-list_row._active .p-service-list_cell._first {
  color: var(--versioncolor);
}
body._beauty .p-service-list_row._active .p-service-list_cell._first {
  color: var(--versioncolor);
}
body._health .p-service-list_row._active .p-service-list_cell._first {
  color: var(--versioncolor);
}
body._smile .p-service-list_row._active .p-service-list_cell._first {
  color: var(--versioncolor);
}
body._happiness .p-service-list_row._active .p-service-list_cell._first {
  color: var(--versioncolor);
}
body._velocity .p-service-list_row._active .p-service-list_cell._first {
  color: var(--versioncolor);
}
body._friend .p-service-list_row._active .p-service-list_cell._first {
  color: var(--versioncolor);
}
body._strength .p-service-list_row._active .p-service-list_cell._first {
  color: var(--versioncolor);
}
.p-service-list_row._active .p-service-list_cell._first::before {
  left: 0;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: -1px 0 #d8d8d8, 0 1px #d8d8d8, 0 -1px #d8d8d8, 1px 0 transparent !important;
          box-shadow: -1px 0 #d8d8d8, 0 1px #d8d8d8, 0 -1px #d8d8d8, 1px 0 transparent !important;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-service-list_row._active + .p-service-list_row .p-service-list_cell._first {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-service-list_row._active + .p-service-list_row .p-service-list_cell._first::before {
  -webkit-box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px transparent, 1px 0 #f2f2f2;
          box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px transparent, 1px 0 #f2f2f2;
}
.p-service-list_label {
  position: absolute;
  top: 2px;
  left: 2px;
  padding: 0 6px 2px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  color: #b4b4b4;
  font-weight: 600;
}
.p-service-list_ct {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.p-service-list_text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  max-width: 100%;
}
.p-service-list_text {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-service-list_head .p-service-list_text {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 700;
  text-transform: uppercase;
}
.p-service-list_row .p-service-list_text {
  font-size: 14px;
  line-height: 16px;
  color: #3e3e3e;
}
.p-service-list_row .p-service-list_cell._first .p-service-list_text {
  font-size: 16px;
  line-height: 20px;
  /*color: var(--versioncolor);*/
  color: #0099d1;
  font-weight: 600;
}
.p-service-list_row .p-service-list_cell._first:hover .p-service-list_text {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
body .p-service-list_row .p-service-list_cell._first:hover .p-service-list_text {
  color: var(--versioncolor);
}
body._beauty .p-service-list_row .p-service-list_cell._first:hover .p-service-list_text {
  color: var(--versioncolor);
}
body._health .p-service-list_row .p-service-list_cell._first:hover .p-service-list_text {
  color: var(--versioncolor);
}
body._smile .p-service-list_row .p-service-list_cell._first:hover .p-service-list_text {
  color: var(--versioncolor);
}
body._happiness .p-service-list_row .p-service-list_cell._first:hover .p-service-list_text {
  color: var(--versioncolor);
}
body._velocity .p-service-list_row .p-service-list_cell._first:hover .p-service-list_text {
  color: var(--versioncolor);
}
body._friend .p-service-list_row .p-service-list_cell._first:hover .p-service-list_text {
  color: var(--versioncolor);
}
body._strength .p-service-list_row .p-service-list_cell._first:hover .p-service-list_text {
  color: var(--versioncolor);
}
.p-service-list_row .p-service-list_cell._first:active .p-service-list_text {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-service-list_row .p-service-list_cell._first:active .p-service-list_text {
  color: var(--versioncolor3);
}
body._beauty .p-service-list_row .p-service-list_cell._first:active .p-service-list_text {
  color: var(--versioncolor3);
}
body._health .p-service-list_row .p-service-list_cell._first:active .p-service-list_text {
  color: var(--versioncolor3);
}
body._smile .p-service-list_row .p-service-list_cell._first:active .p-service-list_text {
  color: var(--versioncolor3);
}
body._happiness .p-service-list_row .p-service-list_cell._first:active .p-service-list_text {
  color: var(--versioncolor3);
}
body._velocity .p-service-list_row .p-service-list_cell._first:active .p-service-list_text {
  color: var(--versioncolor3);
}
body._friend .p-service-list_row .p-service-list_cell._first:active .p-service-list_text {
  color: var(--versioncolor3);
}
body._strength .p-service-list_row .p-service-list_cell._first:active .p-service-list_text {
  color: var(--versioncolor3);
}
body .p-service-list_row._new .p-service-list_cell._first .p-service-list_text {
  color: var(--versioncolor);
}
body._beauty .p-service-list_row._new .p-service-list_cell._first .p-service-list_text {
  color: var(--versioncolor);
}
body._health .p-service-list_row._new .p-service-list_cell._first .p-service-list_text {
  color: var(--versioncolor);
}
body._smile .p-service-list_row._new .p-service-list_cell._first .p-service-list_text {
  color: var(--versioncolor);
}
body._happiness .p-service-list_row._new .p-service-list_cell._first .p-service-list_text {
  color: var(--versioncolor);
}
body._velocity .p-service-list_row._new .p-service-list_cell._first .p-service-list_text {
  color: var(--versioncolor);
}
body._friend .p-service-list_row._new .p-service-list_cell._first .p-service-list_text {
  color: var(--versioncolor);
}
body._strength .p-service-list_row._new .p-service-list_cell._first .p-service-list_text {
  color: var(--versioncolor);
}
.p-service-list_row._new .p-service-list_cell._first .p-service-list_text::before {
  content: '\e60d';
  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-service-list_cell._star .p-service-list_text {
  padding-left: 32px;
}
.p-service-list_cell._star .p-service-list_text::before {
  content: '\e652';
  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 .p-service-list_row .p-service-list_cell._star .p-service-list_text::before {
  color: var(--versioncolor);
}
body._beauty .p-service-list_row .p-service-list_cell._star .p-service-list_text::before {
  color: var(--versioncolor);
}
body._health .p-service-list_row .p-service-list_cell._star .p-service-list_text::before {
  color: var(--versioncolor);
}
body._smile .p-service-list_row .p-service-list_cell._star .p-service-list_text::before {
  color: var(--versioncolor);
}
body._happiness .p-service-list_row .p-service-list_cell._star .p-service-list_text::before {
  color: var(--versioncolor);
}
body._velocity .p-service-list_row .p-service-list_cell._star .p-service-list_text::before {
  color: var(--versioncolor);
}
body._friend .p-service-list_row .p-service-list_cell._star .p-service-list_text::before {
  color: var(--versioncolor);
}
body._strength .p-service-list_row .p-service-list_cell._star .p-service-list_text::before {
  color: var(--versioncolor);
}
.p-service-list_cell._promote .p-service-list_text::before {
  content: '\e653';
  font-family: 'clientix-icons';
}
.p-service-list_cell._promoted .p-service-list_text::before {
  content: '\e654';
  font-family: 'clientix-icons';
}
.p-service-list_cell._icon_supply .p-service-list_text::before {
  padding: 0 8px 0 0;
  font-size: 20px;
  font-weight: 400;
  vertical-align: bottom;
  content: '\e601';
  font-family: 'materials';
}
.p-service-list_cell._icon_sale .p-service-list_text::before {
  padding: 0 8px 0 0;
  font-size: 20px;
  font-weight: 400;
  vertical-align: bottom;
  content: '\e602';
  font-family: 'materials';
}
.p-service-list_cell._icon_remains .p-service-list_text::before {
  padding: 0 8px 0 0;
  font-size: 20px;
  font-weight: 400;
  vertical-align: bottom;
  content: '\e604';
  font-family: 'materials';
}
.p-service-list_cell._sort .p-service-list_text {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-service-list_cell._sort .p-service-list_text::after {
  content: '\e625';
  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: 100%;
  width: 32px;
  margin: -1px 0 0;
  font-size: 24px;
  line-height: 2px;
  color: #d8d8d8;
  text-align: center;
}
.p-service-list_cell._sort .p-service-list_text::after {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-service-list_cell._sort .p-service-list_text:hover::after {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
body .p-service-list_cell._sort .p-service-list_text:hover::after {
  color: var(--versioncolor);
}
body._beauty .p-service-list_cell._sort .p-service-list_text:hover::after {
  color: var(--versioncolor);
}
body._health .p-service-list_cell._sort .p-service-list_text:hover::after {
  color: var(--versioncolor);
}
body._smile .p-service-list_cell._sort .p-service-list_text:hover::after {
  color: var(--versioncolor);
}
body._happiness .p-service-list_cell._sort .p-service-list_text:hover::after {
  color: var(--versioncolor);
}
body._velocity .p-service-list_cell._sort .p-service-list_text:hover::after {
  color: var(--versioncolor);
}
body._friend .p-service-list_cell._sort .p-service-list_text:hover::after {
  color: var(--versioncolor);
}
body._strength .p-service-list_cell._sort .p-service-list_text:hover::after {
  color: var(--versioncolor);
}
.p-service-list_cell._sort .p-service-list_text:active::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-service-list_cell._sort .p-service-list_text:active::after {
  color: var(--versioncolor3);
}
body._beauty .p-service-list_cell._sort .p-service-list_text:active::after {
  color: var(--versioncolor3);
}
body._health .p-service-list_cell._sort .p-service-list_text:active::after {
  color: var(--versioncolor3);
}
body._smile .p-service-list_cell._sort .p-service-list_text:active::after {
  color: var(--versioncolor3);
}
body._happiness .p-service-list_cell._sort .p-service-list_text:active::after {
  color: var(--versioncolor3);
}
body._velocity .p-service-list_cell._sort .p-service-list_text:active::after {
  color: var(--versioncolor3);
}
body._friend .p-service-list_cell._sort .p-service-list_text:active::after {
  color: var(--versioncolor3);
}
body._strength .p-service-list_cell._sort .p-service-list_text:active::after {
  color: var(--versioncolor3);
}
.p-service-list_cell._sort_up .p-service-list_text::after {
  content: '\e621';
  font-family: 'clientix-icons';
}
.p-service-list_cell._sort_down .p-service-list_text::after {
  content: '\e622';
  font-family: 'clientix-icons';
}
.p-service-list_text._unit::after {
  font-size: 13px;
  padding: 0 0 0 2px;
}
body.ru .p-service-list_text._unit::after {
  content: '\e63F';
  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-service-list_text._unit::before {
  font-size: 13px;
  padding: 0 2px 0 0;
}
body.int .p-service-list_text._unit::before {
  content: '\e640';
  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-service-list_sort-preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 32px;
}
.p-service-list_sort-preloader._hidden {
  display: none;
}
.p-service-list_preloader {
  display: none;
  position: relative;
  height: 100px;
  text-align: center;
}
.p-service-list._preloader .p-service-list_preloader {
  display: block;
}
.p-service-list_preloader .t-preloader {
  font-size: 32px;
}
.p-service-list-groups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -4px 0 0 -4px;
}
.p-service-list-groups_item {
  -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;
  padding: 4px 0 0 4px;
}
.p-service-list-group {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
body .p-service-list-group {
  background: var(--versioncolor);
}
body._beauty .p-service-list-group {
  background: var(--versioncolor);
}
body._health .p-service-list-group {
  background: var(--versioncolor);
}
body._smile .p-service-list-group {
  background: var(--versioncolor);
}
body._happiness .p-service-list-group {
  background: var(--versioncolor);
}
body._velocity .p-service-list-group {
  background: var(--versioncolor);
}
body._friend .p-service-list-group {
  background: var(--versioncolor);
}
body._strength .p-service-list-group {
  background: var(--versioncolor);
}
.p-service-list-nothing {
  padding: 12px;
}
.p-service-list-nothing._hidden {
  display: none;
}
.p-service-list-nothing_icon {
  position: relative;
  height: 64px;
}
.p-service-list-nothing_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: 40px;
  line-height: 2px;
  color: #555;
  text-align: center;
}
.p-service-list-nothing_icon._empty::before {
  content: '\e623';
  font-family: 'clientix-icons';
}
.p-service-list-nothing_icon._add::before {
  content: '\e664';
  font-family: 'clientix-icons';
}
.p-service-list-nothing_icon._material::before {
  font-family: 'clientix-icons';
}
.p-service-list-nothing_title {
  text-align: center;
  font-size: 20px;
}
.p-service-list-nothing_text {
  text-align: center;
  font-size: 15px;
}
.p-service-list-buttons {
  padding: 12px 0;
}
body._duo .p-service-list-buttons {
  display: none;
}
.p-service-list-buttons._hidden {
  display: none;
}
.p-service-list-buttons_cr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  margin: 0 0 0 -12px;
}
.p-service-list-buttons_item {
  -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;
  padding: 0 0 0 12px;
}
.p-service-list-buttons_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: 46px;
  padding: 0 8px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px -1px #fff inset;
          box-shadow: 0 1px 2px -1px #fff inset;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
}
body .p-service-list-buttons_button {
  color: var(--versioncolor);
}
body._beauty .p-service-list-buttons_button {
  color: var(--versioncolor);
}
body._health .p-service-list-buttons_button {
  color: var(--versioncolor);
}
body._smile .p-service-list-buttons_button {
  color: var(--versioncolor);
}
body._happiness .p-service-list-buttons_button {
  color: var(--versioncolor);
}
body._velocity .p-service-list-buttons_button {
  color: var(--versioncolor);
}
body._friend .p-service-list-buttons_button {
  color: var(--versioncolor);
}
body._strength .p-service-list-buttons_button {
  color: var(--versioncolor);
}
.p-service-list-buttons_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-service-list-buttons_button:hover {
  background: #fafafa;
}
.p-service-list-buttons_button:active {
  padding-top: 1px;
  background: #fafafa;
  -webkit-box-shadow: 0 1px 2px -1px #d8d8d8 inset;
          box-shadow: 0 1px 2px -1px #d8d8d8 inset;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-service-list-buttons_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 8px 0 0;
  font-size: 24px;
}
.p-service-list-buttons_button._icon:active::before {
  margin-top: 0;
}
.p-service-list-buttons_button._icon_service-add::before {
  content: '\e664';
  font-family: 'clientix-icons';
}
.p-service-list-buttons_button._icon_material-add::before {
  content: '\e601';
  font-family: 'materials';
}
.p-service-list-buttons_button._out {
  padding-right: 20px;
}
.p-service-list-buttons_button._out::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-service-list-buttons_button._out::after {
  -webkit-transition: top 0.2s ease;
          transition: top 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-service-list-buttons_button._out:active::after {
  top: 5px;
}
.p-service-list-message {
  position: absolute;
  bottom: 0;
  left: 6px;
  padding: 0 0 12px;
  z-index: 1;
  display: none;
  background: #fff;
}
.p-service-list_row._message .p-service-list-message {
  display: block;
}
.p-service-list-message_name {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 4px 8px;
}
.p-service-list-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .p-service-list-toggle {
  color: var(--versioncolor);
}
body._beauty .p-service-list-toggle {
  color: var(--versioncolor);
}
body._health .p-service-list-toggle {
  color: var(--versioncolor);
}
body._smile .p-service-list-toggle {
  color: var(--versioncolor);
}
body._happiness .p-service-list-toggle {
  color: var(--versioncolor);
}
body._velocity .p-service-list-toggle {
  color: var(--versioncolor);
}
body._friend .p-service-list-toggle {
  color: var(--versioncolor);
}
body._strength .p-service-list-toggle {
  color: var(--versioncolor);
}
.p-service-list-toggle:hover {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
body .p-service-list-toggle:hover {
  color: var(--versioncolor3);
}
body._beauty .p-service-list-toggle:hover {
  color: var(--versioncolor3);
}
body._health .p-service-list-toggle:hover {
  color: var(--versioncolor3);
}
body._smile .p-service-list-toggle:hover {
  color: var(--versioncolor3);
}
body._happiness .p-service-list-toggle:hover {
  color: var(--versioncolor3);
}
body._velocity .p-service-list-toggle:hover {
  color: var(--versioncolor3);
}
body._friend .p-service-list-toggle:hover {
  color: var(--versioncolor3);
}
body._strength .p-service-list-toggle:hover {
  color: var(--versioncolor3);
}
.p-service-list-toggle:active {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-service-list-toggle:active {
  color: var(--versioncolor4);
}
body._beauty .p-service-list-toggle:active {
  color: var(--versioncolor4);
}
body._health .p-service-list-toggle:active {
  color: var(--versioncolor4);
}
body._smile .p-service-list-toggle:active {
  color: var(--versioncolor4);
}
body._happiness .p-service-list-toggle:active {
  color: var(--versioncolor4);
}
body._velocity .p-service-list-toggle:active {
  color: var(--versioncolor4);
}
body._friend .p-service-list-toggle:active {
  color: var(--versioncolor4);
}
body._strength .p-service-list-toggle:active {
  color: var(--versioncolor4);
}
.p-service-list-toggle_t {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  word-wrap: break-word;
}
.p-service-list-toggle_t::before {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-bottom: 1px dashed;
  content: ' ';
}
.p-service-list-toggle_t::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;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: 1px 0 0 2px;
  font-size: 24px;
  line-height: 1px;
}
.p-service-list_row._message .p-service-list-toggle_t::after {
  content: '\e62e';
  font-family: 'clientix-icons';
}
.p-material-list {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
}
.p-material-list_table {
  position: relative;
  display: table;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 24px 8px 12px;
  table-layout: fixed;
  border-spacing: 0 1px;
}
.p-material-list_table {
  -webkit-transition: -webkit-transform 0.5s ease;
          transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body._duo .p-material-list_table {
  -webkit-transform: translate3D(0, -54px, 0);
      -ms-transform: translate3D(0, -54px, 0);
          transform: translate3D(0, -54px, 0);
}
body._ani-to-duo .p-material-list_table {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body._ani-from-duo .p-material-list_table {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-material-list_head {
  position: relative;
  display: table-row;
}
.p-material-list_row {
  display: table-row;
}
.p-material-list_row._hidden {
  display: none;
}
.p-material-list_row._odd {
  background-color: #fafafa;
}
body._duo .p-material-list_row._odd {
  background-color: transparent;
}
.p-material-list_row._even {
  background-color: #fff;
}
body._duo .p-material-list_row._even {
  background-color: transparent;
}
.p-material-list_cell {
  position: relative;
  display: table-cell;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 54px;
  padding: 24px 8px 24px 12px;
  font-size: 0;
}
.p-material-list_cell {
  -webkit-transition: -webkit-box-shadow 0.1s ease, background 0.1s ease;
          transition: box-shadow 0.1s ease, background 0.1s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-material-list_head .p-material-list_cell {
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: middle;
}
.p-material-list_head + .p-material-list_row .p-material-list_cell,
.p-material-list_row._new + .p-material-list_row .p-material-list_cell {
  -webkit-box-shadow: 0 1px transparent, 0 -1px #b4b4b4;
          box-shadow: 0 1px transparent, 0 -1px #b4b4b4;
}
.p-material-list_row + .p-material-list_row .p-material-list_cell {
  -webkit-box-shadow: 0 1px transparent, 0 -1px #f2f2f2;
          box-shadow: 0 1px transparent, 0 -1px #f2f2f2;
}
.p-material-list_row + .p-material-list_row:last-child .p-material-list_cell {
  -webkit-box-shadow: 0 1px #f2f2f2, 0 -1px #f2f2f2;
          box-shadow: 0 1px #f2f2f2, 0 -1px #f2f2f2;
}
.p-material-list_cell._first {
  width: 348px;
  padding-left: 12px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-material-list_cell._first::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 12px;
  -webkit-box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px transparent, 1px 0 #f2f2f2;
          box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px transparent, 1px 0 #f2f2f2;
  content: ' ';
}
.p-material-list_cell._first::before {
  -webkit-transition: -webkit-box-shadow 0.1s ease, left 0s 0.1s;
          transition: box-shadow 0.1s ease, left 0s 0.1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-material-list_row .p-material-list_cell._first {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: -2px;
  vertical-align: middle;
}
.p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance) {
  padding-right: 40px;
}
.p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance)::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: 0;
  width: 40px;
  margin: -1px 0 0;
  font-size: 24px;
  line-height: 2px;
  color: #d8d8d8;
  text-align: center;
}
.p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance)::after {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body._duo .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance)::after {
  display: none;
}
.p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):hover::after {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
body .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):hover::after {
  color: var(--versioncolor);
}
body._beauty .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):hover::after {
  color: var(--versioncolor);
}
body._health .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):hover::after {
  color: var(--versioncolor);
}
body._smile .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):hover::after {
  color: var(--versioncolor);
}
body._happiness .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):hover::after {
  color: var(--versioncolor);
}
body._velocity .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):hover::after {
  color: var(--versioncolor);
}
body._friend .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):hover::after {
  color: var(--versioncolor);
}
body._strength .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):hover::after {
  color: var(--versioncolor);
}
.p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):active::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):active::after {
  color: var(--versioncolor3);
}
body._beauty .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):active::after {
  color: var(--versioncolor3);
}
body._health .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):active::after {
  color: var(--versioncolor3);
}
body._smile .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):active::after {
  color: var(--versioncolor3);
}
body._happiness .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):active::after {
  color: var(--versioncolor3);
}
body._velocity .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):active::after {
  color: var(--versioncolor3);
}
body._friend .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):active::after {
  color: var(--versioncolor3);
}
body._strength .p-material-list_row .p-material-list_cell._first._chevron:not(._correction):not(._balance):active::after {
  color: var(--versioncolor3);
}
.p-material-list_row .p-material-list_cell._first._balance {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-material-list_table._denied .p-material-list_row .p-material-list_cell._first {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-material-list_table._denied .p-material-list_row .p-material-list_cell._first::after {
  display: none;
}
.p-material-list_head + .p-material-list_row .p-material-list_cell._first,
.p-material-list_row._new + .p-material-list_row .p-material-list_cell._first {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body:not(._duo):not(.trio) .p-material-list_head + .p-material-list_row .p-material-list_cell._first::before,
body:not(._duo):not(.trio) .p-material-list_row._new + .p-material-list_row .p-material-list_cell._first::before {
  -webkit-box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px #b4b4b4, 1px 0 #f2f2f2;
          box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px #b4b4b4, 1px 0 #f2f2f2;
}
.p-material-list_row + .p-material-list_row .p-material-list_cell._first {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-material-list_row + .p-material-list_row .p-material-list_cell._first::before {
  -webkit-box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px #f2f2f2, 1px 0 #f2f2f2;
          box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px #f2f2f2, 1px 0 #f2f2f2;
}
.p-material-list_row + .p-material-list_row:last-child .p-material-list_cell._first {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-material-list_row + .p-material-list_row:last-child .p-material-list_cell._first::before {
  -webkit-box-shadow: -1px 0 transparent, 0 1px #f2f2f2, 0 -1px #f2f2f2, 1px 0 #f2f2f2;
          box-shadow: -1px 0 transparent, 0 1px #f2f2f2, 0 -1px #f2f2f2, 1px 0 #f2f2f2;
}
.p-material-list_row._active .p-material-list_cell._first {
  border-radius: 4px 0 0 4px;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .p-material-list_row._active .p-material-list_cell._first {
  color: var(--versioncolor);
}
body._beauty .p-material-list_row._active .p-material-list_cell._first {
  color: var(--versioncolor);
}
body._health .p-material-list_row._active .p-material-list_cell._first {
  color: var(--versioncolor);
}
body._smile .p-material-list_row._active .p-material-list_cell._first {
  color: var(--versioncolor);
}
body._happiness .p-material-list_row._active .p-material-list_cell._first {
  color: var(--versioncolor);
}
body._velocity .p-material-list_row._active .p-material-list_cell._first {
  color: var(--versioncolor);
}
body._friend .p-material-list_row._active .p-material-list_cell._first {
  color: var(--versioncolor);
}
body._strength .p-material-list_row._active .p-material-list_cell._first {
  color: var(--versioncolor);
}
.p-material-list_row._active .p-material-list_cell._first::before {
  left: 0;
  border-radius: 4px 0 0 4px;
  -webkit-box-shadow: -1px 0 #d8d8d8, 0 1px #d8d8d8, 0 -1px #d8d8d8, 1px 0 transparent !important;
          box-shadow: -1px 0 #d8d8d8, 0 1px #d8d8d8, 0 -1px #d8d8d8, 1px 0 transparent !important;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-material-list_row._active + .p-material-list_row .p-material-list_cell._first {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-material-list_row._active + .p-material-list_row .p-material-list_cell._first::before {
  -webkit-box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px transparent, 1px 0 #f2f2f2;
          box-shadow: -1px 0 transparent, 0 1px transparent, 0 -1px transparent, 1px 0 #f2f2f2;
}
.p-material-list_labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 2px;
  left: 2px;
}
.p-material-list_label {
  padding: 2px 6px 2px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  font-size: 13px;
  line-height: 1;
  color: #b4b4b4;
  font-weight: 600;
}
.p-material-list_label._supply {
  background-color: #4fe0c6;
  border-color: #fff;
  color: #fff;
}
.p-material-list_label._warehouse_supply {
  background-color: #9be0ce;
  border-color: #fff;
  color: #fff;
}
.p-material-list_label._sale {
  background-color: #ffabab;
  border-color: #fff;
  color: #fff;
}
.p-material-list_label._remains {
  background-color: #efb9e7;
  border-color: #fff;
  color: #fff;
}
.p-material-list_label._balance {
  background-color: #efb9e7;
  border-color: #fff;
  color: #fff;
}
.p-material-list_label._correction {
  background-color: #ccc;
  border-color: #fff;
  color: #fff;
}
.p-material-list_label._cancelled {
  color: #ffabab;
}
.p-material-list_label + .p-material-list_label {
  margin-left: 8px;
}
.p-material-list_ct {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.p-material-list_text {
  position: relative;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
}
.p-material-list_text {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-material-list_head .p-material-list_text {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  color: #3e3e3e;
  font-weight: 700;
  text-transform: uppercase;
}
.p-material-list_row .p-material-list_text {
  font-size: 14px;
  line-height: 16px;
  color: #3e3e3e;
}
.p-material-list_row .p-material-list_cell._first .p-material-list_text {
  font-size: 16px;
  line-height: 20px;
  /*color: var(--versioncolor);*/
  color: #0099d1;
  font-weight: 600;
}
.p-material-list_row .p-material-list_cell._first:hover .p-material-list_text {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
body .p-material-list_row .p-material-list_cell._first:hover .p-material-list_text {
  color: var(--versioncolor);
}
body._beauty .p-material-list_row .p-material-list_cell._first:hover .p-material-list_text {
  color: var(--versioncolor);
}
body._health .p-material-list_row .p-material-list_cell._first:hover .p-material-list_text {
  color: var(--versioncolor);
}
body._smile .p-material-list_row .p-material-list_cell._first:hover .p-material-list_text {
  color: var(--versioncolor);
}
body._happiness .p-material-list_row .p-material-list_cell._first:hover .p-material-list_text {
  color: var(--versioncolor);
}
body._velocity .p-material-list_row .p-material-list_cell._first:hover .p-material-list_text {
  color: var(--versioncolor);
}
body._friend .p-material-list_row .p-material-list_cell._first:hover .p-material-list_text {
  color: var(--versioncolor);
}
body._strength .p-material-list_row .p-material-list_cell._first:hover .p-material-list_text {
  color: var(--versioncolor);
}
.p-material-list_row .p-material-list_cell._first:active .p-material-list_text {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-material-list_row .p-material-list_cell._first:active .p-material-list_text {
  color: var(--versioncolor3);
}
body._beauty .p-material-list_row .p-material-list_cell._first:active .p-material-list_text {
  color: var(--versioncolor3);
}
body._health .p-material-list_row .p-material-list_cell._first:active .p-material-list_text {
  color: var(--versioncolor3);
}
body._smile .p-material-list_row .p-material-list_cell._first:active .p-material-list_text {
  color: var(--versioncolor3);
}
body._happiness .p-material-list_row .p-material-list_cell._first:active .p-material-list_text {
  color: var(--versioncolor3);
}
body._velocity .p-material-list_row .p-material-list_cell._first:active .p-material-list_text {
  color: var(--versioncolor3);
}
body._friend .p-material-list_row .p-material-list_cell._first:active .p-material-list_text {
  color: var(--versioncolor3);
}
body._strength .p-material-list_row .p-material-list_cell._first:active .p-material-list_text {
  color: var(--versioncolor3);
}
.p-material-list_cell._balance .p-material-list_text {
  color: #000 !important;
}
.p-material-list_table._denied .p-material-list_text {
  color: #000 !important;
}
body .p-material-list_row._new .p-material-list_cell._first .p-material-list_text {
  color: var(--versioncolor);
}
body._beauty .p-material-list_row._new .p-material-list_cell._first .p-material-list_text {
  color: var(--versioncolor);
}
body._health .p-material-list_row._new .p-material-list_cell._first .p-material-list_text {
  color: var(--versioncolor);
}
body._smile .p-material-list_row._new .p-material-list_cell._first .p-material-list_text {
  color: var(--versioncolor);
}
body._happiness .p-material-list_row._new .p-material-list_cell._first .p-material-list_text {
  color: var(--versioncolor);
}
body._velocity .p-material-list_row._new .p-material-list_cell._first .p-material-list_text {
  color: var(--versioncolor);
}
body._friend .p-material-list_row._new .p-material-list_cell._first .p-material-list_text {
  color: var(--versioncolor);
}
body._strength .p-material-list_row._new .p-material-list_cell._first .p-material-list_text {
  color: var(--versioncolor);
}
.p-material-list_row._new .p-material-list_cell._first .p-material-list_text::before {
  content: '\e60d';
  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-material-list_cell._star .p-material-list_text {
  padding-left: 32px;
}
.p-material-list_cell._star .p-material-list_text::before {
  content: '\e652';
  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 .p-material-list_row .p-material-list_cell._star .p-material-list_text::before {
  color: var(--versioncolor);
}
body._beauty .p-material-list_row .p-material-list_cell._star .p-material-list_text::before {
  color: var(--versioncolor);
}
body._health .p-material-list_row .p-material-list_cell._star .p-material-list_text::before {
  color: var(--versioncolor);
}
body._smile .p-material-list_row .p-material-list_cell._star .p-material-list_text::before {
  color: var(--versioncolor);
}
body._happiness .p-material-list_row .p-material-list_cell._star .p-material-list_text::before {
  color: var(--versioncolor);
}
body._velocity .p-material-list_row .p-material-list_cell._star .p-material-list_text::before {
  color: var(--versioncolor);
}
body._friend .p-material-list_row .p-material-list_cell._star .p-material-list_text::before {
  color: var(--versioncolor);
}
body._strength .p-material-list_row .p-material-list_cell._star .p-material-list_text::before {
  color: var(--versioncolor);
}
.p-material-list_cell._promote .p-material-list_text::before {
  content: '\e653';
  font-family: 'clientix-icons';
}
.p-material-list_cell._promoted .p-material-list_text::before {
  content: '\e654';
  font-family: 'clientix-icons';
}
.p-material-list_cell._supply .p-material-list_text::before {
  padding: 0 8px 0 0;
  font-size: 20px;
  font-weight: 400;
  vertical-align: bottom;
  content: '\e601';
  font-family: 'materials';
  color: #4fe0c6;
}
.p-material-list_cell._sale .p-material-list_text::before {
  padding: 0 8px 0 0;
  font-size: 20px;
  font-weight: 400;
  vertical-align: bottom;
  color: #ffabab;
  content: '\e602';
  font-family: 'materials';
}
.p-material-list_cell._remains .p-material-list_text::before {
  padding: 0 8px 0 0;
  font-size: 20px;
  font-weight: 400;
  vertical-align: bottom;
  content: '\e604';
  font-family: 'materials';
  color: #efb9e7;
}
.p-material-list_cell._balance .p-material-list_text::before {
  padding: 0 8px 0 0;
  font-size: 20px;
  font-weight: 400;
  vertical-align: bottom;
  content: '\e604';
  font-family: 'materials';
  color: #efb9e7;
}
.p-material-list_cell._sort .p-material-list_text {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-material-list_cell._sort .p-material-list_text::after {
  content: '\e625';
  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: 100%;
  width: 32px;
  margin: -1px 0 0;
  font-size: 24px;
  line-height: 2px;
  color: #d8d8d8;
  text-align: center;
}
.p-material-list_cell._sort .p-material-list_text::after {
  -webkit-transition: color 0.2s ease;
          transition: color 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-material-list_cell._sort .p-material-list_text:hover::after {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
body .p-material-list_cell._sort .p-material-list_text:hover::after {
  color: var(--versioncolor);
}
body._beauty .p-material-list_cell._sort .p-material-list_text:hover::after {
  color: var(--versioncolor);
}
body._health .p-material-list_cell._sort .p-material-list_text:hover::after {
  color: var(--versioncolor);
}
body._smile .p-material-list_cell._sort .p-material-list_text:hover::after {
  color: var(--versioncolor);
}
body._happiness .p-material-list_cell._sort .p-material-list_text:hover::after {
  color: var(--versioncolor);
}
body._velocity .p-material-list_cell._sort .p-material-list_text:hover::after {
  color: var(--versioncolor);
}
body._friend .p-material-list_cell._sort .p-material-list_text:hover::after {
  color: var(--versioncolor);
}
body._strength .p-material-list_cell._sort .p-material-list_text:hover::after {
  color: var(--versioncolor);
}
.p-material-list_cell._sort .p-material-list_text:active::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
body .p-material-list_cell._sort .p-material-list_text:active::after {
  color: var(--versioncolor3);
}
body._beauty .p-material-list_cell._sort .p-material-list_text:active::after {
  color: var(--versioncolor3);
}
body._health .p-material-list_cell._sort .p-material-list_text:active::after {
  color: var(--versioncolor3);
}
body._smile .p-material-list_cell._sort .p-material-list_text:active::after {
  color: var(--versioncolor3);
}
body._happiness .p-material-list_cell._sort .p-material-list_text:active::after {
  color: var(--versioncolor3);
}
body._velocity .p-material-list_cell._sort .p-material-list_text:active::after {
  color: var(--versioncolor3);
}
body._friend .p-material-list_cell._sort .p-material-list_text:active::after {
  color: var(--versioncolor3);
}
body._strength .p-material-list_cell._sort .p-material-list_text:active::after {
  color: var(--versioncolor3);
}
.p-material-list_cell._sort_up .p-material-list_text::after {
  content: '\e621';
  font-family: 'clientix-icons';
}
.p-material-list_cell._sort_down .p-material-list_text::after {
  content: '\e622';
  font-family: 'clientix-icons';
}
.p-material-list_text._unit::after {
  font-size: 13px;
  padding: 0 0 0 2px;
}
body.ru .p-material-list_text._unit::after {
  content: '\e63F';
  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-material-list_text._unit::before {
  font-size: 13px;
  padding: 0 2px 0 0;
}
body.int .p-material-list_text._unit::before {
  content: '\e640';
  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-material-list_sort-preloader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 32px;
}
.p-material-list_sort-preloader._hidden {
  display: none;
}
.p-material-list_preloader {
  display: none;
  position: relative;
  height: 100px;
  text-align: center;
}
.p-material-list._preloader .p-material-list_preloader {
  display: block;
}
.p-material-list_preloader .t-preloader {
  font-size: 32px;
}
.p-material-list-groups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -4px 0 0 -4px;
}
.p-material-list-groups_item {
  -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;
  padding: 4px 0 0 4px;
}
.p-material-list-group {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
body .p-material-list-group {
  background: var(--versioncolor);
}
body._beauty .p-material-list-group {
  background: var(--versioncolor);
}
body._health .p-material-list-group {
  background: var(--versioncolor);
}
body._smile .p-material-list-group {
  background: var(--versioncolor);
}
body._happiness .p-material-list-group {
  background: var(--versioncolor);
}
body._velocity .p-material-list-group {
  background: var(--versioncolor);
}
body._friend .p-material-list-group {
  background: var(--versioncolor);
}
body._strength .p-material-list-group {
  background: var(--versioncolor);
}
.p-material-list-nothing {
  padding: 12px;
}
.p-material-list-nothing._hidden {
  display: none;
}
.p-material-list-nothing_icon {
  position: relative;
  height: 64px;
}
.p-material-list-nothing_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: 40px;
  line-height: 2px;
  color: #555;
  text-align: center;
}
.p-material-list-nothing_icon._empty::before {
  content: '\e623';
  font-family: 'clientix-icons';
}
.p-material-list-nothing_icon._add::before {
  content: '\e664';
  font-family: 'clientix-icons';
}
.p-material-list-nothing_icon._material::before {
  font-family: 'clientix-icons';
}
.p-material-list-nothing_title {
  text-align: center;
  font-size: 20px;
}
.p-material-list-nothing_text {
  text-align: center;
  font-size: 15px;
}
.p-material-list-buttons {
  padding: 12px 0;
}
body._duo .p-material-list-buttons {
  display: none;
}
.p-material-list-buttons._hidden {
  display: none;
}
.p-material-list-buttons_cr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
  margin: 0 0 0 -12px;
}
.p-material-list-buttons_item {
  -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;
  padding: 0 0 0 12px;
}
.p-material-list-buttons_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: 46px;
  padding: 0 8px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px -1px #fff inset;
          box-shadow: 0 1px 2px -1px #fff inset;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  white-space: nowrap;
}
body .p-material-list-buttons_button {
  color: var(--versioncolor);
}
body._beauty .p-material-list-buttons_button {
  color: var(--versioncolor);
}
body._health .p-material-list-buttons_button {
  color: var(--versioncolor);
}
body._smile .p-material-list-buttons_button {
  color: var(--versioncolor);
}
body._happiness .p-material-list-buttons_button {
  color: var(--versioncolor);
}
body._velocity .p-material-list-buttons_button {
  color: var(--versioncolor);
}
body._friend .p-material-list-buttons_button {
  color: var(--versioncolor);
}
body._strength .p-material-list-buttons_button {
  color: var(--versioncolor);
}
.p-material-list-buttons_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-material-list-buttons_button:hover {
  background: #fafafa;
}
.p-material-list-buttons_button:active {
  padding-top: 1px;
  background: #fafafa;
  -webkit-box-shadow: 0 1px 2px -1px #d8d8d8 inset;
          box-shadow: 0 1px 2px -1px #d8d8d8 inset;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.p-material-list-buttons_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 8px 0 0;
  font-size: 24px;
}
.p-material-list-buttons_button._icon:active::before {
  margin-top: 0;
}
.p-material-list-buttons_button._icon_service-add::before {
  content: '\e664';
  font-family: 'clientix-icons';
}
.p-material-list-buttons_button._icon_material-add::before {
  content: '\e601';
  font-family: 'materials';
}
.p-material-list-buttons_button._out {
  padding-right: 20px;
}
.p-material-list-buttons_button._out::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-material-list-buttons_button._out::after {
  -webkit-transition: top 0.2s ease;
          transition: top 0.2s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-material-list-buttons_button._out:active::after {
  top: 5px;
}
.p-material-list-message {
  position: absolute;
  bottom: 0;
  left: 6px;
  padding: 0 0 12px;
  z-index: 1;
  display: none;
  background: #fff;
}
.p-material-list_cell._message .p-material-list-message {
  display: block;
}
.p-material-list-message_name {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 4px 8px;
}
.p-material-list-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-material-list-toggle_t {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 1px;
  min-height: 1px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  word-wrap: break-word;
}
.p-material-list-toggle_t::before {
  padding: 0 8px 0 0;
  font-size: 20px;
  font-weight: 400;
  vertical-align: bottom;
  content: '\e603';
  font-family: 'materials';
  color: #ccc;
}
.p-material-list-toggle_t::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;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: 1px 0 0 2px;
  font-size: 24px;
  line-height: 1px;
}
.p-material-list_cell._message .p-material-list-toggle_t::after {
  content: '\e62e';
  font-family: 'clientix-icons';
}
.p-material-list_more {
  margin: 8px 0 0;
  color: #b4b4b4;
  font-size: 13px;
  white-space: nowrap;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 15px;
}
.p-material-list_cell._message .p-material-list_more._message {
  display: none;
}
.p-material-list_more strong {
  font-weight: 400;
  color: #000;
}
.p-material-list_more + .p-material-list_more {
  margin-top: 0;
}
