/* support-chat.css?file=ui/components/SupportChat/SupportChat.styl */
.support_chat_support-chat {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 14px;
  background-color: var(--color_surface);
}
.support_chat_waiter {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: var(--color_secondary);
  text-align: center;
  transform: translateY(-50%);
}
.support_chat_waiter-text {
  display: block;
  margin-top: 1em;
}

/* support-chat.css?file=ui/components/ScFatalError/ScFatalError.styl */
.support_chat_fatal-error {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.support_chat_container2 {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10%;
  text-align: center;
  transform: translateY(-50%);
}
.support_chat_header {
  margin: 18px 0 10px;
  font-weight: 600;
}
.support_chat_details {
  color: var(--color_secondary);
  font-size: 12px;
}

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

/* support-chat.css?file=ui/components/ScLoader/ScLoader.styl */
.support_chat_loader2 {
  display: inline-block;
}
.support_chat_dots {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 8px;
  font-size: 0;
}
.support_chat_dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999;
  animation: support_chat_loader-slide 2s ease-in-out infinite;
  animation-delay: .3s;
}
.support_chat_inverted .support_chat_dot {
  background-color: #999;
}
.support_chat_paused .support_chat_dot {
  animation-play-state: paused;
}
.support_chat_dot:nth-of-type(2) {
  margin: 0 4px;
  animation-delay: .15s;
}
.support_chat_dot:nth-of-type(3) {
  animation-delay: 0s;
}
.support_chat_small .support_chat_dots {
  width: 28px;
  height: 6px;
}
.support_chat_small .support_chat_dot {
  width: 6px;
  height: 6px;
}
.support_chat_xs .support_chat_dots {
  width: 14px;
  height: 3px;
}
.support_chat_xs .support_chat_dot {
  width: 3px;
  height: 3px;
}
.support_chat_xs .support_chat_dot:nth-of-type(2) {
  margin: 0 2px;
}
@keyframes support_chat_loader-slide {
  0% {
    transform: translate(-100%) scale(.5);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  25% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
  75% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
  to {
    transform: translate(100%) scale(.5);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}

/* support-chat.css?file=ui/components/ScHeader/ScHeader.styl */
.support_chat_header2 {
  position: relative;
  z-index: 15;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 16px;
  overflow: hidden;
  color: var(--color_white);
  background-color: var(--color_orange);
}
.support_chat_title {
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: var(--fs-n);
  margin: 0;
}
.support_chat_button2 {
  display: inline-block;
  padding: 0;
  border: none;
  color: var(--color_white);
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.support_chat_button2.support_chat___resize {
  cursor: nwse-resize;
}
@media (max-width: 1023px) {
  :root.__is-layout-v6 .support_chat_button2.support_chat___resize {
    display: none;
  }
}
.support_chat_button-icon {
  font-size: 0;
}
.support_chat_btn2:focus {
  box-shadow: 0 0 5px #fff;
}
.support_chat_back-link {
  color: inherit;
  line-height: 20px;
  text-decoration: none;
}
.support_chat_back-icon {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}

/* support-chat.css?file=ui/components/ScMessages/ScMessages.styl */
.support_chat_messages {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.support_chat_messages-list {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 8px;
}
.support_chat_message {
  margin-top: 12px;
}
.support_chat_message:first-child {
  margin-top: 8px;
}
.support_chat_message:last-child {
  margin-bottom: 8px;
}
.support_chat_mover {
  position: absolute;
  right: 24px;
  bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: var(--delimiter_global);
  border-radius: 50%;
  color: var(--color_secondary);
  background-color: var(--color_surface);
  box-shadow: var(--box-shadow_raised);
  cursor: pointer;
  transition: bottom .15s cubic-bezier(0, 0, .2, 1);
}
.support_chat_mover:hover {
  color: var(--color_main);
}
.support_chat_mover.support_chat__hidden {
  bottom: -33px;
  outline: none;
}
.support_chat_mover.support_chat__new-messages {
  color: #fff;
  background-color: #33a909;
}

/* support-chat.css?file=ui/components/ScVScroll/ScVScroll.styl */
.support_chat_v-scroll {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

/* support-chat.css?file=ui/components/ScMessage/ScMessage.styl */
.support_chat_message2 {
  display: block;
  overflow: hidden;
  font-size: 0;
}
.support_chat_message2:hover .support_chat_reply-button-web {
  display: block;
}
.support_chat_content {
  position: relative;
  width: 80%;
}
@media (max-width: 1023px) {
  :root.__is-layout-v6 .support_chat_content {
    max-width: 470px;
    min-width: 140px;
  }
}
@media (max-width: 767px) {
  :root.__is-layout-v6 .support_chat_content {
    max-width: 310px;
    min-width: 140px;
  }
}
.support_chat_reply-button-web {
  position: absolute;
  top: 0;
  right: -36px;
  display: none;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--color_orange);
  border-radius: 50%;
  color: var(--color_orange);
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.support_chat_reply-button-web:hover {
  color: #fff;
  background-color: var(--color_orange);
}
.support_chat_content.support_chat__from-complainer {
  margin-left: auto;
  text-align: right;
}
.support_chat_content.support_chat__system {
  margin: 0 auto;
  text-align: center;
}
.support_chat_content.support_chat__system .support_chat_message-content {
  padding: 4px 8px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  font-size: 11px;
  text-align: center;
  background-color: transparent;
}
.support_chat_content.support_chat__system .support_chat_meta,
.support_chat_content.support_chat__system .support_chat_user-name {
  display: none;
}
.support_chat_content-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.support_chat_message-content {
  position: relative;
  display: inline-block;
  max-width: 100%;
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
  background-color: var(--color_gray-6);
}
.support_chat_message-content.support_chat__mob {
  min-width: 132px;
  background-color: var(--color_surface);
}
.support_chat_message-content.support_chat__mob.support_chat__from-complainer {
  background-color: #fef8f2;
}
.support_chat_user-name {
  position: relative;
  bottom: -8px;
  padding: 0 28px 0 10px;
  overflow: hidden;
  color: var(--color_orange);
  line-height: 20px;
  text-align: left;
  text-overflow: ellipsis;
}
.support_chat_user-name.support_chat__from-complainer {
  color: var(--color_secondary);
}
.support_chat_user-name.support_chat__full {
  bottom: -1px;
  line-height: 34px;
}
.support_chat_message-text {
  padding: 12px 28px 12px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.support_chat_message-text:after {
  display: inline;
  content: " \a0\a0\a0";
}
.support_chat_meta {
  position: absolute;
  right: 9px;
  bottom: 6px;
  color: var(--color_secondary);
  font-size: 11px;
}
.support_chat_meta.support_chat__for-photo {
  right: 4px;
  padding: 3px 5px;
  border-radius: 9px;
  color: #fff;
  background-color: #333;
  opacity: .5;
}
.support_chat_meta.support_chat__mob {
  top: 4px;
  right: -35px;
  bottom: initial;
}
.support_chat_meta.support_chat__mob.support_chat__from-complainer {
  right: initial;
  left: -35px;
}
.support_chat_replying-message {
  padding: 12px 12px 0;
}
.support_chat_mob-message-actions-toggler {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  color: var(--color_secondary);
  background-color: transparent;
  outline: none;
}
.support_chat_reply-button-mob {
  position: absolute;
  top: 0;
  right: -2px;
  z-index: 1;
  display: flex;
  align-items: center;
  min-width: 132px;
  padding: 11px;
  border: 1px solid var(--color_main-008);
  border-radius: 4px;
  color: var(--color_secondary);
  font-size: 15px;
  background-color: var(--color_surface);
  outline: none;
  box-shadow: 0 0 12px #00000029;
}
.support_chat_reply-button-mob-icon {
  display: inline-block;
  margin-right: 12px;
  color: var(--color_secondary);
}

/* support-chat.css?file=ui/components/ScMessageContent/ScMessageContent.styl */
.support_chat_message-content2 {
  white-space: pre-wrap;
}

/* support-chat.css?file=ui/components/ScMessageAttach/ScMessageAttach.styl */
.support_chat_message-attach {
  display: block;
  text-align: center;
}
.support_chat_container.support_chat__type_FILE {
  padding: 12px 28px 12px 10px;
}
.support_chat_container.support_chat__type_VIDEO,
.support_chat_container.support_chat__type_PHOTO,
.support_chat_container.support_chat__type_REPLY_KEYBOARD {
  font-size: 0;
}
.support_chat_container.support_chat__type_INLINE_KEYBOARD {
  padding: 28px 10px 10px;
}
.support_chat_container.support_chat__event_system,
.support_chat_container.support_chat__event_title,
.support_chat_container.support_chat__event_new {
  overflow: hidden;
  text-overflow: ellipsis;
}
.support_chat_button-intent-wrapper + .support_chat_button-intent-wrapper {
  margin-top: 4px;
}
.support_chat_image-preview {
  max-width: 100%;
}
.support_chat_file-container {
  display: flex;
  flex-direction: row;
}
.support_chat_file-container.support_chat__no-file-click .support_chat_file-extension,
.support_chat_file-container.support_chat__no-file-click .support_chat_file-name-text {
  cursor: initial;
}
.support_chat_file-extension {
  display: inline-block;
  width: 44px;
  margin-right: 10px;
  padding: 15px 0;
  border-radius: 5px;
  color: var(--color_secondary);
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  background-color: var(--color_surface);
}
.support_chat_file-extension,
.support_chat_file-name-text {
  cursor: pointer;
}
.support_chat_file-info {
  flex: 1;
  min-width: 100px;
  overflow: hidden;
  line-height: 22px;
  text-align: left;
}
.support_chat_file-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.support_chat_file-size {
  color: var(--color_secondary);
}
.support_chat_get-file-loader {
  text-align: center;
}
.support_chat_get-file-error,
.support_chat_get-file-success {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: left;
}
.support_chat_get-file-error {
  color: #ff5756;
}
.support_chat_get-file-success {
  color: var(--color_orange);
}

/* support-chat.css?file=../ui/components/Loader/FetchingHorizontalLoader/FetchingHorizontalLoader.styl */
.support_chat_loader {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 8px;
  padding: 0;
  text-align: center;
}
.support_chat_loader:before,
.support_chat_loader:after {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color_main);
  transform: scale(.75);
  opacity: .5;
  content: "";
}
.support_chat_loader.support_chat___light2:before,
.support_chat_loader.support_chat___light2:after {
  background: var(--color_white);
}
.support_chat_loader.support_chat___small {
  width: 16px;
  height: 4px;
}
.support_chat_loader.support_chat___small:before,
.support_chat_loader.support_chat___small:after {
  width: 4px;
  height: 4px;
  background: var(--color_secondary);
}
.support_chat_loader.support_chat___small:before {
  margin: -4px 0 0 -10px;
}
.support_chat_loader.support_chat___small:after {
  margin: -4px -6px 0 0;
}
.support_chat_loader:before {
  left: 50%;
  margin: -4px 0 0 -15px;
  animation: support_chat_show .9s 0s infinite linear;
}
.support_chat_loader:after {
  right: 50%;
  margin: -4px -15px 0 0;
  animation: support_chat_show .9s .3s infinite linear;
}
.support_chat_loader .support_chat_item2 {
  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: support_chat_show .9s .15s infinite linear;
}
.support_chat_loader .support_chat_item2.support_chat___small {
  width: 4px;
  height: 4px;
  background: var(--color_secondary);
}
.support_chat_loader .support_chat_item2.support_chat___light2 {
  background: var(--color_white);
}
@keyframes support_chat_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;
  }
}

/* support-chat.css?file=../ui/components/Spin/Spin.styl */
.support_chat_spin {
  display: inline-block;
}
.support_chat_spin.support_chat___center {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.support_chat_spin.support_chat___absolute {
  position: absolute;
}
.support_chat_spin.support_chat___fixed {
  position: fixed;
}
.support_chat_spin.support_chat___absolute,
.support_chat_spin.support_chat___fixed {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.support_chat_spin-container.support_chat___with-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.support_chat_spin-icon-wrapper {
  line-height: 0;
}
.support_chat_spin-icon-wrapper.support_chat___default {
  width: 32px;
  height: 32px;
}
.support_chat_spin-icon-wrapper.support_chat___small2 {
  width: 16px;
  height: 16px;
}
.support_chat_spin-label {
  margin-top: 16px;
  font-size: var(--fs-l);
  line-height: 21px;
  color: var(--color_secondary);
}
.support_chat_spin-icon svg {
  animation: support_chat_rotate 3.5s linear infinite;
}
.support_chat_spin-icon svg circle {
  stroke: var(--color_orange);
  animation: support_chat_arcs 3.9s cubic-bezier(.82, .1, .48, 1) infinite;
}
@media (prefers-color-scheme: dark) {
  :root.__ui-theme_enabled:not(.__ui-theme_light) .support_chat_spin-icon svg circle {
    stroke: var(--color_white);
  }
}
:root.__ui-theme_enabled.__ui-theme_dark .support_chat_spin-icon svg circle,
:root.ds-colors.dark-theme .support_chat_spin-icon svg circle {
  stroke: var(--color_white);
}
@keyframes support_chat_rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes support_chat_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;
  }
}

/* support-chat.css?file=../ui/components/Spinner/Spinner.styl */
.support_chat_spinner {
  position: relative;
  display: inline-block;
  color: var(--color_white);
  vertical-align: middle;
}
.support_chat_spinner.support_chat___size-162 {
  width: 16px;
  height: 16px;
}
.support_chat_spinner.support_chat___size-202 {
  width: 20px;
  height: 20px;
}
.support_chat_spinner.support_chat___size-402 {
  width: 40px;
  height: 40px;
}
.support_chat_spinner.support_chat___size-48 {
  width: 48px;
  height: 48px;
}
.support_chat_spinner.support_chat___view-secondary2 {
  color: var(--color_secondary);
}
.support_chat_spinner.support_chat___light3 {
  color: var(--color_orange);
}
.support_chat_spinner.support_chat___outline2,
.support_chat_spinner.support_chat___clean2 {
  color: var(--color_secondary);
}
.support_chat_spinner:before,
.support_chat_spinner:after,
.support_chat_el:before,
.support_chat_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: support_chat_spinner 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  content: "";
}
.support_chat_spinner.support_chat___size-48:before,
.support_chat_spinner.support_chat___size-48:after,
.support_chat_spinner.support_chat___size-48 .support_chat_el:before,
.support_chat_spinner.support_chat___size-48 .support_chat_el:after {
  border-width: 4px;
}
.support_chat_spinner:after {
  animation-delay: -.45s;
}
.support_chat_el:before {
  animation-delay: -.3s;
}
.support_chat_el:after {
  animation-delay: -.15s;
}
@keyframes support_chat_spinner {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/* support-chat.css?file=../ui/components/Button/ButtonCore.styl */
.support_chat_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;
}
.support_chat_button-core.support_chat___size-l {
  height: 40px;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: var(--fs-l);
  line-height: var(--lh-n);
}
.support_chat_button-core.support_chat___size-m {
  height: 32px;
  padding: 0 16px;
  border-radius: 16px;
  font-size: var(--fs-n);
  line-height: 32px;
}
.support_chat_button-core.support_chat___size-s {
  height: 24px;
  padding: 0 12px;
  border-radius: 12px;
  font-size: var(--fs-s);
  line-height: 24px;
}
.support_chat_button-core.support_chat___wide {
  width: 100%;
}
.support_chat_button-core.support_chat___circle {
  min-width: 0;
  padding: 0;
}
.support_chat_button-core.support_chat___circle.support_chat___size-m {
  width: 32px;
}
.support_chat_button-core.support_chat___circle.support_chat___size-s {
  width: 24px;
}
.support_chat_button-core.support_chat___view-secondary {
  color: var(--color_secondary);
  background-color: var(--color_main-008);
}
.support_chat_button-core.support_chat___view-secondary.support_chat___high_contrast {
  color: var(--color_main);
}
.support_chat_button-core.support_chat___light {
  color: var(--color_orange_new);
  background-color: var(--color_orange-light);
}
.support_chat_button-core.support_chat___white {
  color: #333;
  background-color: var(--color_white);
}
.support_chat_button-core.support_chat___white-secondary {
  color: var(--color_white);
  background-color: var(--color_white-008);
}
.support_chat_button-core.support_chat___eye-catching {
  background-color: #87189d;
}
.support_chat_button-core.support_chat___view_accent {
  color: var(--color_white);
  background-color: #1abaff;
}
.support_chat_button-core.support_chat___dark {
  color: var(--color_white);
  background-color: #0009;
}
.support_chat_button-core.support_chat___outline {
  color: var(--color_secondary);
  background-color: var(--color_surface);
  box-shadow: inset 0 0 0 1px var(--color_gray-stub);
}
.support_chat_button-core.support_chat___clean {
  color: var(--color_secondary);
  background-color: transparent;
}
.support_chat_button-core.support_chat___no-radius {
  border-radius: 0;
}
.support_chat_button-core.support_chat___radius-8 {
  border-radius: 8px;
}
.support_chat_button-core.support_chat___radius-16 {
  border-radius: 16px;
}
.support_chat_button-core.support_chat___radius-40 {
  border-radius: 40px;
}
.support_chat_button-core.support_chat___center-align {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.support_chat_content2 {
  display: block;
}
.support_chat_content2.support_chat___center-align {
  display: flex;
  align-items: center;
}
.support_chat_spinner2 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.support_chat_button-core.support_chat___loading .support_chat_content2 {
  z-index: -1;
  opacity: 0;
}
.support_chat_button-core.support_chat___loading .support_chat_spinner2 {
  display: flex;
}
.support_chat_button-core-container:hover.support_chat_button-core,
.support_chat_button-core-container:focus.support_chat_button-core,
.support_chat_button-core-container:active.support_chat_button-core,
.support_chat_button-core-container.support_chat___active.support_chat_button-core,
.support_chat_button-core-container:hover .support_chat_button-core,
.support_chat_button-core-container:focus .support_chat_button-core,
.support_chat_button-core-container:active .support_chat_button-core,
.support_chat_button-core-container.support_chat___active .support_chat_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);
}
.support_chat_button-core-container:hover .support_chat_button-core.support_chat___view-secondary,
.support_chat_button-core-container:focus .support_chat_button-core.support_chat___view-secondary,
.support_chat_button-core-container:active .support_chat_button-core.support_chat___view-secondary,
.support_chat_button-core-container.support_chat___active .support_chat_button-core.support_chat___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);
}
.support_chat_button-core-container:hover .support_chat_button-core.support_chat___view-secondary.support_chat___high_contrast,
.support_chat_button-core-container:focus .support_chat_button-core.support_chat___view-secondary.support_chat___high_contrast,
.support_chat_button-core-container:active .support_chat_button-core.support_chat___view-secondary.support_chat___high_contrast,
.support_chat_button-core-container.support_chat___active .support_chat_button-core.support_chat___view-secondary.support_chat___high_contrast {
  color: var(--color_main);
}
.support_chat_button-core-container:hover .support_chat_button-core.support_chat___light,
.support_chat_button-core-container:focus .support_chat_button-core.support_chat___light,
.support_chat_button-core-container:active .support_chat_button-core.support_chat___light,
.support_chat_button-core-container.support_chat___active .support_chat_button-core.support_chat___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);
}
.support_chat_button-core-container:hover .support_chat_button-core.support_chat___white,
.support_chat_button-core-container:focus .support_chat_button-core.support_chat___white,
.support_chat_button-core-container:active .support_chat_button-core.support_chat___white,
.support_chat_button-core-container.support_chat___active .support_chat_button-core.support_chat___white {
  color: #333;
  background-color: var(--color_white);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_main-012);
}
.support_chat_button-core-container:hover .support_chat_button-core.support_chat___white-secondary,
.support_chat_button-core-container:focus .support_chat_button-core.support_chat___white-secondary,
.support_chat_button-core-container:active .support_chat_button-core.support_chat___white-secondary,
.support_chat_button-core-container.support_chat___active .support_chat_button-core.support_chat___white-secondary {
  color: var(--color_white);
  background-color: var(--color_white-012);
  outline: none;
  box-shadow: 0 0 0 1px var(--color_white-012);
}
.support_chat_button-core-container:hover .support_chat_button-core.support_chat___outline,
.support_chat_button-core-container:focus .support_chat_button-core.support_chat___outline,
.support_chat_button-core-container:active .support_chat_button-core.support_chat___outline,
.support_chat_button-core-container.support_chat___active .support_chat_button-core.support_chat___outline {
  color: var(--color_secondary);
  background-color: var(--color_on-surface);
  outline: none;
  box-shadow: 0 0 0 1px #0000001f;
}
.support_chat_button-core-container:hover .support_chat_button-core.support_chat___clean,
.support_chat_button-core-container:focus .support_chat_button-core.support_chat___clean,
.support_chat_button-core-container:active .support_chat_button-core.support_chat___clean,
.support_chat_button-core-container.support_chat___active .support_chat_button-core.support_chat___clean {
  color: var(--color_secondary);
  background-color: transparent;
  outline: none;
  box-shadow: none;
}
.support_chat_button-core-container:hover .support_chat_button-core.support_chat___eye-catching,
.support_chat_button-core-container:focus .support_chat_button-core.support_chat___eye-catching,
.support_chat_button-core-container:active .support_chat_button-core.support_chat___eye-catching,
.support_chat_button-core-container.support_chat___active .support_chat_button-core.support_chat___eye-catching {
  background-color: #6b0380;
  box-shadow: 0 0 0 1px #6b0380;
}
.support_chat_button-core-container:hover .support_chat_button-core.support_chat___view_accent,
.support_chat_button-core-container:focus .support_chat_button-core.support_chat___view_accent,
.support_chat_button-core-container:active .support_chat_button-core.support_chat___view_accent,
.support_chat_button-core-container.support_chat___active .support_chat_button-core.support_chat___view_accent {
  background-color: #1abaff;
  box-shadow: 0 0 0 1px #1abaff;
}
.support_chat_button-core-container:hover .support_chat_button-core.support_chat___dark,
.support_chat_button-core-container:focus .support_chat_button-core.support_chat___dark,
.support_chat_button-core-container:active .support_chat_button-core.support_chat___dark,
.support_chat_button-core-container.support_chat___active .support_chat_button-core.support_chat___dark {
  background-color: #000c;
  box-shadow: 0 0 0 1px #000c;
}
.support_chat_button-core-container:disabled.support_chat_button-core,
.support_chat_button-core-container:disabled .support_chat_button-core {
  background-color: var(--color_orange_new);
  box-shadow: none;
}
.support_chat_button-core-container:disabled .support_chat_button-core.support_chat___view-secondary {
  background-color: var(--color_main-008);
  box-shadow: none;
}
.support_chat_button-core-container:disabled .support_chat_button-core.support_chat___light {
  background-color: var(--color_orange-light);
  box-shadow: none;
}
.support_chat_button-core-container:disabled .support_chat_button-core.support_chat___white {
  background-color: var(--color_white);
  box-shadow: none;
}
.support_chat_button-core-container:disabled .support_chat_button-core.support_chat___white-secondary {
  background-color: var(--color_white-008);
  box-shadow: none;
}
.support_chat_button-core-container:disabled .support_chat_button-core.support_chat___outline {
  background-color: var(--color_surface);
  box-shadow: none;
}
.support_chat_button-core-container:disabled .support_chat_button-core.support_chat___clean {
  background-color: transparent;
}
.support_chat_button-core-container:disabled .support_chat_button-core.support_chat___eye-catching {
  background-color: #87189d;
  box-shadow: none;
}
.support_chat_button-core-container:disabled .support_chat_button-core.support_chat___view_accent {
  background-color: #1abaff;
  box-shadow: none;
}
.support_chat_button-core-container:disabled .support_chat_button-core.support_chat___dark {
  background-color: #0009;
  box-shadow: none;
}
.support_chat_button-core-container:hover .support_chat_button-core,
.support_chat_button-core-container:active .support_chat_button-core {
  outline: none;
}

