

/* Start:/bitrix/templates/accounts/template_styles.css?175438633819695*/
@import url(/bitrix/templates/accounts/normalize.css);

/*Utils*/
.twpx-b24a-gap-16 {
  display: grid;
  gap: 16px;
}
.twpx-b24a-gap-10 {
  display: grid;
  gap: 10px;
}
/*_Utils_*/

/* body {
  position: static;
  height: auto;
}
body:after {
  display: none;
} */
hr.twpx-b24a-hr {
  border: 0;
  margin: 0;
  padding: 16px 0;
}
hr.twpx-b24a-hr.twpx-b24a-hr--16 {
  padding: 8px 0;
}
.twpx-b24a-page-content a {
  color: #2900e0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.twpx-b24a-page-content a:active {
  background-color: transparent;
}
.twpx-b24a-page-content a:hover {
  opacity: 0.7;
}
.twpx-b24a-page-content {
  min-height: 100vh;
  /* background-color: #fff; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
}
.twpx-b24a-page-content * {
  box-sizing: border-box;
}
.twpx-b24a-bg {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.twpx-b24a-bg picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s ease;
  transition: opacity1s ease;
  opacity: 0;
  z-index: 10;
}
.twpx-b24a-bg picture.twpx-b24a-bg--visible {
  opacity: 1;
}
.twpx-b24a-bg picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twpx-b24a-bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  z-index: 11;
}
.twpx-b24a-bg-blur--hidden {
  opacity: 0;
}
/* .twpx-b24a-page-content.twpx-b24a-page--outside .twpx-b24a-bg {
  position: relative;
  padding-top: 40vh;
  height: auto;
}
.twpx-b24a-page-content.twpx-b24a-page--outside .twpx-b24a-bg picture {
  top: 0;
  height: auto;
} */
.twpx-b24a-titlebar {
  width: 100%;
  height: 64px;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  z-index: 1000;
}
.twpx-b24a-page--outside .twpx-b24a-titlebar {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  justify-content: space-between;
  z-index: 1000;
}
.twpx-b24a-titlebar-left,
.twpx-b24a-titlebar-right {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.twpx-b24a-back {
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 10px;
  background-color: #2900e0;
  background-image: url(/bitrix/templates/accounts/images/arrow.svg);
  background-repeat: no-repeat;
  background-position: 11px 9px;
  border-radius: 50%;
  z-index: 10;
}
.twpx-b24a-back:hover {
  background-color: #0066ff;
}
.twpx-b24a-back span {
  display: none;
}
.twpx-b24a-to-main {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
}
.twpx-b24a-to-main img {
  width: 32px;
  height: 32px;
}
.twpx-b24a-exit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 10px;
  background-color: #2900e0;
  padding: 0 20px;
  border-radius: 16px;
  z-index: 10;
}
.twpx-b24a-exit:hover {
  background-color: #0066ff;
}
.twpx-b24a-page-content a.twpx-b24a-exit,
.twpx-b24a-page-content a.twpx-b24a-exit:hover {
  color: #fff;
}
.twpx-b24a-avatar {
  position: relative;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.twpx-b24a-avatar img {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}
.twpx-b24a-avatar-edit {
  position: absolute;
  bottom: 16px;
  right: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #2900e0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 10;
}
.twpx-b24a-avatar-edit:before,
.twpx-b24a-avatar-edit:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  border-top: 2px solid #fff;
  z-index: 10;
}
.twpx-b24a-avatar-edit:before {
  top: 15px;
  left: 8px;
}
.twpx-b24a-avatar-edit:after {
  top: 15px;
  left: 8px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.twpx-b24a-avatar-edit--del {
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
}
.twpx-b24a-page--profile .twpx-b24a-avatar {
  display: block;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  padding: 16px 0;
  margin: 0 auto calc(-16px - 64px);
  text-align: center;
  box-sizing: content-box;
  z-index: 30;
}
.twpx-b24a-page--profile .twpx-b24a-avatar img {
  width: 128px;
  height: 128px;
}
.twpx-b24a-avatar--editable {
  cursor: pointer;
}
.twpx-b24a-content {
  position: relative;
  background-color: #fff;
  border-radius: 32px;
  width: 100%;
  min-height: calc(100vh - 16px - 32px - 16px - 16px - 64px - 16px);
  z-index: 20;
}
.twpx-b24a-content.twpx-b24a-content--preloader {
  position: relative;
  height: 415px;
}
.twpx-b24a-content.twpx-b24a-content--preloader * {
  display: none;
}
.twpx-b24a-content.twpx-b24a-content--preloader:after {
  content: '';
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  -webkit-animation: vue-loader-circle 1.3s infinite linear;
  animation: vue-loader-circle 1.3s infinite linear;
  border: 3px solid #eee;
  border-radius: 50%;
  border-right-color: transparent;
}
.twpx-b24a-page--outside .twpx-b24a-content {
  /* -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  border-radius: 30px; */
  position: absolute;
  bottom: 0;
  transform: translateY(0px);
  min-height: 400px;
  border-radius: 32px 32px 0 0;
}
.twpx-b24a-page--profile .twpx-b24a-content {
  padding-top: calc(64px + 16px);
  min-height: calc(100vh - 64px - 20px - 128px / 2);

  min-height: calc(100vh - 16px - 32px - 16px - 16px - 64px);
}
.twpx-b24a-content-pad {
  padding: 16px;
}
.twpx-b24a-content-text-pad {
  padding: 16px 32px;
}
.twpx-b24a-content-pad.twpx-b24a-content-pad--preloader {
  position: relative;
  height: 415px;
}
.twpx-b24a-content-pad.twpx-b24a-content-pad--preloader * {
  display: none;
}
.twpx-b24a-content-pad.twpx-b24a-content-pad--preloader .twpx-b24a-preloader,
.twpx-b24a-content-pad.twpx-b24a-content-pad--preloader
  .twpx-b24a-preloader
  img {
  display: block;
}

.twpx-b24a-content-pad.twpx-b24a-content-pad--preloader {
  position: relative;
  min-height: 500px;
}
.twpx-b24a-content-pad.twpx-b24a-content-pad--preloader:after {
  content: '';
  display: block;
  position: absolute;
  height: 32px;
  width: 32px;
  top: calc(50% - 16px);
  right: calc(50% - 16px);
  -webkit-animation: vue-loader-circle 1.3s infinite linear;
  animation: vue-loader-circle 1.3s infinite linear;
  border: 3px solid #eee;
  border-radius: 50%;
  border-right-color: transparent;
}

@-webkit-keyframes vue-loader-circle {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vue-loader-circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.twpx-b24a-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.twpx-b24a-h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding: 32px;
}
.twpx-b24a-h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 24px 16px;
}
.twpx-b24a-h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px;
}
.twpx-b24a-text {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.twpx-b24a-error {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  color: #ff0000;
}
.twpx-b24a-valid {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  color: rgb(15, 165, 15);
}

/*Table*/
a.twpx-b24a-list-group-item.twpx-b24a-link-item {
  color: #000;
}
.twpx-b24a-link-item {
  position: relative;
}
a.twpx-b24a-link-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 10px;
  height: 15px;
  background: url(/bitrix/templates/accounts/images/arrow-blue.svg) no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
.twpx-b24a-link-item:first-child {
  border-top: 1px solid #fafafa;
}
.twpx-b24a-link-item .twpx-b24a-dt {
  position: absolute;
  top: 6px;
  left: 20px;
  color: #848c95;
  font-size: 11px;
}
.twpx-b24a-link-item .twpx-b24a-dd {
  color: #000;
}

/*Form*/
.twpx-b24a-form {
  margin-bottom: 30px;
}
.twpx-b24a-form-hidden {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
.twpx-b24a-captcha-img {
  text-align: center;
  margin-top: 20px;
}
.twpx-b24a-captcha-img img {
  vertical-align: top;
}
.twpx-b24a-float-label {
  position: relative;
  margin-bottom: 20px;
}
.twpx-b24a-float-label input {
  background-color: #f5f9ff;
  outline: none;
  border: none;
  border-radius: 5px;
  height: 57px;
  width: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0 20px;
  box-shadow: none;
  box-sizing: border-box;
  color: #3b3b3b;
}
.twpx-b24a-float-label input:focus {
  border-bottom: 0;
  box-shadow: none;
  background-color: #f5f9ff;
  outline: 1px solid #8bb9ff;
}

.twpx-b24a-float-label label {
  color: #000;
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 14px;
  cursor: text;
  -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: color 0.2s ease-out, transform 0.2s ease-out;
  text-align: initial;
  -webkit-transform: translateY(18px);
  transform: translateY(18px);
}

.twpx-b24a-float-label--active label,
.twpx-b24a-float-label input:focus + label {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  font-size: 11px;
  color: #848c95;
}

.twpx-b24a-float-label--invalid input {
  background-color: #fff5f5;
  outline: none;
  color: #ff0000;
}
.twpx-b24a-float-label--invalid input:focus {
  background-color: #fff5f5;
  outline: 1px solid #ff0000;
  color: #ff0000;
}

.twpx-b24a-float-label--invalid label {
  color: #ff0000;
}

.twpx-b24a-password {
  position: absolute;
  top: 17px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
.twpx-b24a-password img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.twpx-b24a-password img:first-child,
.twpx-b24a-password.twpx-b24a-password--inverse img:last-child {
  display: none;
}
.twpx-b24a-password.twpx-b24a-password--inverse img:first-child {
  display: block;
}
.twpx-b24a-submit {
  display: flex;
  margin: 0 -5px;
}
.twpx-b24a-submit .twpx-b24a-btn {
  flex-shrink: 1;
  margin: 0 5px;
}
.twpx-b24a-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: transparent;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.twpx-b24a-btn--default {
  background-color: #2900e0;
  color: #fff;
}
.twpx-b24a-btn--default:hover {
  background-color: #0066ff;
}
.twpx-b24a-btn--gray,
a.twpx-b24a-btn--gray {
  background-color: #f4f6f8;
  color: #848c95;
}
.twpx-b24a-btn--gray:hover {
  opacity: 0.7;
}
.twpx-b24a-btn--lg {
  height: 60px;
  font-size: 16px;
}
.twpx-b24a-btn--md {
  height: 48px;
  font-size: 14px;
}
.twpx-b24a-form-link {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
}

/*Checkbox*/
.twpx-b24a-checkbox {
  margin-bottom: 20px;
}

.twpx-b24a-checkbox [type='checkbox'] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.twpx-b24a-checkbox [type='checkbox'] + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.twpx-b24a-checkbox [type='checkbox'] + span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.twpx-b24a-checkbox [type='checkbox']:checked + span:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #2900e0;
  border-bottom: 2px solid #2900e0;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.twpx-b24a-checkbox [type='checkbox'] + span:after {
  border-radius: 5px;
}

.twpx-b24a-checkbox [type='checkbox'] + span:before,
.twpx-b24a-checkbox [type='checkbox'] + span:after {
  content: '';
  left: 0;
  position: absolute;
  -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
    height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
    height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}

.twpx-b24a-checkbox [type='checkbox']:not(:checked) + span:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.twpx-b24a-checkbox [type='checkbox']:not(:checked) + span:after {
  height: 24px;
  width: 24px;
  background-color: #f5f9ff;
  top: 0px;
  z-index: 0;
}

.twpx-b24a-checkbox [type='checkbox']:checked + span:before {
  top: 0;
  left: 1px;
  width: 6px;
  height: 11px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.twpx-b24a-checkbox [type='checkbox']:checked + span:after {
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #2900e0;
  z-index: 0;
}
/*_Checkbox_*/
/*_Form_*/

/*Deals*/
.twpx-b24a-content-block-list {
  display: grid;
  gap: 16px;
}
.twpx-b24a-content-block {
  background-color: #f9f9f9;
  border-radius: 16px;
}
.twpx-b24a-content-block-title a {
  color: #000;
}
.twpx-b24a-content-block-items {
  display: grid;
  gap: 16px;
}
.twpx-b24a-content-block-item {
  padding: 16px;
  border-bottom: 1px solid #ededed;
}
.twpx-b24a-content-block-item:first-of-type {
  border-top: 1px solid #ededed;
}
.twpx-b24a-content-block .twpx-b24a-content-block-item {
  border-bottom: none;
}
.twpx-b24a-content-block .twpx-b24a-content-block-item:first-of-type {
  border-top: none;
}
.twpx-b24a-content-block-item .twpx-b24a-dt {
  display: block;
  color: #848c95;
  font-size: 14px;
  margin-bottom: 4px;
}
.twpx-b24a-content-block-item .twpx-b24a-dd {
  font-size: 16px;
}
.twpx-b24a-content-block-more {
  padding: 16px;
}
.twpx-b24a-content-block-more a {
  font-size: 14px;
}
.twpx-b24a-autoload-element {
  padding-top: 100%;
  background-color: #f9f9f9;
  margin-top: 16px;
  border-radius: 8px;
}
.twpx-b24a-deals-list-page {
  margin-bottom: 16px;
}
.twpx-b24a-autoload-btn {
  display: none;
}
.twpx-b24a-deals-list-page .twpx-b24a-content-block {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.twpx-b24a-deals-list-page.twpx-b24a-content-block-page--show
  .twpx-b24a-content-block {
  opacity: 1;
}
.twpx-b24a-deals-list-page.twpx-b24a-content-block-page--show
  .twpx-b24a-content-block:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.twpx-b24a-deals-list-page.twpx-b24a-content-block-page--show
  .twpx-b24a-content-block:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.twpx-b24a-deals-list-page.twpx-b24a-content-block-page--show
  .twpx-b24a-content-block:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.twpx-b24a-deals-list-page.twpx-b24a-content-block-page--show
  .twpx-b24a-content-block:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.twpx-b24a-deals-list-page.twpx-b24a-content-block-page--show
  .twpx-b24a-content-block:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.twpx-b24a-deals-list-page.twpx-b24a-content-block-page--show
  .twpx-b24a-content-block:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/*_Deals_*/

/*Message with icon*/
.twpx-b24a-message-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  padding: 16px;
  background-color: #f4f6f8;
}
.twpx-b24a-message-icon svg {
  width: 24px;
  flex-shrink: 0;
}
.twpx-b24a-alert {
  background-color: #f22;
  color: #fff;
  border-radius: 8px;
  padding: 16px;
}
/*_Message with icon_*/

/*List group*/
.twpx-b24a-list-group {
  display: grid;
  gap: 8px;
}
.twpx-b24a-list-group-item {
  padding: 16px;
  border-radius: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  height: 64px;
  background-color: #f9f9f9;
}
/*_List group_*/

/*Icons*/
.twpx-b24a-icon-2 {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.twpx-b24a-icon-32 img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 576px) {
  .twpx-b24a-titlebar {
    height: 100px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 20;
  }
  /* .twpx-b24a-page-content.twpx-b24a-page--outside .twpx-b24a-bg img {
    top: 0;
    height: 100%;
  } */
  .twpx-b24a-page--outside .twpx-b24a-titlebar {
    height: 60px;
    position: sticky;
    margin-bottom: 0;
  }
  /* .twpx-b24a-page-content.twpx-b24a-page--outside .twpx-b24a-bg {
    position: fixed;
    height: 100vh;
  } */
  .twpx-b24a-content {
    width: 415px;
    min-height: 0;
    margin: 0 auto;
  }
  .twpx-b24a-page-content:not(.twpx-b24a-page--outside) .twpx-b24a-content {
    min-height: calc(100vh - 100px - 20px - 64px - 25px);
  }
  .twpx-b24a-page--outside .twpx-b24a-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-right: 30px;
    padding-left: 30px;
    margin: 0;
    border-radius: 32px;
    z-index: 20;
  }
  .twpx-b24a-exit {
    top: 32px;
    right: 25px;
  }
  .twpx-b24a-back {
    top: 32px;
    left: 25px;
    border-radius: 16px;
    padding: 0 25px 0 35px;
    background-position: 11px 9px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .twpx-b24a-back span {
    display: inline;
    white-space: nowrap;
    color: #fff;
  }
  /* .twpx-b24a-bg img {
    top: 0;
    height: 100%;
    object-fit: cover;
  } */
}

/* End */
/* /bitrix/templates/accounts/template_styles.css?175438633819695 */
