/* anonym-user-root.css?file=../ui/components/Button/ButtonClean.styl */
.anonym_user_root_button-clean {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  text-decoration: none;
  text-align: inherit;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.anonym_user_root_button-clean:focus-visible {
  outline: var(--focus-outline);
}

/* anonym-user-root.css?file=../ui/components/Loader/FetchingHorizontalLoader/FetchingHorizontalLoader.styl */
.anonym_user_root_loader {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 8px;
  padding: 0;
  text-align: center;
}
.anonym_user_root_loader:before,
.anonym_user_root_loader:after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color_main);
  transform: scale(.75);
  opacity: .5;
  content: "";
}
.anonym_user_root_loader.anonym_user_root___light2:before,
.anonym_user_root_loader.anonym_user_root___light2:after {
  background: var(--color_white);
}
.anonym_user_root_loader.anonym_user_root___small {
  width: 16px;
  height: 4px;
}
.anonym_user_root_loader.anonym_user_root___small:before,
.anonym_user_root_loader.anonym_user_root___small:after {
  width: 4px;
  height: 4px;
  background: var(--color_secondary);
}
.anonym_user_root_loader.anonym_user_root___small:before {
  margin: -4px 0 0 -10px;
}
.anonym_user_root_loader.anonym_user_root___small:after {
  margin: -4px -6px 0 0;
}
.anonym_user_root_loader:before {
  left: 50%;
  margin: -4px 0 0 -15px;
  animation: anonym_user_root_show .9s 0s infinite linear;
}
.anonym_user_root_loader:after {
  right: 50%;
  margin: -4px -15px 0 0;
  animation: anonym_user_root_show .9s .3s infinite linear;
}
.anonym_user_root_loader .anonym_user_root_item {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: var(--color_main);
  transform: scale(.75);
  opacity: .5;
  animation: anonym_user_root_show .9s .15s infinite linear;
}
.anonym_user_root_loader .anonym_user_root_item.anonym_user_root___small {
  width: 4px;
  height: 4px;
  background: var(--color_secondary);
}
.anonym_user_root_loader .anonym_user_root_item.anonym_user_root___light2 {
  background: var(--color_white);
}
@keyframes anonym_user_root_show {
  0% {
    transform: scale(.75);
    opacity: .5;
  }
  25% {
    transform: scale(.75);
    opacity: .5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(.75);
    opacity: .5;
  }
}