/* support-chat.css?file=../ui/components/Button/Button.styl */
.support_chat_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;
}
.support_chat_button:focus-visible {
  outline: var(--focus-outline);
}
.support_chat_button:hover,
.support_chat_button:active {
  outline: none;
}
.support_chat_button.support_chat___wide2 {
  width: 100%;
}
.support_chat_button.support_chat___disabled {
  cursor: default;
  opacity: .5;
}
.support_chat_button.support_chat___no-animation {
  transition: none;
}

/* support-chat.css?file=../ui/components/Link/Link.styl */
.support_chat_link {
  text-decoration: none;
}
.support_chat_link:hover {
  text-decoration: underline;
}
.support_chat_link.support_chat___primary {
  color: var(--color_main);
}
.support_chat_link.support_chat___secondary {
  color: var(--color_secondary);
}
.support_chat_link.support_chat___active3 {
  color: var(--color_orange);
}
.support_chat_link.support_chat___black {
  color: var(--color_main);
}
.support_chat_link.support_chat___white2 {
  color: var(--color_white);
}
.support_chat_link.support_chat___orange {
  color: var(--color_orange);
  text-decoration: none;
}
.support_chat_link.support_chat___orange:hover {
  color: var(--color_action_active_new);
}
.support_chat_link.support_chat___none {
  text-decoration: none;
  cursor: auto;
}
.support_chat_link.support_chat___none:hover {
  color: inherit;
  text-decoration: none;
}
.support_chat_link.support_chat___no-text-decor,
.support_chat_link.support_chat___no-text-decor:hover {
  text-decoration: none;
}

