body {
  background-color: #e5ebef;
}

.tgme_container {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 6px;
}
.tgme_header_right_column {
  position: absolute;
  width: 312px;
  top: 48px;
  right: 0;
  margin: 0 12px;
  z-index: 1;
}
.tgme_header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background-color: #fff;
  height: 48px;
}
.tgme_header:after {
  background: #b5c0c8;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 1px;
  transform-origin: 50% 0;
  z-index: 1;
}
.tgme_header_search {
  position: absolute;
  left: calc(100% - 336px);
  right: 0;
  margin: 0 12px;
  padding: 7px 0;
  height: 48px;
  background: #fff;
  box-sizing: border-box;
  z-index: 1;
}
.tgme_header_search_form_icon {
  position: absolute;
  pointer-events: none;
  margin: 7px 9px;
}
.tgme_header_search_form_input {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 21px;
  padding: 6px 11px 5px 36px;
  margin: 0;
  border: 1px solid #d9e0e4;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
.tgme_header_search_form_input,
.tgme_header_search_form_input:focus {
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
}
.tgme_header_search_form_input::-webkit-input-placeholder {
  transition: color .2s ease;
  color: #788794;
}
.tgme_header_search_form_input::-moz-placeholder {
  transition: color .2s ease;
  color: #788794;
}
.tgme_header_search_form_input:-ms-input-placeholder {
  transition: color .2s ease;
  color: #788794;
}
.tgme_header_search_form_input:focus::-webkit-input-placeholder {
  color: #a0abb4;
}
.tgme_header_search_form_input:focus::-moz-placeholder {
  color: #a0abb4;
}
.tgme_header_search_form_input:focus:-ms-input-placeholder {
  color: #a0abb4;
}
.tgme_header .tgme_container {
  padding: 0 12px;
}
.tgme_header_link {
  display: block;
  padding: 6px 0;
  overflow: hidden;
}
a.tgme_header_link:hover {
  text-decoration: none;
}
.tgme_page_photo_image,
.tgme_page_photo_image img {
  display: inline-block;
  vertical-align: top;
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
.tgme_page_photo_image {
  position: relative;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 19px;
  line-height: 38px;
  margin: 0 8px 0 0;
  float: left;
  color: #fff;
  overflow: hidden;
}
.tgme_page_photo_image:before {
  content: attr(data-content);
  font-weight: 500;
}
.tgme_page_photo_image img {
  position: absolute;
  left: 0;
  top: 0;
}
.tgme_header_title {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  margin: 2px 0 0;
  color: #000;
}
.tgme_header_counter {
  font-size: 12px;
  line-height: 14px;
  margin: -1px 0 2px;
  color: #788794;
}
.tgme_header_title,
.tgme_header_counter {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tgme_main {
  padding: 51px 0 40px;
}
.tgme_webpreview .tgme_header_info,
.tgme_webpreview .tgme_channel_history {
  margin-right: 332px;
}
.tgme_channel_history:before,
.tgme_channel_history:after {
  content: '';
  display: table;
}
.tgme_channel_history:after {
  clear: both;
}
.tgme_widget_message_wrap {
  position: relative;
  padding: 3px 0;
}
.tgme_widget_message_wrap.prepare_highlight:before {
  content: '';
  position: absolute;
  left: -6px;
  right: -12px;
  bottom: 0;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, .4);
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
}
.tgme_widget_message_wrap.date_visible.prepare_highlight:before {
  top: 38px;
}
.tgme_widget_message_wrap.highlight:before {
  opacity: 1;
  visibility: visible;
}
.tgme_widget_message {
  display: inline-block;
  max-width: 100%;
  padding-right: 6px;
  box-sizing: border-box;
}
.tgme_widget_message_bubble_tail .bubble_icon {
  transform-origin: 8px 1px;
}
.tgme_widget_message_bubble {
  position: relative;
  border: none;
  box-shadow: 0 0 0 1px #dae0e4;
  padding: 4px 9px;
  max-width: 430px;
}
.thin_box_shadow .tgme_widget_message_bubble:before {
  background: #dae0e4;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.tgme_widget_message_bubble_tail .border_1x {
  fill: #dae0e4;
}
.tgme_right_column {
  padding: 26px 2px;
  margin: 0 -2px;
  height: calc(100vh - 48px);
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.tgme_right_column::-webkit-scrollbar {
  display: none;
}
.tgme_channel_info {
  position: relative;
  background: #fff;
  box-shadow: 0 0 0 1px #dae0e4;
  border-radius: 10px;
  padding: 12px;
}
.thin_box_shadow .tgme_channel_info:before {
  background: #dae0e4;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}
.tgme_channel_info_header .tgme_page_photo_image,
.tgme_channel_info_header .tgme_page_photo_image img {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  margin-right: 12px;
}
.tgme_channel_info_header .tgme_page_photo_image {
  font-size: 37px;
  line-height: 74px;
}
.tgme_channel_info_header_title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding-top: 17px;
}
.tgme_channel_info_header_username {
  font-size: 14px;
  line-height: 16px;
  padding: 2px 0 16px;
}
.tgme_channel_info_header_title,
.tgme_channel_info_header_username {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 84px;
}
.tgme_channel_info_header_title .verified-icon {
  vertical-align: -3px;
  margin-left: 6px;
}
.tgme_channel_info_description {
  font-size: 14px;
  line-height: 21px;
  margin-top: 14px;
}
.tgme_channel_info_counters {
  margin-top: 16px;
  white-space: nowrap;
  overflow: hidden;
}
.tgme_channel_info_counter {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  width: 25%;
}
.tgme_channel_info_counter .counter_value {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  width: 100%;
}
.tgme_channel_info_counter .counter_type {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  text-transform: capitalize;
  vertical-align: top;
  margin-top: 3px;
  color: #788794;
}
a.tgme_channel_join_telegram,
a.tgme_channel_download_telegram {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  padding: 10px 15px;
  margin-top: 14px;
  background: #389ce9;
  text-transform: uppercase;
  color: #fff;
}
a.tgme_channel_join_telegram:hover,
a.tgme_channel_download_telegram:hover {
  text-decoration: none;
}
.tgme_channel_join_telegram_icon,
.tgme_channel_download_telegram_icon {
  vertical-align: text-top;
  margin-right: 12px;
}
.tgme_channel_download_telegram_bottom {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  margin-top: 11px;
  color: #788794;
}
a.tgme_channel_join_telegram {
  display: none;
  float: right;
  line-height: 18px;
  padding: 7px 14px 5px;
  margin: 9px 2px 9px 12px;
}
.tgme_channel_join_telegram_icon {
  margin-right: 6px;
}

.tgme_footer {
  padding: 12px 0;
  text-align: center;
}
.tgme_footer_column {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
}
.tgme_footer_column h5 {
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #788794;
  margin: 0;
}
.tgme_footer_column h5 a {
  color: inherit;
}

.verified-icon {
  vertical-align: -2px;
  margin-left: 5px;
}
.tgme_widget_message_author,
.tgme_widget_message_forwarded_from {
  font-size: 14px;
  line-height: 19px;
  margin: 1px 0 0;
}
.tgme_widget_message_document_title,
.tgme_widget_message_contact_name,
.tgme_widget_message_location_title,
.tgme_widget_message_game_title,
.tgme_widget_message_invoice_title,
.tgme_widget_message_game_text,
.tgme_widget_message_invoice_description,
.tgme_widget_message_error {
  font-size: 14px;
}
.tgme_widget_message_text,
.tgme_widget_message_poll,
.tgme_widget_message_inline_button {
  font-size: 14px;
  line-height: 21px;
}
.tgme_widget_message_poll_type {
  font-size: 13px;
  margin-top: 0;
}
.tgme_widget_message_poll_options {
  font-size: 14px;
  min-width: 240px;
  padding-top: 0;
  margin-bottom: 10px;
}
.tgme_widget_message_poll_option {
  padding-top: 10px;
  margin-top: 0;
}
.tgme_widget_message_poll_option_bar {
  margin-top: 4px;
}
.tgme_widget_message_poll_option_correct {
  margin-left: -20px;
  margin-top: 0;
}
.tgme_widget_message_info.short {
  float: right;
}
.tgme_widget_message_footer {
  font-size: 12px;
  line-height: 14px;
  margin-right: -2px;
}
.tgme_widget_message_voice_player + .tgme_widget_message_footer,
.tgme_widget_message_text.before_footer + .tgme_widget_message_footer {
  margin-top: -14px;
}
.tgme_widget_message_voice_player + .tgme_widget_message_footer .tgme_widget_message_info,
.tgme_widget_message_text.before_footer + .tgme_widget_message_footer .tgme_widget_message_info {
  position: relative;
}
.tgme_widget_message_bubble > .tgme_widget_message_photo_wrap,
.tgme_widget_message_bubble > .tgme_widget_message_video_player,
.tgme_widget_message_bubble > .tgme_widget_message_grouped_wrap,
.tgme_widget_message_bubble > .tgme_widget_message_location_wrap {
  margin: 10px -9px;
  min-width: calc(100% + 18px) !important;
  max-width: calc(100% + 18px) !important;
}
.tgme_widget_message_bubble > .tgme_widget_message_location_wrap {
  width: 300px;
}
.tgme_widget_message_bubble > .tgme_widget_message_voice_player {
  width: 300px;
  max-width: 100%;
}
.tgme_widget_message_views,
.tgme_widget_message_voters,
.tgme_widget_message_meta {
  margin-left: 7px;
}
.tgme_widget_message_meta {
  max-width: 100%;
}
.tgme_widget_message_reply_thumb {
  margin-right: 4px;
}
.tgme_widget_message_reply .tgme_widget_message_author {
  line-height: 19px;
  padding-left: 4px;
  margin: -3px 0 0;
}
.tgme_widget_message_reply .tgme_widget_message_text,
.tgme_widget_message_reply .tgme_widget_message_metatext {
  line-height: 19px;
  padding-left: 4px;
  margin: 0 0 -3px;
}
.tgme_widget_message_reply {
  padding-left: 6px;
  margin-top: 4px;
}
.tgme_widget_message_link_preview,
.tgme_widget_message_game {
  padding-left: 10px;
  margin-top: 4px;
}
.message_video_duration,
.tgme_widget_message_game_label,
.tgme_widget_message_invoice_label {
  margin: 5px;
}
.tgme_widget_message_location_info {
  margin: 4px 9px 0;
}
.tgme_widget_message_location_title {
  line-height: 21px;
}
.tgme_widget_message_location_address {
  margin-top: -2px;
}
.no_bubble .tgme_widget_message_bubble {
  background: none;
  box-shadow: none;
  padding: 0;
}
.thin_box_shadow .no_bubble .tgme_widget_message_bubble:before {
  background: none;
}
.no_bubble .tgme_widget_message_bubble > .tgme_widget_message_author,
.no_bubble .tgme_widget_message_bubble_tail {
  display: none;
}
.tgme_widget_message_sticker_wrap {
  margin: 0;
}
.tgme_widget_message_sticker_wrap,
.tgme_widget_message_sticker,
.tgme_widget_message_tgsticker {
  max-width: 144px;
  max-height: 144px;
}
.no_bubble .tgme_widget_message_footer {
  position: relative;
  overflow: visible;
  margin-top: 0;
}
.tgme_widget_message_roundvideo_player {
  width: 200px;
  margin: 0;
}
.playing .tgme_widget_message_roundvideo_progress_wrap {
  opacity: 0.7;
}
.tgme_widget_message_roundvideo_progress {
  r: calc(50% - 1.5px);
}
.tgme_widget_message_roundvideo_border {
  border-color: #e5ebef;
}
.tgme_widget_message_roundvideo_duration {
  font-size: 12px;
  line-height: 14px;
}
.no_bubble .tgme_widget_message_reply,
.no_bubble .tgme_widget_message_forwarded_from {
  position: absolute;
  left: 100%;
  top: 0;
  border-radius: 7px;
  background: #b5c0c8;
  color: #fff;
  padding: 8px;
  margin: 0 0 0 9px;
  display: block;
}
.no_bubble .tgme_widget_message_forwarded_from {
  line-height: 20px;
  padding: 3px 7px;
}
.no_bubble .tgme_widget_message_forwarded_from,
.no_bubble .tgme_widget_message_forwarded_from_name,
.no_bubble .tgme_widget_message_reply .tgme_widget_message_author,
.no_bubble .tgme_widget_message_reply .tgme_widget_message_metatext,
.no_bubble .tgme_widget_message_reply .tgme_widget_message_text {
  color: #fff;
}
.no_bubble .tgme_widget_message_reply {
  padding-left: 16px;
}
.no_bubble .tgme_widget_message_reply:after {
  background: #fff;
  margin: 6px 0px 6px 8px;
}
.no_bubble.sticker_media .tgme_widget_message_forwarded_from {
  display: none;
}
.no_bubble.sticker_media .tgme_widget_message_reply {
  left: 144px;
  max-width: calc(100% - 153px);
  box-sizing: border-box;
}
.no_bubble.roundvideo_media .tgme_widget_message_reply {
  left: 200px;
  max-width: calc(100% - 209px);
  box-sizing: border-box;
}
.no_bubble.roundvideo_media .tgme_widget_message_forwarded_from {
  left: 170px;
  max-width: calc(100% - 179px);
  box-sizing: border-box;
  z-index: 1;
}
.no_bubble .tgme_widget_message_footer .tgme_widget_message_views {
  margin-left: 0;
  margin-right: 7px;
}
.no_bubble .tgme_widget_message_footer .tgme_widget_message_meta {
  margin-left: 0;
}
.no_bubble .tgme_widget_message_footer .tgme_widget_message_info {
  position: absolute;
  text-align: left;
  left: 100%;
  bottom: 100%;
  border-radius: 7px;
  background: #b5c0c8;
  color: #fff;
  padding: 3px 7px;
  margin: 0 0 3px 9px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.no_bubble.sticker_media .tgme_widget_message_footer {
  margin-left: 153px;
  width: calc(100% - 153px);
}
.no_bubble.roundvideo_media .tgme_widget_message_footer {
  margin-left: 179px;
  width: calc(100% - 179px);
}
.no_bubble.sticker_media,
.no_bubble.roundvideo_media {
  width: 100%;
}
.no_bubble.sticker_media .tgme_widget_message_footer .tgme_widget_message_info,
.no_bubble.roundvideo_media .tgme_widget_message_footer .tgme_widget_message_info {
  margin: 0 0 3px;
  left: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.no_bubble.no_bubble.roundvideo_media .tgme_widget_message_roundvideo_duration {
  margin: 0 0 3px;
  border-radius: 7px;
  background: #b5c0c8;
  color: #fff;
  padding: 3px 6px;
}
.tgme_widget_message_views:after {
  vertical-align: -1px;
}
.no_bubble .tgme_widget_message_views:after {
  background-image: url('data:image/svg+xml,%3Csvg%20height%3D%2210%22%20viewBox%3D%220%200%2016%2010%22%20width%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8%200c2.8897625%200%205.2230958%201.66666667%207%205-1.7769042%203.33333333-4.1102375%205-7%205-2.88976248%200-5.22309581-1.66666667-7-5%201.77690419-3.33333333%204.11023752-5%207-5zm0%201.48148148c-1.98523978%200-3.59459459%201.5752944-3.59459459%203.51851852s1.60935481%203.51851852%203.59459459%203.51851852%203.5945946-1.5752944%203.5945946-3.51851852-1.60935482-3.51851852-3.5945946-3.51851852zm0%201.85185185c.94037674%200%201.7027027.74619209%201.7027027%201.66666667s-.76232596%201.66666667-1.7027027%201.66666667-1.7027027-.74619209-1.7027027-1.66666667.76232596-1.66666667%201.7027027-1.66666667z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
}
.message_media_view_in_telegram {
  padding: 7px 12px 6px;
  margin-top: 7px;
}

.tgme_widget_message.service_message {
  text-align: center;
  width: 100%;
}
.service_message .tgme_widget_message_user,
.service_message .tgme_widget_message_author,
.service_message .tgme_widget_message_bubble_tail,
.service_message .tgme_widget_message_footer {
  display: none;
}
.service_message .tgme_widget_message_text {
  line-height: 19px;
  margin-top: 1px;
}
.tgme_widget_service_strong_text {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: text-top;
  max-width: 250px;
  line-height: 1.2em;
}
.tgme_widget_service_quote {
  white-space: nowrap;
}
.tgme_widget_message_service_date,
.service_message .tgme_widget_message_bubble {
  display: inline-block;
  font-weight: 500;
  background: #b5c0c8;
  box-shadow: none;
  color: #fff;
  border-radius: 13px;
  padding: 3px 12px;
  margin: 0 10px;
}
.service_message .tgme_widget_message_bubble a,
.service_message .tgme_widget_message_bubble a:hover {
  color: inherit;
}
.tgme_widget_message_service_date_wrap {
  position: absolute;
  text-align: center;
  display: none;
  top: 9px;
  left: 0;
  right: 0;
}
.date_visible .tgme_widget_message{
  margin-top: 38px;
}
.date_visible .tgme_widget_message_service_date_wrap {
  display: block;
}
.tgme_widget_message_service_date {
  font-size: 14px;
  line-height: 19px;
  padding-top: 4px;
}
.thin_box_shadow .no_bubble .tgme_widget_message_reply:before,
.thin_box_shadow .no_bubble .tgme_widget_message_forwarded_from:before,
.thin_box_shadow .service_message .tgme_widget_message_bubble:before {
  display: none;
}
.tgme_widget_message_service_photo {
  position: absolute;
  left: 50%;
  margin: 6px 0 0 -50px;
  top: 100%;
}
.tgme_widget_message_service_photo,
.tgme_widget_message_service_photo img {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.service_message_photo .tgme_widget_message_bubble {
  margin-bottom: 106px;
}
.tgme_widget_messages_helper {
  height: 0;
  overflow: hidden;
}
.tgme_widget_message.sticker_media,
.tgme_widget_message.roundvideo_media,
.tgme_widget_message.service_message {
  padding-right: 0;
}

.tme_messages_more {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
a.tme_messages_more,
a.tme_messages_more:hover {
  text-decoration: none;
  color: #b5c0c8;
}
.tme_messages_more:before {
  content: 'Loading';
}

.tme_no_messages_found {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  color: #788794;
}

.dots-animated:after {
  position: absolute;
  display: inline-block;
  animation: dotty steps(1, end) 1s infinite;
  content: '...';
}

@-webkit-keyframes dotty {
  0%, 100% { content: '';    }
  25%      { content: '.';   }
  50%      { content: '..';  }
  75%      { content: '...'; }
}
@keyframes dotty {
  0%, 100% { content: '';    }
  25%      { content: '.';   }
  50%      { content: '..';  }
  75%      { content: '...'; }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tgme_header:after {
    content: '';
    transform: scaleY(0.5);
  }
  .tgme_channel_info,
  .tgme_widget_message_bubble {
    box-shadow: 0 0 0 0.5px #b5c0c8;
  }
  .thin_box_shadow .tgme_channel_info:before,
  .thin_box_shadow .tgme_widget_message_bubble:before {
    content: '';
    right: -1px;
    bottom: -1px;
    transform: translate3d(-0.5px, -0.5px, 0);
    background: #b5c0c8;
  }
  .thin_box_shadow .tgme_channel_info:before {
    border-radius: 10.5px;
  }
  .thin_box_shadow .tgme_widget_message_bubble:before {
    border-radius: 0 10.5px 10.5px 10.5px;
  }
  .tgme_widget_message_bubble_tail .border_1x {
    fill: transparent;
  }
  .tgme_widget_message_bubble_tail .border_2x {
    fill: #b5c0c8;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
  .tgme_header:after {
    transform: scaleY(0.3333);
  }
  .tgme_channel_info,
  .tgme_widget_message_bubble {
    box-shadow: 0 0 0 0.3333px #b5c0c8;
  }
  .thin_box_shadow .tgme_channel_info:before,
  .thin_box_shadow .tgme_widget_message_bubble:before {
    right: -0.6667px;
    bottom: -0.6667px;
    transform: translate3d(-0.3333px, -0.3333px, 0);
    background: #b5c0c8;
  }
  .thin_box_shadow .tgme_channel_info:before {
    border-radius: 10.3333px;
  }
  .thin_box_shadow .tgme_widget_message_bubble:before {
    border-radius: 0 10.3333px 10.3333px 10.3333px;
  }
  .tgme_widget_message_bubble_tail .border_2x {
    fill: transparent;
  }
  .tgme_widget_message_bubble_tail .border_3x {
    fill: #b5c0c8;
  }
}

.tgme_header_search {
  transition: left 0.2s ease, right 0.2s ease;
  transition-delay: 0.2s;
}
.tgme_header_search .tgme_header_search_form_input {
  transition: border-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
  transition-delay: 0.2s;
}
.tgme_header .tgme_header_info {
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.tgme_header.search_collapsed .tgme_header_search,
.tgme_header.search_collapsed .tgme_header_search_form_input {
  transition-delay: 0s;
}
.tgme_header .tgme_header_search_form_icon circle,
.tgme_header .tgme_header_search_form_icon path {
  transition: all 0.2s ease;
}
.tgme_header.search_collapsed .tgme_header_search_form_icon circle,
.tgme_header.search_collapsed .tgme_header_search_form_icon path {
  transition-delay: 0.2s;
}

@media (max-width: 720px) {
  .tgme_header_right_column {
    display: none;
  }
  a.tgme_channel_join_telegram {
    display: inline-block;
  }
  .tgme_webpreview .tgme_header_info {
    margin-right: 44px;
  }
  .tgme_webpreview .tgme_channel_history {
    margin-right: 0;
  }
  .tgme_header_search {
    left: 0;
  }
  .tgme_header .tgme_header_info {
    visibility: hidden;
    opacity: 0;
  }
  .tgme_header.search_collapsed .tgme_header_info {
    visibility: visible;
    opacity: 1;
  }
  .tgme_header.search_collapsed .tgme_header_search {
    left: calc(100% - 59px);
    right: calc(-100% + 59px);
  }
  .tgme_header.search_collapsed .tgme_header_search_form_input {
    border-color: transparent;
    color: transparent;
    padding-left: 56px;
    cursor: pointer;
  }
  .tgme_header.search_collapsed .tgme_header_search_form_icon circle,
  .tgme_header.search_collapsed .tgme_header_search_form_icon path {
    stroke: #389CE9;
    stroke-width: 2;
  }
  .tgme_header.search_collapsed .tgme_header_search_form_icon circle {
    cx: 8; cy: 8; r: 7;
  }
  .tgme_header.search_collapsed .tgme_header_search_form_icon path {
    d: path('M13.5,13.5 L18,18');
  }
}