/* anonym-user-root.css?file=../ui/components/Spin/Spin.styl */
.anonym_user_root_spin {
  display: inline-block;
}
.anonym_user_root_spin.anonym_user_root___center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.anonym_user_root_spin.anonym_user_root___absolute {
  position: absolute;
}
.anonym_user_root_spin.anonym_user_root___fixed {
  position: fixed;
}
.anonym_user_root_spin.anonym_user_root___absolute,
.anonym_user_root_spin.anonym_user_root___fixed {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.anonym_user_root_spin-container.anonym_user_root___with-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.anonym_user_root_spin-icon-wrapper {
  line-height: 0;
}
.anonym_user_root_spin-icon-wrapper.anonym_user_root___default {
  width: 32px;
  height: 32px;
}
.anonym_user_root_spin-icon-wrapper.anonym_user_root___small2 {
  width: 16px;
  height: 16px;
}
.anonym_user_root_spin-label {
  margin-top: 16px;
  font-size: var(--fs-l);
  line-height: 21px;
  color: var(--color_secondary);
}
.anonym_user_root_spin-icon svg {
  animation: anonym_user_root_rotate 3.5s linear infinite;
}
.anonym_user_root_spin-icon svg circle {
  stroke: var(--color_orange);
  animation: anonym_user_root_arcs 3.9s cubic-bezier(.82, .1, .48, 1) infinite;
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .anonym_user_root_spin-icon svg circle {
    stroke: var(--color_white);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .anonym_user_root_spin-icon svg circle,
:root.ds-colors.dark-theme .anonym_user_root_spin-icon svg circle {
  stroke: var(--color_white);
}
@keyframes anonym_user_root_rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes anonym_user_root_arcs {
  0% {
    stroke-dashoffset: 87.9646;
  }
  12.5% {
    stroke-dashoffset: 65.97345;
  }
  25% {
    stroke-dashoffset: 43.9823;
  }
  37.5% {
    stroke-dashoffset: 21.99115;
  }
  50% {
    stroke-dashoffset: 0;
  }
  62.5% {
    stroke-dashoffset: -21.99115;
  }
  75% {
    stroke-dashoffset: -43.9823;
  }
  87.5% {
    stroke-dashoffset: -65.97345;
  }
  to {
    stroke-dashoffset: -87.9646;
  }
}

/* anonym-user-root.css?file=../ui/components/Spinner/Spinner.styl */
.anonym_user_root_spinner {
  position: relative;
  display: inline-block;
  color: var(--color_white);
  vertical-align: middle;
}
.anonym_user_root_spinner.anonym_user_root___size-16 {
  width: 16px;
  height: 16px;
}
.anonym_user_root_spinner.anonym_user_root___size-20 {
  width: 20px;
  height: 20px;
}
.anonym_user_root_spinner.anonym_user_root___size-40 {
  width: 40px;
  height: 40px;
}
.anonym_user_root_spinner.anonym_user_root___size-48 {
  width: 48px;
  height: 48px;
}
.anonym_user_root_spinner.anonym_user_root___view-secondary2 {
  color: var(--color_secondary);
}
.anonym_user_root_spinner.anonym_user_root___light3 {
  color: var(--color_orange);
}
.anonym_user_root_spinner.anonym_user_root___outline2,
.anonym_user_root_spinner.anonym_user_root___clean2 {
  color: var(--color_secondary);
}
.anonym_user_root_spinner:before,
.anonym_user_root_spinner:after,
.anonym_user_root_el:before,
.anonym_user_root_el:after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: anonym_user_root_spinner 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  content: "";
}
.anonym_user_root_spinner.anonym_user_root___size-48:before,
.anonym_user_root_spinner.anonym_user_root___size-48:after,
.anonym_user_root_spinner.anonym_user_root___size-48 .anonym_user_root_el:before,
.anonym_user_root_spinner.anonym_user_root___size-48 .anonym_user_root_el:after {
  border-width: 4px;
}
.anonym_user_root_spinner:after {
  animation-delay: -.45s;
}
.anonym_user_root_el:before {
  animation-delay: -.3s;
}
.anonym_user_root_el:after {
  animation-delay: -.15s;
}
@keyframes anonym_user_root_spinner {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* anonym-user-root.css?file=../ui/components/Button/ButtonCore.styl */
.anonym_user_root_button-core {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  overflow: visible;
  color: var(--color_white);
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-color: var(--color_orange_new);
  outline: none;
  transition: box-shadow .1s ease-in, background-color .1s ease-in;
  user-select: none;
}
.anonym_user_root_button-core.anonym_user_root___size-l {
  height: 40px;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: var(--fs-l);
  line-height: var(--lh-n);
}
.anonym_user_root_button-core.anonym_user_root___size-m {
  height: 32px;
  padding: 0 16px;
  border-radius: 16px;
  font-size: var(--fs-n);
  line-height: 32px;
}
.anonym_user_root_button-core.anonym_user_root___size-s {
  height: 24px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: var(--fs-s);
  line-height: 24px;
}
.anonym_user_root_button-core.anonym_user_root___wide {
  width: 100%;
}
.anonym_user_root_button-core.anonym_user_root___circle {
  min-width: 0;
  padding: 0;
}
.anonym_user_root_button-core.anonym_user_root___circle.anonym_user_root___size-m {
  width: 32px;
}
.anonym_user_root_button-core.anonym_user_root___circle.anonym_user_root___size-s {
  width: 24px;
}
.anonym_user_root_button-core.anonym_user_root___view-secondary {
  color: var(--color_secondary);
  background-color: var(--color_main-008);
}
.anonym_user_root_button-core.anonym_user_root___view-secondary.anonym_user_root___high_contrast {
  color: var(--color_main);
}
.anonym_user_root_button-core.anonym_user_root___light {
  color: var(--color_orange_new);
  background-color: var(--color_orange-light);
}
.anonym_user_root_button-core.anonym_user_root___white {
  color: #333;
  background-color: var(--color_white);
}
.anonym_user_root_button-core.anonym_user_root___white-secondary {
  color: var(--color_white);
  background-color: var(--color_white-008);
}
.anonym_user_root_button-core.anonym_user_root___eye-catching {
  background-color: #87189d;
}
.anonym_user_root_button-core.anonym_user_root___view_accent {
  color: var(--color_white);
  background-color: #1abaff;
}
.anonym_user_root_button-core.anonym_user_root___dark {
  color: var(--color_white);
  background-color: #0009;
}
.anonym_user_root_button-core.anonym_user_root___outline {
  color: var(--color_secondary);
  background-color: var(--color_surface);
  box-shadow: inset 0 0 0 1px var(--color_gray-stub);
}
.anonym_user_root_button-core.anonym_user_root___clean {
  color: var(--color_secondary);
  background-color: transparent;
}
.anonym_user_root_button-core.anonym_user_root___no-radius {
  border-radius: 0;
}
.anonym_user_root_button-core.anonym_user_root___radius-8 {
  border-radius: 8px;
}
.anonym_user_root_button-core.anonym_user_root___radius-16 {
  border-radius: 16px;
}
.anonym_user_root_button-core.anonym_user_root___radius-40 {
  border-radius: 40px;
}
.anonym_user_root_button-core.anonym_user_root___center-align {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.anonym_user_root_content {
  display: block;
}
.anonym_user_root_content.anonym_user_root___center-align {
  display: flex;
  align-items: center;
}
.anonym_user_root_spinner2 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.anonym_user_root_button-core.anonym_user_root___loading .anonym_user_root_content {
  z-index: -1;
  opacity: 0;
}
.anonym_user_root_button-core.anonym_user_root___loading .anonym_user_root_spinner2 {
  display: flex;
}
.anonym_user_root_button-core-container:hover.anonym_user_root_button-core,
.anonym_user_root_button-core-container:focus.anonym_user_root_button-core,
.anonym_user_root_button-core-container:active.anonym_user_root_button-core,
.anonym_user_root_button-core-container.anonym_user_root___active.anonym_user_root_button-core,
.anonym_user_root_button-core-container:hover .anonym_user_root_button-core,
.anonym_user_root_button-core-container:focus .anonym_user_root_button-core,
.anonym_user_root_button-core-container:active .anonym_user_root_button-core,
.anonym_user_root_button-core-container.anonym_user_root___active .anonym_user_root_button-core {
  color: var(--color_white);
  text-decoration: none;
  background-color: var(--color_orange_hover);
  box-shadow: 0 0 0 1px var(--color_orange_hover);
}
.anonym_user_root_button-core-container:hover .anonym_user_root_button-core.anonym_user_root___view-secondary,
.anonym_user_root_button-core-container:focus .anonym_user_root_button-core.anonym_user_root___view-secondary,
.anonym_user_root_button-core-container:active .anonym_user_root_button-core.anonym_user_root___view-secondary,
.anonym_user_root_button-core-container.anonym_user_root___active .anonym_user_root_button-core.anonym_user_root___view-secondary {
  color: var(--dynamic-text-and-icons-base-primary);
  background-color: var(--color_main-012);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_main-012);
}
.anonym_user_root_button-core-container:hover .anonym_user_root_button-core.anonym_user_root___view-secondary.anonym_user_root___high_contrast,
.anonym_user_root_button-core-container:focus .anonym_user_root_button-core.anonym_user_root___view-secondary.anonym_user_root___high_contrast,
.anonym_user_root_button-core-container:active .anonym_user_root_button-core.anonym_user_root___view-secondary.anonym_user_root___high_contrast,
.anonym_user_root_button-core-container.anonym_user_root___active .anonym_user_root_button-core.anonym_user_root___view-secondary.anonym_user_root___high_contrast {
  color: var(--color_main);
}
.anonym_user_root_button-core-container:hover .anonym_user_root_button-core.anonym_user_root___light,
.anonym_user_root_button-core-container:focus .anonym_user_root_button-core.anonym_user_root___light,
.anonym_user_root_button-core-container:active .anonym_user_root_button-core.anonym_user_root___light,
.anonym_user_root_button-core-container.anonym_user_root___active .anonym_user_root_button-core.anonym_user_root___light {
  color: var(--color_orange_new);
  background-color: var(--color_orange-light_hover);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_orange-light_hover);
}
.anonym_user_root_button-core-container:hover .anonym_user_root_button-core.anonym_user_root___white,
.anonym_user_root_button-core-container:focus .anonym_user_root_button-core.anonym_user_root___white,
.anonym_user_root_button-core-container:active .anonym_user_root_button-core.anonym_user_root___white,
.anonym_user_root_button-core-container.anonym_user_root___active .anonym_user_root_button-core.anonym_user_root___white {
  color: #333;
  background-color: var(--color_white);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_main-012);
}
.anonym_user_root_button-core-container:hover .anonym_user_root_button-core.anonym_user_root___white-secondary,
.anonym_user_root_button-core-container:focus .anonym_user_root_button-core.anonym_user_root___white-secondary,
.anonym_user_root_button-core-container:active .anonym_user_root_button-core.anonym_user_root___white-secondary,
.anonym_user_root_button-core-container.anonym_user_root___active .anonym_user_root_button-core.anonym_user_root___white-secondary {
  color: var(--color_white);
  background-color: var(--color_white-012);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_white-012);
}
.anonym_user_root_button-core-container:hover .anonym_user_root_button-core.anonym_user_root___outline,
.anonym_user_root_button-core-container:focus .anonym_user_root_button-core.anonym_user_root___outline,
.anonym_user_root_button-core-container:active .anonym_user_root_button-core.anonym_user_root___outline,
.anonym_user_root_button-core-container.anonym_user_root___active .anonym_user_root_button-core.anonym_user_root___outline {
  color: var(--color_secondary);
  background-color: var(--color_on-surface);
  outline: none;
  box-shadow: 0 0 0 1px #0000001f;
}
.anonym_user_root_button-core-container:hover .anonym_user_root_button-core.anonym_user_root___clean,
.anonym_user_root_button-core-container:focus .anonym_user_root_button-core.anonym_user_root___clean,
.anonym_user_root_button-core-container:active .anonym_user_root_button-core.anonym_user_root___clean,
.anonym_user_root_button-core-container.anonym_user_root___active .anonym_user_root_button-core.anonym_user_root___clean {
  color: var(--color_secondary);
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.anonym_user_root_button-core-container:hover .anonym_user_root_button-core.anonym_user_root___eye-catching,
.anonym_user_root_button-core-container:focus .anonym_user_root_button-core.anonym_user_root___eye-catching,
.anonym_user_root_button-core-container:active .anonym_user_root_button-core.anonym_user_root___eye-catching,
.anonym_user_root_button-core-container.anonym_user_root___active .anonym_user_root_button-core.anonym_user_root___eye-catching {
  background-color: #6b0380;
  box-shadow: 0 0 0 1px #6b0380;
}
.anonym_user_root_button-core-container:hover .anonym_user_root_button-core.anonym_user_root___view_accent,
.anonym_user_root_button-core-container:focus .anonym_user_root_button-core.anonym_user_root___view_accent,
.anonym_user_root_button-core-container:active .anonym_user_root_button-core.anonym_user_root___view_accent,
.anonym_user_root_button-core-container.anonym_user_root___active .anonym_user_root_button-core.anonym_user_root___view_accent {
  background-color: #1abaff;
  box-shadow: 0 0 0 1px #1abaff;
}
.anonym_user_root_button-core-container:hover .anonym_user_root_button-core.anonym_user_root___dark,
.anonym_user_root_button-core-container:focus .anonym_user_root_button-core.anonym_user_root___dark,
.anonym_user_root_button-core-container:active .anonym_user_root_button-core.anonym_user_root___dark,
.anonym_user_root_button-core-container.anonym_user_root___active .anonym_user_root_button-core.anonym_user_root___dark {
  background-color: #000c;
  box-shadow: 0 0 0 1px #000c;
}
.anonym_user_root_button-core-container:disabled.anonym_user_root_button-core,
.anonym_user_root_button-core-container:disabled .anonym_user_root_button-core {
  background-color: var(--color_orange_new);
  box-shadow: none;
}
.anonym_user_root_button-core-container:disabled .anonym_user_root_button-core.anonym_user_root___view-secondary {
  background-color: var(--color_main-008);
  box-shadow: none;
}
.anonym_user_root_button-core-container:disabled .anonym_user_root_button-core.anonym_user_root___light {
  background-color: var(--color_orange-light);
  box-shadow: none;
}
.anonym_user_root_button-core-container:disabled .anonym_user_root_button-core.anonym_user_root___white {
  background-color: var(--color_white);
  box-shadow: none;
}
.anonym_user_root_button-core-container:disabled .anonym_user_root_button-core.anonym_user_root___white-secondary {
  background-color: var(--color_white-008);
  box-shadow: none;
}
.anonym_user_root_button-core-container:disabled .anonym_user_root_button-core.anonym_user_root___outline {
  background-color: var(--color_surface);
  box-shadow: none;
}
.anonym_user_root_button-core-container:disabled .anonym_user_root_button-core.anonym_user_root___clean {
  background-color: transparent;
}
.anonym_user_root_button-core-container:disabled .anonym_user_root_button-core.anonym_user_root___eye-catching {
  background-color: #87189d;
  box-shadow: none;
}
.anonym_user_root_button-core-container:disabled .anonym_user_root_button-core.anonym_user_root___view_accent {
  background-color: #1abaff;
  box-shadow: none;
}
.anonym_user_root_button-core-container:disabled .anonym_user_root_button-core.anonym_user_root___dark {
  background-color: #0009;
  box-shadow: none;
}
.anonym_user_root_button-core-container:hover .anonym_user_root_button-core,
.anonym_user_root_button-core-container:active .anonym_user_root_button-core {
  outline: none;
}

/* anonym-user-root.css?file=../ui/components/Button/Button.styl */
.anonym_user_root_button {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  text-decoration: none;
  text-align: inherit;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  opacity: 1;
  transition: opacity .3s ease;
}
.anonym_user_root_button:focus-visible {
  outline: var(--focus-outline);
}
.anonym_user_root_button:hover,
.anonym_user_root_button:active {
  outline: none;
}
.anonym_user_root_button.anonym_user_root___wide2 {
  width: 100%;
}
.anonym_user_root_button.anonym_user_root___disabled {
  cursor: default;
  opacity: .5;
}
.anonym_user_root_button.anonym_user_root___no-animation {
  transition: none;
}

/* anonym-user-root.css?file=../ui/components/ColumnContent/ColumnContent.styl */
.anonym_user_root_title {
  font-size: var(--fs-l);
  line-height: 21px;
  margin: 0;
  font-weight: 600;
  color: var(--color_main);
}
.anonym_user_root_additional-info {
  font-size: var(--fs-n);
  line-height: 19px;
  margin-left: 6px;
  font-weight: 400;
  color: var(--color_secondary);
}
.anonym_user_root_content3 {
  margin-top: 14px;
  margin-bottom: 12px;
}
.anonym_user_root_button2 {
  color: inherit;
}
.anonym_user_root_footer-link-wrapper {
  display: block;
  width: 100%;
}
.anonym_user_root_footer-link {
  width: 100%;
}

/* anonym-user-root.css?file=../ui/components/Icon/Icon.styl */
.anonym_user_root_icon {
  display: inline-block;
}
.anonym_user_root_icon > svg {
  display: block;
}
.anonym_user_root_icon.anonym_user_root___is-flipped {
  transform: scaleX(-1);
}
.anonym_user_root_icon.anonym_user_root___margin-right {
  margin-right: 4px;
}
.anonym_user_root_icon.anonym_user_root___margin-left {
  margin-left: 4px;
}
.anonym_user_root_icon.anonym_user_root___size-8 {
  width: 8px;
  height: 8px;
}
.anonym_user_root_icon.anonym_user_root___size-10 {
  width: 10px;
  height: 10px;
}
.anonym_user_root_icon.anonym_user_root___size-12 {
  width: 12px;
  height: 12px;
}
.anonym_user_root_icon.anonym_user_root___size-162 {
  width: 16px;
  height: 16px;
}
.anonym_user_root_icon.anonym_user_root___size-18 {
  width: 18px;
  height: 18px;
}
.anonym_user_root_icon.anonym_user_root___size-202 {
  width: 20px;
  height: 20px;
}
.anonym_user_root_icon.anonym_user_root___size-24 {
  width: 24px;
  height: 24px;
}
.anonym_user_root_icon.anonym_user_root___size-26 {
  width: 26px;
  height: 26px;
}
.anonym_user_root_icon.anonym_user_root___size-28 {
  width: 28px;
  height: 28px;
}
.anonym_user_root_icon.anonym_user_root___size-32 {
  width: 32px;
  height: 32px;
}
.anonym_user_root_icon.anonym_user_root___size-36 {
  width: 36px;
  height: 36px;
}
.anonym_user_root_icon.anonym_user_root___size-402 {
  width: 40px;
  height: 40px;
}
.anonym_user_root_icon.anonym_user_root___size-44 {
  width: 44px;
  height: 44px;
}
.anonym_user_root_icon.anonym_user_root___size-482 {
  width: 48px;
  height: 48px;
}
.anonym_user_root_icon.anonym_user_root___size-54 {
  width: 54px;
  height: 54px;
}
.anonym_user_root_icon.anonym_user_root___size-56 {
  width: 56px;
  height: 56px;
}
.anonym_user_root_icon.anonym_user_root___size-60 {
  width: 60px;
  height: 60px;
}
.anonym_user_root_icon.anonym_user_root___size-64 {
  width: 64px;
  height: 64px;
}
.anonym_user_root_icon.anonym_user_root___size-80 {
  width: 80px;
  height: 80px;
}
.anonym_user_root_icon.anonym_user_root___size-96 {
  width: 96px;
  height: 96px;
}
.anonym_user_root_icon.anonym_user_root___size-100 {
  width: 100px;
  height: 100px;
}
.anonym_user_root_icon.anonym_user_root___size-120 {
  width: 120px;
  height: 120px;
}
.anonym_user_root_icon.anonym_user_root___size-128 {
  width: 128px;
  height: 128px;
}
.anonym_user_root_icon.anonym_user_root___size-132 {
  width: 132px;
  height: 132px;
}
.anonym_user_root_icon.anonym_user_root___size-144 {
  width: 144px;
  height: 144px;
}
.anonym_user_root_icon.anonym_user_root___size-152 {
  width: 152px;
  height: 152px;
}
.anonym_user_root_icon.anonym_user_root___size-160 {
  width: 160px;
  height: 160px;
}
.anonym_user_root_icon.anonym_user_root___size-176 {
  width: 176px;
  height: 176px;
}
.anonym_user_root_icon.anonym_user_root___size-208 {
  width: 208px;
  height: 208px;
}
.anonym_user_root_icon.anonym_user_root___size-240 {
  width: 240px;
  height: 240px;
}
.anonym_user_root_icon.anonym_user_root___size-288 {
  width: 288px;
  height: 288px;
}
.anonym_user_root_icon.anonym_user_root___size-full {
  width: 100%;
  height: 100%;
}
.svg-fill {
  fill: currentColor;
}
.svg-stroke {
  stroke: currentColor;
}

/* anonym-user-root.css?file=../ui/components/Link/Link.styl */
.anonym_user_root_link {
  text-decoration: none;
}
.anonym_user_root_link:hover {
  text-decoration: underline;
}
.anonym_user_root_link.anonym_user_root___primary {
  color: var(--color_main);
}
.anonym_user_root_link.anonym_user_root___secondary {
  color: var(--color_secondary);
}
.anonym_user_root_link.anonym_user_root___active2 {
  color: var(--color_orange);
}
.anonym_user_root_link.anonym_user_root___black {
  color: var(--color_main);
}
.anonym_user_root_link.anonym_user_root___white2 {
  color: var(--color_white);
}
.anonym_user_root_link.anonym_user_root___orange {
  color: var(--color_orange);
  text-decoration: none;
}
.anonym_user_root_link.anonym_user_root___orange:hover {
  color: var(--color_action_active_new);
}
.anonym_user_root_link.anonym_user_root___none {
  text-decoration: none;
  cursor: auto;
}
.anonym_user_root_link.anonym_user_root___none:hover {
  color: inherit;
  text-decoration: none;
}
.anonym_user_root_link.anonym_user_root___no-text-decor,
.anonym_user_root_link.anonym_user_root___no-text-decor:hover {
  text-decoration: none;
}

/* anonym-user-root.css?file=../ui/components/ColumnContentItem/ColumnContentItem.styl */
.anonym_user_root_container {
  display: flex;
  gap: 12px;
  align-items: center;
}
.anonym_user_root_img-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.anonym_user_root_img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.anonym_user_root_text {
  max-width: 176px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.anonym_user_root_title2 {
  font-size: var(--fs-n);
  line-height: 19px;
  padding: 0;
}
.anonym_user_root_subtitle {
  font-size: var(--fs-s);
  line-height: 16px;
  margin-top: 2px;
  color: var(--color_secondary);
}
.anonym_user_root_button3 {
  color: var(--color_secondary);
  line-height: 0;
}

/* anonym-user-root.css?file=../ui/components/ColumnContentWrapper/ColumnContentWrapper.styl */
.anonym_user_root_container2 {
  max-width: 304px;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px 16px;
  border-radius: 20px;
  background-color: var(--color_surface);
}

/* anonym-user-root.css?file=../ui/components/LabelCard/LabelCard.styl */
.anonym_user_root_section-items-wrapper2 {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.anonym_user_root_inline-images-wrapper {
  display: flex;
}
.anonym_user_root_inline-images-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  margin-left: -6px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
}
.anonym_user_root_inline-images_item:first-child {
  margin: 0;
}
.anonym_user_root_subtext {
  font-size: var(--fs-n);
  line-height: 19px;
  color: var(--color_secondary);
  margin: auto 0;
}
.anonym_user_root_subtext.anonym_user_root___red {
  color: var(--color_red);
}
.anonym_user_root_subtext.anonym_user_root___green {
  color: var(--color_green_new);
}
.anonym_user_root_move-right {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}

/* anonym-user-root.css?file=anonym-user-root/components/AnonymUserRoot/AnonymUserRoot.styl */
.anonym_user_root_content2 {
  width: 880px;
}
.anonym_user_root_content2,
.anonym_user_root_content-right-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.anonym_user_root_content-left-column {
  display: flex;
  flex-direction: column;
}
.anonym_user_root_content-main {
  display: flex;
  gap: 16px;
}
.anonym_user_root_content-left-column {
  width: 560px;
}
.anonym_user_root_content-right-column {
  width: 304px;
}
.anonym_user_root_section-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.anonym_user_root_section-items-wrapper.anonym_user_root___inline {
  flex-direction: row;
}
.anonym_user_root_empty-right-column-section {
  font-size: var(--fs-n);
  line-height: 19px;
  color: var(--color_secondary);
  text-align: center;
  margin: 25px 5px;
}
/*# sourceMappingURL=anonym-user-root-V2LTJKOD.css.map */