/* support-chat.css?file=../ui/components/Link/LinkButton.styl */
.support_chat_link-button {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
}
.support_chat_link-button:hover,
.support_chat_link-button:active {
  outline: none;
}

/* support-chat.css?file=ui/components/ScReplyMessage/ScReplyMessage.styl */
.support_chat_reply-message {
  padding-left: 12px;
  border-left: 2px solid var(--color_orange);
}
.support_chat_reply-message__author {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 16px;
  margin-bottom: 4px;
  color: var(--color_main);
  font-size: 14px;
  line-height: 16px;
}
.support_chat_reply-message__text {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 28px;
  color: var(--color_secondary);
  font-size: 12px;
  line-height: 14px;
}
.support_chat_reply-message__attaches {
  margin-top: 4px;
}

/* support-chat.css?file=ui/components/ScPostingForm/ScPostingForm.styl */
.support_chat_posting-form {
  position: relative;
  display: block;
  background-color: var(--color_surface);
}
.support_chat_hidden-field-container {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.support_chat_hidden-field,
.support_chat_field {
  display: inline-block;
  flex-grow: 1;
  box-sizing: border-box;
  width: 100%;
  min-height: 1.3em;
  padding: 14px 12px;
  border: none;
  overflow: hidden;
  color: var(--color_main);
  font-size: 14px;
  background-color: var(--color_surface);
  outline: none;
  resize: none;
}
.support_chat_hidden-field {
  height: 1px;
  overflow-y: auto;
}
.support_chat_form {
  padding-right: 12px;
}
.support_chat_field {
  transition: height .3s ease-out 0s;
}
.support_chat_btn-wrapper {
  align-self: center;
}
.support_chat_btn {
  display: inline-block;
  margin-right: -4px;
  margin-left: 8px;
  padding: 4px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.support_chat_btn_post {
  color: var(--color_orange);
}
.support_chat_btn_close {
  color: var(--color_secondary);
}
.support_chat_btn.support_chat__disabled {
  color: var(--color_secondary);
  cursor: auto;
}
.support_chat_attach-file {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.support_chat_attach-icon {
  color: var(--color_secondary);
}
.support_chat_send-icon {
  color: var(--color_orange);
}
.support_chat_form-answer {
  display: flex;
}
.support_chat_replying-message2 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-right: -12px;
  padding: 12px 24px 12px 12px;
  border-bottom: var(--delimiter_global);
}

/* support-chat.css?file=ui/components/ScConfirm/ScConfirm.styl */
.support_chat_confirm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--color_surface);
}
.support_chat_item3 {
  max-width: 80%;
}
.support_chat_question {
  margin-bottom: 20px;
  text-align: center;
}
.support_chat_button4 + .support_chat_button4 {
  margin-left: 8px;
}

