.jsplash-inner.cabinet-registry-form,
.cabinet-registry-form {
  text-align: left;
}

.jsplash-wrapper.cabinet-form .jsplash-closebtn {
  right: 10px;
  top: 10px;
}

.cabinet-registry-form .note {
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 15px;
  margin-bottom: 0;
  text-shadow: 0 0 1px #000;
  display: none;
}

.cabinet-registry-form .submit-field {
  text-align: center;
  margin: 6px 0 0 0;
}

.cabinet-registry-form .bottom-note .note {
  font-size: 12px;
  color: #101010;
  margin: 0;
}

.cabinet-registry-form .submit-field input:active {
  top: inherit;
}

.jsplash-inner.cabinet-form .sign-in-info {
  line-height: 21px;
  font-size: 15px;
  /* font-weight: 500; */
  text-shadow: 0 0 4px #ffffff, 0 0 8px #ffffff, 0 0 23px #ffffff;
}

.jsplash-inner.cabinet-form {
  max-width: 700px;
  text-align: left;
  z-index: 1;
}

.jsplash-inner.cabinet-recovery-form {
  max-width: 350px;
}

.jsplash-inner.cabinet-recovery-form .recovery-in-info {
  color: #505050;
  font-size: 13px;
  margin: 0 0 30px 0;
}

.jsplash-wrapper.cabinet-form .cabinet-recovery-form .field {
  padding: 0 0 0 140px;
}

.jsplash-wrapper.cabinet-form .cabinet-recovery-form .submit-field {
  padding: 0 0 0 140px;
  text-align: right;
  margin: 20px 0 0 0;
}

.jsplash-wrapper.cabinet-form .cabinet-recovery-form .placeholder {
  width: 130px;
}

.jsplash-wrapper.cabinet-form {
  padding: 30px 95px;
  border-radius: 14px;
}

.jsplash-inner.cabinet-form .form-table {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.jsplash-inner.cabinet-form .form-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 40px;
}

.jsplash-inner.cabinet-form .form-title {
  font-size: 25px;
  line-height: 30px;
  margin: 15px 0 22px 4px;
  font-style: italic;
  font-weight: bold;
  color: #642382;
  text-align: center;
}

.jsplash-inner.cabinet-form .form-cell-separator {
  width: 10px;
  padding: 0;
}

.jsplash-wrapper.cabinet-form .field {
  margin: 6px 0 8px 0;
  padding: 0 0 0 84px;
  position: relative;
}

.jsplash-wrapper.cabinet-form .submit-field {
  margin: 50px 0 0 0;
}

.jsplash-wrapper.cabinet-form .submit-field input {
  min-width: 120px;
}

.jsplash-wrapper.cabinet-form .recovery {
  text-decoration: none;
  color: #676767;
  font-size: 12px;
  position: absolute;
  right: 0;
}

.jsplash-wrapper.cabinet-form .cabinet-oauth2-block {
  position: relative;
  margin-top: 40px;
}

.jsplash-wrapper.cabinet-form .oauth2-note {
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  font-style: italic;
  color: #464646;
}

.jsplash-wrapper.cabinet-form .recovery:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 0px;
  border-bottom: 1px dotted #000000;
}

.jsplash-wrapper.cabinet-form .recovery:hover {
  color: #642382;
}

.jsplash-wrapper.cabinet-form .text-input {
  padding: 9px 16px;
}

.jsplash-wrapper.cabinet-form .placeholder {
  left: 0;
  color: #000000;
  font-size: 14px;
  position: absolute;
  top: 10px;
  width: 70px;
  top: 6px;
}

.jsplash-wrapper.cabinet-form .cabinet-oauth2-block .oauth2-block {
  position: relative;
  margin: 20px 0 0 0;
}

.jsplash-wrapper.cabinet-form .cabinet-oauth2-block .oauth2-auth-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.jsplash-wrapper.cabinet-form .cabinet-oauth2-block .icon-provider {
  display: block;
  border-radius: 100%;
  margin: 0 2px;
  padding: 7px;
  width: 16px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
}

.jsplash-wrapper.cabinet-form .cabinet-oauth2-block .icon-provider svg {
  width: 100%;
  height: 100%;
}

.jsplash-wrapper.cabinet-form .cabinet-oauth2-block .icon-provider svg path {
  fill: #fff;
}

.cabinet-oauth2-block .icon-provider:hover {
  opacity: 1;
}

