@import url(https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;600;700&display=block);
.modal_-lxvs {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--js-real-height);
  z-index: 100; }
  .modal_-lxvs.with_scroll_1IRsN {
    overflow-y: auto; }
  .scrollable_wrapper_3vyqV {
  position: relative;
  height: 100%;
  min-height: var(--js-real-height);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .modal_-lxvs.is_holder_size_wrapper_1Z3HF .scrollable_wrapper_3vyqV {
    width: 80%;
    max-width: var(--max-page-width);
    max-height: var(--layout-max-height);
    min-height: auto; }
  .modal_-lxvs.is_holder_size_wrapper_1Z3HF:not(.with_logo_3JJmo) .scrollable_wrapper_3vyqV {
    height: calc(var(--js-real-height) - var(--layout-top-offset) - var(--layout-bottom-offset));
    margin-top: calc(var(--layout-top-offset) - var(--layout-bottom-offset)); }
  .modal_-lxvs.is_holder_size_wrapper_1Z3HF.with_logo_3JJmo .scrollable_wrapper_3vyqV {
    height: calc( var(--js-real-height) - var(--layout-top-offset-with-logo) - var(--layout-bottom-offset-with-logo));
    margin-top: calc(var(--layout-top-offset-with-logo) - var(--layout-bottom-offset-with-logo)); }
  .modal_-lxvs.with_scroll_1IRsN .scrollable_wrapper_3vyqV {
    padding: 5vh 0;
    height: auto; }
  .content_fGrC4 {
  pointer-events: auto;
  z-index: 2; }
  .close_button_1VVBn {
  position: fixed;
  top: 0;
  right: 15px;
  pointer-events: auto;
  height: 60px;
  width: 43px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer; }
  .close_button_1VVBn svg {
    width: 16px; }
  .close_icon_E3rik {
  fill: var(--color-primary-contrast); }
  .close_button_1VVBn:hover .close_icon_E3rik,
  .close_button_1VVBn:focus .close_icon_E3rik {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .modal_-lxvs.is_light_background_3WHvD .close_icon_E3rik {
    fill: var(--color-primary-max); }
  .overlay_3ovl8 {
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }
  .modal_-lxvs:not(.is_custom_background_2RjHD) .background_2RAOb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.4); }
  .modal_-lxvs.is_light_background_3WHvD:not(.is_custom_background_2RjHD) .background_2RAOb {
  background: rgba(255, 255, 255, 0.5); }

.title_2ZHCF {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  color: var(--color-primary-contrast);
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.8px; }

