/* ÌÅÍÞ ËÈ×ÍÎÃÎ ÊÀÁÈÍÅÒÀ */
.ps-account {
  position: relative;

  display: inline-block;
  height: 2.125rem;
}

.ps-account__link {
  position: relative;

  display: inline-block;
  padding: 0;
}

.ps-account__open {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 2.125rem;
  padding: 0.3125rem 1.25rem;

  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: right;
  color: #007fff;
  white-space: nowrap;

  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

.ps-account__open:hover,
.ps-account_opened .ps-account__open {
}

.ps-account__open_profile {
  padding-left: 2.5rem;

  background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3E%3Cpath fill=\'%23007FFF\' d=\'M15 1.2a13.8 13.8 0 0 0 0 27.6 13.8 13.8 0 0 0 0-27.6zm0 1.2a12.6 12.6 0 0 1 9 21.43c-1.1-.8-2.44-1.21-3.58-1.62a9.64 9.64 0 0 1-1.63-.7c-.4-.24-.62-.49-.74-.77-.05-.69-.04-1.24-.04-1.9.07-.07.17-.12.24-.2a5.3 5.3 0 0 0 1.15-2.42c.18-.1.37-.12.52-.3.27-.36.46-.84.54-1.53.07-.6-.12-1.01-.37-1.33.27-.88.6-2.28.49-3.72a4.4 4.4 0 0 0-.75-2.27 3.3 3.3 0 0 0-2.16-1.26c-.6-.69-1.57-1.01-2.72-1.01h-.01c-2.58.05-4.25 1.12-4.96 2.75-.68 1.55-.54 3.47-.05 5.48a1.7 1.7 0 0 0-.4 1.36c.1.69.28 1.17.55 1.52.15.2.34.21.52.3a5.3 5.3 0 0 0 1.15 2.42c.07.09.17.14.24.21 0 .66.01 1.21-.04 1.9-.12.28-.34.53-.74.77-.42.25-1 .48-1.63.7-1.13.41-2.47.82-3.57 1.62A12.6 12.6 0 0 1 15 2.4zM14.95 6c1.11 0 1.8.33 2 .66l.14.26.3.04c.75.1 1.17.4 1.47.82.3.41.47 1 .52 1.65.1 1.3-.27 2.85-.5 3.57l-.16.45.41.25c-.04-.03.2.11.14.55-.06.53-.2.8-.3.92-.08.12-.12.1-.11.1l-.5.04-.05.5a4.65 4.65 0 0 1-.98 2.05c-.12.14-.25.24-.2.2l-.32.18v.36c0 .8-.04 1.44.05 2.37v.08l.03.07c.24.64.73 1.09 1.29 1.42.55.33 1.19.57 1.84.8 1.08.39 2.2.77 3.07 1.33a12.55 12.55 0 0 1-16.17 0c.86-.56 1.99-.94 3.07-1.32.65-.24 1.28-.48 1.84-.81a2.86 2.86 0 0 0 1.28-1.42l.03-.07v-.08c.09-.92.05-1.57.05-2.37v-.36l-.32-.17c.05.02-.08-.07-.2-.21a4.62 4.62 0 0 1-.98-2.05l-.05-.5-.5-.04c.01 0-.03.02-.12-.1a1.9 1.9 0 0 1-.29-.92c-.05-.44.18-.58.14-.55l.38-.23-.11-.44c-.52-1.98-.6-3.79-.06-5C11.6 6.8 12.67 6.04 14.95 6z\'/%3E%3C/svg%3E%0A');
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.ps-account__popup-arr {
  position: absolute;
  bottom: -1rem;
  left: 50%;
  z-index: 11;

  display: none;
  width: 1.75rem;
  height: 1rem;
  margin-left: -0.875rem;
}

.ps-account_opened .ps-account__popup-arr {
  display: block;

  -webkit-animation: ts-dropdown_opened_animation 0.3s ease-in-out 1;
  animation: ts-dropdown_opened_animation 0.3s ease-in-out 1;
}

.ps-account__popup-arr::before,
.ps-account__popup-arr::after {
  content: '';
  position: absolute;
  left: 0;

  display: block;
  width: 0;
  height: 0;

  border-right: 0.875rem solid transparent;
  border-left: 0.875rem solid transparent;
}

.ps-account__popup-arr::before {
  top: -webkit-calc( 0.1875rem - 1px );
  top: calc( 0.1875rem - 1px );

  border-bottom: 0.875rem solid #dddddd;
}

.ps-account__popup-arr::after {
  top: 0.1875rem;

  border-bottom: 0.875rem solid #ffffff;
}

.ps-account__details {
  position: relative;

  display: none;
}

.ps-account_opened .ps-account__details {
  display: block;

  -webkit-animation: ts-dropdown_opened_animation 0.3s ease-in-out 1;
  animation: ts-dropdown_opened_animation 0.3s ease-in-out 1;
}

.ps-account__wrap {
  position: absolute;
  right: 0;
  z-index: 10;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1rem;
  padding: 1.25rem 2rem;

  background: #ffffff;
  -webkit-box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.25), 0 10px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.25), 0 10px 30px rgba(0, 0, 0, 0.25);
}

.ps-account .popup__close {
  position: absolute;
  top: 1.375rem;
  right: 1.625rem;
}

/* Personal information */
.ps-account__username {
  margin: 0 0 0.75rem;
  padding-right: 1.5rem;

  white-space: nowrap;
}

.ps-account__info {
  padding-bottom: 1.375rem;

  border-bottom: 1px solid #e5e5e5;
}

.ps-account__settings.ts-button_link,
.ps-account__settings.ts-button_link:hover,
.ps-account__settings.ts-button_link:focus {
  height: auto;
  min-height: auto;
  padding: 0;
}

.acc-info {
  min-width: 20.625rem;
}

.acc-info__title,
.acc-info__value {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;

  vertical-align: top;
}

.acc-info__title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-right: 1.5rem;

  font-weight: normal;
  font-size: 0.875rem;
  color: #666666;
  white-space: nowrap;
}

.acc-info__value {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;

  font-weight: normal;
  font-size: 0.875rem;
}

.acc-info__actions .acc-info__title,
.acc-info__actions .acc-info__value {
  padding-top: 0.875rem;

  vertical-align: middle;
}

.acc-info__actions .ps-account__logout {
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;

  font-size: 1rem;
  line-height: 1;
}

/* IBE menu */
.ps-account__menu {
  padding-top: 0.875rem;
}

.ps-ibe-menu {
  margin: 0;
  padding: 0;

  list-style: none;
}

.ps-ibe-menu__item {
  margin: 0;
  padding: 0.25rem 0;

  list-style: none;
  font-size: 0.875rem;
  color: #bdbdbd;
  white-space: nowrap;
}

.ps-ibe-menu__item_selected {
}

.ps-ibe-menu__item-name {
  display: inline-block;

  vertical-align: middle;
  text-decoration: none;
}

.ps-ibe-menu__item-count {
  vertical-align: middle;
}

.ps-ibe-menu__item-count {
  quotes: '(' ')';
}

.ps-ibe-menu__item-count::before {
  content: open-quote;
}

.ps-ibe-menu__item-count::after {
  content: close-quote;
}

a.ps-ibe-menu__item-name,
a.ps-ibe-menu__item-name ~ .ps-ibe-menu__item-count {
  color: #007fff;
}