.cabinet-oauth2-block .icon-provider-vkontakte {
  background: #4c7bac;
}

.cabinet-oauth2-block .icon-provider-facebook {
  background: #3e6fb7;
}

.cabinet-oauth2-block .icon-provider-instagram {
  background: #000000;
}

.cabinet-oauth2-block .icon-provider-odnoklassniki {
  background: #ff9a0c;
}

.cabinet-oauth2-block .icon-provider-google {
  background: #f44336;
}

.cabinet-oauth2-block .icon-provider-mailru {
  background: #2896e7;
}

.cabinet-toolbar {
  background: #ffffff;
  margin: 0 0 40px 0;
  border-top: 2px solid #2f703e;
  background-color: #fff;
  box-shadow: 0 4px 14px -2px rgba(0, 0, 0, 0.32);
}

.cabinet-toolbar a {
  text-decoration: none;
  color: #444;
  padding: 8px 12px;
  display: inline-block;
}

.cabinet-toolbar a:hover {
  color: #2f703e;
}

.cabinet-toolbar a.active {
  background: #2f703e;
  color: #fff;
}

.cabinet-data-page .field-container {
  display: table;
  width: 100%;
  max-width: 620px;
  margin: 0 0 30px 0;
  table-layout: fixed;
  margin-left: -20px;
}

.cabinet-data-page .field-container .field {
  display: table-cell;
  padding: 0 20px;
}

.cabinet-data-page form[name='userData'] {
  padding: 20px;
}

.cabinet .note {
  background: #f3f3f3;
  padding: 20px;
  margin: 0 0 26px 0;
  border-radius: 2px;
  border: 1px dotted #e9e9e9;
}

.cabinet .orders-data {
  transition: all 0.3s ease-out;
  opacity: 1;
  transform: translateY(0);
  position: absolute;
  width: 100%;
}

.cabinet .orders-data.-hidden {
  transform: translateY(150px);
  opacity: 0;
}

.cabinet .order-table {
  border-collapse: separate;
  border-spacing: 0 5px;
  color: #282828;
  width: 100%;
  max-width: 100%;
}

.cabinet .order-table .price-value {
  white-space: nowrap;
}

.cabinet .order-date {
  white-space: nowrap;
  text-align: left;
}

.cabinet .order-time {
  text-align: left;
}

.cabinet .order-table thead {
  font-size: 11px;
  text-transform: uppercase;
  text-align: left;
}

.cabinet .order-table th {
  padding: 10px 15px;
  color: #3e4143;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
}

.cabinet .order-table th:first-child {
  border-top-left-radius: 0;
}

.cabinet .order-table th:last-child {
  border-top-right-radius: 0;
}

.cabinet .order-table thead {
  font-size: 11px;
  text-transform: uppercase;
}

.cabinet .order-table th:first-child {
  border-top-left-radius: 0;
}

.cabinet .order-table th:last-child {
  border-top-right-radius: 0;
}

.cabinet .order-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.cabinet .align-left {
  text-align: left;
}

.cabinet .align-right {
  text-align: right;
}

.cabinet .align-center {
  text-align: center;
}

.cabinet .order-table tbody td {
  position: relative;
  padding: 10px 20px;
  vertical-align: middle;
  background: #fff;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.cabinet .order-table tbody td:first-child {
  border-radius: 2px 0 0 2px;
  border-left: 1px solid #e9e9e9;
}

.cabinet .order-table tbody td:last-child {
  border-radius: 0 2px 2px 0;
  border-right: 1px solid #e9e9e9;
  width: 100%;
}

.cabinet .order-table .count-of-items {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 4px;
  background-color: #2a4a29;
  border-radius: 100%;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
}

.cabinet .item-image {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  border: 1px solid #dadada;
  box-shadow: 0 5px 10px -5px rgba(66, 66, 66, 0.4);
}

.cabinet .items-count-value {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 4px;
  background-color: #2a4a29;
  border-radius: 100%;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
}

.cabinet .item-image.no-photo {
  background-image: url(/modules/Catalog/public/front/img/nophoto.svg);
}

.page-content .cabinet table th {
  border: 1px solid #f74444;
  line-height: 30px;
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  padding: 4px 20px;
  background: #f74444;
}

.page-content .cabinet table td {
  font: 15px/20px arial;
  border: 1px solid #d5d5d5;
  padding: 11px 10px 11px 10px;
}