/* support-chat.css?file=ui/components/ScButton/ScButton.styl */
.support_chat_btn3 {
  width: 80px;
}
.support_chat__mob2 {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  color: #333;
  background: inherit;
}

/* support-chat.css?file=ui/styles/mob.styl */
.support_chat_back {
  background-color: #ededed;
  background-image: url(https://m.ok.ru/mres/img/msg_bg.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx) {
  .support_chat_back {
    background-image: url(https://m.ok.ru/mres/img/msg_bg@2x.png);
    background-size: 215px 230px;
  }
}
.support_chat_font {
  font-size: 15px;
  font-family: Helvetica, sans-serif;
}

/* support-chat.css?file=ui/components/ScReplyKeyboard/ScReplyKeyboard.styl */
.support_chat_reply-keyboard {
  padding: 12px;
}
.support_chat_reply-keyboard--with-background {
  background-color: var(--color_gray-6);
}
.support_chat_reply-keyboard--with-background .support_chat_reply-button {
  background-color: var(--color_surface);
}
.support_chat_reply-row {
  display: flex;
  align-items: center;
}
.support_chat_reply-row--rounded:first-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}
.support_chat_reply-row--rounded:last-of-type {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}
.support_chat_reply-row + .support_chat_reply-row {
  margin-top: 2px;
}
.support_chat_reply-button {
  flex: 1;
  padding: 9px;
  border: transparent;
  border-radius: 4px;
  overflow: hidden;
  color: var(--color_secondary);
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: var(--color_on-surface);
  outline: none;
}
.support_chat_reply-button:hover {
  background-color: var(--color_main-012);
  cursor: pointer;
}
.support_chat_reply-button + .support_chat_reply-button {
  margin-left: 2px;
}
.support_chat_positive-intent {
  color: var(--color_orange);
}
.support_chat_negative-intent {
  color: var(--color_red);
}

/* support-chat.css?file=../ui/components/HorizontalMenu/HorizontalMenu.styl */
.support_chat_wrap {
  display: flex;
  align-items: flex-start;
  margin: 0 -8px;
  padding: 0;
}
.support_chat_item {
  display: block;
  margin: 0 8px;
  border-bottom: 2px solid transparent;
  color: var(--color_secondary);
  font-size: 14px;
  line-height: 1;
  word-spacing: -1px;
  list-style: none;
}
.support_chat_item.support_chat___active2 {
  border-bottom-color: var(--color_orange_new);
  color: var(--color_main);
}
.support_chat_item.support_chat___active2:after {
  background-color: var(--color_orange_new);
}
.support_chat_item:not(.support_chat___active2):hover {
  border-bottom-color: var(--color_gray-4);
}
.support_chat_item:not(.support_chat___active2):hover:after {
  background-color: var(--color_main-012);
}
.support_chat_button3 {
  margin: 0;
  padding: 17px 0 15px;
  border: 0;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  background: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.support_chat_button3:hover,
.support_chat_button3:active {
  outline: none;
}

/* support-chat.css?file=ui/components/ScChat/ScChat.styl */
.support_chat_chat {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.support_chat_content-wrapper2 {
  display: flex;
  flex: 1;
}
.support_chat_content3 {
  flex: 1;
}
@media (max-width: 1023px) {
  :root.__is-layout-v6 .support_chat_content3 {
    padding: 0 12px;
  }
}
.support_chat_posting-form2 {
  box-sizing: border-box;
  border-top: var(--delimiter_global);
}
.support_chat_confirm-text-main {
  font-weight: 600;
}
.support_chat_confirm-text-secondary {
  margin-top: 1em;
}
.support_chat_chat-sections-menu {
  padding: 0 8px;
  border-bottom: var(--delimiter_global);
}
.support_chat_chat-sections-list-item {
  display: flex;
  flex: 1 1 0%;
  justify-content: center;
}
.support_chat_chat-sections-button {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 16px 0 12px;
  font-size: 14px;
  line-height: 1.1;
}
.support_chat_chat-sections-name {
  flex: 1;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
}
.support_chat_new-messages-count {
  padding: 2px 6px;
  border-radius: 18px;
  color: var(--color_white);
  font-size: 10px;
  line-height: 1.1;
  background-color: var(--color_green-2);
}
/*# sourceMappingURL=support-chat-latest-T64QOOLI.css.map */