.title_loader_225dQ {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.container_x4aA3 {
  background: var(--color-background-contrast);
  width: 100%; }

.header_1pKjz {
  height: var(--header-height);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.statuses_list_3rL1y {
  height: var(--statuses-line-height);
  background: var(--color-background-contrast-dirty);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.status_status_FTkzE {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.status_status_disabled_3jcCw {
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4); }

.central_content_3lVhp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden; }

.container_x4aA3.with_status_outside_1udbJ .central_content_3lVhp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }

.lead_id_18AGg {
  margin-left: 2px;
  margin-right: 14px; }

.container_x4aA3.with_status_outside_1udbJ .lead_id_18AGg {
    margin: 0; }

.lead_status_2f2F_ {
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
  background: var(--color-primary-contrast);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.container_x4aA3.with_status_outside_1udbJ .lead_status_2f2F_ {
    position: fixed;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: calc(var(--header-height) + var(--statuses-line-height) / 2);
    z-index: 1;
    max-width: 80%; }

.control_AmT1s {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  padding: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }

.control_AmT1s.is_right_3h9Dn {
    padding-left: 14px;
    padding-right: 18px; }

.control_AmT1s.is_left_1lKWO {
    padding-left: 18px;
    padding-right: 14px; }

.control_icon_container_305Cg {
  position: relative;
  height: 25px;
  width: 25px; }

.container_x4aA3.are_controls_with_title_2Cwqe .control_icon_container_305Cg {
    margin-bottom: 14px; }

.control_icon_2PJO9 {
  fill: var(--color-background-front);
  width: 100%;
  height: 100%; }

.container_x4aA3.are_controls_with_title_2Cwqe .control_AmT1s.is_burger_ruBc2 .control_icon_2PJO9 {
    padding-top: 4px; }

.control_AmT1s.is_logout_27dDh .control_icon_2PJO9 {
    padding-top: 4px;
    margin-left: -6px; }

.control_AmT1s.is_back_hVGyt.is_left_1lKWO .control_icon_2PJO9 {
    padding-top: 4px; }

.control_AmT1s.is_back_hVGyt.is_right_3h9Dn .control_icon_2PJO9 {
    padding-bottom: 4px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.control_AmT1s.is_active_3e8Uh .control_icon_2PJO9 {
    fill: var(--color-background-front-accent); }

.control_text_2Qz1V {
  position: absolute;
  top: 100%;
  left: -100%;
  width: 300%;
  font-size: 10px;
  text-align: center;
  color: var(--color-background-front); }

.container_x4aA3:not(.are_controls_with_title_2Cwqe) .control_text_2Qz1V {
    display: none; }

.control_AmT1s.is_active_3e8Uh .control_text_2Qz1V {
    color: var(--color-background-front-accent); }

.reference_1lXEC {
  white-space: nowrap;
  font-size: 11px;
  line-height: 1.7;
  padding: 0 10px;
  text-shadow: 0.5px 0 var(--color-primary); }
  .reference_1lXEC:hover, .reference_1lXEC:focus {
    text-shadow: 0.5px 0 var(--color-primary); }
  .reference_1lXEC.with_background_2-dtY {
    border-radius: 9px;
    background-color: rgba(0, 0, 0, 0.6);
    color: var(--color-primary-contrast); }
  .reference_1lXEC.with_background_2-dtY:hover, .reference_1lXEC.with_background_2-dtY:focus {
      text-shadow: 0.5px 0 var(--color-primary-contrast); }

.outside_12PHj {
  width: 100%;
  height: var(--js-real-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.container_lW0eV {
  position: relative;
  width: 80%;
  max-width: var(--max-page-width);
  max-height: var(--layout-max-height);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); }

.outside_12PHj:not(.with_logo_1j49P):not(.is_stretched_3eCFQ):not(.is_shrinked_3UiXV) .container_lW0eV {
    height: calc(var(--js-real-height) - var(--layout-top-offset) - var(--layout-bottom-offset));
    margin-top: calc(var(--layout-top-offset) - var(--layout-bottom-offset)); }

.outside_12PHj.with_logo_1j49P:not(.is_stretched_3eCFQ):not(.is_shrinked_3UiXV) .container_lW0eV {
    height: calc( var(--js-real-height) - var(--layout-top-offset-with-logo) - var(--layout-bottom-offset-with-logo));
    margin-top: calc(var(--layout-top-offset-with-logo) - var(--layout-bottom-offset-with-logo)); }

.outside_12PHj.is_shrinked_3UiXV .container_lW0eV {
    width: auto;
    height: auto; }

.outside_12PHj.is_stretched_3eCFQ .container_lW0eV {
    position: fixed;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.logo_25wTg {
  position: absolute;
  bottom: 100%;
  height: var(--layout-top-offset-with-logo);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.logo_image_zTsjo {
  max-height: 80px; }

.reference_SBjlg {
  position: absolute;
  right: 0;
  bottom: -25px; }

.entity_container_1KAy5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: transparent; }
  .wrapper_1Wq-H.is_pack_start_18eOx .entity_container_1KAy5 {
    padding-top: 10px;
    border-top-width: 1px;
    border-top-style: solid; }
  .wrapper_1Wq-H:not(.is_pack_end_3Ab4U) .entity_container_1KAy5 {
    padding-bottom: 12px; }
  .wrapper_1Wq-H.is_pack_end_3Ab4U .entity_container_1KAy5 {
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .wrapper_1Wq-H.is_reversed_3gBbM .entity_container_1KAy5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .side_slot_3mBtd {
  width: var(--feed-entity-side-slot-width);
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .wrapper_1Wq-H:not(.is_reversed_3gBbM) .side_slot_3mBtd {
    padding-right: 10px; }
  .wrapper_1Wq-H.is_reversed_3gBbM .side_slot_3mBtd {
    padding-left: 10px; }
  .content_slot_2ThR- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: calc(100% - var(--feed-entity-side-slot-width)); }

.multilayers_start_Xg9xA {
  position: relative; }
  .multilayers_start_Xg9xA:before, .multilayers_start_Xg9xA:after {
    content: '';
    height: 4px;
    background: var(--color-primary-contrast);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid var(--color-border-strong);
    border-left: 1px solid var(--color-border-strong);
    border-right: 1px solid var(--color-border-strong);
    margin: 0 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .multilayers_start_Xg9xA:before {
    margin: 0 10px; }
  .time_separator_26D2A {
  text-align: center;
  position: relative;
  display: block;
  margin: 15px 0; }
  .time_separator_26D2A.time_separator_last_entity_tVc6u {
    margin-top: -5px; }
  .time_separator_26D2A::before {
    content: '';
    position: absolute;
    left: calc(var(--side-feed-offset) * -1);
    right: calc(var(--side-feed-offset) * -1);
    top: 10px;
    height: 1px;
    background: var(--color-border); }
  .time_separator_label_165a3 {
  color: var(--color-primary-weak);
  display: inline-block;
  font-size: 13px;
  position: relative;
  z-index: 0;
  padding: 1px 0;
  line-height: 17px; }
  .time_separator_label_165a3::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    right: -12px;
    background: var(--color-primary-contrast);
    border: 1px solid var(--color-border);
    z-index: -1;
    border-radius: 10px; }

.container_-3i72 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }
  .container_-3i72.is_bubbled_2tcRn {
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    padding: 7px 9px 9px;
    max-width: 70%;
    min-height: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: auto; }
  .container_-3i72.is_stretched_bubble_1nBxa {
    max-width: calc(100% - var(--feed-entity-side-slot-width)); }
  .container_-3i72.is_bubbled_2tcRn.is_reversed_30lb0 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto; }
  .header_1X3Wl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  min-height: 20px;
  width: 100%; }
  .date_text_2Q-ge {
  white-space: nowrap; }
  .content_2fIru {
  width: 100%;
  white-space: pre-line;
  line-height: 20px;
  word-wrap: break-word; }
  .header_content_2o7e4:not(:first-child) {
  padding-left: 4px; }
  .bubble_tail_1IBdE {
  position: absolute;
  bottom: 0;
  width: 13px;
  height: 17px; }
  .container_-3i72:not(.is_reversed_30lb0) .bubble_tail_1IBdE {
    left: -4px; }
  .container_-3i72.is_reversed_30lb0 .bubble_tail_1IBdE {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    right: -4px; }

.container_2d7RE {
  border: 1px solid var(--color-contrast-weak);
  background: #fff;
  border-radius: 2px; }

.controls_wrapper_6Wm6X {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.button_control_2P-gM {
  padding: 0; }

.playpause_button_control_1zt9P {
  width: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.button_control_play_3jkkm span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent var(--color-contrast-weak); }

.button_control_pause_1nOaj span {
  content: '';
  width: 4px;
  height: 10px;
  border-radius: 2px;
  background: var(--color-contrast-weak);
  border: 0; }

.button_control_pause_1nOaj span:first-child {
    margin-right: 4px; }

.stop_button_control_KaDv- {
  width: 25px;
  padding-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.stop_button_control_KaDv- span {
    content: '';
    height: 10px;
    width: 10px;
    background: var(--color-contrast-weak);
    border-radius: 2px; }

.track_container_e0Dgj {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.track_2FAma {
  position: relative;
  cursor: pointer;
  height: 5px;
  border-radius: 2px;
  background: var(--color-contrast-weak-disabled);
  overflow: hidden;
  width: 100%; }

.played_track_1khfg {
  pointer-events: none;
  position: absolute;
  border-radius: 2px;
  height: 100%;
  background: var(--color-contrast-weak);
  top: 0;
  left: 0; }

.duration_1UwEp {
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #676e79; }

.error_3f-3U {
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #676e79; }

.error_3f-3U svg {
    fill: #676e79;
    width: 13px;
    height: 11px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 1px; }

.m_duration_27L5F {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 13px;
  margin-bottom: -5px; }

.m_error_3nP5C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 13px;
  margin-bottom: -5px; }

.m_error_3nP5C svg {
    width: 13px;
    height: 11px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 2px; }

.m_playpause_button_control_1xsNM {
  width: 34px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.m_play_button_2-wPZ {
  height: 100%;
  width: auto; }

.m_button_control_pause_1EnxX span {
  content: '';
  width: 5px;
  height: 20px;
  border-radius: 2px;
  border: 0;
  margin-right: 5px; }

.container_2y1bL {
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: var(--feed-icon-size);
  height: var(--feed-icon-size);
  padding: 0 9px;
  stroke: var(--color-contrast-weak);
  fill: var(--color-contrast-weak); }

.circle_icon_2gCDV {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.side_slot_container_1Li1U {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.side_slot_icon_Q5oSD {
  width: var(--feed-icon-size);
  height: var(--feed-icon-size);
  padding: 0 9px; }

.side_slot_icon_Q5oSD > svg {
    width: 100%;
    height: 100%; }

.header_content_1jbKL {
  overflow: hidden; }

.header_content_text_2pK2c {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.call_controls_2IBQh {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.call_player_C5uJ- {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 2px;
  margin-left: 7px;
  margin-right: 3px;
  border: 1px solid var(--color-contrast-weak);
  color: var(--color-contrast-weak); }

.call_controls_2IBQh.is_disabled_1ciTA .call_player_C5uJ- {
    pointer-events: none;
    border: 1px solid var(--color-contrast-weak-disabled);
    color: var(--color-contrast-weak-disabled); }

.call_download_3U-1b {
  padding: 0 5px;
  color: var(--color-contrast-weak);
  text-decoration: underline; }

.call_controls_2IBQh.is_disabled_1ciTA .call_download_3U-1b {
    pointer-events: none;
    color: var(--color-contrast-weak-disabled); }

.call_audio_player_2JyIG {
  position: absolute;
  top: -6px;
  left: -100px;
  width: 300px;
  height: 33px; }

.side_slot_container_3HNQ7 {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.side_slot_icon_1UZoJ {
  width: var(--feed-icon-size);
  height: var(--feed-icon-size);
  padding: 0 9px; }

.side_slot_icon_1UZoJ > svg {
    width: 100%;
    height: 100%; }

.header_content_254Sp {
  overflow: hidden; }

.header_content_text_UIdDv {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.email_subject_1Ujqq {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  padding: 0; }

.email_text_2u0gL {
  overflow: hidden;
  text-overflow: ellipsis;
  /* http://hackingui.com/front-end/a-pure-css-solution-for-multiline-text-truncation/ */
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical; }

@charset "UTF-8";
.container_26Yx4 {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 5px;
  gap: 5px; }
.attachment_voice_1qznY {
  margin-left: 3px;
  margin-top: 5px; }
.attachment_document_2D15w {
  /* TODO: Сделать, чтобы расширение файла не обрезалось*/
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.attachment_media_JLyj- {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  padding: 5px;
  overflow: hidden;
  outline: 0; }
.attachment_media_JLyj-.attachment_photo_2uomz {
  height: 112px;
  width: 112px; }
.attachment_media_JLyj-.attachment_video_3bFEF {
  height: 112px;
  width: 179.2px; }
.attachment_media_download_2rBeJ {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: var(--color-primary-contrast);
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  font-size: 13px;
  text-decoration: none;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, transform 0.1s;
  transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none; }
.attachment_media_JLyj-:hover .attachment_media_download_2rBeJ,
  .attachment_media_JLyj-:focus .attachment_media_download_2rBeJ, .attachment_media_download_2rBeJ:hover, .attachment_media_download_2rBeJ:focus {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
.attachment_media_download_2rBeJ:hover, .attachment_media_download_2rBeJ:focus {
    text-shadow: 0.3px 0 var(--color-primary-contrast); }
.attachment_video_overlay_3aQd- {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.attachment_video_overlay_3aQd- svg {
    fill: var(--color-primary-contrast);
    height: 30px; }

.keyboard_1py2d {
  width: 100%;
  padding: 6px 22px 1px 1px; }

.buttons_1HBSQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.button_wrapper_1ufNf {
  margin-left: 0;
  margin-right: auto;
  max-width: 100%; }

.button_wrapper_1ufNf:not(:last-child) {
  margin-bottom: 4px; }

.button_12BpN {
  outline: none;
  cursor: pointer;
  border-radius: 10px;
  padding: 6px 10px 6px 9px;
  margin: 0;
  border: 1px solid rgba(60, 108, 249, 0.5);
  background: #e8eafd;
  max-width: 100%; }

.button_12BpN:hover,
.button_12BpN:focus {
  background: -webkit-gradient(linear, left top, right top, color-stop(1.6%, #425ff5), color-stop(124.66%, #3082fe)), #f3f3f3;
  background: linear-gradient(90deg, #425ff5 1.6%, #3082fe 124.66%), #f3f3f3; }

.button_12BpN:hover .button_text_3-grd,
.button_12BpN:focus .button_text_3-grd {
  color: #ffffff; }

.button_12BpN:hover .button_icon_1uwAK,
.button_12BpN:focus .button_icon_1uwAK {
  fill: #ffffff; }

.button_text_3-grd {
  color: #3c6cf9;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.2px;
  max-width: 100%; }

.button_icon_1uwAK {
  height: 16px;
  min-width: 16px;
  max-width: 16px;
  margin: -1px 3px -1px -2px;
  fill: #3c6cf9; }

.url_buttons_1wHoW .button_wrapper_1ufNf {
  margin-left: 0;
  margin-right: auto; }

.url_buttons_1wHoW .button_12BpN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none; }

.side_slot_container_2ngYS {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.side_slot_icon_1WOw2 {
  overflow: hidden;
  width: var(--feed-icon-size);
  height: var(--feed-icon-size);
  border-radius: 50%; }

.side_slot_icon_1WOw2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.header_content_2Mw_E {
  overflow: hidden; }

.truncated_text_1Zm2r {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.delivery_status_BcS4Y {
  color: var(--color-primary-contrast-a085);
  fill: var(--color-primary-contrast-a085); }

.delivery_status_BcS4Y svg {
    width: 13px;
    height: 10px;
    margin-right: 2px;
    margin-left: 2px; }

.delivery_status_read_2j_ui, .delivery_status_error_UH1pm {
    color: var(--color-primary-contrast);
    fill: var(--color-primary-contrast); }

.container_H2zMf {
  padding-bottom: 5px !important; }

.wrapper_2lC3I.is_last_author_message_29TkK .container_H2zMf {
    padding-bottom: 20px !important; }

.wrapper_2lC3I.is_mobile_3zwKJ .container_H2zMf {
    padding-bottom: 0 !important; }

.message_link_3OHee {
  display: inline;
  text-decoration: underline; }

.side_slot_container_1oDbw {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.side_slot_icon_3Za2a {
  width: var(--feed-icon-size);
  height: var(--feed-icon-size);
  padding: 3px 6px 0 4px; }

.side_slot_icon_3Za2a > svg {
    width: 100%;
    height: 100%; }

.header_content_3J1th {
  overflow: hidden; }

.header_content_text_SyYHV {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.header_OboOX {
  color: var(--color-primary-weak) !important;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.system_message_content_pggck {
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.author_189cu {
  padding-right: 5px; }

.status_to_label_1Rcf7 {
  padding: 0 7px;
  margin: 0 5px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  white-space: nowrap;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px; }

.container_3cizQ {
  padding-bottom: 0px !important; }

.spinner_3qydP {
  -webkit-animation: spinner_3qydP 0.6s linear infinite;
          animation: spinner_3qydP 0.6s linear infinite; }

.spinner_3qydP.absolute_centered_3MLJO {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation-name: spinner-centered_2CRmN;
          animation-name: spinner-centered_2CRmN; }

@-webkit-keyframes spinner-centered_2CRmN {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes spinner-centered_2CRmN {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes spinner_3qydP {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spinner_3qydP {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.modal_content_5eHy5 {
  max-width: 780px;
  width: calc(100% - 30px);
  pointer-events: none; }

.content_jw2dJ {
  pointer-events: auto;
  width: 100%;
  background: var(--color-primary-contrast);
  border: 1px solid var(--color-border);
  border-radius: 1px;
  padding: 30px;
  -webkit-box-shadow: 0 14px 24px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 14px 24px 1px rgba(0, 0, 0, 0.1); }

.email_header_2UPRg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin-top: -10px;
  margin-bottom: 10px; }

.subject_3VHIY {
  font-size: 18px;
  color: var(--color-primary-strongest);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.inner_1I9Im {
  background: var(--color-background-back);
  border: 1px solid var(--color-border);
  padding: 15px 20px 20px;
  border-radius: 3px;
  margin-bottom: 7px; }

.header_content_OYHPM {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.header_1Uny2 {
  overflow: hidden;
  word-wrap: break-word; }

.date_3A46Y {
  font-size: 13px;
  color: var(--color-primary-weaker);
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.to_2ijeQ {
  color: var(--color-primary-weaker);
  font-size: 13px;
  padding-bottom: 13px; }

.to_reference_iwrxW {
  padding-left: 7px;
  color: var(--color-primary);
  font-weight: 700; }

.text_9qBcQ {
  width: 100%;
  line-height: 20px;
  word-wrap: break-word; }

.spinner_2Mjjk {
  fill: var(--color-contrast);
  width: 25px;
  height: auto;
  margin-left: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.email_content_110-j {
  overflow: hidden; }

.error_3P4sD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 1px;
  margin-left: auto;
  color: var(--color-contrast-dangerous); }

.error_3P4sD svg {
    fill: var(--color-contrast-dangerous);
    width: 15px;
    height: auto;
    margin-right: 4px;
    margin-left: 3px;
    margin-bottom: 2px; }

.layout_3Nkyb {
  position: relative;
  width: 100%;
  height: 100%; }

.body_3zjt8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - var(--header-height) - var(--statuses-line-height)); }

.content_3ZbQe {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.rightbar_holder_3ydgB,
.leftbar_holder_2LsVS {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.item_1wf6G {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 15px;
  line-height: 20px; }

.sub_item_ml9ix {
  padding-top: 12px; }

.item_wrapper_3ekZ4 {
  padding-bottom: 12px; }

.two_lines_limit_Kelv0 {
  /* http://hackingui.com/front-end/a-pure-css-solution-for-multiline-text-truncation/ */
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.5em; }

.item_name_1q_VL {
  color: var(--color-primary-sub);
  width: 33.3%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis; }

.item_value_LX_5H {
  color: var(--color-primary-strong);
  word-wrap: break-word;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis; }

.item_content_multitext_2GqYc {
  text-decoration: underline;
  display: block; }

.item_content_link_1G2kT {
  text-decoration: underline;
  display: block;
  color: var(--color-contrast); }

.item_content_date_1Nf_7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.item_content_date_1Nf_7 svg {
    margin-left: 7px;
    fill: var(--color-primary-weaker);
    height: 11px;
    width: 11px; }

.flag_item_3Msnh {
  width: 24px;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flag_item_3Msnh:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: var(--color-contrast-weak-dim); }

.flag_item_3Msnh:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid var(--color-contrast-weak-dim);
    border-radius: 50%;
    left: 0;
    background: var(--color-primary-contrast); }

.flag_item_checked_1eURG:after {
    left: auto;
    right: 0;
    background: var(--color-contrast-weak);
    border-color: var(--color-contrast-weak); }

.legal_entity_value_warapper_2y8Dk {
  display: grid;
  grid-template-columns: 30px 1fr;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 2px;
  gap: 2px;
  font-size: 13px;
  color: var(--color-primary-weaker); }

.legal_entity_value_name_2htlS, .legal_entity_value_value_1jjxR {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.container_RMbJ6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px; }

.face_Uf6UC {
  overflow: hidden;
  background: var(--color-background-front-accent);
  border-radius: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.face_Uf6UC img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.data_3rtY6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }

.name_3TJ17 {
  padding-top: 2px;
  padding-right: 50px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.group_heading_wrapper_O54f_ {
  width: 100%;
  font-size: 16px;
  padding-bottom: 14px;
  line-height: 20px;
  color: var(--color-primary);
  font-weight: 700; }

.group_heading_sub_2qMHl {
  font-size: 10px;
  color: var(--color-primary-weakest);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin-bottom: -1px;
  line-height: normal; }

.group_xZ1b5 {
  padding: var(--info-offset); }

.group_xZ1b5:not(.group_first_3dtxq) {
  padding-top: 14px;
  border-top: 1px solid var(--color-border); }

.manager_container_11spi {
  padding: var(--info-offset) var(--info-offset) calc(var(--info-offset) / 2); }

.widget_item_1TfhL {
  width: 100%; }

.widget_header_ZY0E9 {
  padding-left: 21px;
  height: auto;
  width: 100%; }

.spinner_container_4iK3_ {
  position: relative;
  overflow: hidden;
  fill: var(--color-contrast);
  height: 45px;
  padding-top: 5px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.spinner_container_4iK3_ svg {
    width: 100%;
    height: 100%; }

.sidebar_content_3y-xL {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.info_slots_3BcDe {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }

.reference_container_3srTg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0; }

.accordion_item_2qqXg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.accordion_item_2qqXg.is_expanded_3K6Oz {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.accordion_pannel_3nHvX {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.accordion_button_t-ua- {
  padding: 13px var(--info-offset);
  font-weight: 700;
  outline: none;
  cursor: pointer;
  text-align: left; }

.accordion_item_2qqXg:not(:first-child) .accordion_button_t-ua- {
    border-top: 1px solid var(--color-border); }

.accordion_item_2qqXg.is_expanded_3K6Oz .accordion_button_t-ua- {
    border-bottom: 1px solid var(--color-border); }

.info_expanded_1W_QU {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.scroller_1ZBKG {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.accordion_27VTn {
  background: var(--color-background-front);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.info_overlay_2u2YL {
  height: 20%;
  width: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4); }

.button_3dmIy {
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  line-height: 14px;
  outline: 0;
  z-index: 1;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 26px;
  height: 38px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .button_3dmIy.is_disabled_XcogR {
    cursor: default;
    opacity: 0.6; }
  .theme__gray_rshWi {
  background: var(--color-button-gray-background);
  color: var(--color-button-gray-color); }
  .theme__gray_rshWi:not(.is_disabled_XcogR):hover, .theme__gray_rshWi:not(.is_disabled_XcogR):focus {
    background: var(--color-button-gray-background-active); }
  .theme__main_3gmRz {
  border: 1px solid var(--color-button-main-border);
  background: var(--color-button-main-background);
  color: var(--color-button-main-color);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 18px; }
  .theme__main_3gmRz.is_disabled_XcogR {
    background: var(--color-button-main-background-disabled);
    border-color: var(--color-button-main-border-disabled);
    color: var(--color-button-main-color-disabled); }
  .theme__main_3gmRz:not(.is_disabled_XcogR):hover, .theme__main_3gmRz:not(.is_disabled_XcogR):focus {
    background: var(--color-button-main-background-active); }
  .theme__naked_3Kmst {
  padding: 0 7px;
  color: var(--color-button-naked-color); }
  .theme__naked_3Kmst:not(.is_disabled_XcogR):hover, .theme__naked_3Kmst:not(.is_disabled_XcogR):focus {
    color: var(--color-button-naked-color-active); }

.file_input_bSzIG {
  display: none; }

.wrapper_rkfQj {
  position: relative; }
  .wrapper_rkfQj::after {
    z-index: 2;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid var(--color-border-strong);
    border-left: 1px solid var(--color-border-strong);
    border-right: 1px solid var(--color-border-strong);
    -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.2); }
  .overflow_wrapper_1jSoi {
  overflow: hidden;
  border-radius: 3px; }
  .container_2cOVh {
  cursor: text;
  min-height: 72px;
  width: 100%;
  background: var(--color-background-front);
  border-radius: 3px;
  border: 1px solid var(--color-border-strong);
  padding: 10px 15px 0;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s; }
  .wrapper_rkfQj:not(.is_opened_1jvYl) .container_2cOVh {
    max-height: 72px;
    height: 72px; }
  .wrapper_rkfQj.is_close_mode_shrinked_3oINg:not(.is_opened_1jvYl) .container_2cOVh {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  .wrapper_rkfQj.is_opened_1jvYl .textarea_scroller_29Qv6 {
  min-height: 76px; }
  .textarea_scroller_29Qv6 .ScrollbarsCustom-Track.ScrollbarsCustom-TrackY {
  border-radius: 3px !important; }
  .textarea_fEcVf {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  overflow: hidden;
  resize: none;
  font-size: 15px;
  padding: 0;
  color: var(--color-primary);
  min-height: 100%;
  max-height: 100% !important; }
  .textarea_fEcVf::-webkit-input-placeholder {
  color: var(--color-primary-placeholder); }
  .textarea_fEcVf::-moz-placeholder {
  color: var(--color-primary-placeholder); }
  .textarea_fEcVf:-ms-input-placeholder {
  color: var(--color-primary-placeholder); }
  .textarea_fEcVf::-ms-input-placeholder {
  color: var(--color-primary-placeholder); }
  .textarea_fEcVf::placeholder {
  color: var(--color-primary-placeholder); }
  .controls_2AiIP {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .main_button_3BfYt {
  margin-right: 8px; }
  .attach_button_2oL36 {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  color: var(--color-primary-weak);
  cursor: pointer;
  position: relative; }
  .attach_button_2oL36 svg {
    margin-right: 5px;
    margin-top: -1px;
    width: 13px;
    height: 15px; }
  .attach_button_loading_3DEbR {
    margin-right: 10px;
    cursor: default; }
  .attach_button_loading_dots_3Q8bt {
  position: absolute;
  left: 100%;
  padding-left: 3px; }
  .send_button_spinner_1dIqR {
  height: 28px;
  fill: var(--color-primary-contrast); }

.wrapper_26OMl {
  height: 100%;
  position: relative;
  padding-bottom: var(--side-sender-feed-offset);
  overflow: hidden;
  background-color: var(--color-background-feed);
  background-image: url(/_next/static/images/background-mask-53d8325b6798526cb0f4d19a178c6b7e.svg);
  background-repeat: repeat; }
  .wrapper_26OMl.with_mobile_feed_JWd36 {
    padding-bottom: var(--mobile-side-sender-feed-offset); }
  .entities_2mlwd {
  max-height: 100%;
  padding: var(--side-feed-offset) var(--side-feed-offset) calc(var(--max-sidebar-height) + var(--side-feed-offset)); }
  .wrapper_26OMl.with_mobile_feed_JWd36 .entities_2mlwd {
    padding: 26px var(--mobile-side-feed-offset) calc(var(--max-sidebar-height) + var(--mobile-side-feed-offset)); }
  .entities_scroll_1ym8R .ScrollbarsCustom-Track.ScrollbarsCustom-TrackY {
  height: calc(100% + var(--side-sender-feed-offset)) !important; }
  .wrapper_26OMl.with_mobile_feed_JWd36 .entities_scroll_1ym8R .ScrollbarsCustom-Track.ScrollbarsCustom-TrackY {
    height: calc(100% + var(--mobile-side-sender-feed-offset)) !important; }
  .sender_slot_2eg0T {
  position: absolute;
  bottom: var(--side-sender-feed-offset);
  left: var(--side-sender-feed-offset);
  right: var(--side-sender-feed-offset);
  margin-right: var(--custom-scroll-width); }
  .wrapper_26OMl.with_mobile_feed_JWd36 .sender_slot_2eg0T {
    bottom: var(--mobile-side-sender-feed-offset);
    left: var(--mobile-side-sender-feed-offset);
    right: var(--mobile-side-sender-feed-offset); }
  .spinner_container_2zLG5 {
  position: relative;
  overflow: hidden;
  fill: var(--color-contrast);
  height: 45px;
  padding-top: 5px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .spinner_container_2zLG5 svg {
    width: 100%;
    height: 100%; }
  .feed_loader_entity_1N7Ni {
  padding: 10px;
  border-radius: 3px; }
  .feed_loader_entity_border_3tL0C {
  border: 1px solid var(--color-border-strong); }

.sidebar_2VTHX {
  background: var(--color-background-front);
  width: var(--sidebar-width);
  height: 100%; }

.scroller_2bFZD .ScrollbarsCustom-Content {
  height: 100%; }

.sidebar_2VTHX.is_fixed_2tRMn {
  position: fixed;
  height: calc(var(--js-real-height) - var(--header-height));
  margin-top: var(--header-height);
  top: 0;
  z-index: calc(var(--burger-background-zindex) + 1); }

.sidebar_2VTHX.is_right_2T69o {
  right: 0;
  border-left: 1px solid var(--color-border); }

.sidebar_2VTHX.is_left_1hHvr {
  left: 0;
  border-right: 1px solid var(--color-border); }

.sidebar_2VTHX.is_center_3Ymqa {
  width: 100%; }

.sidebar_2VTHX.animation_state__closed_3cI2V.is_right_2T69o {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }

.sidebar_2VTHX.animation_state__closed_3cI2V.is_left_1hHvr {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.sidebar_2VTHX.animation_state__opened_30X-6 {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.app_sidebar_lR4u1 {
  width: var(--sidebar-width); }

.widgets_bar_sidebar_VNZwy {
  width: var(--widgets-bar-width); }

.modal_XyTbd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.layout_background_2nsIf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none; }

.modal_content_1nMTO {
  height: 100%;
  width: 100%;
  pointer-events: none; }

.info_sidebar_3-uuo {
  pointer-events: auto;
  margin-left: auto;
  height: 100%;
  width: var(--sidebar-width); }

.modal_XyTbd.is_sidebar_flexible_uCtXo .info_sidebar_3-uuo {
    width: 90%; }

.modal_38mwR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.layout_background_1RRG0 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none; }

.modal_content_2qD9d {
  height: 100%;
  width: 100%;
  pointer-events: none;
  overflow: hidden; }

.sidebar_2ewww {
  pointer-events: auto;
  height: 100%;
  width: 280px;
  background: var(--color-background-contrast); }

.modal_38mwR.is_sidebar_flexible_2QUQ_ .sidebar_2ewww {
    width: 80%; }

.sidebar_inner_DCq-U {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%; }

.content_ph3tZ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.leads_wrapper_1dI92 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: -1px; }

.lead_item_3xUrt {
  cursor: pointer;
  font-size: 15px;
  border-bottom: 1px solid var(--color-border-weak);
  padding: 0 20px 0 23px;
  position: relative;
  height: 55px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-primary-contrast-a05); }

.lead_item_active_2xDK3 {
    color: var(--color-primary-contrast);
    text-shadow: 0.6px 0 var(--color-primary-contrast); }

.lead_item_3xUrt:not(.lead_item_active_2xDK3):hover, .lead_item_3xUrt:not(.lead_item_active_2xDK3):focus {
    color: var(--color-primary-contrast-a085); }

.remove_data_outer_2lplK {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top: 1px solid var(--color-border-weak);
  font-size: 15px;
  padding: 0 20px 0 23px;
  height: 55px; }

.remove_data_16MU7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-contrast-dangerous);
  width: 100%; }

.remove_data_16MU7:hover, .remove_data_16MU7:focus {
    text-shadow: 0.1px 0 var(--color-contrast-dangerous); }

.spinner_container_1qsNe {
  position: relative;
  overflow: hidden;
  fill: var(--color-contrast);
  height: 45px;
  padding-top: 5px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.spinner_container_1qsNe svg {
    width: 100%;
    height: 100%; }

.header_title_2YquV {
  margin-left: 2px; }

.media_1hftB {
  max-height: 95vh;
  max-width: calc(100vw - 86px); }

.button_code_Xu1HO {
  position: absolute;
  height: 100%;
  left: auto;
  top: 0;
  right: 2px;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal; }
  .button_code_Xu1HO[disabled] {
    pointer-events: none; }
  .button_code_finished_1PcuF {
    text-decoration: underline; }
  .button_timer_code_1T4g_ {
  padding-left: 3px; }

.country_list_item_FgR5D {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  width: 100%; }

.country_list_item_name_2AEcM {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.country_list_item_dial_xgd8n {
  color: var(--color-primary-placeholder); }

.input_container_Fe9aj {
  position: relative;
  height: 45px;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.select_country_button_2K8mH {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  padding: 0; }

.select_country_button_2K8mH:hover, .select_country_button_2K8mH:focus {
    background-color: rgba(0, 0, 0, 0.05); }

.select_country_button_arrow_2ptKh {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid var(--color-contrast-weak-dim); }

.country_flag_2AGHf {
  width: 20px;
  height: auto; }

.input_1lvg7 {
  border: none;
  outline: none;
  padding: 0 13px 0 3px;
  width: 275px;
  max-width: calc(100% - 56px); }

.countries_list_QSBnA {
  margin: 0;
  padding: 8px 0;
  list-style: none; }

.countries_list_container_1VFqK {
  position: absolute;
  z-index: 2;
  border: 1px solid var(--color-border);
  background: var(--color-primary-contrast);
  top: 100%;
  left: -1px;
  height: 213px;
  width: 100%; }

.countries_list_item_1At2F {
  padding: 7px 10px 7px 18px;
  grid-gap: 5px;
  gap: 5px; }

.countries_list_item_1At2F:hover, .countries_list_item_1At2F:focus {
    background-color: rgba(0, 0, 0, 0.05); }

.layout_1fiOI {
  width: 100%;
  height: 100%;
  padding: 60px 80px 70px;
  background: var(--color-background-front);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .layout_1fiOI.is_small_1wRXQ {
    padding: 40px 35px 45px; }
  .container_2zyVx {
  position: relative;
  width: 100%; }
  .header_1aSOR {
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.8px;
  padding-bottom: 8px; }
  .controls_3-YhX {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 10px;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 18px;
  height: 40px; }
  .error_message_2PY9S {
  font-size: 13px;
  line-height: 18px;
  color: var(--color-contrast-dangerous);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px; }
  .error_message_absolute_QD9-e {
  position: absolute;
  padding-top: 7px;
  padding-left: 1px; }

.header_container_B425K {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.spinner_3XrV8 {
  fill: var(--color-contrast);
  width: 25px;
  height: 100%;
  margin-left: 5px; }

.input_container_code_pgF1T {
  display: block;
  position: relative;
  height: 45px;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  width: 333px;
  max-width: 100%; }

.input_code_1xDO1 {
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 17px; }

.modal_forms_1dDDN {
  max-width: 600px; }

.modal_content_3FNet {
  max-width: calc(100% - 32px); }


@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sub {
  bottom: -0.25em; }
sup {
  top: -0.5em; }
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }
/**
 * Add the correct display in IE.
 */
template {
  display: none; }
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }
:root {
  --js-real-height: 100vh;
  --text-font-stack: 'PT sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  --base-font-size: 15px;
  --feed-icon-size: 36px;
  --side-feed-offset: 20px;
  --mobile-side-feed-offset: 10px;
  --side-sender-feed-offset: calc(var(--side-feed-offset) - 6px);
  --mobile-side-sender-feed-offset: calc(var(--mobile-side-feed-offset) - 4px);
  --layout-top-offset: 30px;
  --layout-bottom-offset: 40px;
  --layout-top-offset-with-logo: 100px;
  --layout-bottom-offset-with-logo: 40px;
  --info-offset: 16px;
  --layout-max-height: 900px;
  --header-height: 71px;
  --statuses-line-height: 9px;
  --max-sidebar-height: 180px;
  --min-page-width: 320px;
  --max-page-width: 1300px;
  --sidebar-width: 380px;
  --widgets-bar-width: 265px;
  --feed-entity-side-slot-width: 48px;
  --custom-scroll-width: 8px; }
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
body {
  background-color: var(--color-gradient-first);
  background-image: linear-gradient(315deg, var(--color-gradient-first) 0%, var(--color-gradient-second) 74%);
  min-width: 320px;
  min-width: var(--min-page-width); }
/* Предотвращаем убирание шапки */
html {
  overflow: hidden; }
body {
  width: 100%;
  height: 100%;
  position: fixed; }
a {
  display: inline-block;
  color: inherit;
  text-decoration: inherit; }
button {
  font: inherit;
  color: inherit;
  background: inherit;
  border: none; }
a,
button {
  pointer-events: auto;
  cursor: pointer; }
button,
button:active,
button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important; }
input {
  -webkit-box-shadow: none;
          box-shadow: none; }
@font-face {
  font-family: 'password';
  font-style: normal;
  font-weight: 400;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA8AAAAAB2QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABWAAAABwAAAAcg9+z70dERUYAAAF0AAAAHAAAAB4AJwANT1MvMgAAAZAAAAA/AAAAYH7AkBhjbWFwAAAB0AAAAFkAAAFqZowMx2N2dCAAAAIsAAAABAAAAAQAIgKIZ2FzcAAAAjAAAAAIAAAACAAAABBnbHlmAAACOAAAALkAAAE0MwNYJ2hlYWQAAAL0AAAAMAAAADYPA2KgaGhlYQAAAyQAAAAeAAAAJAU+ATJobXR4AAADRAAAABwAAAAcCPoA6mxvY2EAAANgAAAAEAAAABAA5gFMbWF4cAAAA3AAAAAaAAAAIAAKAE9uYW1lAAADjAAAARYAAAIgB4hZ03Bvc3QAAASkAAAAPgAAAE5Ojr8ld2ViZgAABOQAAAAGAAAABuK7WtIAAAABAAAAANXulPUAAAAA1viLwQAAAADW+JM4eNpjYGRgYOABYjEgZmJgBEI2IGYB8xgAA+AANXjaY2BifMg4gYGVgYVBAwOeYEAFjMgcp8yiFAYHBl7VP8wx/94wpDDHMIoo2DP8B8kx2TLHACkFBkYA8/IL3QB42mNgYGBmgGAZBkYGEEgB8hjBfBYGDyDNx8DBwMTABmTxMigoKKmeV/3z/z9YJTKf8f/X/4/vP7pldosLag4SYATqhgkyMgEJJnQFECcMOGChndEAfOwRuAAAAAAiAogAAQAB//8AD3jaY2BiUGJgYDRiWsXAzMDOoLeRkUHfZhM7C8Nbo41srHdsNjEzAZkMG5lBwqwg4U3sbIx/bDYxgsSNBRUF1Y0FlZUYBd6dOcO06m+YElMa0DiGJIZUxjuM9xjkGRhU2djZlJXU1UDQ1MTcDASNjcTFQFBUBGjYEkkVMJCU4gcCKRTeHCk+fn4+KSllsJiUJEhMUgrMUQbZk8bgz/iA8SRR9qzAY087FjEYD2QPDDAzMFgyAwC39TCRAAAAeNpjYGRgYADid/fqneL5bb4yyLMwgMC1H90HIfRkCxDN+IBpFZDiYGAC8QBbSwuceNpjYGRgYI7594aBgcmOAQgYHzAwMqACdgBbWQN0AAABdgAiAAAAAAAAAAABFAAAAj4AYgI+AGYB9AAAAAAAKgAqACoAKgBeAJIAmnjaY2BkYGBgZ1BgYGIAAUYGBNADEQAFQQBaAAB42o2PwUrDQBCGvzVV9GAQDx485exBY1CU3PQgVgIFI9prlVqDwcZNC/oSPoKP4HNUfQLfxYN/NytCe5GwO9/88+/MBAh5I8C0VoAtnYYNa8oaXpAn9RxIP/XcIqLreZENnjwvyfPieVVdXj2H7DHxPJH/2/M7sVn3/MGyOfb8SWjOGv4K2DRdctpkmtqhos+D6ISh4kiUUXDj1Fr3Bc/Oc0vPqec6A8aUyu1cdTaPZvyXyqz6Fm5axC7bxHOv/r/dnbSRXCk7+mpVrOqVtFqdp3NKxaHUgeod9cm40rtrzfrt2OyQa8fppCO9tk7d1x0rpiQcuDuRkjjtkHt16ctbuf/radZY52/PnEcphXpZOcofiEZNcQAAeNpjYGIAg///GBgZsAF2BgZGJkZmBmaGdkYWRla29JzKggxD9tK8TAMDAxc2D0MLU2NjENfI1M0ZACUXCrsAAAABWtLiugAA) format("woff"); }
body {
  color: var(--color-primary);
  font-weight: normal;
  font-size: 15px;
  font-size: var(--base-font-size);
  font-family: 'PT sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-family: var(--text-font-stack);
  line-height: 20px;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased; }
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-rendering: inherit;
  -webkit-font-smoothing: inherit; }
.js-overflow-hidden_1F9b_ {
  overflow: hidden; }
:root,
[data-theme='default'] {
  /* Primary colors */
  --color-primary-max: #000000;
  --color-primary-strongest: #131420;
  --color-primary-strong: #132736;
  --color-primary: #313942;
  --color-primary-weak: #6b6d72;
  --color-primary-weaker: #979797;
  --color-primary-weakest: #cacaca;
  --color-primary-placeholder: #aeaeae;
  --color-primary-sub: #94a5b2;
  --color-primary-contrast: #ffffff;
  --color-primary-contrast-a05: rgba(255, 255, 255, 0.5);
  --color-primary-contrast-a07: rgba(255, 255, 255, 0.7);
  --color-primary-contrast-a085: rgba(255, 255, 255, 0.85);
  /* Contrast colors */
  --color-contrast: #3076fd;
  --color-contrast-weak: #4c8bf7;
  --color-contrast-weak-dim: #516570;
  --color-contrast-weak-disabled: #d6d6d6;
  --color-contrast-dangerous: #eb5757;
  /* Background colors */
  --color-background-contrast: #0c0b23;
  --color-background-contrast-dirty: #29274e;
  --color-background-back: #f5f5f5;
  --color-background-front: #ffffff;
  --color-background-front-accent: #c0e1ff;
  --color-background-feed: #f1f2f8;
  /* Border colors */
  --color-border-weak: rgba(175, 175, 175, 0.3);
  --color-border: rgba(181,181,181,0.5098);
  --color-border-strong: #c3c3c3;
  /* Gradient colors */
  --color-gradient-first: rgba(253,231,249,0.42353);
  --color-gradient-second: rgba(170,202,239,0.40392);
  /* Pack colors */
  --color-pack-background-outgoing-gradient-frist: var(--color-background-front);
  --color-pack-background-outgoing-gradient-second: var(--color-background-front);
  --color-pack-background-ingoing-gradient-frist: var(--color-background-front);
  --color-pack-background-ingoing-gradient-second: var(--color-background-front);
  --color-pack-mobile-background-outgoing-gradient-frist: #357fec;
  --color-pack-mobile-background-outgoing-gradient-second: #4060f1;
  --color-pack-mobile-background-ingoing-gradient-frist: #ebf8ff;
  --color-pack-mobile-background-ingoing-gradient-second: #ebf8ff;
  --color-bubble-background-outgoing-gradient-frist: #0084c0;
  --color-bubble-background-outgoing-gradient-second: #0084c0;
  --color-bubble-background-ingoing-gradient-frist: var(--color-background-back);
  --color-bubble-background-ingoing-gradient-second: var(--color-background-back);
  --color-bubble-mobile-background-outgoing-gradient-frist: #357fec;
  --color-bubble-mobile-background-outgoing-gradient-second: #4060f1;
  --color-bubble-mobile-background-ingoing-gradient-frist: #ebf8ff;
  --color-bubble-mobile-background-ingoing-gradient-second: #ebf8ff;
  --color-pack-mobile-main-outgoing: #b3c1fb;
  --color-pack-mobile-main-ingoing: #54a0d7;
  --color-mobile-call-note-audio-track: rgba(181,181,181,0.43137);
  --color-pack-header-outgoing-default: var(--color-primary-weaker);
  --color-pack-header-outgoing: var(--color-primary-contrast-a07);
  --color-pack-header-ingoing: var(--color-primary-weaker);
  /* Button colors */
  --color-button-gray-background: #8591a5;
  --color-button-gray-color: #ffffff;
  --color-button-gray-background-active: #6c778a;
  --color-button-main-background: var(--color-contrast-weak);
  --color-button-main-border: var(--color-contrast);
  --color-button-main-color: var(--color-background-back);
  --color-button-main-background-disabled: #fcfcfc;
  --color-button-main-border-disabled: #dbdedf;
  --color-button-main-color-disabled: #2e3640;
  --color-button-main-background-active: #4d85e6;
  --color-button-naked-color: #92989b;
  --color-button-naked-color-active: #7f838b; }
.ScrollbarsCustom-Track.ScrollbarsCustom-TrackY {
  width: 8px !important;
  width: var(--custom-scroll-width) !important;
  height: 100% !important;
  top: 0 !important;
  border-radius: 0 !important;
  cursor: default; }
.ScrollbarsCustom-Content {
  padding: 0 !important; }

.login_layout_3hZ9C {
  max-width: calc(100vw - 36px); }

.input_container_code_1nMat {
  display: block;
  position: relative;
  height: 45px;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  margin-top: 13px; }

.input_code_2Rzjj {
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 17px; }

.input_container_spinner_tykBk {
  fill: var(--color-contrast);
  width: 25px;
  height: 100%;
  position: absolute;
  right: 5px; }

.login_phone_input_1KOMN {
  position: relative; }