.page-content .cabinet table p,
.page-content .cabinet table h1,
.page-content .cabinet table h2,
.page-content .cabinet table h3,
.page-content .cabinet table h4 {
  background-color: inherit;
  box-shadow: inherit;
}

.page-content .cabinet table.item-attributes th,
.page-content .cabinet table.item-attributes td {
  padding: 2px 4px;
  font-size: 12px;
  line-height: 18px;
}

.page-content .cabinet table td.item-attributes,
.page-content .cabinet table th.item-attributes {
  width: 300px;
}

.cabinet table .order-cost,
.cabinet table .item-cost {
  color: #3e3e3e;
  font-weight: bold;
}

.cabinet .order-table .order-cost {
  padding-top: 5px;
}

.cabinet form[name='changePassword'] {
  padding: 20px;
}

.cabinet-password-page .your-login {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-left: 6px;
}

.cabinet-password-page .oauth2-provider-name {
  display: inline-block;
  position: relative;
  margin: 0 0 0 5px;
  top: -2px;
}

.cabinet-password-page .cabinet-oauth2-block {
  display: inline-block;
  position: relative;
  background: #fff;
  box-shadow: 0 1px 4px 0px rgba(128, 128, 128, 0.3);
  border-radius: 36px;
  padding: 2px 20px 2px 0;
  border: 3px solid white;
  margin: 0 10px;
  top: 2px;
}

.cabinet-password-page .icon-provider {
  display: inline-block;
  border-radius: 100%;
  margin: 0 2px;
  padding: 7px;
  width: 16px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
}

.cabinet-password-page .icon-provider svg {
  width: 100%;
  height: 100%;
}

.cabinet-password-page .icon-provider svg path {
  fill: #fff;
}

.cabinet-password-page .oauth2-provider-icon-Vkontakte {
  background: #4c7bac;
}

.cabinet-password-page .oauth2-provider-icon-Vkontakte:before {
  content: '\f189';
}

.cabinet-password-page .oauth2-provider-icon-Facebook {
  background: #3e6fb7;
}

.cabinet-password-page .oauth2-provider-icon-Facebook:before {
  content: '\f09a';
}

.cabinet-password-page .oauth2-provider-icon-Instagram {
  background: #000000;
}

.cabinet-password-page .oauth2-provider-icon-Instagram:before {
  content: '\f16d';
}

.cabinet-password-page .oauth2-provider-icon-Odnoklassniki {
  background: #ff9a0c;
}

.cabinet-password-page .oauth2-provider-icon-Odnoklassniki:before {
  content: '\f263';
}

.cabinet-password-page .oauth2-provider-icon-Google {
  background: #f44336;
}

.cabinet-password-page .oauth2-provider-icon-Google:before {
  content: '\f0d5';
}

.cabinet-password-page .oauth2-provider-icon-Mailru {
  background: #2896e7;
}

.cabinet-password-page .oauth2-provider-icon-Mailru:before {
  content: '\f1fa';
}

.cabinet-module-action {
  margin-top: 40px;
}

.cabinet .tabs-wrapper {
  position: relative;
  display: block;
}
.content-wrapper {
  min-width: 300px;
}

.content-wrapper .btn-wrapper {
  margin-top: 30px;
  margin-bottom: 60px;
}

.cabinet .order-table .order-status {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #252525;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  padding: 6px 26px 6px 28px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  transition: color 0.2s;
}

.cabinet .order-table .order-status::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 8px;
  left: 9px;
  position: absolute;
  width: 8px;
  top: 12px;
}

.cabinet .order-table .order-status::after {
  background: #fff;
  border-bottom: 16px solid transparent;
  border-left: 11px solid #eee;
  border-top: 16px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.cabinet .order-table .order-status.status-20 {
  background: #ffc107;
}

.cabinet .order-table .order-status.status-20::after {
  border-left-color: #ffc107;
}

.cabinet .order-table .order-status.status-30 {
  background: #ff7d07;
}

.cabinet .order-table .order-status.status-30::after {
  border-left-color: #ff7d07;
}

.cabinet .order-table .order-status.status-60 {
  background: #44980e;
  color: #fff;
}

.cabinet .order-table .order-status.status-60::after {
  border-left-color: #44980e;
}

.jsplash-inner.cabinet-confirm-phone-form .send-code-form .submit-field:before {
  content: '\f27a';
  position: absolute;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 18px;
  text-rendering: auto;
  color: #fff;
  z-index: 1;
  top: 15px;
  left: 7px;
  pointer-events: none;
}

.jsplash-inner.cabinet-confirm-phone-form .check-code-form .submit-field:before {
  content: '\f00c';
}

.jsplash-inner.cabinet-confirm-phone-form .send-code-block {
  position: relative;
  overflow: hidden;
  height: 160px;
  transition: all 600ms cubic-bezier(0.12, 1, 0.4, 0.97);
  opacity: 1;
}

.jsplash-inner.cabinet-confirm-phone-form .check-code-form .send-code-block {
  height: 0;
  opacity: 0;
}

.jsplash-inner.cabinet-confirm-phone-form .send-code-form .check-code-block {
  height: 0;
  opacity: 0;
}

.jsplash-inner.cabinet-confirm-phone-form .check-code-form .check-code-block {
  height: 160px;
  opacity: 1;
}

.jsplash-inner.cabinet-confirm-phone-form .phone-confirm-message i {
  display: inline-block;
  margin: 0 3px;
  letter-spacing: 0.12em;
  font-weight: normal;
}

.cabinet .order-details {
  max-width: 800px;
}

.cabinet .pay-order {
  background: #ff9800;
  padding: 8px 36px;
}

.cabinet-order-details-page .pay-order {
  position: relative;
  margin: 30px 0 0 0;
}

.cabinet .client-data {
  position: relative;
  margin: 40px 0 40px 10px;
}

.cabinet .orders-switcher-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 25px;
}

.cabinet .orders-switcher-wrapper .orders-switcher {
  background: #dedede;
  padding: 7px 22px;
  margin: 5px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s ease-out;
  white-space: nowrap;
}

.cabinet .orders-switcher-wrapper .orders-switcher:before {
  font-family: 'Material Icons';
  font-feature-settings: 'liga';
  margin-right: 9px;
  font-size: 18px;
}

.cabinet .orders-switcher-wrapper .orders-switcher.-checked {
  background: #642382;
  color: #fff;
}

.cabinet .orders-switcher-wrapper .orders-switcher[data-switcher-id='orders']:before {
  content: 'airplanemode_active';
}

.cabinet .orders-switcher-wrapper .orders-switcher[data-switcher-id='certificates']:before {
  content: 'card_giftcard';
}

.cabinet .client-data .row {
  color: gray;
  margin: 4px 0;
}

.cabinet .client-data .client-name {
  color: #642382;
  font-size: 21px;
  margin: 0 0 12px 0;
  display: block;
}

.cabinet .client-data span.client-value {
  color: #000;
  margin-left: 6px;
}
.cabinet .client-data div.client-value {
  color: #000;
}
.cabinet .client-data .score-value {
  box-shadow: none;
  background: #d2d2d2;
  color: #545454;
  border: 2px solid #d2d2d2;
  padding: 2px 2px;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100%;
  margin: 0 8px 0 0;
}

.cabinet .client-data .score-value.-active-score {
  background: #ffc400;
  color: #642382;
  border: 2px solid #ffc400;
}

.cabinet .orders-list .order-data {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 245px;
}

.cabinet .orders-list .order-data .cell {
  display: table-cell;
}

.cabinet .orders-list .order-data .count {
  width: 30px;
}

.cabinet .orders-list .order-data .count-separator {
  width: 10px;
  text-align: center;
  font-size: 11px;
  color: gray;
  padding: 0 5px;
}

.cabinet .orders-list .pay-order-btn {
  position: relative;
  white-space: nowrap;
  margin: 11px 0 0 0;
}

.jsplash-inner.cabinet-form .-field-with-error .placeholder {
  color: red;
}

.jsplash-inner.cabinet-form .-field-with-error input {
  border-color: red;
  color: red;
}

.jsplash-inner.cabinet-form .-field-with-error input::placeholder {
  color: red;
  font-style: normal;
}

.cabinet .status-block .download-button,
.cabinet .status-block .activate-button {
  background: #dedede;
  padding: 7px 22px;
  margin: 5px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s ease-out;
  white-space: nowrap;
  text-decoration: none;
  color: #2b2b2b;
  display: block;
  transition: 0.3s ease-out;
}

.cabinet .status-block .activate-button {
  background: #ffd400;
}

.cabinet .status-block .download-button:hover,
.cabinet .status-block .activate-button:hover {
  background: #684182;
  color: #fff;
}

.auth-required {
  height: 700px;
  height: calc(100vh - 250px);
}
