@charset "UTF-8";
@font-face {
  font-family: "Roboto Mono";
  src: url("../images/fonts/RobotoMono-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../images/fonts/RobotoMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../images/fonts/RobotoMono-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Roboto Mono";
  src: url("../images/fonts/RobotoMono-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "SF Pro";
  src: url("../images/fonts/SF-Pro-Text-Regular.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro";
  src: url("../images/fonts/SF-Pro-Text-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro";
  src: url("../images/fonts/SF-Pro-Text-Semibold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../images/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../images/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.im-theme-dark .im-pin-bar.im-pin-bar_collapsed .im-pin-bar-arrow {
  filter: grayscale(1) brightness(0.9) invert(1) brightness(1.8);
}
.im-theme-dark.im-desktop .im-pin-bar.im-pin-bar_collapsed .im-pin-bar-arrow:hover {
  filter: grayscale(1) brightness(0.9) invert(0.95) brightness(1.8);
}
.im-theme-dark .im-pin-bar-widget.im-pin-bar_sticker:before, .im-theme-dark .im-pin-bar-widget.im-pin-bar_image:before, .im-theme-dark .im-pin-bar-widget.im-pin-bar_video:after, .im-theme-dark .im-pin-bar-widget.im-pin-bar_link:before {
  filter: brightness(0.55);
}

.im-theme-blue .im-welcome-screen__image, .im-theme-dark_blue .im-welcome-screen__image {
  background-image: url("../images/agent/welcome_blue.svg");
}

.im-theme-myteam_green.im-theme-myteam_green .im-button-accent {
  background: linear-gradient(9.4deg, #27E495 15.7%, #1CC7E5 86.6%);
}
.im-theme-myteam_green.im-theme-myteam_green .im-button-accent:hover {
  background: linear-gradient(9.4deg, #4BDA9E 15.7%, #1EC1DE 86.6%);
}
.im-theme-myteam_green.im-theme-myteam_green .im-button-accent:active {
  background: linear-gradient(9.4deg, #1CC88A 15.7%, #1EC0DD 86.6%);
}
.im-theme-myteam_green.im-theme-myteam_green .im-main-navbar .im-ui-button.tab-active span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(9.4deg, #27E495 15.7%, #1CC7E5 86.6%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .im-theme-myteam_green.im-theme-myteam_green .im-main-navbar .im-ui-button.tab-active span:after {
    /* IE10+ CSS */
    display: none;
  }
}
@supports (-ms-accelerator: true) {
  .im-theme-myteam_green.im-theme-myteam_green .im-main-navbar .im-ui-button.tab-active span:after {
    /* IE Edge 12+ CSS */
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  .im-theme-myteam_green.im-theme-myteam_green .im-main-navbar .im-ui-button.tab-active span:after {
    /* IE Edge 16+ CSS */
    display: none;
  }
}

.im-multitabs__tab_emoji[data-tab=_recent] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-multitabs__tab_emoji[data-tab=_recent] span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-multitabs__tab_emoji[data-tab=_recent] span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-multitabs__tab_emoji[data-tab=_recent] span {
  background-color: #7e848f;
}
.im-theme-blue .im-multitabs__tab_emoji[data-tab=_recent] span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-multitabs__tab_emoji[data-tab=_recent] span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-multitabs__tab_emoji[data-tab=_recent] span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-multitabs__tab_emoji[data-tab=_recent] span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-multitabs__tab_emoji[data-tab=_recent] span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-multitabs__tab_emoji[data-tab=_recent] span {
  background-color: #949494;
}
body .im-multitabs__tab_emoji[data-tab=_recent].tab-active span {
  background-color: #21D86A;
}
.im-theme-dark_green .im-multitabs__tab_emoji[data-tab=_recent].tab-active span {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-multitabs__tab_emoji[data-tab=_recent].tab-active span {
  background-color: #2e91ff;
}
.im-theme-blue .im-multitabs__tab_emoji[data-tab=_recent].tab-active span {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-multitabs__tab_emoji[data-tab=_recent].tab-active span {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-multitabs__tab_emoji[data-tab=_recent].tab-active span {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-multitabs__tab_emoji[data-tab=_recent].tab-active span {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-multitabs__tab_emoji[data-tab=_recent].tab-active span {
  background-color: #18D893;
}
.im-theme-dark_calls .im-multitabs__tab_emoji[data-tab=_recent].tab-active span {
  background-color: #0C7CFF;
}

.im-multitabs__tab_emoji[data-tab=people] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-multitabs__tab_emoji[data-tab=people] span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-multitabs__tab_emoji[data-tab=people] span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-multitabs__tab_emoji[data-tab=people] span {
  background-color: #7e848f;
}
.im-theme-blue .im-multitabs__tab_emoji[data-tab=people] span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-multitabs__tab_emoji[data-tab=people] span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-multitabs__tab_emoji[data-tab=people] span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-multitabs__tab_emoji[data-tab=people] span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-multitabs__tab_emoji[data-tab=people] span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-multitabs__tab_emoji[data-tab=people] span {
  background-color: #949494;
}
body .im-multitabs__tab_emoji[data-tab=people].tab-active span {
  background-color: #21D86A;
}
.im-theme-dark_green .im-multitabs__tab_emoji[data-tab=people].tab-active span {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-multitabs__tab_emoji[data-tab=people].tab-active span {
  background-color: #2e91ff;
}
.im-theme-blue .im-multitabs__tab_emoji[data-tab=people].tab-active span {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-multitabs__tab_emoji[data-tab=people].tab-active span {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-multitabs__tab_emoji[data-tab=people].tab-active span {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-multitabs__tab_emoji[data-tab=people].tab-active span {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-multitabs__tab_emoji[data-tab=people].tab-active span {
  background-color: #18D893;
}
.im-theme-dark_calls .im-multitabs__tab_emoji[data-tab=people].tab-active span {
  background-color: #0C7CFF;
}

.im-multitabs__tab_emoji[data-tab=nature] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15.5 8C14.672 8 14 8.672 14 9.5C14 10.328 14.672 11 15.5 11C16.328 11 17 10.329 17 9.5C17 8.671 16.328 8 15.5 8Z' fill='%23010202'/%3E%3Cpath d='M8.5 8C7.672 8 7 8.672 7 9.5C7 10.328 7.672 11 8.5 11C9.328 11 10 10.329 10 9.5C10 8.671 9.329 8 8.5 8Z' fill='black'/%3E%3Cpath d='M18.933 0H18.906C17.936 0 16.768 0.787 15.888 1.497C14.614 1.123 13.276 0.987 12.001 0.987C10.716 0.987 9.38499 1.12 8.12699 1.504C7.24499 0.79 6.06899 0 5.09299 0H5.06599C3.35199 0 0.0699861 2.67 0.00198605 7.026C-0.037014 9.505 0.277986 11.264 1.04199 12.039C1.29599 12.297 1.92399 12.716 2.33699 12.921C2.52799 16.098 3.25899 18.159 4.87299 19.301C5.76999 19.938 7.05999 20.25 8.07299 20.403C8.03999 20.6 7.99999 20.795 7.99999 21C7.99999 22.773 10.35 24 12 24C13.648 24 16 22.773 16 21C16 20.799 15.962 20.607 15.928 20.414C18.501 20.029 21.363 18.537 21.853 12.827C22.249 12.607 22.74 12.259 22.957 12.039C23.72 11.265 24.036 9.505 23.997 7.026C23.929 2.67 20.646 0 18.933 0ZM3.22299 9.135C2.98599 9.416 2.38599 10.29 2.33899 10.373C2.18899 9.963 1.97099 9.024 2.00199 7.082C2.05299 3.801 4.47999 2.11 5.09299 2.051C5.34899 2.066 5.82399 2.321 6.35799 2.697C5.24799 3.868 4.08299 5.612 4.00599 7.822C3.87299 8.368 3.60799 8.68 3.22299 9.135ZM12 22C11.099 22 10.046 21.307 9.99999 21C9.99999 20.346 10.475 19.764 11 19.398V20C11 20.553 11.447 21 12 21C12.553 21 13 20.553 13 20V19.398C13.524 19.763 14 20.345 14 21C13.954 21.307 12.901 22 12 22ZM15 18.52V18.54C14.634 18.122 14.202 17.778 13.738 17.52C14.83 17.004 15.977 16.186 15.977 15.303C15.977 13.461 14.196 13.108 12 13.108C9.80399 13.108 8.02199 13.462 8.02199 15.303C8.02199 16.186 9.16999 17.004 10.26 17.52C9.79899 17.777 9.36799 18.121 8.99999 18.539V18.514C7.99999 18.438 6.81799 18.233 6.02699 17.672C4.72599 16.752 4.18899 14.627 4.17399 11.194C4.18199 11.18 4.18999 11.166 4.19699 11.153C4.69299 10.327 5.68699 9.703 6.00099 8.051C6.00099 6.004 7.35799 4.42 8.36299 3.529C9.36999 3.178 10.555 3 11.948 3C13.395 3 14.633 3.192 15.681 3.57C16.681 4.47 17.997 6.035 17.997 8.05C18.31 9.701 19.304 10.325 19.8 11.152C19.835 11.21 19.868 11.269 19.902 11.33C19.843 17.297 17.953 18.34 15 18.52ZM21.628 10.318C21.591 10.253 21.554 10.188 21.515 10.123C21.282 9.736 21.013 9.417 20.776 9.136C20.391 8.681 20.128 8.368 19.994 7.823C19.918 5.614 18.753 3.869 17.641 2.699C18.172 2.323 18.645 2.069 18.902 2.052C19.538 2.123 21.946 3.816 21.998 7.083C22.025 8.893 21.651 10.301 21.628 10.318Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15.5 8C14.672 8 14 8.672 14 9.5C14 10.328 14.672 11 15.5 11C16.328 11 17 10.329 17 9.5C17 8.671 16.328 8 15.5 8Z' fill='%23010202'/%3E%3Cpath d='M8.5 8C7.672 8 7 8.672 7 9.5C7 10.328 7.672 11 8.5 11C9.328 11 10 10.329 10 9.5C10 8.671 9.329 8 8.5 8Z' fill='black'/%3E%3Cpath d='M18.933 0H18.906C17.936 0 16.768 0.787 15.888 1.497C14.614 1.123 13.276 0.987 12.001 0.987C10.716 0.987 9.38499 1.12 8.12699 1.504C7.24499 0.79 6.06899 0 5.09299 0H5.06599C3.35199 0 0.0699861 2.67 0.00198605 7.026C-0.037014 9.505 0.277986 11.264 1.04199 12.039C1.29599 12.297 1.92399 12.716 2.33699 12.921C2.52799 16.098 3.25899 18.159 4.87299 19.301C5.76999 19.938 7.05999 20.25 8.07299 20.403C8.03999 20.6 7.99999 20.795 7.99999 21C7.99999 22.773 10.35 24 12 24C13.648 24 16 22.773 16 21C16 20.799 15.962 20.607 15.928 20.414C18.501 20.029 21.363 18.537 21.853 12.827C22.249 12.607 22.74 12.259 22.957 12.039C23.72 11.265 24.036 9.505 23.997 7.026C23.929 2.67 20.646 0 18.933 0ZM3.22299 9.135C2.98599 9.416 2.38599 10.29 2.33899 10.373C2.18899 9.963 1.97099 9.024 2.00199 7.082C2.05299 3.801 4.47999 2.11 5.09299 2.051C5.34899 2.066 5.82399 2.321 6.35799 2.697C5.24799 3.868 4.08299 5.612 4.00599 7.822C3.87299 8.368 3.60799 8.68 3.22299 9.135ZM12 22C11.099 22 10.046 21.307 9.99999 21C9.99999 20.346 10.475 19.764 11 19.398V20C11 20.553 11.447 21 12 21C12.553 21 13 20.553 13 20V19.398C13.524 19.763 14 20.345 14 21C13.954 21.307 12.901 22 12 22ZM15 18.52V18.54C14.634 18.122 14.202 17.778 13.738 17.52C14.83 17.004 15.977 16.186 15.977 15.303C15.977 13.461 14.196 13.108 12 13.108C9.80399 13.108 8.02199 13.462 8.02199 15.303C8.02199 16.186 9.16999 17.004 10.26 17.52C9.79899 17.777 9.36799 18.121 8.99999 18.539V18.514C7.99999 18.438 6.81799 18.233 6.02699 17.672C4.72599 16.752 4.18899 14.627 4.17399 11.194C4.18199 11.18 4.18999 11.166 4.19699 11.153C4.69299 10.327 5.68699 9.703 6.00099 8.051C6.00099 6.004 7.35799 4.42 8.36299 3.529C9.36999 3.178 10.555 3 11.948 3C13.395 3 14.633 3.192 15.681 3.57C16.681 4.47 17.997 6.035 17.997 8.05C18.31 9.701 19.304 10.325 19.8 11.152C19.835 11.21 19.868 11.269 19.902 11.33C19.843 17.297 17.953 18.34 15 18.52ZM21.628 10.318C21.591 10.253 21.554 10.188 21.515 10.123C21.282 9.736 21.013 9.417 20.776 9.136C20.391 8.681 20.128 8.368 19.994 7.823C19.918 5.614 18.753 3.869 17.641 2.699C18.172 2.323 18.645 2.069 18.902 2.052C19.538 2.123 21.946 3.816 21.998 7.083C22.025 8.893 21.651 10.301 21.628 10.318Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-multitabs__tab_emoji[data-tab=nature] span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-multitabs__tab_emoji[data-tab=nature] span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-multitabs__tab_emoji[data-tab=nature] span {
  background-color: #7e848f;
}
.im-theme-blue .im-multitabs__tab_emoji[data-tab=nature] span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-multitabs__tab_emoji[data-tab=nature] span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-multitabs__tab_emoji[data-tab=nature] span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-multitabs__tab_emoji[data-tab=nature] span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-multitabs__tab_emoji[data-tab=nature] span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-multitabs__tab_emoji[data-tab=nature] span {
  background-color: #949494;
}
body .im-multitabs__tab_emoji[data-tab=nature].tab-active span {
  background-color: #21D86A;
}
.im-theme-dark_green .im-multitabs__tab_emoji[data-tab=nature].tab-active span {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-multitabs__tab_emoji[data-tab=nature].tab-active span {
  background-color: #2e91ff;
}
.im-theme-blue .im-multitabs__tab_emoji[data-tab=nature].tab-active span {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-multitabs__tab_emoji[data-tab=nature].tab-active span {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-multitabs__tab_emoji[data-tab=nature].tab-active span {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-multitabs__tab_emoji[data-tab=nature].tab-active span {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-multitabs__tab_emoji[data-tab=nature].tab-active span {
  background-color: #18D893;
}
.im-theme-dark_calls .im-multitabs__tab_emoji[data-tab=nature].tab-active span {
  background-color: #0C7CFF;
}

.im-multitabs__tab_emoji[data-tab=objects] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0C7.029 0 3 4.029 3 9C3 12.1201 4.58884 14.8679 7 16.4824V21C7 21 9.035 24 12 24C14.965 24 17 21 17 21V16.4824C19.4112 14.8679 21 12.1201 21 9C21 4.029 16.971 0 12 0ZM12 2C15.86 2 19 5.141 19 9C19 12.859 15.86 16 12 16C8.14 16 5 12.859 5 9C5 5.141 8.14 2 12 2ZM9 17.4766C9.93971 17.8093 10.9462 18 12 18C13.0538 18 14.0603 17.8093 15 17.4766V18.3105C14.0896 18.7466 13.075 19 12 19C10.925 19 9.91042 18.7466 9 18.3105V17.4766ZM9.23633 20.5469C10.108 20.8323 11.0326 21 12 21C12.9652 21 13.8878 20.8327 14.7578 20.5488C14.1551 21.1732 13.1528 22 12 22C10.8977 22 9.88275 21.2113 9.23633 20.5469Z' fill='black'/%3E%3Cpath d='M14.7451 12.449H14.7411C13.8891 12.425 13.5531 11.591 13.1641 10.625C12.7431 9.564 12.4611 9.064 11.9821 9.059H11.9731C11.4921 9.059 11.1901 9.556 10.7381 10.596C10.3021 11.578 9.93706 12.407 9.10206 12.387L8.82606 12.344C8.26106 12.173 7.97306 11.653 7.54206 10.55C7.41706 10.237 7.34006 9.918 7.27206 9.637C7.22106 9.424 7.14506 9.107 7.07706 9.003C7.06706 9.004 7.03906 9 6.99006 9C6.43806 8.994 5.99406 8.543 6.00006 7.99C6.00606 7.441 6.45206 7 7.00006 7H7.01006C8.67206 7.017 9.02506 8.373 9.20806 9.134C9.69406 8.153 10.5121 7.076 12.0051 7.059C13.5361 7.077 14.2851 8.212 14.7361 9.2C14.7361 9.198 14.7371 9.194 14.7381 9.192C14.9441 8.424 15.3271 7 16.9791 7H17.0111C17.5631 7.007 18.0061 7.459 18.0001 8.012C17.9941 8.56 17.5471 9 17.0001 9H16.9891C16.8401 9.076 16.7331 9.474 16.6701 9.709C16.5911 10.004 16.5011 10.338 16.3591 10.66C15.9301 11.633 15.5691 12.449 14.7451 12.449Z' fill='%23010202'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0C7.029 0 3 4.029 3 9C3 12.1201 4.58884 14.8679 7 16.4824V21C7 21 9.035 24 12 24C14.965 24 17 21 17 21V16.4824C19.4112 14.8679 21 12.1201 21 9C21 4.029 16.971 0 12 0ZM12 2C15.86 2 19 5.141 19 9C19 12.859 15.86 16 12 16C8.14 16 5 12.859 5 9C5 5.141 8.14 2 12 2ZM9 17.4766C9.93971 17.8093 10.9462 18 12 18C13.0538 18 14.0603 17.8093 15 17.4766V18.3105C14.0896 18.7466 13.075 19 12 19C10.925 19 9.91042 18.7466 9 18.3105V17.4766ZM9.23633 20.5469C10.108 20.8323 11.0326 21 12 21C12.9652 21 13.8878 20.8327 14.7578 20.5488C14.1551 21.1732 13.1528 22 12 22C10.8977 22 9.88275 21.2113 9.23633 20.5469Z' fill='black'/%3E%3Cpath d='M14.7451 12.449H14.7411C13.8891 12.425 13.5531 11.591 13.1641 10.625C12.7431 9.564 12.4611 9.064 11.9821 9.059H11.9731C11.4921 9.059 11.1901 9.556 10.7381 10.596C10.3021 11.578 9.93706 12.407 9.10206 12.387L8.82606 12.344C8.26106 12.173 7.97306 11.653 7.54206 10.55C7.41706 10.237 7.34006 9.918 7.27206 9.637C7.22106 9.424 7.14506 9.107 7.07706 9.003C7.06706 9.004 7.03906 9 6.99006 9C6.43806 8.994 5.99406 8.543 6.00006 7.99C6.00606 7.441 6.45206 7 7.00006 7H7.01006C8.67206 7.017 9.02506 8.373 9.20806 9.134C9.69406 8.153 10.5121 7.076 12.0051 7.059C13.5361 7.077 14.2851 8.212 14.7361 9.2C14.7361 9.198 14.7371 9.194 14.7381 9.192C14.9441 8.424 15.3271 7 16.9791 7H17.0111C17.5631 7.007 18.0061 7.459 18.0001 8.012C17.9941 8.56 17.5471 9 17.0001 9H16.9891C16.8401 9.076 16.7331 9.474 16.6701 9.709C16.5911 10.004 16.5011 10.338 16.3591 10.66C15.9301 11.633 15.5691 12.449 14.7451 12.449Z' fill='%23010202'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-multitabs__tab_emoji[data-tab=objects] span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-multitabs__tab_emoji[data-tab=objects] span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-multitabs__tab_emoji[data-tab=objects] span {
  background-color: #7e848f;
}
.im-theme-blue .im-multitabs__tab_emoji[data-tab=objects] span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-multitabs__tab_emoji[data-tab=objects] span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-multitabs__tab_emoji[data-tab=objects] span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-multitabs__tab_emoji[data-tab=objects] span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-multitabs__tab_emoji[data-tab=objects] span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-multitabs__tab_emoji[data-tab=objects] span {
  background-color: #949494;
}
body .im-multitabs__tab_emoji[data-tab=objects].tab-active span {
  background-color: #21D86A;
}
.im-theme-dark_green .im-multitabs__tab_emoji[data-tab=objects].tab-active span {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-multitabs__tab_emoji[data-tab=objects].tab-active span {
  background-color: #2e91ff;
}
.im-theme-blue .im-multitabs__tab_emoji[data-tab=objects].tab-active span {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-multitabs__tab_emoji[data-tab=objects].tab-active span {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-multitabs__tab_emoji[data-tab=objects].tab-active span {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-multitabs__tab_emoji[data-tab=objects].tab-active span {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-multitabs__tab_emoji[data-tab=objects].tab-active span {
  background-color: #18D893;
}
.im-theme-dark_calls .im-multitabs__tab_emoji[data-tab=objects].tab-active span {
  background-color: #0C7CFF;
}

.im-multitabs__tab_emoji[data-tab=places] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 12C5.122 12 4 13.121 4 14.5C4 15.879 5.122 17 6.5 17C7.878 17 9 15.879 9 14.5C9 13.121 7.878 12 6.5 12ZM6.5 15C6.225 15 6 14.775 6 14.5C6 14.225 6.225 14 6.5 14C6.775 14 7 14.225 7 14.5C7 14.775 6.775 15 6.5 15Z' fill='black'/%3E%3Cpath d='M17.5 12C16.122 12 15 13.121 15 14.5C15 15.879 16.122 17 17.5 17C18.878 17 20 15.879 20 14.5C20 13.121 18.878 12 17.5 12ZM17.5 15C17.225 15 17 14.775 17 14.5C17 14.225 17.225 14 17.5 14C17.775 14 18 14.225 18 14.5C18 14.775 17.775 15 17.5 15Z' fill='black'/%3E%3Cpath d='M22.482 9.494L21.443 9.148L21.4 9H22C22.552 9 23 8.561 23 8.008C23 8.002 22.997 8 22.997 8H23C23 7 22.111 6 21.016 6H20.374L19.643 4.283C19.262 3.012 18.091 2 16.764 2H7.23598C5.90898 2 4.73798 3.012 4.35698 4.283L3.62598 6H2.98398C1.88898 6 0.999981 7 0.999981 8H1.00298C1.00298 8 0.999981 8.002 0.999981 8.008C0.999981 8.561 1.44798 9 1.99998 9H2.59998L2.55698 9.148L1.51798 9.494C0.629982 9.79 0.0659815 10.661 0.158981 11.591L0.909981 19.099C0.960981 19.611 1.39098 20 1.90398 20H2.99998V21C2.99998 22.103 3.89598 23 4.99998 23H6.99998C8.10398 23 8.99998 22.103 8.99998 21V20H15V21C15 22.103 15.896 23 17 23H19C20.104 23 21 22.103 21 21V20H22.096C22.61 20 23.039 19.611 23.09 19.099L23.841 11.591C23.934 10.661 23.37 9.79 22.482 9.494ZM6.27298 4.857C6.40198 4.43 6.78798 4 7.23598 4H16.763C17.211 4 17.597 4.43 17.726 4.857L19.313 9H4.68798L6.27298 4.857ZM6.99998 21H4.99998V20H6.99998V21ZM19 21H17V20H19V21ZM21.189 18H21H15H8.99998H2.99998H2.81098L2.14898 11.393L2.99998 11H21L21.852 11.393L21.189 18Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 12C5.122 12 4 13.121 4 14.5C4 15.879 5.122 17 6.5 17C7.878 17 9 15.879 9 14.5C9 13.121 7.878 12 6.5 12ZM6.5 15C6.225 15 6 14.775 6 14.5C6 14.225 6.225 14 6.5 14C6.775 14 7 14.225 7 14.5C7 14.775 6.775 15 6.5 15Z' fill='black'/%3E%3Cpath d='M17.5 12C16.122 12 15 13.121 15 14.5C15 15.879 16.122 17 17.5 17C18.878 17 20 15.879 20 14.5C20 13.121 18.878 12 17.5 12ZM17.5 15C17.225 15 17 14.775 17 14.5C17 14.225 17.225 14 17.5 14C17.775 14 18 14.225 18 14.5C18 14.775 17.775 15 17.5 15Z' fill='black'/%3E%3Cpath d='M22.482 9.494L21.443 9.148L21.4 9H22C22.552 9 23 8.561 23 8.008C23 8.002 22.997 8 22.997 8H23C23 7 22.111 6 21.016 6H20.374L19.643 4.283C19.262 3.012 18.091 2 16.764 2H7.23598C5.90898 2 4.73798 3.012 4.35698 4.283L3.62598 6H2.98398C1.88898 6 0.999981 7 0.999981 8H1.00298C1.00298 8 0.999981 8.002 0.999981 8.008C0.999981 8.561 1.44798 9 1.99998 9H2.59998L2.55698 9.148L1.51798 9.494C0.629982 9.79 0.0659815 10.661 0.158981 11.591L0.909981 19.099C0.960981 19.611 1.39098 20 1.90398 20H2.99998V21C2.99998 22.103 3.89598 23 4.99998 23H6.99998C8.10398 23 8.99998 22.103 8.99998 21V20H15V21C15 22.103 15.896 23 17 23H19C20.104 23 21 22.103 21 21V20H22.096C22.61 20 23.039 19.611 23.09 19.099L23.841 11.591C23.934 10.661 23.37 9.79 22.482 9.494ZM6.27298 4.857C6.40198 4.43 6.78798 4 7.23598 4H16.763C17.211 4 17.597 4.43 17.726 4.857L19.313 9H4.68798L6.27298 4.857ZM6.99998 21H4.99998V20H6.99998V21ZM19 21H17V20H19V21ZM21.189 18H21H15H8.99998H2.99998H2.81098L2.14898 11.393L2.99998 11H21L21.852 11.393L21.189 18Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-multitabs__tab_emoji[data-tab=places] span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-multitabs__tab_emoji[data-tab=places] span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-multitabs__tab_emoji[data-tab=places] span {
  background-color: #7e848f;
}
.im-theme-blue .im-multitabs__tab_emoji[data-tab=places] span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-multitabs__tab_emoji[data-tab=places] span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-multitabs__tab_emoji[data-tab=places] span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-multitabs__tab_emoji[data-tab=places] span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-multitabs__tab_emoji[data-tab=places] span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-multitabs__tab_emoji[data-tab=places] span {
  background-color: #949494;
}
body .im-multitabs__tab_emoji[data-tab=places].tab-active span {
  background-color: #21D86A;
}
.im-theme-dark_green .im-multitabs__tab_emoji[data-tab=places].tab-active span {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-multitabs__tab_emoji[data-tab=places].tab-active span {
  background-color: #2e91ff;
}
.im-theme-blue .im-multitabs__tab_emoji[data-tab=places].tab-active span {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-multitabs__tab_emoji[data-tab=places].tab-active span {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-multitabs__tab_emoji[data-tab=places].tab-active span {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-multitabs__tab_emoji[data-tab=places].tab-active span {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-multitabs__tab_emoji[data-tab=places].tab-active span {
  background-color: #18D893;
}
.im-theme-dark_calls .im-multitabs__tab_emoji[data-tab=places].tab-active span {
  background-color: #0C7CFF;
}

.im-multitabs__tab_emoji[data-tab=symbols] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M0 0H11V2H0V0Z' fill='black'/%3E%3Cpath d='M4 11H7V6H11V4H0V6H4V11Z' fill='black'/%3E%3Cpath d='M15.5 17C16.881 17 18 15.884 18 14.507C18 13.13 16.881 12.014 15.5 12.014C14.119 12.014 13 13.13 13 14.507C13 15.884 14.119 17 15.5 17ZM15.5 14.014C15.776 14.014 16 14.236 16 14.507C16 14.779 15.776 15 15.5 15C15.224 15 15 14.779 15 14.507C15 14.235 15.224 14.014 15.5 14.014Z' fill='%23010202'/%3E%3Cpath d='M21.5 19.014C20.119 19.014 19 20.13 19 21.507C19 22.884 20.119 24 21.5 24C22.881 24 24 22.884 24 21.507C24 20.13 22.881 19.014 21.5 19.014ZM21.5 22C21.224 22 21 21.779 21 21.507C21 21.236 21.224 21.014 21.5 21.014C21.776 21.014 22 21.236 22 21.507C22 21.779 21.776 22 21.5 22Z' fill='%23010202'/%3E%3Cpath d='M22 13L13 22L14.513 23.5L23.503 14.491L22 13Z' fill='black'/%3E%3Cpath d='M17 11C19.209 11 21 9.881 21 8.5V2C21 2 21.985 1.839 22.498 2.949C23.01 4.055 23 6 23 6C23 6 24 4.881 24 2.865C24 -0.0199962 21 3.74022e-06 21 3.74022e-06H19V6.347C18.41 6.132 17.732 6 17 6C14.791 6 13 7.119 13 8.5C13 9.881 14.791 11 17 11Z' fill='%23010202'/%3E%3Cpath d='M10.297 20.482L8.82201 18.897C8.04901 19.516 7.56801 19.892 7.38001 20.026C7.07301 19.738 6.39101 19.01 5.33501 17.843C6.23701 17.007 6.81401 16.377 7.06401 15.951C7.31401 15.525 7.44001 15.08 7.44001 14.615C7.44001 14.023 7.16701 13.437 6.62201 12.856C6.07601 12.275 5.29301 11.985 4.27301 11.985C3.26501 11.985 2.48301 12.278 1.92901 12.864C1.37301 13.451 1.09701 14.045 1.09701 14.648C1.09701 15.461 1.51601 16.396 2.35301 17.453C1.50601 18.067 0.909011 18.661 0.559011 19.237C0.209011 19.812 0.0360107 20.423 0.0360107 21.07C0.0360107 21.927 0.344011 22.63 0.960011 23.177C1.57601 23.726 2.38301 24 3.38001 24C4.55301 24 5.82401 23.621 7.19301 22.863L8.23501 24H11.054L8.96401 21.617L10.297 20.482ZM3.56101 14.093C3.76001 13.903 4.00401 13.807 4.29101 13.807C4.60101 13.807 4.85001 13.892 5.03801 14.061C5.22701 14.232 5.32101 14.452 5.32101 14.72C5.32101 15.238 4.90201 15.832 4.06401 16.504C3.52801 15.853 3.25901 15.273 3.25901 14.762C3.26001 14.508 3.36001 14.284 3.56101 14.093ZM3.74001 22C3.31301 22 2.96201 21.884 2.68301 21.651C2.40401 21.419 2.26501 21.164 2.26501 20.885C2.26501 20.291 2.77401 19.597 3.79201 18.802C4.76001 19.936 5.50901 20.748 6.04001 21.24C5.11901 21.747 4.35401 22 3.74001 22Z' fill='%23010202'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M0 0H11V2H0V0Z' fill='black'/%3E%3Cpath d='M4 11H7V6H11V4H0V6H4V11Z' fill='black'/%3E%3Cpath d='M15.5 17C16.881 17 18 15.884 18 14.507C18 13.13 16.881 12.014 15.5 12.014C14.119 12.014 13 13.13 13 14.507C13 15.884 14.119 17 15.5 17ZM15.5 14.014C15.776 14.014 16 14.236 16 14.507C16 14.779 15.776 15 15.5 15C15.224 15 15 14.779 15 14.507C15 14.235 15.224 14.014 15.5 14.014Z' fill='%23010202'/%3E%3Cpath d='M21.5 19.014C20.119 19.014 19 20.13 19 21.507C19 22.884 20.119 24 21.5 24C22.881 24 24 22.884 24 21.507C24 20.13 22.881 19.014 21.5 19.014ZM21.5 22C21.224 22 21 21.779 21 21.507C21 21.236 21.224 21.014 21.5 21.014C21.776 21.014 22 21.236 22 21.507C22 21.779 21.776 22 21.5 22Z' fill='%23010202'/%3E%3Cpath d='M22 13L13 22L14.513 23.5L23.503 14.491L22 13Z' fill='black'/%3E%3Cpath d='M17 11C19.209 11 21 9.881 21 8.5V2C21 2 21.985 1.839 22.498 2.949C23.01 4.055 23 6 23 6C23 6 24 4.881 24 2.865C24 -0.0199962 21 3.74022e-06 21 3.74022e-06H19V6.347C18.41 6.132 17.732 6 17 6C14.791 6 13 7.119 13 8.5C13 9.881 14.791 11 17 11Z' fill='%23010202'/%3E%3Cpath d='M10.297 20.482L8.82201 18.897C8.04901 19.516 7.56801 19.892 7.38001 20.026C7.07301 19.738 6.39101 19.01 5.33501 17.843C6.23701 17.007 6.81401 16.377 7.06401 15.951C7.31401 15.525 7.44001 15.08 7.44001 14.615C7.44001 14.023 7.16701 13.437 6.62201 12.856C6.07601 12.275 5.29301 11.985 4.27301 11.985C3.26501 11.985 2.48301 12.278 1.92901 12.864C1.37301 13.451 1.09701 14.045 1.09701 14.648C1.09701 15.461 1.51601 16.396 2.35301 17.453C1.50601 18.067 0.909011 18.661 0.559011 19.237C0.209011 19.812 0.0360107 20.423 0.0360107 21.07C0.0360107 21.927 0.344011 22.63 0.960011 23.177C1.57601 23.726 2.38301 24 3.38001 24C4.55301 24 5.82401 23.621 7.19301 22.863L8.23501 24H11.054L8.96401 21.617L10.297 20.482ZM3.56101 14.093C3.76001 13.903 4.00401 13.807 4.29101 13.807C4.60101 13.807 4.85001 13.892 5.03801 14.061C5.22701 14.232 5.32101 14.452 5.32101 14.72C5.32101 15.238 4.90201 15.832 4.06401 16.504C3.52801 15.853 3.25901 15.273 3.25901 14.762C3.26001 14.508 3.36001 14.284 3.56101 14.093ZM3.74001 22C3.31301 22 2.96201 21.884 2.68301 21.651C2.40401 21.419 2.26501 21.164 2.26501 20.885C2.26501 20.291 2.77401 19.597 3.79201 18.802C4.76001 19.936 5.50901 20.748 6.04001 21.24C5.11901 21.747 4.35401 22 3.74001 22Z' fill='%23010202'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-multitabs__tab_emoji[data-tab=symbols] span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-multitabs__tab_emoji[data-tab=symbols] span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-multitabs__tab_emoji[data-tab=symbols] span {
  background-color: #7e848f;
}
.im-theme-blue .im-multitabs__tab_emoji[data-tab=symbols] span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-multitabs__tab_emoji[data-tab=symbols] span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-multitabs__tab_emoji[data-tab=symbols] span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-multitabs__tab_emoji[data-tab=symbols] span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-multitabs__tab_emoji[data-tab=symbols] span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-multitabs__tab_emoji[data-tab=symbols] span {
  background-color: #949494;
}
body .im-multitabs__tab_emoji[data-tab=symbols].tab-active span {
  background-color: #21D86A;
}
.im-theme-dark_green .im-multitabs__tab_emoji[data-tab=symbols].tab-active span {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-multitabs__tab_emoji[data-tab=symbols].tab-active span {
  background-color: #2e91ff;
}
.im-theme-blue .im-multitabs__tab_emoji[data-tab=symbols].tab-active span {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-multitabs__tab_emoji[data-tab=symbols].tab-active span {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-multitabs__tab_emoji[data-tab=symbols].tab-active span {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-multitabs__tab_emoji[data-tab=symbols].tab-active span {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-multitabs__tab_emoji[data-tab=symbols].tab-active span {
  background-color: #18D893;
}
.im-theme-dark_calls .im-multitabs__tab_emoji[data-tab=symbols].tab-active span {
  background-color: #0C7CFF;
}

body,
html {
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
}

body {
  background-color: #ffffff;
}
body.im-theme-dark_green {
  background-color: #2b2c34;
}
body.im-theme-dark_blue {
  background-color: #2b2c34;
}
body.im-theme-blue {
  background-color: #ffffff;
}
body.im-theme-vk_dark_blue {
  background-color: #2B2C34;
}
body.im-theme-vk_blue {
  background-color: #FFFFFF;
}
body.im-theme-dit_blue {
  background-color: #ffffff;
}
body.im-theme-myteam_green {
  background-color: #ffffff;
}
body.im-theme-dark_calls {
  background-color: #2B2B2B;
}

.app-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  font-family: arial, sans-serif;
  font-size: 16px;
}
body .app-page {
  background-color: #ffffff;
  color: #111111;
}
.im-theme-dark_green .app-page {
  background-color: #2b2c34;
  color: #ffffff;
}
.im-theme-dark_blue .app-page {
  background-color: #2b2c34;
  color: #ffffff;
}
.im-theme-blue .app-page {
  background-color: #ffffff;
  color: #111111;
}
.im-theme-vk_dark_blue .app-page {
  background-color: #2B2C34;
  color: #E1E3E6;
}
.im-theme-vk_blue .app-page {
  background-color: #FFFFFF;
  color: #111111;
}
.im-theme-dit_blue .app-page {
  background-color: #ffffff;
  color: #111111;
}
.im-theme-myteam_green .app-page {
  background-color: #ffffff;
  color: #111111;
}
.im-theme-dark_calls .app-page {
  background-color: #2B2B2B;
  color: #FFFFFF;
}
.app-page > iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.im-splitview #rightPane {
  display: block;
}
.im-splitview > .app-page {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  border-right: 1px solid;
}
.im-splitview > .app-page {
  border-right-color: #eceef3;
}
.im-splitview.im-theme-dark_green > .app-page {
  border-right-color: #3c3d47;
}
.im-splitview.im-theme-dark_blue > .app-page {
  border-right-color: #3c3d47;
}
.im-splitview.im-theme-blue > .app-page {
  border-right-color: #eceef3;
}
.im-splitview.im-theme-vk_dark_blue > .app-page {
  border-right-color: #3C3D47;
}
.im-splitview.im-theme-vk_blue > .app-page {
  border-right-color: #ECEEF3;
}
.im-splitview.im-theme-dit_blue > .app-page {
  border-right-color: #eceef3;
}
.im-splitview.im-theme-myteam_green > .app-page {
  border-right-color: #eceef3;
}
.im-splitview.im-theme-dark_calls > .app-page {
  border-right-color: #1F1F1F;
}
.im-splitview .im-main-navbar {
  width: 279px;
}

#rightPane {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 280px;
  height: 100%;
  z-index: 500;
  min-width: 380px;
}
#rightPane .im-dialogpage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#rightPane .im-dialogpage .app-topbar .app-topbar__title {
  margin-left: 12px;
}
#rightPane .im-dialogpage .app-topbar .im-ui-button[data-back=true] {
  display: none;
}
#rightPane .im-pane_default {
  width: 100%;
  height: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-top: 50px;
  overflow: hidden;
}
body #rightPane .im-pane_default {
  background-color: #F0F3F5;
}
.im-theme-dark_green #rightPane .im-pane_default {
  background-color: #21222A;
}
.im-theme-dark_blue #rightPane .im-pane_default {
  background-color: #21222A;
}
.im-theme-blue #rightPane .im-pane_default {
  background-color: #F0F3F5;
}
.im-theme-vk_dark_blue #rightPane .im-pane_default {
  background-color: #21222A;
}
.im-theme-vk_blue #rightPane .im-pane_default {
  background-color: #F6F6F6;
}
.im-theme-dit_blue #rightPane .im-pane_default {
  background-color: #F0F3F5;
}
.im-theme-myteam_green #rightPane .im-pane_default {
  background-color: #F0F3F5;
}
.im-theme-dark_calls #rightPane .im-pane_default {
  background-color: #1F1F1F;
}

.im-pane-default-title {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  margin-top: -15px;
  width: 100%;
}
.im-pane-default-title span {
  font: normal 15px arial, sans-serif;
  text-align: center;
  border-radius: 20px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  white-space: normal;
  padding: 8px 12px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-pane-default-title span {
  background-color: #ffffff;
  color: #111111;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-dark_green .im-pane-default-title span {
  background-color: #2b2c34;
  color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-dark_blue .im-pane-default-title span {
  background-color: #2b2c34;
  color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-blue .im-pane-default-title span {
  background-color: #ffffff;
  color: #111111;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-vk_dark_blue .im-pane-default-title span {
  background-color: #2B2C34;
  color: #E1E3E6;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-vk_blue .im-pane-default-title span {
  background-color: #ffffff;
  color: #111111;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-dit_blue .im-pane-default-title span {
  background-color: #ffffff;
  color: #111111;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-myteam_green .im-pane-default-title span {
  background-color: #ffffff;
  color: #111111;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-dark_calls .im-pane-default-title span {
  background-color: #2B2B2B;
  color: #FFFFFF;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.im-layout-full.im-layout-infopanel #rightPane {
  right: 330px;
}
.im-layout-full.im-layout-infopanel #infoPane {
  left: auto;
  width: 330px;
  background-color: transparent;
}

.im-layout-single #infoPane {
  display: block;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.im-layout-single #infoPane .app-close-button, .im-layout-single #infoPane .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-layout-single #infoPane .im-sidebar-back {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 18.1693L8.25 12.2258L14.25 6.16934' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 18.1693L8.25 12.2258L14.25 6.16934' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-layout-single #infoPane .app-close-button, body .im-layout-single #infoPane .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available body .im-layout-single #infoPane .im-sidebar-back {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-layout-single #infoPane .app-close-button, .im-theme-dark_green .im-layout-single #infoPane .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-dark_green .im-layout-single #infoPane .im-sidebar-back {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-layout-single #infoPane .app-close-button, .im-theme-dark_blue .im-layout-single #infoPane .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-dark_blue .im-layout-single #infoPane .im-sidebar-back {
  background-color: #7e848f;
}
.im-theme-blue .im-layout-single #infoPane .app-close-button, .im-theme-blue .im-layout-single #infoPane .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-blue .im-layout-single #infoPane .im-sidebar-back {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-layout-single #infoPane .app-close-button, .im-theme-vk_dark_blue .im-layout-single #infoPane .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-vk_dark_blue .im-layout-single #infoPane .im-sidebar-back {
  background-color: #76787A;
}
.im-theme-vk_blue .im-layout-single #infoPane .app-close-button, .im-theme-vk_blue .im-layout-single #infoPane .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-vk_blue .im-layout-single #infoPane .im-sidebar-back {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-layout-single #infoPane .app-close-button, .im-theme-dit_blue .im-layout-single #infoPane .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-dit_blue .im-layout-single #infoPane .im-sidebar-back {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-layout-single #infoPane .app-close-button, .im-theme-myteam_green .im-layout-single #infoPane .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-myteam_green .im-layout-single #infoPane .im-sidebar-back {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-layout-single #infoPane .app-close-button, .im-theme-dark_calls .im-layout-single #infoPane .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-dark_calls .im-layout-single #infoPane .im-sidebar-back {
  background-color: #949494;
}
.im-layout-single #infoPane.im-infopanel_shown {
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.im-layout-single #infoPane.im-infopanel_hiding {
  transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -webkit-transition: 300ms;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.im-layout-single .im-infopane {
  width: auto;
  left: 0;
}
.im-layout-single .im-infopane-overlay {
  display: none;
}

#infoPane {
  display: none;
  z-index: 550;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
}
#infoPane.im-infopanel_shown {
  display: block;
}
.im-infopane-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.im-infopane {
  font-family: arial, sans-serif;
  font-size: 16px;
  z-index: 551;
  border-left: 1px solid;
  width: 330px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}
body .im-infopane {
  color: #111111;
  background-color: #ffffff;
  border-left-color: #eceef3;
}
.im-theme-dark_green .im-infopane {
  color: #ffffff;
  background-color: #2b2c34;
  border-left-color: #3c3d47;
}
.im-theme-dark_blue .im-infopane {
  color: #ffffff;
  background-color: #2b2c34;
  border-left-color: #3c3d47;
}
.im-theme-blue .im-infopane {
  color: #111111;
  background-color: #ffffff;
  border-left-color: #eceef3;
}
.im-theme-vk_dark_blue .im-infopane {
  color: #E1E3E6;
  background-color: #2B2C34;
  border-left-color: #3C3D47;
}
.im-theme-vk_blue .im-infopane {
  color: #111111;
  background-color: #FFFFFF;
  border-left-color: #ECEEF3;
}
.im-theme-dit_blue .im-infopane {
  color: #111111;
  background-color: #ffffff;
  border-left-color: #eceef3;
}
.im-theme-myteam_green .im-infopane {
  color: #111111;
  background-color: #ffffff;
  border-left-color: #eceef3;
}
.im-theme-dark_calls .im-infopane {
  color: #FFFFFF;
  background-color: #2B2B2B;
  border-left-color: #1F1F1F;
}

.im-pane-box {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.im-pane-box .im-pane-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.im-pane-box .app-page {
  height: auto;
  border: none;
}
.im-pane-box .im-showcase .app-topbar__icon,
.im-pane-box .im-countrypage .app-topbar__icon {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-pane-box .im-showcase .app-topbar__icon,
body .im-pane-box .im-countrypage .app-topbar__icon {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-pane-box .im-showcase .app-topbar__icon,
.im-theme-dark_green .im-pane-box .im-countrypage .app-topbar__icon {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-pane-box .im-showcase .app-topbar__icon,
.im-theme-dark_blue .im-pane-box .im-countrypage .app-topbar__icon {
  background-color: #7e848f;
}
.im-theme-blue .im-pane-box .im-showcase .app-topbar__icon,
.im-theme-blue .im-pane-box .im-countrypage .app-topbar__icon {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-pane-box .im-showcase .app-topbar__icon,
.im-theme-vk_dark_blue .im-pane-box .im-countrypage .app-topbar__icon {
  background-color: #76787A;
}
.im-theme-vk_blue .im-pane-box .im-showcase .app-topbar__icon,
.im-theme-vk_blue .im-pane-box .im-countrypage .app-topbar__icon {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-pane-box .im-showcase .app-topbar__icon,
.im-theme-dit_blue .im-pane-box .im-countrypage .app-topbar__icon {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-pane-box .im-showcase .app-topbar__icon,
.im-theme-myteam_green .im-pane-box .im-countrypage .app-topbar__icon {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-pane-box .im-showcase .app-topbar__icon,
.im-theme-dark_calls .im-pane-box .im-countrypage .app-topbar__icon {
  background-color: #949494;
}
.im-pane-box .im-showcase.im-showcase_pack .app-topbar__icon {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M10.3905 16.1947L12.3503 16.1947C15.1223 16.1947 17.3695 13.9475 17.3695 11.1755V11.1755C17.3695 8.40351 15.1224 6.15636 12.3504 6.15633L3.2267 6.15623' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M3.22681 6.15628L6.14236 3.24073' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M6.14233 9.07187L3.22678 6.15632' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M10.3905 16.1947L12.3503 16.1947C15.1223 16.1947 17.3695 13.9475 17.3695 11.1755V11.1755C17.3695 8.40351 15.1224 6.15636 12.3504 6.15633L3.2267 6.15623' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M3.22681 6.15628L6.14236 3.24073' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M6.14233 9.07187L3.22678 6.15632' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-pane-box .im-showcase.im-showcase_pack .app-topbar__icon {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-pane-box .im-showcase.im-showcase_pack .app-topbar__icon {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-pane-box .im-showcase.im-showcase_pack .app-topbar__icon {
  background-color: #7e848f;
}
.im-theme-blue .im-pane-box .im-showcase.im-showcase_pack .app-topbar__icon {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-pane-box .im-showcase.im-showcase_pack .app-topbar__icon {
  background-color: #76787A;
}
.im-theme-vk_blue .im-pane-box .im-showcase.im-showcase_pack .app-topbar__icon {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-pane-box .im-showcase.im-showcase_pack .app-topbar__icon {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-pane-box .im-showcase.im-showcase_pack .app-topbar__icon {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-pane-box .im-showcase.im-showcase_pack .app-topbar__icon {
  background-color: #949494;
}
.im-pane-box.im-overlay > .im-pane-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
}
body .im-pane-box.im-overlay > .im-pane-overlay::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_green .im-pane-box.im-overlay > .im-pane-overlay::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_blue .im-pane-box.im-overlay > .im-pane-overlay::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-blue .im-pane-box.im-overlay > .im-pane-overlay::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_dark_blue .im-pane-box.im-overlay > .im-pane-overlay::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_blue .im-pane-box.im-overlay > .im-pane-overlay::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dit_blue .im-pane-box.im-overlay > .im-pane-overlay::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-myteam_green .im-pane-box.im-overlay > .im-pane-overlay::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_calls .im-pane-box.im-overlay > .im-pane-overlay::after {
  background-color: rgba(0, 0, 0, 0.55);
}

.im-pane-box_on-top {
  z-index: 3500;
}

.im-pane-box_modal {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.im-pane-box_modal .app-page {
  min-height: 350px;
  max-height: 600px;
  height: 90%;
  width: 360px;
  margin: 0;
  position: relative;
  border-radius: 8px;
}

.im-pane-box_expanded .app-page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#rightPaneOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 1000;
}

.app-topbar,
.app-bottombar {
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  z-index: 2;
  text-overflow: ellipsis;
}
body .app-topbar,
body .app-bottombar {
  background-color: #ffffff;
}
.im-theme-dark_green .app-topbar,
.im-theme-dark_green .app-bottombar {
  background-color: #2b2c34;
}
.im-theme-dark_blue .app-topbar,
.im-theme-dark_blue .app-bottombar {
  background-color: #2b2c34;
}
.im-theme-blue .app-topbar,
.im-theme-blue .app-bottombar {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .app-topbar,
.im-theme-vk_dark_blue .app-bottombar {
  background-color: #2B2C34;
}
.im-theme-vk_blue .app-topbar,
.im-theme-vk_blue .app-bottombar {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .app-topbar,
.im-theme-dit_blue .app-bottombar {
  background-color: #ffffff;
}
.im-theme-myteam_green .app-topbar,
.im-theme-myteam_green .app-bottombar {
  background-color: #ffffff;
}
.im-theme-dark_calls .app-topbar,
.im-theme-dark_calls .app-bottombar {
  background-color: #2B2B2B;
}

.app-topbar {
  top: 0;
  border-bottom: 1px solid;
  overflow: hidden;
  height: 56px;
}
body .app-topbar {
  border-bottom-color: #eceef3;
}
.im-theme-dark_green .app-topbar {
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .app-topbar {
  border-bottom-color: #3c3d47;
}
.im-theme-blue .app-topbar {
  border-bottom-color: #eceef3;
}
.im-theme-vk_dark_blue .app-topbar {
  border-bottom-color: #3C3D47;
}
.im-theme-vk_blue .app-topbar {
  border-bottom-color: #ECEEF3;
}
.im-theme-dit_blue .app-topbar {
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .app-topbar {
  border-bottom-color: #eceef3;
}
.im-theme-dark_calls .app-topbar {
  border-bottom-color: #1F1F1F;
}
.app-topbar .im-ui-button {
  height: 100%;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  line-height: 56px;
}

.app-topbar__icon {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 18.1693L8.25 12.2258L14.25 6.16934' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 18.1693L8.25 12.2258L14.25 6.16934' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  width: 35px;
  height: 27px;
}
body .app-topbar__icon {
  background-color: #b7bcc9;
}
.im-theme-dark_green .app-topbar__icon {
  background-color: #7e848f;
}
.im-theme-dark_blue .app-topbar__icon {
  background-color: #7e848f;
}
.im-theme-blue .app-topbar__icon {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .app-topbar__icon {
  background-color: #76787A;
}
.im-theme-vk_blue .app-topbar__icon {
  background-color: #99A2AD;
}
.im-theme-dit_blue .app-topbar__icon {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .app-topbar__icon {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .app-topbar__icon {
  background-color: #949494;
}

.app-bottombar {
  bottom: 0;
  border-top: 1px solid;
  height: 52px;
}
body .app-bottombar {
  border-top-color: #eceef3;
}
.im-theme-dark_green .app-bottombar {
  border-top-color: #3c3d47;
}
.im-theme-dark_blue .app-bottombar {
  border-top-color: #3c3d47;
}
.im-theme-blue .app-bottombar {
  border-top-color: #eceef3;
}
.im-theme-vk_dark_blue .app-bottombar {
  border-top-color: #3C3D47;
}
.im-theme-vk_blue .app-bottombar {
  border-top-color: #ECEEF3;
}
.im-theme-dit_blue .app-bottombar {
  border-top-color: #eceef3;
}
.im-theme-myteam_green .app-bottombar {
  border-top-color: #eceef3;
}
.im-theme-dark_calls .app-bottombar {
  border-top-color: #1F1F1F;
}

.app-content {
  position: absolute;
  width: 100%;
  height: auto;
  top: 56px;
  bottom: 0;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
body .app-content {
  background-color: #ffffff;
}
.im-theme-dark_green .app-content {
  background-color: #2b2c34;
}
.im-theme-dark_blue .app-content {
  background-color: #2b2c34;
}
.im-theme-blue .app-content {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .app-content {
  background-color: #2B2C34;
}
.im-theme-vk_blue .app-content {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .app-content {
  background-color: #ffffff;
}
.im-theme-myteam_green .app-content {
  background-color: #ffffff;
}
.im-theme-dark_calls .app-content {
  background-color: #2B2B2B;
}

/*.im-ui-button.active {
    background-color: $activeButtonColor;
}*/
.block_scroll__enabled {
  overflow: hidden;
}
.block_scroll__enabled .im-ppreview,
.block_scroll__enabled .app-topbar,
.block_scroll__enabled .app-bottombar,
.block_scroll__enabled .im-mainpage .im-search {
  position: absolute;
}
.block_scroll__enabled [data-console=console] {
  overflow: auto !important;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

body ::selection {
  background-color: rgba(177, 246, 194, 0.99);
}
body::-moz-selection {
  background-color: #B1F6C2;
}
body img::selection {
  background-color: rgba(177, 246, 194, 0.8);
}
body ::-webkit-input-placeholder {
  color: #838690;
}
body input:-moz-placeholder {
  color: #838690;
}
body input:-o-placeholder {
  color: #838690;
}
body ::-o-input-placeholder {
  color: #838690;
}
body [contenteditable=true]::before {
  color: #838690;
}

.im-theme-dark_green ::selection {
  background-color: rgba(85, 154, 101, 0.99);
}
.im-theme-dark_green::-moz-selection {
  background-color: #559A65;
}
.im-theme-dark_green img::selection {
  background-color: rgba(85, 154, 101, 0.8);
}
.im-theme-dark_green ::-webkit-input-placeholder {
  color: #7e848f;
}
.im-theme-dark_green input:-moz-placeholder {
  color: #7e848f;
}
.im-theme-dark_green input:-o-placeholder {
  color: #7e848f;
}
.im-theme-dark_green ::-o-input-placeholder {
  color: #7e848f;
}
.im-theme-dark_green [contenteditable=true]::before {
  color: #7e848f;
}

.im-theme-dark_blue ::selection {
  background-color: rgba(48, 85, 130, 0.99);
}
.im-theme-dark_blue::-moz-selection {
  background-color: #305582;
}
.im-theme-dark_blue img::selection {
  background-color: rgba(48, 85, 130, 0.8);
}
.im-theme-dark_blue ::-webkit-input-placeholder {
  color: #7e848f;
}
.im-theme-dark_blue input:-moz-placeholder {
  color: #7e848f;
}
.im-theme-dark_blue input:-o-placeholder {
  color: #7e848f;
}
.im-theme-dark_blue ::-o-input-placeholder {
  color: #7e848f;
}
.im-theme-dark_blue [contenteditable=true]::before {
  color: #7e848f;
}

.im-theme-blue ::selection {
  background-color: rgba(159, 209, 252, 0.99);
}
.im-theme-blue::-moz-selection {
  background-color: #9FD1FC;
}
.im-theme-blue img::selection {
  background-color: rgba(159, 209, 252, 0.8);
}
.im-theme-blue ::-webkit-input-placeholder {
  color: #838690;
}
.im-theme-blue input:-moz-placeholder {
  color: #838690;
}
.im-theme-blue input:-o-placeholder {
  color: #838690;
}
.im-theme-blue ::-o-input-placeholder {
  color: #838690;
}
.im-theme-blue [contenteditable=true]::before {
  color: #838690;
}

.im-theme-vk_dark_blue ::selection {
  background-color: rgba(48, 85, 130, 0.99);
}
.im-theme-vk_dark_blue::-moz-selection {
  background-color: #305582;
}
.im-theme-vk_dark_blue img::selection {
  background-color: rgba(48, 85, 130, 0.8);
}
.im-theme-vk_dark_blue ::-webkit-input-placeholder {
  color: #909499;
}
.im-theme-vk_dark_blue input:-moz-placeholder {
  color: #909499;
}
.im-theme-vk_dark_blue input:-o-placeholder {
  color: #909499;
}
.im-theme-vk_dark_blue ::-o-input-placeholder {
  color: #909499;
}
.im-theme-vk_dark_blue [contenteditable=true]::before {
  color: #909499;
}

.im-theme-vk_blue ::selection {
  background-color: rgba(159, 209, 252, 0.99);
}
.im-theme-vk_blue::-moz-selection {
  background-color: #9FD1FC;
}
.im-theme-vk_blue img::selection {
  background-color: rgba(159, 209, 252, 0.8);
}
.im-theme-vk_blue ::-webkit-input-placeholder {
  color: #818C99;
}
.im-theme-vk_blue input:-moz-placeholder {
  color: #818C99;
}
.im-theme-vk_blue input:-o-placeholder {
  color: #818C99;
}
.im-theme-vk_blue ::-o-input-placeholder {
  color: #818C99;
}
.im-theme-vk_blue [contenteditable=true]::before {
  color: #818C99;
}

.im-theme-dit_blue ::selection {
  background-color: rgba(165, 204, 247, 0.99);
}
.im-theme-dit_blue::-moz-selection {
  background-color: #A5CCF7;
}
.im-theme-dit_blue img::selection {
  background-color: rgba(165, 204, 247, 0.8);
}
.im-theme-dit_blue ::-webkit-input-placeholder {
  color: #838690;
}
.im-theme-dit_blue input:-moz-placeholder {
  color: #838690;
}
.im-theme-dit_blue input:-o-placeholder {
  color: #838690;
}
.im-theme-dit_blue ::-o-input-placeholder {
  color: #838690;
}
.im-theme-dit_blue [contenteditable=true]::before {
  color: #838690;
}

.im-theme-myteam_green ::selection {
  background-color: rgba(180, 235, 203, 0.99);
}
.im-theme-myteam_green::-moz-selection {
  background-color: #B4EBCB;
}
.im-theme-myteam_green img::selection {
  background-color: rgba(180, 235, 203, 0.8);
}
.im-theme-myteam_green ::-webkit-input-placeholder {
  color: #838690;
}
.im-theme-myteam_green input:-moz-placeholder {
  color: #838690;
}
.im-theme-myteam_green input:-o-placeholder {
  color: #838690;
}
.im-theme-myteam_green ::-o-input-placeholder {
  color: #838690;
}
.im-theme-myteam_green [contenteditable=true]::before {
  color: #838690;
}

.im-theme-dark_calls ::selection {
  background-color: rgba(12, 92, 186, 0.99);
}
.im-theme-dark_calls::-moz-selection {
  background-color: #0C5CBA;
}
.im-theme-dark_calls img::selection {
  background-color: rgba(12, 92, 186, 0.8);
}
.im-theme-dark_calls ::-webkit-input-placeholder {
  color: #9C9C9C;
}
.im-theme-dark_calls input:-moz-placeholder {
  color: #9C9C9C;
}
.im-theme-dark_calls input:-o-placeholder {
  color: #9C9C9C;
}
.im-theme-dark_calls ::-o-input-placeholder {
  color: #9C9C9C;
}
.im-theme-dark_calls [contenteditable=true]::before {
  color: #9C9C9C;
}

[contenteditable=true] {
  -moz-user-select: auto;
  -webkit-user-select: auto;
  -o-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
[contenteditable=true]::before {
  content: attr(placeholder);
  display: none;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
[contenteditable=true]:empty::before {
  display: block;
}

body .im-tab-focused[data-tabindex],
body .im-tab-focused[data-tabindex]:focus {
  background-color: rgba(33, 216, 106, 0.28);
}
.im-theme-dark_green .im-tab-focused[data-tabindex],
.im-theme-dark_green .im-tab-focused[data-tabindex]:focus {
  background-color: rgba(10, 220, 94, 0.28);
}
.im-theme-dark_blue .im-tab-focused[data-tabindex],
.im-theme-dark_blue .im-tab-focused[data-tabindex]:focus {
  background-color: rgba(46, 145, 255, 0.28);
}
.im-theme-blue .im-tab-focused[data-tabindex],
.im-theme-blue .im-tab-focused[data-tabindex]:focus {
  background-color: rgba(45, 144, 245, 0.28);
}
.im-theme-vk_dark_blue .im-tab-focused[data-tabindex],
.im-theme-vk_dark_blue .im-tab-focused[data-tabindex]:focus {
  background-color: rgba(113, 170, 235, 0.28);
}
.im-theme-vk_blue .im-tab-focused[data-tabindex],
.im-theme-vk_blue .im-tab-focused[data-tabindex]:focus {
  background-color: rgba(63, 138, 224, 0.28);
}
.im-theme-dit_blue .im-tab-focused[data-tabindex],
.im-theme-dit_blue .im-tab-focused[data-tabindex]:focus {
  background-color: rgba(46, 114, 191, 0.28);
}
.im-theme-myteam_green .im-tab-focused[data-tabindex],
.im-theme-myteam_green .im-tab-focused[data-tabindex]:focus {
  background-color: rgba(24, 216, 147, 0.28);
}
.im-theme-dark_calls .im-tab-focused[data-tabindex],
.im-theme-dark_calls .im-tab-focused[data-tabindex]:focus {
  background-color: rgba(12, 124, 255, 0.28);
}

.im-ellipsis-block {
  display: block;
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
}

.app-without_anim * {
  transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
}

.im-input-out-of-sight {
  position: absolute;
  top: -1000px;
  right: auto;
  bottom: auto;
  left: -1000px;
}

.im-widget_apple .app-page {
  font-family: "SF Pro", Arial, sans-serif;
}

.im-widget_android .app-page {
  font-family: Roboto, Arial, sans-serif;
}

.im-widget_windows .app-page {
  font-family: SourceSansPro, Arial, sans-serif;
}

input[type=text]::-ms-clear {
  display: none;
}

input[type=tel]::-ms-clear {
  display: none;
}

.im-left-navbar-layout {
  display: flex;
}
.im-left-navbar-layout .im-mainpage .app-content,
.im-left-navbar-layout .im-multi-search .app-content {
  bottom: 0;
}
.im-left-navbar-layout .im-mainpage .app-bottombar,
.im-left-navbar-layout .im-multi-search .app-bottombar {
  display: none;
}
.im-left-navbar-layout .im-ui-button[data-tab=settings] {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 8px;
  left: auto;
}
.im-left-navbar-layout.im-splitview:not(.im-layout-single) #rightPane {
  position: relative;
  left: 0;
  order: 3;
  flex: 1;
}
.im-left-navbar-layout.im-splitview:not(.im-layout-single) > .app-page:not(.im-authpage) {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  order: 2;
  min-width: 280px;
  max-width: 400px;
  width: auto;
  flex: 1;
}
.im-left-navbar-layout.im-full-pane.im-splitview > .app-page:not(.im-authpage) {
  position: absolute;
  z-index: -1;
}
.im-left-navbar-layout .im-infopane {
  width: 380px;
}
.im-left-navbar-layout.im-layout-compact.im-splitview.im-layout-infopanel > .app-page:not(.im-authpage) {
  max-width: 280px;
}
.im-left-navbar-layout.im-layout-full.im-layout-infopanel #rightPane {
  right: 0;
}
.im-left-navbar-layout.im-layout-full.im-layout-infopanel #infoPane {
  width: 380px;
  order: 4;
  position: relative;
}
.im-left-navbar-layout.im-layout-single .im-infopane {
  width: auto;
}
.im-left-navbar-layout.im-layout-single #infoPane {
  left: 68px;
}
.im-left-navbar-layout.im-layout-single #rightPane {
  position: absolute;
  left: 68px;
  z-index: -1;
}
.im-left-navbar-layout.im-layout-single #rightPane .im-dialogpage .app-topbar .im-ui-button[data-back=true] {
  display: block;
}
.im-left-navbar-layout.im-layout-single #rightPane.im-pane_chat, .im-left-navbar-layout.im-layout-single #rightPane.im-pane_box {
  z-index: 500;
}
.im-left-navbar-layout.im-layout-single > .app-page:not(.im-authpage) {
  position: absolute;
  left: 68px;
  max-width: 660px;
  width: auto;
}
.im-left-navbar-layout.im-layout-single.im-settings-is-active #rightPane:not(.im-pane_box) {
  z-index: -1;
}
.im-left-navbar-layout .im-main-navbar {
  order: 1;
  width: 68px;
  min-width: 68px;
  height: 100%;
  text-align: center;
  position: relative;
  border-top: none;
  border-right: 1px solid;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-direction: column;
}
.im-left-navbar-layout .im-main-navbar .im-ui-button {
  width: 52px;
  height: 52px;
  margin: 8px 8px 0;
  cursor: pointer;
  display: flex;
  flex: none;
  border-radius: 4px;
}
.im-left-navbar-layout .im-main-navbar .im-ui-button > div {
  display: none;
}

.im-left-navbar-layout:not(.im-mode_board) .im-main-navbar {
  border-right-color: #eceef3;
}
.im-left-navbar-layout:not(.im-mode_board) .im-main-navbar .im-ui-button:hover {
  background-color: #f3f5f8;
}
.im-left-navbar-layout:not(.im-mode_board) .im-main-navbar .im-ui-button.tab-active {
  background-color: rgba(33, 216, 106, 0.1);
}

.im-left-navbar-layout:not(.im-mode_board).im-theme-dark_green .im-main-navbar {
  border-right-color: #3c3d47;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-dark_green .im-main-navbar .im-ui-button:hover {
  background-color: #3c3d48;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-dark_green .im-main-navbar .im-ui-button.tab-active {
  background-color: rgba(10, 220, 94, 0.1);
}

.im-left-navbar-layout:not(.im-mode_board).im-theme-dark_blue .im-main-navbar {
  border-right-color: #3c3d47;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-dark_blue .im-main-navbar .im-ui-button:hover {
  background-color: #3c3d48;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-dark_blue .im-main-navbar .im-ui-button.tab-active {
  background-color: rgba(46, 145, 255, 0.1);
}

.im-left-navbar-layout:not(.im-mode_board).im-theme-blue .im-main-navbar {
  border-right-color: #eceef3;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-blue .im-main-navbar .im-ui-button:hover {
  background-color: #f3f5f8;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-blue .im-main-navbar .im-ui-button.tab-active {
  background-color: rgba(45, 144, 245, 0.1);
}

.im-left-navbar-layout:not(.im-mode_board).im-theme-vk_dark_blue .im-main-navbar {
  border-right-color: #3C3D47;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-vk_dark_blue .im-main-navbar .im-ui-button:hover {
  background-color: #3C3D48;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-vk_dark_blue .im-main-navbar .im-ui-button.tab-active {
  background-color: rgba(113, 170, 235, 0.1);
}

.im-left-navbar-layout:not(.im-mode_board).im-theme-vk_blue .im-main-navbar {
  border-right-color: #ECEEF3;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-vk_blue .im-main-navbar .im-ui-button:hover {
  background-color: #F1F3F7;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-vk_blue .im-main-navbar .im-ui-button.tab-active {
  background-color: rgba(63, 138, 224, 0.1);
}

.im-left-navbar-layout:not(.im-mode_board).im-theme-dit_blue .im-main-navbar {
  border-right-color: #eceef3;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-dit_blue .im-main-navbar .im-ui-button:hover {
  background-color: #f3f5f8;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-dit_blue .im-main-navbar .im-ui-button.tab-active {
  background-color: rgba(46, 114, 191, 0.1);
}

.im-left-navbar-layout:not(.im-mode_board).im-theme-myteam_green .im-main-navbar {
  border-right-color: #eceef3;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-myteam_green .im-main-navbar .im-ui-button:hover {
  background-color: #f3f5f8;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-myteam_green .im-main-navbar .im-ui-button.tab-active {
  background-color: rgba(24, 216, 147, 0.1);
}

.im-left-navbar-layout:not(.im-mode_board).im-theme-dark_calls .im-main-navbar {
  border-right-color: #1F1F1F;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-dark_calls .im-main-navbar .im-ui-button:hover {
  background-color: #1F1F1F;
}
.im-left-navbar-layout:not(.im-mode_board).im-theme-dark_calls .im-main-navbar .im-ui-button.tab-active {
  background-color: rgba(12, 124, 255, 0.1);
}

.im-selectable-text.im-selectable-text {
  cursor: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.im-overlay-screen {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  overflow: hidden;
  z-index: 9999;
  background-color: rgba(45, 45, 45, 0.6);
}
.im-overlay-screen .im-circ-spinner {
  top: 50%;
  position: absolute;
  margin-top: -18px;
  left: 13px;
  border-color: #aaaaaa;
  width: #dddddd;
  height: #dddddd;
}

.im-overlay-screen__tablewrap {
  height: auto;
  width: auto;
  overflow: auto;
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

.im-overlay-screen__table {
  height: 100%;
  width: 100%;
}

.im-overlay-screen__wrap {
  height: 100%;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  vertical-align: middle;
  text-align: center;
}

.im-overlay-screen__block {
  font-size: 16px;
  font-family: arial, sans-serif;
  vertical-align: middle;
  text-align: left;
  position: relative;
  display: block;
  padding-left: 56px;
  min-height: 45px;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
body .im-overlay-screen__block {
  color: #b7bcc9;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-dark_green .im-overlay-screen__block {
  color: #7e848f;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-dark_blue .im-overlay-screen__block {
  color: #7e848f;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-blue .im-overlay-screen__block {
  color: #b7bcc9;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-vk_dark_blue .im-overlay-screen__block {
  color: #76787A;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-vk_blue .im-overlay-screen__block {
  color: #99A2AD;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-dit_blue .im-overlay-screen__block {
  color: #b7bcc9;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-myteam_green .im-overlay-screen__block {
  color: #b7bcc9;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-dark_calls .im-overlay-screen__block {
  color: #949494;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-overlay-screen__block .im-overlay-screen__text {
  display: none;
  vertical-align: middle;
  padding: 14px;
}
.im-overlay-screen__msg .im-overlay-screen__block .im-overlay-screen__text {
  display: table-cell;
}
body .im-overlay-screen__msg .im-overlay-screen__block {
  background-color: #ffffff;
}
.im-theme-dark_green .im-overlay-screen__msg .im-overlay-screen__block {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-overlay-screen__msg .im-overlay-screen__block {
  background-color: #2b2c34;
}
.im-theme-blue .im-overlay-screen__msg .im-overlay-screen__block {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-overlay-screen__msg .im-overlay-screen__block {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-overlay-screen__msg .im-overlay-screen__block {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-overlay-screen__msg .im-overlay-screen__block {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-overlay-screen__msg .im-overlay-screen__block {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-overlay-screen__msg .im-overlay-screen__block {
  background-color: #2B2B2B;
}

.im-overlay__box {
  font-size: 16px;
  font-family: arial, sans-serif;
  vertical-align: middle;
  text-align: left;
  position: relative;
  display: block;
  min-height: 45px;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
body .im-overlay__box {
  color: #838690;
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-dark_green .im-overlay__box {
  color: #7e848f;
  background-color: #2b2c34;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-dark_blue .im-overlay__box {
  color: #7e848f;
  background-color: #2b2c34;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-blue .im-overlay__box {
  color: #838690;
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-vk_dark_blue .im-overlay__box {
  color: #909499;
  background-color: #2B2C34;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-vk_blue .im-overlay__box {
  color: #818C99;
  background-color: #FFFFFF;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-dit_blue .im-overlay__box {
  color: #838690;
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-myteam_green .im-overlay__box {
  color: #838690;
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-dark_calls .im-overlay__box {
  color: #9C9C9C;
  background-color: #2B2B2B;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-overlay__box .im-overlay-screen__text {
  display: none;
  vertical-align: middle;
  padding: 14px;
}
.im-overlay-screen__msg .im-overlay__box .im-overlay-screen__text {
  display: table-cell;
}
body .im-overlay-screen__msg .im-overlay__box {
  background-color: #ffffff;
}
.im-theme-dark_green .im-overlay-screen__msg .im-overlay__box {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-overlay-screen__msg .im-overlay__box {
  background-color: #2b2c34;
}
.im-theme-blue .im-overlay-screen__msg .im-overlay__box {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-overlay-screen__msg .im-overlay__box {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-overlay-screen__msg .im-overlay__box {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-overlay-screen__msg .im-overlay__box {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-overlay-screen__msg .im-overlay__box {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-overlay-screen__msg .im-overlay__box {
  background-color: #2B2B2B;
}

/*** 2018 overlay box ***/
.im-overlay-layer {
  display: none;
}

.im-overlay .im-overlay-layer {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1010;
}
.im-overlay .im-overlay-layer {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay.im-theme-dark_green .im-overlay-layer {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay.im-theme-dark_blue .im-overlay-layer {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay.im-theme-blue .im-overlay-layer {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay.im-theme-vk_dark_blue .im-overlay-layer {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay.im-theme-vk_blue .im-overlay-layer {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay.im-theme-dit_blue .im-overlay-layer {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay.im-theme-myteam_green .im-overlay-layer {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay.im-theme-dark_calls .im-overlay-layer {
  background-color: rgba(0, 0, 0, 0.55);
}

.im-overlay__wrap {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  vertical-align: middle;
  text-align: center;
  z-index: 1020;
}
.im-overlay__wrap.im-overlay > .im-overlay__box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
}
body .im-overlay__wrap.im-overlay > .im-overlay__box::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_green .im-overlay__wrap.im-overlay > .im-overlay__box::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_blue .im-overlay__wrap.im-overlay > .im-overlay__box::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-blue .im-overlay__wrap.im-overlay > .im-overlay__box::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_dark_blue .im-overlay__wrap.im-overlay > .im-overlay__box::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_blue .im-overlay__wrap.im-overlay > .im-overlay__box::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dit_blue .im-overlay__wrap.im-overlay > .im-overlay__box::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-myteam_green .im-overlay__wrap.im-overlay > .im-overlay__box::after {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_calls .im-overlay__wrap.im-overlay > .im-overlay__box::after {
  background-color: rgba(0, 0, 0, 0.55);
}

.im-overlay_mobile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.im-overlay_mobile .im-modal-box {
  max-width: none;
  width: auto;
  position: absolute;
  top: 44px;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 16px 16px 0 0;
}
.im-overlay_mobile .im-modal-box__title__close {
  display: block;
}

/* 2020 overlay alert box */
.im-overlay-alert {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 5000;
}
.im-overlay-alert {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay-alert.im-theme-dark_green {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay-alert.im-theme-dark_blue {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay-alert.im-theme-blue {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay-alert.im-theme-vk_dark_blue {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay-alert.im-theme-vk_blue {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay-alert.im-theme-dit_blue {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay-alert.im-theme-myteam_green {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-overlay-alert.im-theme-dark_calls {
  background-color: rgba(0, 0, 0, 0.55);
}

.im-overlay-alert__wrap {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  vertical-align: middle;
  text-align: center;
  z-index: 5010;
}

.im-overlay-alert__box {
  font-size: 16px;
  font-family: arial, sans-serif;
  vertical-align: middle;
  text-align: left;
  position: relative;
  display: block;
  min-height: 45px;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
body .im-overlay-alert__box {
  color: #838690;
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-dark_green .im-overlay-alert__box {
  color: #7e848f;
  background-color: #2b2c34;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-dark_blue .im-overlay-alert__box {
  color: #7e848f;
  background-color: #2b2c34;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-blue .im-overlay-alert__box {
  color: #838690;
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-vk_dark_blue .im-overlay-alert__box {
  color: #909499;
  background-color: #2B2C34;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-vk_blue .im-overlay-alert__box {
  color: #818C99;
  background-color: #FFFFFF;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-dit_blue .im-overlay-alert__box {
  color: #838690;
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-myteam_green .im-overlay-alert__box {
  color: #838690;
  background-color: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-theme-dark_calls .im-overlay-alert__box {
  color: #9C9C9C;
  background-color: #2B2B2B;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.55);
}
.im-overlay-alert__box .im-overlay-screen__text {
  display: none;
  vertical-align: middle;
  padding: 14px;
}
.im-overlay-screen__msg .im-overlay-alert__box .im-overlay-screen__text {
  display: table-cell;
}
body .im-overlay-screen__msg .im-overlay-alert__box {
  background-color: #ffffff;
}
.im-theme-dark_green .im-overlay-screen__msg .im-overlay-alert__box {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-overlay-screen__msg .im-overlay-alert__box {
  background-color: #2b2c34;
}
.im-theme-blue .im-overlay-screen__msg .im-overlay-alert__box {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-overlay-screen__msg .im-overlay-alert__box {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-overlay-screen__msg .im-overlay-alert__box {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-overlay-screen__msg .im-overlay-alert__box {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-overlay-screen__msg .im-overlay-alert__box {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-overlay-screen__msg .im-overlay-alert__box {
  background-color: #2B2B2B;
}

.app-back-button, .im-sidebar-back {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: auto;
  bottom: auto;
  left: 13px;
}
.app-back-button, .im-sidebar-back {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 18.1693L8.25 12.2258L14.25 6.16934' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 18.1693L8.25 12.2258L14.25 6.16934' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .app-back-button, body .im-sidebar-back {
  background-color: #b7bcc9;
}
.im-theme-dark_green .app-back-button, .im-theme-dark_green .im-sidebar-back {
  background-color: #7e848f;
}
.im-theme-dark_blue .app-back-button, .im-theme-dark_blue .im-sidebar-back {
  background-color: #7e848f;
}
.im-theme-blue .app-back-button, .im-theme-blue .im-sidebar-back {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .app-back-button, .im-theme-vk_dark_blue .im-sidebar-back {
  background-color: #76787A;
}
.im-theme-vk_blue .app-back-button, .im-theme-vk_blue .im-sidebar-back {
  background-color: #99A2AD;
}
.im-theme-dit_blue .app-back-button, .im-theme-dit_blue .im-sidebar-back {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .app-back-button, .im-theme-myteam_green .im-sidebar-back {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .app-back-button, .im-theme-dark_calls .im-sidebar-back {
  background-color: #949494;
}
.im-desktop .app-back-button:hover, .im-desktop .im-sidebar-back:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .app-back-button:hover, .im-desktop.im-theme-dark_green .im-sidebar-back:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .app-back-button:hover, .im-desktop.im-theme-dark_blue .im-sidebar-back:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .app-back-button:hover, .im-desktop.im-theme-blue .im-sidebar-back:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .app-back-button:hover, .im-desktop.im-theme-vk_dark_blue .im-sidebar-back:hover {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .app-back-button:hover, .im-desktop.im-theme-vk_blue .im-sidebar-back:hover {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .app-back-button:hover, .im-desktop.im-theme-dit_blue .im-sidebar-back:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .app-back-button:hover, .im-desktop.im-theme-myteam_green .im-sidebar-back:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .app-back-button:hover, .im-desktop.im-theme-dark_calls .im-sidebar-back:hover {
  background-color: #858585;
}
.im-desktop .app-back-button:active, .im-desktop .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .app-back-button:active, .im-desktop.im-theme-dark_green .im-sidebar-back:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .app-back-button:active, .im-desktop.im-theme-dark_blue .im-sidebar-back:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .app-back-button:active, .im-desktop.im-theme-blue .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .app-back-button:active, .im-desktop.im-theme-vk_dark_blue .im-sidebar-back:active {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .app-back-button:active, .im-desktop.im-theme-vk_blue .im-sidebar-back:active {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .app-back-button:active, .im-desktop.im-theme-dit_blue .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .app-back-button:active, .im-desktop.im-theme-myteam_green .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .app-back-button:active, .im-desktop.im-theme-dark_calls .im-sidebar-back:active {
  background-color: #7A7A7A;
}
body .app-back-button:active, body .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-theme-dark_green .app-back-button:active, .im-theme-dark_green .im-sidebar-back:active {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .app-back-button:active, .im-theme-dark_blue .im-sidebar-back:active {
  background-color: #9ea0b2;
}
.im-theme-blue .app-back-button:active, .im-theme-blue .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .app-back-button:active, .im-theme-vk_dark_blue .im-sidebar-back:active {
  background-color: #898B8D;
}
.im-theme-vk_blue .app-back-button:active, .im-theme-vk_blue .im-sidebar-back:active {
  background-color: #7F868F;
}
.im-theme-dit_blue .app-back-button:active, .im-theme-dit_blue .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-theme-myteam_green .app-back-button:active, .im-theme-myteam_green .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-theme-dark_calls .app-back-button:active, .im-theme-dark_calls .im-sidebar-back:active {
  background-color: #7A7A7A;
}

.app-close-button, .im-infopane_back-not-available .im-sidebar-back {
  width: 24px;
  height: 24px;
  border-radius: 20px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: auto;
  bottom: auto;
  left: 13px;
}
.app-close-button, .im-infopane_back-not-available .im-sidebar-back {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .app-close-button, body .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available body .im-sidebar-back {
  background-color: #b7bcc9;
}
.im-theme-dark_green .app-close-button, .im-theme-dark_green .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-dark_green .im-sidebar-back {
  background-color: #7e848f;
}
.im-theme-dark_blue .app-close-button, .im-theme-dark_blue .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-dark_blue .im-sidebar-back {
  background-color: #7e848f;
}
.im-theme-blue .app-close-button, .im-theme-blue .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-blue .im-sidebar-back {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .app-close-button, .im-theme-vk_dark_blue .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-vk_dark_blue .im-sidebar-back {
  background-color: #76787A;
}
.im-theme-vk_blue .app-close-button, .im-theme-vk_blue .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-vk_blue .im-sidebar-back {
  background-color: #99A2AD;
}
.im-theme-dit_blue .app-close-button, .im-theme-dit_blue .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-dit_blue .im-sidebar-back {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .app-close-button, .im-theme-myteam_green .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-myteam_green .im-sidebar-back {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .app-close-button, .im-theme-dark_calls .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-theme-dark_calls .im-sidebar-back {
  background-color: #949494;
}
.im-desktop .app-close-button:hover, .im-desktop .im-infopane_back-not-available .im-sidebar-back:hover, .im-infopane_back-not-available .im-desktop .im-sidebar-back:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .app-close-button:hover, .im-desktop.im-theme-dark_green .im-infopane_back-not-available .im-sidebar-back:hover, .im-infopane_back-not-available .im-desktop.im-theme-dark_green .im-sidebar-back:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .app-close-button:hover, .im-desktop.im-theme-dark_blue .im-infopane_back-not-available .im-sidebar-back:hover, .im-infopane_back-not-available .im-desktop.im-theme-dark_blue .im-sidebar-back:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .app-close-button:hover, .im-desktop.im-theme-blue .im-infopane_back-not-available .im-sidebar-back:hover, .im-infopane_back-not-available .im-desktop.im-theme-blue .im-sidebar-back:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .app-close-button:hover, .im-desktop.im-theme-vk_dark_blue .im-infopane_back-not-available .im-sidebar-back:hover, .im-infopane_back-not-available .im-desktop.im-theme-vk_dark_blue .im-sidebar-back:hover {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .app-close-button:hover, .im-desktop.im-theme-vk_blue .im-infopane_back-not-available .im-sidebar-back:hover, .im-infopane_back-not-available .im-desktop.im-theme-vk_blue .im-sidebar-back:hover {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .app-close-button:hover, .im-desktop.im-theme-dit_blue .im-infopane_back-not-available .im-sidebar-back:hover, .im-infopane_back-not-available .im-desktop.im-theme-dit_blue .im-sidebar-back:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .app-close-button:hover, .im-desktop.im-theme-myteam_green .im-infopane_back-not-available .im-sidebar-back:hover, .im-infopane_back-not-available .im-desktop.im-theme-myteam_green .im-sidebar-back:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .app-close-button:hover, .im-desktop.im-theme-dark_calls .im-infopane_back-not-available .im-sidebar-back:hover, .im-infopane_back-not-available .im-desktop.im-theme-dark_calls .im-sidebar-back:hover {
  background-color: #858585;
}
.im-desktop .app-close-button:active, .im-desktop .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-desktop .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .app-close-button:active, .im-desktop.im-theme-dark_green .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-desktop.im-theme-dark_green .im-sidebar-back:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .app-close-button:active, .im-desktop.im-theme-dark_blue .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-desktop.im-theme-dark_blue .im-sidebar-back:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .app-close-button:active, .im-desktop.im-theme-blue .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-desktop.im-theme-blue .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .app-close-button:active, .im-desktop.im-theme-vk_dark_blue .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-desktop.im-theme-vk_dark_blue .im-sidebar-back:active {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .app-close-button:active, .im-desktop.im-theme-vk_blue .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-desktop.im-theme-vk_blue .im-sidebar-back:active {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .app-close-button:active, .im-desktop.im-theme-dit_blue .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-desktop.im-theme-dit_blue .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .app-close-button:active, .im-desktop.im-theme-myteam_green .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-desktop.im-theme-myteam_green .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .app-close-button:active, .im-desktop.im-theme-dark_calls .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-desktop.im-theme-dark_calls .im-sidebar-back:active {
  background-color: #7A7A7A;
}
body .app-close-button:active, body .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available body .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-theme-dark_green .app-close-button:active, .im-theme-dark_green .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-theme-dark_green .im-sidebar-back:active {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .app-close-button:active, .im-theme-dark_blue .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-theme-dark_blue .im-sidebar-back:active {
  background-color: #9ea0b2;
}
.im-theme-blue .app-close-button:active, .im-theme-blue .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-theme-blue .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .app-close-button:active, .im-theme-vk_dark_blue .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-theme-vk_dark_blue .im-sidebar-back:active {
  background-color: #898B8D;
}
.im-theme-vk_blue .app-close-button:active, .im-theme-vk_blue .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-theme-vk_blue .im-sidebar-back:active {
  background-color: #7F868F;
}
.im-theme-dit_blue .app-close-button:active, .im-theme-dit_blue .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-theme-dit_blue .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-theme-myteam_green .app-close-button:active, .im-theme-myteam_green .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-theme-myteam_green .im-sidebar-back:active {
  background-color: #6f747e;
}
.im-theme-dark_calls .app-close-button:active, .im-theme-dark_calls .im-infopane_back-not-available .im-sidebar-back:active, .im-infopane_back-not-available .im-theme-dark_calls .im-sidebar-back:active {
  background-color: #7A7A7A;
}

.im-clear-font {
  font-size: 0;
}

.im-label-large {
  font-size: 24px;
  font-family: arial, sans-serif;
  text-shadow: none;
  font-weight: normal;
}

.im-label-medium, .im-showcase .im-showcase__title, .im-multi-search .app-topbar__title, .im-countrypage .app-topbar__title, .im-plainlist-item .im-plainlist-item-label {
  font-size: 19px;
  font-family: arial, sans-serif;
  text-shadow: none;
  font-weight: normal;
}

.im-label-small {
  font-size: 17px;
  font-family: arial, sans-serif;
  text-shadow: none;
  font-weight: normal;
}

body .im-label-large,
body .im-label-medium,
body .im-showcase .im-showcase__title,
.im-showcase body .im-showcase__title,
body .im-multi-search .app-topbar__title,
.im-multi-search body .app-topbar__title,
body .im-countrypage .app-topbar__title,
.im-countrypage body .app-topbar__title,
body .im-plainlist-item .im-plainlist-item-label,
.im-plainlist-item body .im-plainlist-item-label,
body .im-label-small {
  color: #111111;
}

.im-theme-dark_green .im-label-large,
.im-theme-dark_green .im-label-medium,
.im-theme-dark_green .im-showcase .im-showcase__title,
.im-showcase .im-theme-dark_green .im-showcase__title,
.im-theme-dark_green .im-multi-search .app-topbar__title,
.im-multi-search .im-theme-dark_green .app-topbar__title,
.im-theme-dark_green .im-countrypage .app-topbar__title,
.im-countrypage .im-theme-dark_green .app-topbar__title,
.im-theme-dark_green .im-plainlist-item .im-plainlist-item-label,
.im-plainlist-item .im-theme-dark_green .im-plainlist-item-label,
.im-theme-dark_green .im-label-small {
  color: #ffffff;
}

.im-theme-dark_blue .im-label-large,
.im-theme-dark_blue .im-label-medium,
.im-theme-dark_blue .im-showcase .im-showcase__title,
.im-showcase .im-theme-dark_blue .im-showcase__title,
.im-theme-dark_blue .im-multi-search .app-topbar__title,
.im-multi-search .im-theme-dark_blue .app-topbar__title,
.im-theme-dark_blue .im-countrypage .app-topbar__title,
.im-countrypage .im-theme-dark_blue .app-topbar__title,
.im-theme-dark_blue .im-plainlist-item .im-plainlist-item-label,
.im-plainlist-item .im-theme-dark_blue .im-plainlist-item-label,
.im-theme-dark_blue .im-label-small {
  color: #ffffff;
}

.im-theme-blue .im-label-large,
.im-theme-blue .im-label-medium,
.im-theme-blue .im-showcase .im-showcase__title,
.im-showcase .im-theme-blue .im-showcase__title,
.im-theme-blue .im-multi-search .app-topbar__title,
.im-multi-search .im-theme-blue .app-topbar__title,
.im-theme-blue .im-countrypage .app-topbar__title,
.im-countrypage .im-theme-blue .app-topbar__title,
.im-theme-blue .im-plainlist-item .im-plainlist-item-label,
.im-plainlist-item .im-theme-blue .im-plainlist-item-label,
.im-theme-blue .im-label-small {
  color: #111111;
}

.im-theme-vk_dark_blue .im-label-large,
.im-theme-vk_dark_blue .im-label-medium,
.im-theme-vk_dark_blue .im-showcase .im-showcase__title,
.im-showcase .im-theme-vk_dark_blue .im-showcase__title,
.im-theme-vk_dark_blue .im-multi-search .app-topbar__title,
.im-multi-search .im-theme-vk_dark_blue .app-topbar__title,
.im-theme-vk_dark_blue .im-countrypage .app-topbar__title,
.im-countrypage .im-theme-vk_dark_blue .app-topbar__title,
.im-theme-vk_dark_blue .im-plainlist-item .im-plainlist-item-label,
.im-plainlist-item .im-theme-vk_dark_blue .im-plainlist-item-label,
.im-theme-vk_dark_blue .im-label-small {
  color: #E1E3E6;
}

.im-theme-vk_blue .im-label-large,
.im-theme-vk_blue .im-label-medium,
.im-theme-vk_blue .im-showcase .im-showcase__title,
.im-showcase .im-theme-vk_blue .im-showcase__title,
.im-theme-vk_blue .im-multi-search .app-topbar__title,
.im-multi-search .im-theme-vk_blue .app-topbar__title,
.im-theme-vk_blue .im-countrypage .app-topbar__title,
.im-countrypage .im-theme-vk_blue .app-topbar__title,
.im-theme-vk_blue .im-plainlist-item .im-plainlist-item-label,
.im-plainlist-item .im-theme-vk_blue .im-plainlist-item-label,
.im-theme-vk_blue .im-label-small {
  color: #111111;
}

.im-theme-dit_blue .im-label-large,
.im-theme-dit_blue .im-label-medium,
.im-theme-dit_blue .im-showcase .im-showcase__title,
.im-showcase .im-theme-dit_blue .im-showcase__title,
.im-theme-dit_blue .im-multi-search .app-topbar__title,
.im-multi-search .im-theme-dit_blue .app-topbar__title,
.im-theme-dit_blue .im-countrypage .app-topbar__title,
.im-countrypage .im-theme-dit_blue .app-topbar__title,
.im-theme-dit_blue .im-plainlist-item .im-plainlist-item-label,
.im-plainlist-item .im-theme-dit_blue .im-plainlist-item-label,
.im-theme-dit_blue .im-label-small {
  color: #111111;
}

.im-theme-myteam_green .im-label-large,
.im-theme-myteam_green .im-label-medium,
.im-theme-myteam_green .im-showcase .im-showcase__title,
.im-showcase .im-theme-myteam_green .im-showcase__title,
.im-theme-myteam_green .im-multi-search .app-topbar__title,
.im-multi-search .im-theme-myteam_green .app-topbar__title,
.im-theme-myteam_green .im-countrypage .app-topbar__title,
.im-countrypage .im-theme-myteam_green .app-topbar__title,
.im-theme-myteam_green .im-plainlist-item .im-plainlist-item-label,
.im-plainlist-item .im-theme-myteam_green .im-plainlist-item-label,
.im-theme-myteam_green .im-label-small {
  color: #111111;
}

.im-theme-dark_calls .im-label-large,
.im-theme-dark_calls .im-label-medium,
.im-theme-dark_calls .im-showcase .im-showcase__title,
.im-showcase .im-theme-dark_calls .im-showcase__title,
.im-theme-dark_calls .im-multi-search .app-topbar__title,
.im-multi-search .im-theme-dark_calls .app-topbar__title,
.im-theme-dark_calls .im-countrypage .app-topbar__title,
.im-countrypage .im-theme-dark_calls .app-topbar__title,
.im-theme-dark_calls .im-plainlist-item .im-plainlist-item-label,
.im-plainlist-item .im-theme-dark_calls .im-plainlist-item-label,
.im-theme-dark_calls .im-label-small {
  color: #FFFFFF;
}

body .im-label-red.im-label-red {
  color: #f83e33;
}
.im-theme-dark_green .im-label-red.im-label-red {
  color: #f75d5d;
}
.im-theme-dark_blue .im-label-red.im-label-red {
  color: #f75d5d;
}
.im-theme-blue .im-label-red.im-label-red {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-label-red.im-label-red {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-label-red.im-label-red {
  color: #FF3347;
}
.im-theme-dit_blue .im-label-red.im-label-red {
  color: #f83e33;
}
.im-theme-myteam_green .im-label-red.im-label-red {
  color: #EC264A;
}
.im-theme-dark_calls .im-label-red.im-label-red {
  color: #FC2C38;
}

.im-label-button-green {
  font-size: 19px;
  font-family: arial, sans-serif;
  font-weight: normal;
  text-transform: lowercase;
}
body .im-label-button-green {
  color: #00B84D;
}
.im-theme-dark_green .im-label-button-green {
  color: #0AC248;
}
.im-theme-dark_blue .im-label-button-green {
  color: #2f92ff;
}
.im-theme-blue .im-label-button-green {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-label-button-green {
  color: #71AAEB;
}
.im-theme-vk_blue .im-label-button-green {
  color: #4986CC;
}
.im-theme-dit_blue .im-label-button-green {
  color: #2E72BF;
}
.im-theme-myteam_green .im-label-button-green {
  color: #17C97E;
}
.im-theme-dark_calls .im-label-button-green {
  color: #027AFF;
}

.im-linkbutton-green {
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
body .im-linkbutton-green {
  color: #00B84D;
}
body .im-linkbutton-green:hover, body .im-linkbutton-green:focus {
  color: #00A846;
}
body .im-linkbutton-green:active {
  color: #009940;
}
.im-theme-dark_green .im-linkbutton-green {
  color: #0AC248;
}
.im-theme-dark_green .im-linkbutton-green:hover, .im-theme-dark_green .im-linkbutton-green:focus {
  color: #0CDA51;
}
.im-theme-dark_green .im-linkbutton-green:active {
  color: #0DF25A;
}
.im-theme-dark_blue .im-linkbutton-green {
  color: #2f92ff;
}
.im-theme-dark_blue .im-linkbutton-green:hover, .im-theme-dark_blue .im-linkbutton-green:focus {
  color: #479dff;
}
.im-theme-dark_blue .im-linkbutton-green:active {
  color: #47a0ff;
}
.im-theme-blue .im-linkbutton-green {
  color: #1B85F1;
}
.im-theme-blue .im-linkbutton-green:hover, .im-theme-blue .im-linkbutton-green:focus {
  color: #1E7BDA;
}
.im-theme-blue .im-linkbutton-green:active {
  color: #2173C6;
}
.im-theme-vk_dark_blue .im-linkbutton-green {
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-linkbutton-green:hover, .im-theme-vk_dark_blue .im-linkbutton-green:focus {
  color: #689CD8;
}
.im-theme-vk_dark_blue .im-linkbutton-green:active {
  color: #689CD8;
}
.im-theme-vk_blue .im-linkbutton-green {
  color: #4986CC;
}
.im-theme-vk_blue .im-linkbutton-green:hover, .im-theme-vk_blue .im-linkbutton-green:focus {
  color: #4681C4;
}
.im-theme-vk_blue .im-linkbutton-green:active {
  color: #4077B4;
}
.im-theme-dit_blue .im-linkbutton-green {
  color: #2E72BF;
}
.im-theme-dit_blue .im-linkbutton-green:hover, .im-theme-dit_blue .im-linkbutton-green:focus {
  color: #1E67BB;
}
.im-theme-dit_blue .im-linkbutton-green:active {
  color: #1B5CA8;
}
.im-theme-myteam_green .im-linkbutton-green {
  color: #17C97E;
}
.im-theme-myteam_green .im-linkbutton-green:hover, .im-theme-myteam_green .im-linkbutton-green:focus {
  color: #15BD76;
}
.im-theme-myteam_green .im-linkbutton-green:active {
  color: #10AC6B;
}
.im-theme-dark_calls .im-linkbutton-green {
  color: #027AFF;
}
.im-theme-dark_calls .im-linkbutton-green:hover, .im-theme-dark_calls .im-linkbutton-green:focus {
  color: #0275F5;
}
.im-theme-dark_calls .im-linkbutton-green:active {
  color: #0270EB;
}

.im-linkbutton-red {
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
body .im-linkbutton-red {
  color: #f83e33;
}
body .im-linkbutton-red:hover, body .im-linkbutton-red:focus {
  color: #e12b21;
}
body .im-linkbutton-red:active {
  color: #d81409;
}
.im-theme-dark_green .im-linkbutton-red {
  color: #f75d5d;
}
.im-theme-dark_green .im-linkbutton-red:hover, .im-theme-dark_green .im-linkbutton-red:focus {
  color: #E65151;
}
.im-theme-dark_green .im-linkbutton-red:active {
  color: #CE4343;
}
.im-theme-dark_blue .im-linkbutton-red {
  color: #f75d5d;
}
.im-theme-dark_blue .im-linkbutton-red:hover, .im-theme-dark_blue .im-linkbutton-red:focus {
  color: #E65151;
}
.im-theme-dark_blue .im-linkbutton-red:active {
  color: #CE4343;
}
.im-theme-blue .im-linkbutton-red {
  color: #f83e33;
}
.im-theme-blue .im-linkbutton-red:hover, .im-theme-blue .im-linkbutton-red:focus {
  color: #e12b21;
}
.im-theme-blue .im-linkbutton-red:active {
  color: #d81409;
}
.im-theme-vk_dark_blue .im-linkbutton-red {
  color: #FF5C5C;
}
.im-theme-vk_dark_blue .im-linkbutton-red:hover, .im-theme-vk_dark_blue .im-linkbutton-red:focus {
  color: #F55858;
}
.im-theme-vk_dark_blue .im-linkbutton-red:active {
  color: #DB4F4F;
}
.im-theme-vk_blue .im-linkbutton-red {
  color: #FF3347;
}
.im-theme-vk_blue .im-linkbutton-red:hover, .im-theme-vk_blue .im-linkbutton-red:focus {
  color: #E64646;
}
.im-theme-vk_blue .im-linkbutton-red:active {
  color: #FF3347;
}
.im-theme-dit_blue .im-linkbutton-red {
  color: #f83e33;
}
.im-theme-dit_blue .im-linkbutton-red:hover, .im-theme-dit_blue .im-linkbutton-red:focus {
  color: #e12b21;
}
.im-theme-dit_blue .im-linkbutton-red:active {
  color: #d81409;
}
.im-theme-myteam_green .im-linkbutton-red {
  color: #EC264A;
}
.im-theme-myteam_green .im-linkbutton-red:hover, .im-theme-myteam_green .im-linkbutton-red:focus {
  color: #DA2B4B;
}
.im-theme-myteam_green .im-linkbutton-red:active {
  color: #CD2D4A;
}
.im-theme-dark_calls .im-linkbutton-red {
  color: #FC2C38;
}
.im-theme-dark_calls .im-linkbutton-red:hover, .im-theme-dark_calls .im-linkbutton-red:focus {
  color: #E82834;
}
.im-theme-dark_calls .im-linkbutton-red:active {
  color: #DE2731;
}

.im-button-text-primary, .im-poll-create__add, .im-auth-button-accent {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 2px;
  font-size: 15px;
}
body .im-button-text-primary, body .im-poll-create__add, body .im-auth-button-accent {
  background-color: transparent;
  color: #00B84D;
}
body .im-button-text-primary:hover, body .im-poll-create__add:hover, body .im-auth-button-accent:hover {
  color: #00A846;
}
body .im-button-text-primary:active, body .im-poll-create__add:active, body .im-auth-button-accent:active {
  color: #009940;
}
body .im-button-text-primary:disabled, body .im-poll-create__add:disabled, body .im-auth-button-accent:disabled {
  cursor: default;
  color: #838690;
}
.im-theme-dark_green .im-button-text-primary, .im-theme-dark_green .im-poll-create__add, .im-theme-dark_green .im-auth-button-accent {
  background-color: transparent;
  color: #0AC248;
}
.im-theme-dark_green .im-button-text-primary:hover, .im-theme-dark_green .im-poll-create__add:hover, .im-theme-dark_green .im-auth-button-accent:hover {
  color: #0CDA51;
}
.im-theme-dark_green .im-button-text-primary:active, .im-theme-dark_green .im-poll-create__add:active, .im-theme-dark_green .im-auth-button-accent:active {
  color: #0DF25A;
}
.im-theme-dark_green .im-button-text-primary:disabled, .im-theme-dark_green .im-poll-create__add:disabled, .im-theme-dark_green .im-auth-button-accent:disabled {
  cursor: default;
  color: #7e848f;
}
.im-theme-dark_blue .im-button-text-primary, .im-theme-dark_blue .im-poll-create__add, .im-theme-dark_blue .im-auth-button-accent {
  background-color: transparent;
  color: #2f92ff;
}
.im-theme-dark_blue .im-button-text-primary:hover, .im-theme-dark_blue .im-poll-create__add:hover, .im-theme-dark_blue .im-auth-button-accent:hover {
  color: #479dff;
}
.im-theme-dark_blue .im-button-text-primary:active, .im-theme-dark_blue .im-poll-create__add:active, .im-theme-dark_blue .im-auth-button-accent:active {
  color: #47a0ff;
}
.im-theme-dark_blue .im-button-text-primary:disabled, .im-theme-dark_blue .im-poll-create__add:disabled, .im-theme-dark_blue .im-auth-button-accent:disabled {
  cursor: default;
  color: #7e848f;
}
.im-theme-blue .im-button-text-primary, .im-theme-blue .im-poll-create__add, .im-theme-blue .im-auth-button-accent {
  background-color: transparent;
  color: #1B85F1;
}
.im-theme-blue .im-button-text-primary:hover, .im-theme-blue .im-poll-create__add:hover, .im-theme-blue .im-auth-button-accent:hover {
  color: #1E7BDA;
}
.im-theme-blue .im-button-text-primary:active, .im-theme-blue .im-poll-create__add:active, .im-theme-blue .im-auth-button-accent:active {
  color: #2173C6;
}
.im-theme-blue .im-button-text-primary:disabled, .im-theme-blue .im-poll-create__add:disabled, .im-theme-blue .im-auth-button-accent:disabled {
  cursor: default;
  color: #838690;
}
.im-theme-vk_dark_blue .im-button-text-primary, .im-theme-vk_dark_blue .im-poll-create__add, .im-theme-vk_dark_blue .im-auth-button-accent {
  background-color: transparent;
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-button-text-primary:hover, .im-theme-vk_dark_blue .im-poll-create__add:hover, .im-theme-vk_dark_blue .im-auth-button-accent:hover {
  color: #689CD8;
}
.im-theme-vk_dark_blue .im-button-text-primary:active, .im-theme-vk_dark_blue .im-poll-create__add:active, .im-theme-vk_dark_blue .im-auth-button-accent:active {
  color: #689CD8;
}
.im-theme-vk_dark_blue .im-button-text-primary:disabled, .im-theme-vk_dark_blue .im-poll-create__add:disabled, .im-theme-vk_dark_blue .im-auth-button-accent:disabled {
  cursor: default;
  color: #909499;
}
.im-theme-vk_blue .im-button-text-primary, .im-theme-vk_blue .im-poll-create__add, .im-theme-vk_blue .im-auth-button-accent {
  background-color: transparent;
  color: #4986CC;
}
.im-theme-vk_blue .im-button-text-primary:hover, .im-theme-vk_blue .im-poll-create__add:hover, .im-theme-vk_blue .im-auth-button-accent:hover {
  color: #4681C4;
}
.im-theme-vk_blue .im-button-text-primary:active, .im-theme-vk_blue .im-poll-create__add:active, .im-theme-vk_blue .im-auth-button-accent:active {
  color: #4077B4;
}
.im-theme-vk_blue .im-button-text-primary:disabled, .im-theme-vk_blue .im-poll-create__add:disabled, .im-theme-vk_blue .im-auth-button-accent:disabled {
  cursor: default;
  color: #818C99;
}
.im-theme-dit_blue .im-button-text-primary, .im-theme-dit_blue .im-poll-create__add, .im-theme-dit_blue .im-auth-button-accent {
  background-color: transparent;
  color: #2E72BF;
}
.im-theme-dit_blue .im-button-text-primary:hover, .im-theme-dit_blue .im-poll-create__add:hover, .im-theme-dit_blue .im-auth-button-accent:hover {
  color: #1E67BB;
}
.im-theme-dit_blue .im-button-text-primary:active, .im-theme-dit_blue .im-poll-create__add:active, .im-theme-dit_blue .im-auth-button-accent:active {
  color: #1B5CA8;
}
.im-theme-dit_blue .im-button-text-primary:disabled, .im-theme-dit_blue .im-poll-create__add:disabled, .im-theme-dit_blue .im-auth-button-accent:disabled {
  cursor: default;
  color: #838690;
}
.im-theme-myteam_green .im-button-text-primary, .im-theme-myteam_green .im-poll-create__add, .im-theme-myteam_green .im-auth-button-accent {
  background-color: transparent;
  color: #17C97E;
}
.im-theme-myteam_green .im-button-text-primary:hover, .im-theme-myteam_green .im-poll-create__add:hover, .im-theme-myteam_green .im-auth-button-accent:hover {
  color: #15BD76;
}
.im-theme-myteam_green .im-button-text-primary:active, .im-theme-myteam_green .im-poll-create__add:active, .im-theme-myteam_green .im-auth-button-accent:active {
  color: #10AC6B;
}
.im-theme-myteam_green .im-button-text-primary:disabled, .im-theme-myteam_green .im-poll-create__add:disabled, .im-theme-myteam_green .im-auth-button-accent:disabled {
  cursor: default;
  color: #838690;
}
.im-theme-dark_calls .im-button-text-primary, .im-theme-dark_calls .im-poll-create__add, .im-theme-dark_calls .im-auth-button-accent {
  background-color: transparent;
  color: #027AFF;
}
.im-theme-dark_calls .im-button-text-primary:hover, .im-theme-dark_calls .im-poll-create__add:hover, .im-theme-dark_calls .im-auth-button-accent:hover {
  color: #0275F5;
}
.im-theme-dark_calls .im-button-text-primary:active, .im-theme-dark_calls .im-poll-create__add:active, .im-theme-dark_calls .im-auth-button-accent:active {
  color: #0270EB;
}
.im-theme-dark_calls .im-button-text-primary:disabled, .im-theme-dark_calls .im-poll-create__add:disabled, .im-theme-dark_calls .im-auth-button-accent:disabled {
  cursor: default;
  color: #9C9C9C;
}

.im-button {
  padding: 0 14px;
  border: 1px solid;
  width: auto;
  height: 32px;
  overflow: hidden;
  line-height: 30px;
  font-size: 15px;
  margin: 0 8px;
  border-radius: 16px;
  white-space: nowrap;
  font-family: arial, sans-serif;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  min-width: 100px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-button {
  border-color: #b7bcc9;
  color: #b7bcc9;
  background-color: #ffffff;
}
body .im-button:hover, body .im-button:focus {
  border-color: #8e94a2;
  color: #8e94a2;
}
body .im-button:active {
  border-color: #6f747e;
  color: #6f747e;
}
.im-theme-dark_green .im-button {
  border-color: #7e848f;
  color: #7e848f;
  background-color: #2b2c34;
}
.im-theme-dark_green .im-button:hover, .im-theme-dark_green .im-button:focus {
  border-color: #8c8d9c;
  color: #8c8d9c;
}
.im-theme-dark_green .im-button:active {
  border-color: #9ea0b2;
  color: #9ea0b2;
}
.im-theme-dark_blue .im-button {
  border-color: #7e848f;
  color: #7e848f;
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-button:hover, .im-theme-dark_blue .im-button:focus {
  border-color: #8c8d9c;
  color: #8c8d9c;
}
.im-theme-dark_blue .im-button:active {
  border-color: #9ea0b2;
  color: #9ea0b2;
}
.im-theme-blue .im-button {
  border-color: #b7bcc9;
  color: #b7bcc9;
  background-color: #ffffff;
}
.im-theme-blue .im-button:hover, .im-theme-blue .im-button:focus {
  border-color: #8e94a2;
  color: #8e94a2;
}
.im-theme-blue .im-button:active {
  border-color: #6f747e;
  color: #6f747e;
}
.im-theme-vk_dark_blue .im-button {
  border-color: #76787A;
  color: #76787A;
  background-color: #2B2C34;
}
.im-theme-vk_dark_blue .im-button:hover, .im-theme-vk_dark_blue .im-button:focus {
  border-color: #818385;
  color: #818385;
}
.im-theme-vk_dark_blue .im-button:active {
  border-color: #898B8D;
  color: #898B8D;
}
.im-theme-vk_blue .im-button {
  border-color: #99A2AD;
  color: #99A2AD;
  background-color: #FFFFFF;
}
.im-theme-vk_blue .im-button:hover, .im-theme-vk_blue .im-button:focus {
  border-color: #9199A3;
  color: #9199A3;
}
.im-theme-vk_blue .im-button:active {
  border-color: #7F868F;
  color: #7F868F;
}
.im-theme-dit_blue .im-button {
  border-color: #b7bcc9;
  color: #b7bcc9;
  background-color: #ffffff;
}
.im-theme-dit_blue .im-button:hover, .im-theme-dit_blue .im-button:focus {
  border-color: #8e94a2;
  color: #8e94a2;
}
.im-theme-dit_blue .im-button:active {
  border-color: #6f747e;
  color: #6f747e;
}
.im-theme-myteam_green .im-button {
  border-color: #b7bcc9;
  color: #b7bcc9;
  background-color: #ffffff;
}
.im-theme-myteam_green .im-button:hover, .im-theme-myteam_green .im-button:focus {
  border-color: #8e94a2;
  color: #8e94a2;
}
.im-theme-myteam_green .im-button:active {
  border-color: #6f747e;
  color: #6f747e;
}
.im-theme-dark_calls .im-button {
  border-color: #949494;
  color: #949494;
  background-color: #2B2B2B;
}
.im-theme-dark_calls .im-button:hover, .im-theme-dark_calls .im-button:focus {
  border-color: #858585;
  color: #858585;
}
.im-theme-dark_calls .im-button:active {
  border-color: #7A7A7A;
  color: #7A7A7A;
}

.im-mobile-button {
  padding: 17px 20px;
  height: 50px;
  width: 100%;
  border-style: none;
  overflow: hidden;
  border-radius: 8px;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1.4px;
  line-height: 16px;
  font-size: 14px;
  font-family: arial, sans-serif;
  font-weight: normal;
  text-align: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  min-width: 100px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-mobile-button {
  color: #ffffff;
  background-color: #21D86A;
}
body .im-mobile-button:disabled {
  background-color: #cccfd8;
}
.im-theme-dark_green .im-mobile-button {
  color: #ffffff;
  background-color: #0ADC5E;
}
.im-theme-dark_green .im-mobile-button:disabled {
  background-color: #5e5f6c;
}
.im-theme-dark_blue .im-mobile-button {
  color: #ffffff;
  background-color: #2e91ff;
}
.im-theme-dark_blue .im-mobile-button:disabled {
  background-color: #5e5f6c;
}
.im-theme-blue .im-mobile-button {
  color: #ffffff;
  background-color: #2D90F5;
}
.im-theme-blue .im-mobile-button:disabled {
  background-color: #cccfd8;
}
.im-theme-vk_dark_blue .im-mobile-button {
  color: #E1E3E6;
  background-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-mobile-button:disabled {
  background-color: #5D5F61;
}
.im-theme-vk_blue .im-mobile-button {
  color: #ffffff;
  background-color: #3F8AE0;
}
.im-theme-vk_blue .im-mobile-button:disabled {
  background-color: #B8C1CC;
}
.im-theme-dit_blue .im-mobile-button {
  color: #ffffff;
  background-color: #2E72BF;
}
.im-theme-dit_blue .im-mobile-button:disabled {
  background-color: #cccfd8;
}
.im-theme-myteam_green .im-mobile-button {
  color: #ffffff;
  background-color: #18D893;
}
.im-theme-myteam_green .im-mobile-button:disabled {
  background-color: #cccfd8;
}
.im-theme-dark_calls .im-mobile-button {
  color: #FFFFFF;
  background-color: #0C7CFF;
}
.im-theme-dark_calls .im-mobile-button:disabled {
  background-color: #858585;
}

.im-button-2021 {
  padding: 5px 20px;
  border: 0 solid;
  width: auto;
  height: 24px;
  overflow: hidden;
  line-height: 14px;
  font-size: 12px;
  margin: 0 8px;
  border-radius: 12px;
  white-space: nowrap;
  font-family: arial, sans-serif;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  min-width: 100px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-button-2021 {
  color: #00B84D;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
body .im-button-2021:hover, body .im-button-2021:focus {
  color: #00A846;
}
body .im-button-2021:active {
  color: #009940;
}
.im-theme-dark_green .im-button-2021 {
  color: #0AC248;
  background-color: #2b2c34;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_green .im-button-2021:hover, .im-theme-dark_green .im-button-2021:focus {
  color: #0CDA51;
}
.im-theme-dark_green .im-button-2021:active {
  color: #0DF25A;
}
.im-theme-dark_blue .im-button-2021 {
  color: #2f92ff;
  background-color: #2b2c34;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_blue .im-button-2021:hover, .im-theme-dark_blue .im-button-2021:focus {
  color: #479dff;
}
.im-theme-dark_blue .im-button-2021:active {
  color: #47a0ff;
}
.im-theme-blue .im-button-2021 {
  color: #1B85F1;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-blue .im-button-2021:hover, .im-theme-blue .im-button-2021:focus {
  color: #1E7BDA;
}
.im-theme-blue .im-button-2021:active {
  color: #2173C6;
}
.im-theme-vk_dark_blue .im-button-2021 {
  color: #71AAEB;
  background-color: #2B2C34;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-vk_dark_blue .im-button-2021:hover, .im-theme-vk_dark_blue .im-button-2021:focus {
  color: #689CD8;
}
.im-theme-vk_dark_blue .im-button-2021:active {
  color: #689CD8;
}
.im-theme-vk_blue .im-button-2021 {
  color: #4986CC;
  background-color: #FFFFFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-vk_blue .im-button-2021:hover, .im-theme-vk_blue .im-button-2021:focus {
  color: #4681C4;
}
.im-theme-vk_blue .im-button-2021:active {
  color: #4077B4;
}
.im-theme-dit_blue .im-button-2021 {
  color: #2E72BF;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dit_blue .im-button-2021:hover, .im-theme-dit_blue .im-button-2021:focus {
  color: #1E67BB;
}
.im-theme-dit_blue .im-button-2021:active {
  color: #1B5CA8;
}
.im-theme-myteam_green .im-button-2021 {
  color: #17C97E;
  background-color: #ffffff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-myteam_green .im-button-2021:hover, .im-theme-myteam_green .im-button-2021:focus {
  color: #15BD76;
}
.im-theme-myteam_green .im-button-2021:active {
  color: #10AC6B;
}
.im-theme-dark_calls .im-button-2021 {
  color: #027AFF;
  background-color: #2B2B2B;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_calls .im-button-2021:hover, .im-theme-dark_calls .im-button-2021:focus {
  color: #0275F5;
}
.im-theme-dark_calls .im-button-2021:active {
  color: #0270EB;
}

.im-button_highlight {
  border: none;
}
body .im-button_highlight {
  background-color: #21D86A;
  color: #ffffff;
}
body .im-button_highlight:hover, body .im-button_highlight:focus {
  background-color: #1EC360;
  color: #ffffff;
}
body .im-button_highlight:active {
  background-color: #1BB157;
  color: #ffffff;
}
.im-theme-dark_green .im-button_highlight {
  background-color: #0ADC5E;
  color: #2b2c34;
}
.im-theme-dark_green .im-button_highlight:hover, .im-theme-dark_green .im-button_highlight:focus {
  background-color: #0BF468;
  color: #2b2c34;
}
.im-theme-dark_green .im-button_highlight:active {
  background-color: #3CF686;
  color: #2b2c34;
}
.im-theme-dark_blue .im-button_highlight {
  background-color: #2e91ff;
  color: #2b2c34;
}
.im-theme-dark_blue .im-button_highlight:hover, .im-theme-dark_blue .im-button_highlight:focus {
  background-color: #479dff;
  color: #2b2c34;
}
.im-theme-dark_blue .im-button_highlight:active {
  background-color: #3b96ff;
  color: #2b2c34;
}
.im-theme-blue .im-button_highlight {
  background-color: #2D90F5;
  color: #ffffff;
}
.im-theme-blue .im-button_highlight:hover, .im-theme-blue .im-button_highlight:focus {
  background-color: #2C84DF;
  color: #ffffff;
}
.im-theme-blue .im-button_highlight:active {
  background-color: #317BC7;
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-button_highlight {
  background-color: #71AAEB;
  color: #2B2C34;
}
.im-theme-vk_dark_blue .im-button_highlight:hover, .im-theme-vk_dark_blue .im-button_highlight:focus {
  background-color: #6A9EDB;
  color: #2B2C34;
}
.im-theme-vk_dark_blue .im-button_highlight:active {
  background-color: #5A88BC;
  color: #2B2C34;
}
.im-theme-vk_blue .im-button_highlight {
  background-color: #3F8AE0;
  color: #FFFFFF;
}
.im-theme-vk_blue .im-button_highlight:hover, .im-theme-vk_blue .im-button_highlight:focus {
  background-color: #3C85D7;
  color: #FFFFFF;
}
.im-theme-vk_blue .im-button_highlight:active {
  background-color: #2975CC;
  color: #FFFFFF;
}
.im-theme-dit_blue .im-button_highlight {
  background-color: #2E72BF;
  color: #ffffff;
}
.im-theme-dit_blue .im-button_highlight:hover, .im-theme-dit_blue .im-button_highlight:focus {
  background-color: #2769B5;
  color: #ffffff;
}
.im-theme-dit_blue .im-button_highlight:active {
  background-color: #2061AB;
  color: #ffffff;
}
.im-theme-myteam_green .im-button_highlight {
  background-color: #18D893;
  color: #ffffff;
}
.im-theme-myteam_green .im-button_highlight:hover, .im-theme-myteam_green .im-button_highlight:focus {
  background-color: #1AD08E;
  color: #ffffff;
}
.im-theme-myteam_green .im-button_highlight:active {
  background-color: #1CC88A;
  color: #ffffff;
}
.im-theme-dark_calls .im-button_highlight {
  background-color: #0C7CFF;
  color: #2B2B2B;
}
.im-theme-dark_calls .im-button_highlight:hover, .im-theme-dark_calls .im-button_highlight:focus {
  background-color: #005BEF;
  color: #2B2B2B;
}
.im-theme-dark_calls .im-button_highlight:active {
  background-color: #0057E5;
  color: #2B2B2B;
}

.im-button_attention {
  border: none;
}
body .im-button_attention {
  background-color: #f83e33;
  color: #ffffff;
}
body .im-button_attention:hover, body .im-button_attention:focus {
  background-color: #e12b21;
  color: #ffffff;
}
body .im-button_attention:active {
  background-color: #d81409;
  color: #ffffff;
}
.im-theme-dark_green .im-button_attention {
  background-color: #f75d5d;
  color: #ffffff;
}
.im-theme-dark_green .im-button_attention:hover, .im-theme-dark_green .im-button_attention:focus {
  background-color: #E65151;
  color: #ffffff;
}
.im-theme-dark_green .im-button_attention:active {
  background-color: #CE4343;
  color: #ffffff;
}
.im-theme-dark_blue .im-button_attention {
  background-color: #f75d5d;
  color: #ffffff;
}
.im-theme-dark_blue .im-button_attention:hover, .im-theme-dark_blue .im-button_attention:focus {
  background-color: #E65151;
  color: #ffffff;
}
.im-theme-dark_blue .im-button_attention:active {
  background-color: #CE4343;
  color: #ffffff;
}
.im-theme-blue .im-button_attention {
  background-color: #f83e33;
  color: #ffffff;
}
.im-theme-blue .im-button_attention:hover, .im-theme-blue .im-button_attention:focus {
  background-color: #e12b21;
  color: #ffffff;
}
.im-theme-blue .im-button_attention:active {
  background-color: #d81409;
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-button_attention {
  background-color: #FF5C5C;
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-button_attention:hover, .im-theme-vk_dark_blue .im-button_attention:focus {
  background-color: #F55858;
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-button_attention:active {
  background-color: #DB4F4F;
  color: #E1E3E6;
}
.im-theme-vk_blue .im-button_attention {
  background-color: #FF3347;
  color: #ffffff;
}
.im-theme-vk_blue .im-button_attention:hover, .im-theme-vk_blue .im-button_attention:focus {
  background-color: #E64646;
  color: #ffffff;
}
.im-theme-vk_blue .im-button_attention:active {
  background-color: #FF3347;
  color: #ffffff;
}
.im-theme-dit_blue .im-button_attention {
  background-color: #f83e33;
  color: #ffffff;
}
.im-theme-dit_blue .im-button_attention:hover, .im-theme-dit_blue .im-button_attention:focus {
  background-color: #e12b21;
  color: #ffffff;
}
.im-theme-dit_blue .im-button_attention:active {
  background-color: #d81409;
  color: #ffffff;
}
.im-theme-myteam_green .im-button_attention {
  background-color: #EC264A;
  color: #ffffff;
}
.im-theme-myteam_green .im-button_attention:hover, .im-theme-myteam_green .im-button_attention:focus {
  background-color: #DA2B4B;
  color: #ffffff;
}
.im-theme-myteam_green .im-button_attention:active {
  background-color: #CD2D4A;
  color: #ffffff;
}
.im-theme-dark_calls .im-button_attention {
  background-color: #FC2C38;
  color: #FFFFFF;
}
.im-theme-dark_calls .im-button_attention:hover, .im-theme-dark_calls .im-button_attention:focus {
  background-color: #E82834;
  color: #FFFFFF;
}
.im-theme-dark_calls .im-button_attention:active {
  background-color: #DE2731;
  color: #FFFFFF;
}

.im-button_disabled, .im-box-about_disabled .im-button_highlight, .im-box-names_disabled .im-button_highlight, .im-add-contact.im-new-contact__disabled .im-button_highlight,
.im-button:disabled {
  border: none;
  cursor: default;
}
body .im-button_disabled, body .im-box-about_disabled .im-button_highlight, .im-box-about_disabled body .im-button_highlight, body .im-box-names_disabled .im-button_highlight, .im-box-names_disabled body .im-button_highlight, body .im-add-contact.im-new-contact__disabled .im-button_highlight, .im-add-contact.im-new-contact__disabled body .im-button_highlight,
body .im-button:disabled {
  background-color: #b7bcc9;
  color: #ffffff;
}
body .im-button_disabled:hover, body .im-box-about_disabled .im-button_highlight:hover, .im-box-about_disabled body .im-button_highlight:hover, body .im-box-names_disabled .im-button_highlight:hover, .im-box-names_disabled body .im-button_highlight:hover, body .im-add-contact.im-new-contact__disabled .im-button_highlight:hover, .im-add-contact.im-new-contact__disabled body .im-button_highlight:hover, body .im-button_disabled:focus, body .im-box-about_disabled .im-button_highlight:focus, .im-box-about_disabled body .im-button_highlight:focus, body .im-box-names_disabled .im-button_highlight:focus, .im-box-names_disabled body .im-button_highlight:focus, body .im-add-contact.im-new-contact__disabled .im-button_highlight:focus, .im-add-contact.im-new-contact__disabled body .im-button_highlight:focus, body .im-button_disabled:active, body .im-box-about_disabled .im-button_highlight:active, .im-box-about_disabled body .im-button_highlight:active, body .im-box-names_disabled .im-button_highlight:active, .im-box-names_disabled body .im-button_highlight:active, body .im-add-contact.im-new-contact__disabled .im-button_highlight:active, .im-add-contact.im-new-contact__disabled body .im-button_highlight:active,
body .im-button:disabled:hover,
body .im-button:disabled:focus,
body .im-button:disabled:active {
  background-color: #b7bcc9;
  color: #ffffff;
}
.im-theme-dark_green .im-button_disabled, .im-theme-dark_green .im-box-about_disabled .im-button_highlight, .im-box-about_disabled .im-theme-dark_green .im-button_highlight, .im-theme-dark_green .im-box-names_disabled .im-button_highlight, .im-box-names_disabled .im-theme-dark_green .im-button_highlight, .im-theme-dark_green .im-add-contact.im-new-contact__disabled .im-button_highlight, .im-add-contact.im-new-contact__disabled .im-theme-dark_green .im-button_highlight,
.im-theme-dark_green .im-button:disabled {
  background-color: #7e848f;
  color: #2b2c34;
}
.im-theme-dark_green .im-button_disabled:hover, .im-theme-dark_green .im-box-about_disabled .im-button_highlight:hover, .im-box-about_disabled .im-theme-dark_green .im-button_highlight:hover, .im-theme-dark_green .im-box-names_disabled .im-button_highlight:hover, .im-box-names_disabled .im-theme-dark_green .im-button_highlight:hover, .im-theme-dark_green .im-add-contact.im-new-contact__disabled .im-button_highlight:hover, .im-add-contact.im-new-contact__disabled .im-theme-dark_green .im-button_highlight:hover, .im-theme-dark_green .im-button_disabled:focus, .im-theme-dark_green .im-box-about_disabled .im-button_highlight:focus, .im-box-about_disabled .im-theme-dark_green .im-button_highlight:focus, .im-theme-dark_green .im-box-names_disabled .im-button_highlight:focus, .im-box-names_disabled .im-theme-dark_green .im-button_highlight:focus, .im-theme-dark_green .im-add-contact.im-new-contact__disabled .im-button_highlight:focus, .im-add-contact.im-new-contact__disabled .im-theme-dark_green .im-button_highlight:focus, .im-theme-dark_green .im-button_disabled:active, .im-theme-dark_green .im-box-about_disabled .im-button_highlight:active, .im-box-about_disabled .im-theme-dark_green .im-button_highlight:active, .im-theme-dark_green .im-box-names_disabled .im-button_highlight:active, .im-box-names_disabled .im-theme-dark_green .im-button_highlight:active, .im-theme-dark_green .im-add-contact.im-new-contact__disabled .im-button_highlight:active, .im-add-contact.im-new-contact__disabled .im-theme-dark_green .im-button_highlight:active,
.im-theme-dark_green .im-button:disabled:hover,
.im-theme-dark_green .im-button:disabled:focus,
.im-theme-dark_green .im-button:disabled:active {
  background-color: #7e848f;
  color: #2b2c34;
}
.im-theme-dark_blue .im-button_disabled, .im-theme-dark_blue .im-box-about_disabled .im-button_highlight, .im-box-about_disabled .im-theme-dark_blue .im-button_highlight, .im-theme-dark_blue .im-box-names_disabled .im-button_highlight, .im-box-names_disabled .im-theme-dark_blue .im-button_highlight, .im-theme-dark_blue .im-add-contact.im-new-contact__disabled .im-button_highlight, .im-add-contact.im-new-contact__disabled .im-theme-dark_blue .im-button_highlight,
.im-theme-dark_blue .im-button:disabled {
  background-color: #7e848f;
  color: #2b2c34;
}
.im-theme-dark_blue .im-button_disabled:hover, .im-theme-dark_blue .im-box-about_disabled .im-button_highlight:hover, .im-box-about_disabled .im-theme-dark_blue .im-button_highlight:hover, .im-theme-dark_blue .im-box-names_disabled .im-button_highlight:hover, .im-box-names_disabled .im-theme-dark_blue .im-button_highlight:hover, .im-theme-dark_blue .im-add-contact.im-new-contact__disabled .im-button_highlight:hover, .im-add-contact.im-new-contact__disabled .im-theme-dark_blue .im-button_highlight:hover, .im-theme-dark_blue .im-button_disabled:focus, .im-theme-dark_blue .im-box-about_disabled .im-button_highlight:focus, .im-box-about_disabled .im-theme-dark_blue .im-button_highlight:focus, .im-theme-dark_blue .im-box-names_disabled .im-button_highlight:focus, .im-box-names_disabled .im-theme-dark_blue .im-button_highlight:focus, .im-theme-dark_blue .im-add-contact.im-new-contact__disabled .im-button_highlight:focus, .im-add-contact.im-new-contact__disabled .im-theme-dark_blue .im-button_highlight:focus, .im-theme-dark_blue .im-button_disabled:active, .im-theme-dark_blue .im-box-about_disabled .im-button_highlight:active, .im-box-about_disabled .im-theme-dark_blue .im-button_highlight:active, .im-theme-dark_blue .im-box-names_disabled .im-button_highlight:active, .im-box-names_disabled .im-theme-dark_blue .im-button_highlight:active, .im-theme-dark_blue .im-add-contact.im-new-contact__disabled .im-button_highlight:active, .im-add-contact.im-new-contact__disabled .im-theme-dark_blue .im-button_highlight:active,
.im-theme-dark_blue .im-button:disabled:hover,
.im-theme-dark_blue .im-button:disabled:focus,
.im-theme-dark_blue .im-button:disabled:active {
  background-color: #7e848f;
  color: #2b2c34;
}
.im-theme-blue .im-button_disabled, .im-theme-blue .im-box-about_disabled .im-button_highlight, .im-box-about_disabled .im-theme-blue .im-button_highlight, .im-theme-blue .im-box-names_disabled .im-button_highlight, .im-box-names_disabled .im-theme-blue .im-button_highlight, .im-theme-blue .im-add-contact.im-new-contact__disabled .im-button_highlight, .im-add-contact.im-new-contact__disabled .im-theme-blue .im-button_highlight,
.im-theme-blue .im-button:disabled {
  background-color: #b7bcc9;
  color: #ffffff;
}
.im-theme-blue .im-button_disabled:hover, .im-theme-blue .im-box-about_disabled .im-button_highlight:hover, .im-box-about_disabled .im-theme-blue .im-button_highlight:hover, .im-theme-blue .im-box-names_disabled .im-button_highlight:hover, .im-box-names_disabled .im-theme-blue .im-button_highlight:hover, .im-theme-blue .im-add-contact.im-new-contact__disabled .im-button_highlight:hover, .im-add-contact.im-new-contact__disabled .im-theme-blue .im-button_highlight:hover, .im-theme-blue .im-button_disabled:focus, .im-theme-blue .im-box-about_disabled .im-button_highlight:focus, .im-box-about_disabled .im-theme-blue .im-button_highlight:focus, .im-theme-blue .im-box-names_disabled .im-button_highlight:focus, .im-box-names_disabled .im-theme-blue .im-button_highlight:focus, .im-theme-blue .im-add-contact.im-new-contact__disabled .im-button_highlight:focus, .im-add-contact.im-new-contact__disabled .im-theme-blue .im-button_highlight:focus, .im-theme-blue .im-button_disabled:active, .im-theme-blue .im-box-about_disabled .im-button_highlight:active, .im-box-about_disabled .im-theme-blue .im-button_highlight:active, .im-theme-blue .im-box-names_disabled .im-button_highlight:active, .im-box-names_disabled .im-theme-blue .im-button_highlight:active, .im-theme-blue .im-add-contact.im-new-contact__disabled .im-button_highlight:active, .im-add-contact.im-new-contact__disabled .im-theme-blue .im-button_highlight:active,
.im-theme-blue .im-button:disabled:hover,
.im-theme-blue .im-button:disabled:focus,
.im-theme-blue .im-button:disabled:active {
  background-color: #b7bcc9;
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-button_disabled, .im-theme-vk_dark_blue .im-box-about_disabled .im-button_highlight, .im-box-about_disabled .im-theme-vk_dark_blue .im-button_highlight, .im-theme-vk_dark_blue .im-box-names_disabled .im-button_highlight, .im-box-names_disabled .im-theme-vk_dark_blue .im-button_highlight, .im-theme-vk_dark_blue .im-add-contact.im-new-contact__disabled .im-button_highlight, .im-add-contact.im-new-contact__disabled .im-theme-vk_dark_blue .im-button_highlight,
.im-theme-vk_dark_blue .im-button:disabled {
  background-color: #76787A;
  color: #2B2C34;
}
.im-theme-vk_dark_blue .im-button_disabled:hover, .im-theme-vk_dark_blue .im-box-about_disabled .im-button_highlight:hover, .im-box-about_disabled .im-theme-vk_dark_blue .im-button_highlight:hover, .im-theme-vk_dark_blue .im-box-names_disabled .im-button_highlight:hover, .im-box-names_disabled .im-theme-vk_dark_blue .im-button_highlight:hover, .im-theme-vk_dark_blue .im-add-contact.im-new-contact__disabled .im-button_highlight:hover, .im-add-contact.im-new-contact__disabled .im-theme-vk_dark_blue .im-button_highlight:hover, .im-theme-vk_dark_blue .im-button_disabled:focus, .im-theme-vk_dark_blue .im-box-about_disabled .im-button_highlight:focus, .im-box-about_disabled .im-theme-vk_dark_blue .im-button_highlight:focus, .im-theme-vk_dark_blue .im-box-names_disabled .im-button_highlight:focus, .im-box-names_disabled .im-theme-vk_dark_blue .im-button_highlight:focus, .im-theme-vk_dark_blue .im-add-contact.im-new-contact__disabled .im-button_highlight:focus, .im-add-contact.im-new-contact__disabled .im-theme-vk_dark_blue .im-button_highlight:focus, .im-theme-vk_dark_blue .im-button_disabled:active, .im-theme-vk_dark_blue .im-box-about_disabled .im-button_highlight:active, .im-box-about_disabled .im-theme-vk_dark_blue .im-button_highlight:active, .im-theme-vk_dark_blue .im-box-names_disabled .im-button_highlight:active, .im-box-names_disabled .im-theme-vk_dark_blue .im-button_highlight:active, .im-theme-vk_dark_blue .im-add-contact.im-new-contact__disabled .im-button_highlight:active, .im-add-contact.im-new-contact__disabled .im-theme-vk_dark_blue .im-button_highlight:active,
.im-theme-vk_dark_blue .im-button:disabled:hover,
.im-theme-vk_dark_blue .im-button:disabled:focus,
.im-theme-vk_dark_blue .im-button:disabled:active {
  background-color: #76787A;
  color: #2B2C34;
}
.im-theme-vk_blue .im-button_disabled, .im-theme-vk_blue .im-box-about_disabled .im-button_highlight, .im-box-about_disabled .im-theme-vk_blue .im-button_highlight, .im-theme-vk_blue .im-box-names_disabled .im-button_highlight, .im-box-names_disabled .im-theme-vk_blue .im-button_highlight, .im-theme-vk_blue .im-add-contact.im-new-contact__disabled .im-button_highlight, .im-add-contact.im-new-contact__disabled .im-theme-vk_blue .im-button_highlight,
.im-theme-vk_blue .im-button:disabled {
  background-color: #99A2AD;
  color: #FFFFFF;
}
.im-theme-vk_blue .im-button_disabled:hover, .im-theme-vk_blue .im-box-about_disabled .im-button_highlight:hover, .im-box-about_disabled .im-theme-vk_blue .im-button_highlight:hover, .im-theme-vk_blue .im-box-names_disabled .im-button_highlight:hover, .im-box-names_disabled .im-theme-vk_blue .im-button_highlight:hover, .im-theme-vk_blue .im-add-contact.im-new-contact__disabled .im-button_highlight:hover, .im-add-contact.im-new-contact__disabled .im-theme-vk_blue .im-button_highlight:hover, .im-theme-vk_blue .im-button_disabled:focus, .im-theme-vk_blue .im-box-about_disabled .im-button_highlight:focus, .im-box-about_disabled .im-theme-vk_blue .im-button_highlight:focus, .im-theme-vk_blue .im-box-names_disabled .im-button_highlight:focus, .im-box-names_disabled .im-theme-vk_blue .im-button_highlight:focus, .im-theme-vk_blue .im-add-contact.im-new-contact__disabled .im-button_highlight:focus, .im-add-contact.im-new-contact__disabled .im-theme-vk_blue .im-button_highlight:focus, .im-theme-vk_blue .im-button_disabled:active, .im-theme-vk_blue .im-box-about_disabled .im-button_highlight:active, .im-box-about_disabled .im-theme-vk_blue .im-button_highlight:active, .im-theme-vk_blue .im-box-names_disabled .im-button_highlight:active, .im-box-names_disabled .im-theme-vk_blue .im-button_highlight:active, .im-theme-vk_blue .im-add-contact.im-new-contact__disabled .im-button_highlight:active, .im-add-contact.im-new-contact__disabled .im-theme-vk_blue .im-button_highlight:active,
.im-theme-vk_blue .im-button:disabled:hover,
.im-theme-vk_blue .im-button:disabled:focus,
.im-theme-vk_blue .im-button:disabled:active {
  background-color: #99A2AD;
  color: #FFFFFF;
}
.im-theme-dit_blue .im-button_disabled, .im-theme-dit_blue .im-box-about_disabled .im-button_highlight, .im-box-about_disabled .im-theme-dit_blue .im-button_highlight, .im-theme-dit_blue .im-box-names_disabled .im-button_highlight, .im-box-names_disabled .im-theme-dit_blue .im-button_highlight, .im-theme-dit_blue .im-add-contact.im-new-contact__disabled .im-button_highlight, .im-add-contact.im-new-contact__disabled .im-theme-dit_blue .im-button_highlight,
.im-theme-dit_blue .im-button:disabled {
  background-color: #b7bcc9;
  color: #ffffff;
}
.im-theme-dit_blue .im-button_disabled:hover, .im-theme-dit_blue .im-box-about_disabled .im-button_highlight:hover, .im-box-about_disabled .im-theme-dit_blue .im-button_highlight:hover, .im-theme-dit_blue .im-box-names_disabled .im-button_highlight:hover, .im-box-names_disabled .im-theme-dit_blue .im-button_highlight:hover, .im-theme-dit_blue .im-add-contact.im-new-contact__disabled .im-button_highlight:hover, .im-add-contact.im-new-contact__disabled .im-theme-dit_blue .im-button_highlight:hover, .im-theme-dit_blue .im-button_disabled:focus, .im-theme-dit_blue .im-box-about_disabled .im-button_highlight:focus, .im-box-about_disabled .im-theme-dit_blue .im-button_highlight:focus, .im-theme-dit_blue .im-box-names_disabled .im-button_highlight:focus, .im-box-names_disabled .im-theme-dit_blue .im-button_highlight:focus, .im-theme-dit_blue .im-add-contact.im-new-contact__disabled .im-button_highlight:focus, .im-add-contact.im-new-contact__disabled .im-theme-dit_blue .im-button_highlight:focus, .im-theme-dit_blue .im-button_disabled:active, .im-theme-dit_blue .im-box-about_disabled .im-button_highlight:active, .im-box-about_disabled .im-theme-dit_blue .im-button_highlight:active, .im-theme-dit_blue .im-box-names_disabled .im-button_highlight:active, .im-box-names_disabled .im-theme-dit_blue .im-button_highlight:active, .im-theme-dit_blue .im-add-contact.im-new-contact__disabled .im-button_highlight:active, .im-add-contact.im-new-contact__disabled .im-theme-dit_blue .im-button_highlight:active,
.im-theme-dit_blue .im-button:disabled:hover,
.im-theme-dit_blue .im-button:disabled:focus,
.im-theme-dit_blue .im-button:disabled:active {
  background-color: #b7bcc9;
  color: #ffffff;
}
.im-theme-myteam_green .im-button_disabled, .im-theme-myteam_green .im-box-about_disabled .im-button_highlight, .im-box-about_disabled .im-theme-myteam_green .im-button_highlight, .im-theme-myteam_green .im-box-names_disabled .im-button_highlight, .im-box-names_disabled .im-theme-myteam_green .im-button_highlight, .im-theme-myteam_green .im-add-contact.im-new-contact__disabled .im-button_highlight, .im-add-contact.im-new-contact__disabled .im-theme-myteam_green .im-button_highlight,
.im-theme-myteam_green .im-button:disabled {
  background-color: #b7bcc9;
  color: #ffffff;
}
.im-theme-myteam_green .im-button_disabled:hover, .im-theme-myteam_green .im-box-about_disabled .im-button_highlight:hover, .im-box-about_disabled .im-theme-myteam_green .im-button_highlight:hover, .im-theme-myteam_green .im-box-names_disabled .im-button_highlight:hover, .im-box-names_disabled .im-theme-myteam_green .im-button_highlight:hover, .im-theme-myteam_green .im-add-contact.im-new-contact__disabled .im-button_highlight:hover, .im-add-contact.im-new-contact__disabled .im-theme-myteam_green .im-button_highlight:hover, .im-theme-myteam_green .im-button_disabled:focus, .im-theme-myteam_green .im-box-about_disabled .im-button_highlight:focus, .im-box-about_disabled .im-theme-myteam_green .im-button_highlight:focus, .im-theme-myteam_green .im-box-names_disabled .im-button_highlight:focus, .im-box-names_disabled .im-theme-myteam_green .im-button_highlight:focus, .im-theme-myteam_green .im-add-contact.im-new-contact__disabled .im-button_highlight:focus, .im-add-contact.im-new-contact__disabled .im-theme-myteam_green .im-button_highlight:focus, .im-theme-myteam_green .im-button_disabled:active, .im-theme-myteam_green .im-box-about_disabled .im-button_highlight:active, .im-box-about_disabled .im-theme-myteam_green .im-button_highlight:active, .im-theme-myteam_green .im-box-names_disabled .im-button_highlight:active, .im-box-names_disabled .im-theme-myteam_green .im-button_highlight:active, .im-theme-myteam_green .im-add-contact.im-new-contact__disabled .im-button_highlight:active, .im-add-contact.im-new-contact__disabled .im-theme-myteam_green .im-button_highlight:active,
.im-theme-myteam_green .im-button:disabled:hover,
.im-theme-myteam_green .im-button:disabled:focus,
.im-theme-myteam_green .im-button:disabled:active {
  background-color: #b7bcc9;
  color: #ffffff;
}
.im-theme-dark_calls .im-button_disabled, .im-theme-dark_calls .im-box-about_disabled .im-button_highlight, .im-box-about_disabled .im-theme-dark_calls .im-button_highlight, .im-theme-dark_calls .im-box-names_disabled .im-button_highlight, .im-box-names_disabled .im-theme-dark_calls .im-button_highlight, .im-theme-dark_calls .im-add-contact.im-new-contact__disabled .im-button_highlight, .im-add-contact.im-new-contact__disabled .im-theme-dark_calls .im-button_highlight,
.im-theme-dark_calls .im-button:disabled {
  background-color: #949494;
  color: #2B2B2B;
}
.im-theme-dark_calls .im-button_disabled:hover, .im-theme-dark_calls .im-box-about_disabled .im-button_highlight:hover, .im-box-about_disabled .im-theme-dark_calls .im-button_highlight:hover, .im-theme-dark_calls .im-box-names_disabled .im-button_highlight:hover, .im-box-names_disabled .im-theme-dark_calls .im-button_highlight:hover, .im-theme-dark_calls .im-add-contact.im-new-contact__disabled .im-button_highlight:hover, .im-add-contact.im-new-contact__disabled .im-theme-dark_calls .im-button_highlight:hover, .im-theme-dark_calls .im-button_disabled:focus, .im-theme-dark_calls .im-box-about_disabled .im-button_highlight:focus, .im-box-about_disabled .im-theme-dark_calls .im-button_highlight:focus, .im-theme-dark_calls .im-box-names_disabled .im-button_highlight:focus, .im-box-names_disabled .im-theme-dark_calls .im-button_highlight:focus, .im-theme-dark_calls .im-add-contact.im-new-contact__disabled .im-button_highlight:focus, .im-add-contact.im-new-contact__disabled .im-theme-dark_calls .im-button_highlight:focus, .im-theme-dark_calls .im-button_disabled:active, .im-theme-dark_calls .im-box-about_disabled .im-button_highlight:active, .im-box-about_disabled .im-theme-dark_calls .im-button_highlight:active, .im-theme-dark_calls .im-box-names_disabled .im-button_highlight:active, .im-box-names_disabled .im-theme-dark_calls .im-button_highlight:active, .im-theme-dark_calls .im-add-contact.im-new-contact__disabled .im-button_highlight:active, .im-add-contact.im-new-contact__disabled .im-theme-dark_calls .im-button_highlight:active,
.im-theme-dark_calls .im-button:disabled:hover,
.im-theme-dark_calls .im-button:disabled:focus,
.im-theme-dark_calls .im-button:disabled:active {
  background-color: #949494;
  color: #2B2B2B;
}

.im-button-accent {
  padding: 0 20px;
  width: auto;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  white-space: nowrap;
  font-family: arial, sans-serif;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  min-width: 100px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 20px;
  border: none;
}
body .im-button-accent {
  background-color: #21D86A;
  color: #ffffff;
}
body .im-button-accent:hover, body .im-button-accent:focus {
  background-color: #1EC360;
}
body .im-button-accent:active {
  background-color: #1BB157;
}
.im-theme-dark_green .im-button-accent {
  background-color: #0ADC5E;
  color: #2b2c34;
}
.im-theme-dark_green .im-button-accent:hover, .im-theme-dark_green .im-button-accent:focus {
  background-color: #0BF468;
}
.im-theme-dark_green .im-button-accent:active {
  background-color: #3CF686;
}
.im-theme-dark_blue .im-button-accent {
  background-color: #2e91ff;
  color: #2b2c34;
}
.im-theme-dark_blue .im-button-accent:hover, .im-theme-dark_blue .im-button-accent:focus {
  background-color: #479dff;
}
.im-theme-dark_blue .im-button-accent:active {
  background-color: #3b96ff;
}
.im-theme-blue .im-button-accent {
  background-color: #2D90F5;
  color: #ffffff;
}
.im-theme-blue .im-button-accent:hover, .im-theme-blue .im-button-accent:focus {
  background-color: #2C84DF;
}
.im-theme-blue .im-button-accent:active {
  background-color: #317BC7;
}
.im-theme-vk_dark_blue .im-button-accent {
  background-color: #71AAEB;
  color: #2B2C34;
}
.im-theme-vk_dark_blue .im-button-accent:hover, .im-theme-vk_dark_blue .im-button-accent:focus {
  background-color: #6A9EDB;
}
.im-theme-vk_dark_blue .im-button-accent:active {
  background-color: #5A88BC;
}
.im-theme-vk_blue .im-button-accent {
  background-color: #3F8AE0;
  color: #FFFFFF;
}
.im-theme-vk_blue .im-button-accent:hover, .im-theme-vk_blue .im-button-accent:focus {
  background-color: #3C85D7;
}
.im-theme-vk_blue .im-button-accent:active {
  background-color: #2975CC;
}
.im-theme-dit_blue .im-button-accent {
  background-color: #2E72BF;
  color: #ffffff;
}
.im-theme-dit_blue .im-button-accent:hover, .im-theme-dit_blue .im-button-accent:focus {
  background-color: #2769B5;
}
.im-theme-dit_blue .im-button-accent:active {
  background-color: #2061AB;
}
.im-theme-myteam_green .im-button-accent {
  background-color: #18D893;
  color: #ffffff;
}
.im-theme-myteam_green .im-button-accent:hover, .im-theme-myteam_green .im-button-accent:focus {
  background-color: #1AD08E;
}
.im-theme-myteam_green .im-button-accent:active {
  background-color: #1CC88A;
}
.im-theme-dark_calls .im-button-accent {
  background-color: #0C7CFF;
  color: #2B2B2B;
}
.im-theme-dark_calls .im-button-accent:hover, .im-theme-dark_calls .im-button-accent:focus {
  background-color: #005BEF;
}
.im-theme-dark_calls .im-button-accent:active {
  background-color: #0057E5;
}
.im-button-accent span {
  position: relative;
  padding-left: 32px;
}
.im-button-accent span::after {
  content: "";
  width: 26px;
  height: 22px;
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: 0;
}
body .im-button-accent span::after {
  background-color: #ffffff;
}
.im-theme-dark_green .im-button-accent span::after {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-button-accent span::after {
  background-color: #2b2c34;
}
.im-theme-blue .im-button-accent span::after {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-button-accent span::after {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-button-accent span::after {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-button-accent span::after {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-button-accent span::after {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-button-accent span::after {
  background-color: #2B2B2B;
}

.im-button-accent_join::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-button-accent_join::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-button-accent_join::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-button-accent_join::after {
  background-color: #7e848f;
}
.im-theme-blue .im-button-accent_join::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-button-accent_join::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-button-accent_join::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-button-accent_join::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-button-accent_join::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-button-accent_join::after {
  background-color: #949494;
}

.im-button-accent_message::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-button-accent_message::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-button-accent_message::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-button-accent_message::after {
  background-color: #7e848f;
}
.im-theme-blue .im-button-accent_message::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-button-accent_message::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-button-accent_message::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-button-accent_message::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-button-accent_message::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-button-accent_message::after {
  background-color: #949494;
}

.im-button-accent_unblock::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4064 14.7682C21.355 14.7682 22.1239 15.5372 22.1239 16.4857V22.973C22.1239 23.9395 21.3404 24.723 20.3739 24.723H11.6458C10.6793 24.723 9.89575 23.9395 9.89575 22.973V16.4857C9.89575 15.5372 10.6647 14.7683 11.6132 14.7683V11.7053C11.6132 9.24873 13.5856 7.25 16.0098 7.25C18.3645 7.25 20.2976 8.93051 20.4064 11.2898C20.458 12.4068 19.0782 12.3343 19.0221 11.4964C18.9155 9.90505 17.6069 8.64225 16.0098 8.64225C14.3432 8.64225 12.9871 10.0164 12.9871 11.7053V14.7682H20.4064Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.4064 14.7682C21.355 14.7682 22.1239 15.5372 22.1239 16.4857V22.973C22.1239 23.9395 21.3404 24.723 20.3739 24.723H11.6458C10.6793 24.723 9.89575 23.9395 9.89575 22.973V16.4857C9.89575 15.5372 10.6647 14.7683 11.6132 14.7683V11.7053C11.6132 9.24873 13.5856 7.25 16.0098 7.25C18.3645 7.25 20.2976 8.93051 20.4064 11.2898C20.458 12.4068 19.0782 12.3343 19.0221 11.4964C18.9155 9.90505 17.6069 8.64225 16.0098 8.64225C14.3432 8.64225 12.9871 10.0164 12.9871 11.7053V14.7682H20.4064Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  top: -6px;
}
body .im-button-accent_unblock::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-button-accent_unblock::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-button-accent_unblock::after {
  background-color: #7e848f;
}
.im-theme-blue .im-button-accent_unblock::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-button-accent_unblock::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-button-accent_unblock::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-button-accent_unblock::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-button-accent_unblock::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-button-accent_unblock::after {
  background-color: #949494;
}

.im-button-accent_favorite::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
body .im-button-accent_favorite::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-button-accent_favorite::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-button-accent_favorite::after {
  background-color: #7e848f;
}
.im-theme-blue .im-button-accent_favorite::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-button-accent_favorite::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-button-accent_favorite::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-button-accent_favorite::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-button-accent_favorite::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-button-accent_favorite::after {
  background-color: #949494;
}
.im-button-accent .im-button-accent_favorite::after {
  width: 32px;
  height: 32px;
  top: -7px;
}

.im-button-free, .im-voip__carousel__button, .im-voip__carousel__down, .im-voip__carousel__up {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.im-button-text {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 2px;
  font-size: 15px;
}
body .im-button-text {
  background-color: #ffffff;
  color: #00B84D;
}
body .im-button-text:hover {
  color: #00A846;
}
body .im-button-text:active {
  color: #009940;
}
body .im-button-text:disabled {
  cursor: default;
  color: #838690;
}
.im-theme-dark_green .im-button-text {
  background-color: #2b2c34;
  color: #0AC248;
}
.im-theme-dark_green .im-button-text:hover {
  color: #0CDA51;
}
.im-theme-dark_green .im-button-text:active {
  color: #0DF25A;
}
.im-theme-dark_green .im-button-text:disabled {
  cursor: default;
  color: #7e848f;
}
.im-theme-dark_blue .im-button-text {
  background-color: #2b2c34;
  color: #2f92ff;
}
.im-theme-dark_blue .im-button-text:hover {
  color: #479dff;
}
.im-theme-dark_blue .im-button-text:active {
  color: #47a0ff;
}
.im-theme-dark_blue .im-button-text:disabled {
  cursor: default;
  color: #7e848f;
}
.im-theme-blue .im-button-text {
  background-color: #ffffff;
  color: #1B85F1;
}
.im-theme-blue .im-button-text:hover {
  color: #1E7BDA;
}
.im-theme-blue .im-button-text:active {
  color: #2173C6;
}
.im-theme-blue .im-button-text:disabled {
  cursor: default;
  color: #838690;
}
.im-theme-vk_dark_blue .im-button-text {
  background-color: #2B2C34;
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-button-text:hover {
  color: #689CD8;
}
.im-theme-vk_dark_blue .im-button-text:active {
  color: #689CD8;
}
.im-theme-vk_dark_blue .im-button-text:disabled {
  cursor: default;
  color: #909499;
}
.im-theme-vk_blue .im-button-text {
  background-color: #FFFFFF;
  color: #4986CC;
}
.im-theme-vk_blue .im-button-text:hover {
  color: #4681C4;
}
.im-theme-vk_blue .im-button-text:active {
  color: #4077B4;
}
.im-theme-vk_blue .im-button-text:disabled {
  cursor: default;
  color: #818C99;
}
.im-theme-dit_blue .im-button-text {
  background-color: #ffffff;
  color: #2E72BF;
}
.im-theme-dit_blue .im-button-text:hover {
  color: #1E67BB;
}
.im-theme-dit_blue .im-button-text:active {
  color: #1B5CA8;
}
.im-theme-dit_blue .im-button-text:disabled {
  cursor: default;
  color: #838690;
}
.im-theme-myteam_green .im-button-text {
  background-color: #ffffff;
  color: #17C97E;
}
.im-theme-myteam_green .im-button-text:hover {
  color: #15BD76;
}
.im-theme-myteam_green .im-button-text:active {
  color: #10AC6B;
}
.im-theme-myteam_green .im-button-text:disabled {
  cursor: default;
  color: #838690;
}
.im-theme-dark_calls .im-button-text {
  background-color: #2B2B2B;
  color: #027AFF;
}
.im-theme-dark_calls .im-button-text:hover {
  color: #0275F5;
}
.im-theme-dark_calls .im-button-text:active {
  color: #0270EB;
}
.im-theme-dark_calls .im-button-text:disabled {
  cursor: default;
  color: #9C9C9C;
}

.im-field-text {
  display: block;
  margin: 0;
  border: none;
  padding: 0 2px 2px;
  height: 22px;
  font-size: 16px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
  border-bottom: 1px solid;
}
.im-field-text:focus {
  border-bottom: 1px solid;
}
body .im-field-text {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #eceef3;
}
body .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
body .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
body .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
body .im-field-text:focus {
  border-bottom-color: #21D86A;
}
body .im-field-text::selection {
  background-color: #0ABD47;
}
.im-theme-dark_green .im-field-text {
  background-color: #2b2c34;
  color: #ffffff;
  border-bottom-color: #3c3d47;
}
.im-theme-dark_green .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_green .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_green .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_green .im-field-text:focus {
  border-bottom-color: #0ADC5E;
}
.im-theme-dark_green .im-field-text::selection {
  background-color: #0AC248;
}
.im-theme-dark_blue .im-field-text {
  background-color: #2b2c34;
  color: #ffffff;
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_blue .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_blue .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_blue .im-field-text:focus {
  border-bottom-color: #2e91ff;
}
.im-theme-dark_blue .im-field-text::selection {
  background-color: #73a5dc;
}
.im-theme-blue .im-field-text {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-blue .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-blue .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-blue .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-blue .im-field-text:focus {
  border-bottom-color: #2D90F5;
}
.im-theme-blue .im-field-text::selection {
  background-color: #6087B3;
}
.im-theme-vk_dark_blue .im-field-text {
  background-color: #2B2C34;
  color: #E1E3E6;
  border-bottom-color: #3C3D47;
}
.im-theme-vk_dark_blue .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #909499;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_dark_blue .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909499;
}
.im-theme-vk_dark_blue .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #909499;
}
.im-theme-vk_dark_blue .im-field-text:focus {
  border-bottom-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-field-text::selection {
  background-color: #72A4DB;
}
.im-theme-vk_blue .im-field-text {
  background-color: #FFFFFF;
  color: #111111;
  border-bottom-color: #ECEEF3;
}
.im-theme-vk_blue .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #818C99;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_blue .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #818C99;
}
.im-theme-vk_blue .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #818C99;
}
.im-theme-vk_blue .im-field-text:focus {
  border-bottom-color: #3F8AE0;
}
.im-theme-vk_blue .im-field-text::selection {
  background-color: #4772A6;
}
.im-theme-dit_blue .im-field-text {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-dit_blue .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-dit_blue .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-dit_blue .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-dit_blue .im-field-text:focus {
  border-bottom-color: #2E72BF;
}
.im-theme-dit_blue .im-field-text::selection {
  background-color: #5A8ABF;
}
.im-theme-myteam_green .im-field-text {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-myteam_green .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-myteam_green .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-myteam_green .im-field-text:focus {
  border-bottom-color: #18D893;
}
.im-theme-myteam_green .im-field-text::selection {
  background-color: #61CEBA;
}
.im-theme-dark_calls .im-field-text {
  background-color: #2B2B2B;
  color: #FFFFFF;
  border-bottom-color: #1F1F1F;
}
.im-theme-dark_calls .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9C9C9C;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_calls .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9C9C9C;
}
.im-theme-dark_calls .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9C9C9C;
}
.im-theme-dark_calls .im-field-text:focus {
  border-bottom-color: #0C7CFF;
}
.im-theme-dark_calls .im-field-text::selection {
  background-color: #2D8DFF;
}

body .im-field-text_error {
  border-bottom-color: #f83e33;
}
body .im-field-text_error:focus {
  border-bottom-color: #f83e33;
}
.im-theme-dark_green .im-field-text_error {
  border-bottom-color: #f75d5d;
}
.im-theme-dark_green .im-field-text_error:focus {
  border-bottom-color: #f75d5d;
}
.im-theme-dark_blue .im-field-text_error {
  border-bottom-color: #f75d5d;
}
.im-theme-dark_blue .im-field-text_error:focus {
  border-bottom-color: #f75d5d;
}
.im-theme-blue .im-field-text_error {
  border-bottom-color: #f83e33;
}
.im-theme-blue .im-field-text_error:focus {
  border-bottom-color: #f83e33;
}
.im-theme-vk_dark_blue .im-field-text_error {
  border-bottom-color: #FF5C5C;
}
.im-theme-vk_dark_blue .im-field-text_error:focus {
  border-bottom-color: #FF5C5C;
}
.im-theme-vk_blue .im-field-text_error {
  border-bottom-color: #FF3347;
}
.im-theme-vk_blue .im-field-text_error:focus {
  border-bottom-color: #FF3347;
}
.im-theme-dit_blue .im-field-text_error {
  border-bottom-color: #f83e33;
}
.im-theme-dit_blue .im-field-text_error:focus {
  border-bottom-color: #f83e33;
}
.im-theme-myteam_green .im-field-text_error {
  border-bottom-color: #EC264A;
}
.im-theme-myteam_green .im-field-text_error:focus {
  border-bottom-color: #EC264A;
}
.im-theme-dark_calls .im-field-text_error {
  border-bottom-color: #FC2C38;
}
.im-theme-dark_calls .im-field-text_error:focus {
  border-bottom-color: #FC2C38;
}

.im-field-textinput {
  display: block;
  margin: 0;
  padding: 11px 12px;
  height: 40px;
  line-height: 18px;
  font-size: 15px;
  border-width: 1px;
  border-style: solid;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-radius: 8px;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .im-field-textinput {
  background-color: #f3f5f8;
  color: #111111;
  border-color: #cccfd8;
}
body .im-field-textinput::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
body .im-field-textinput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
body .im-field-textinput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
body .im-field-textinput:focus {
  border-color: #21D86A;
}
body .im-field-textinput::selection {
  background-color: #0ABD47;
}
.im-theme-dark_green .im-field-textinput {
  background-color: #3c3d48;
  color: #ffffff;
  border-color: #5e5f6c;
}
.im-theme-dark_green .im-field-textinput::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_green .im-field-textinput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_green .im-field-textinput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_green .im-field-textinput:focus {
  border-color: #0ADC5E;
}
.im-theme-dark_green .im-field-textinput::selection {
  background-color: #0AC248;
}
.im-theme-dark_blue .im-field-textinput {
  background-color: #3c3d48;
  color: #ffffff;
  border-color: #5e5f6c;
}
.im-theme-dark_blue .im-field-textinput::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_blue .im-field-textinput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_blue .im-field-textinput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_blue .im-field-textinput:focus {
  border-color: #2e91ff;
}
.im-theme-dark_blue .im-field-textinput::selection {
  background-color: #73a5dc;
}
.im-theme-blue .im-field-textinput {
  background-color: #f3f5f8;
  color: #111111;
  border-color: #cccfd8;
}
.im-theme-blue .im-field-textinput::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
.im-theme-blue .im-field-textinput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
.im-theme-blue .im-field-textinput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
.im-theme-blue .im-field-textinput:focus {
  border-color: #2D90F5;
}
.im-theme-blue .im-field-textinput::selection {
  background-color: #6087B3;
}
.im-theme-vk_dark_blue .im-field-textinput {
  background-color: #3C3D48;
  color: #E1E3E6;
  border-color: #5D5F61;
}
.im-theme-vk_dark_blue .im-field-textinput::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #76787A;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_dark_blue .im-field-textinput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #76787A;
}
.im-theme-vk_dark_blue .im-field-textinput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #76787A;
}
.im-theme-vk_dark_blue .im-field-textinput:focus {
  border-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-field-textinput::selection {
  background-color: #72A4DB;
}
.im-theme-vk_blue .im-field-textinput {
  background-color: #F1F3F7;
  color: #111111;
  border-color: #B8C1CC;
}
.im-theme-vk_blue .im-field-textinput::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99A2AD;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_blue .im-field-textinput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #99A2AD;
}
.im-theme-vk_blue .im-field-textinput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #99A2AD;
}
.im-theme-vk_blue .im-field-textinput:focus {
  border-color: #3F8AE0;
}
.im-theme-vk_blue .im-field-textinput::selection {
  background-color: #4772A6;
}
.im-theme-dit_blue .im-field-textinput {
  background-color: #f3f5f8;
  color: #111111;
  border-color: #cccfd8;
}
.im-theme-dit_blue .im-field-textinput::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
.im-theme-dit_blue .im-field-textinput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
.im-theme-dit_blue .im-field-textinput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
.im-theme-dit_blue .im-field-textinput:focus {
  border-color: #2E72BF;
}
.im-theme-dit_blue .im-field-textinput::selection {
  background-color: #5A8ABF;
}
.im-theme-myteam_green .im-field-textinput {
  background-color: #f3f5f8;
  color: #111111;
  border-color: #cccfd8;
}
.im-theme-myteam_green .im-field-textinput::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
.im-theme-myteam_green .im-field-textinput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
.im-theme-myteam_green .im-field-textinput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
.im-theme-myteam_green .im-field-textinput:focus {
  border-color: #18D893;
}
.im-theme-myteam_green .im-field-textinput::selection {
  background-color: #61CEBA;
}
.im-theme-dark_calls .im-field-textinput {
  background-color: #1F1F1F;
  color: #FFFFFF;
  border-color: #858585;
}
.im-theme-dark_calls .im-field-textinput::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #949494;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_calls .im-field-textinput:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #949494;
}
.im-theme-dark_calls .im-field-textinput::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #949494;
}
.im-theme-dark_calls .im-field-textinput:focus {
  border-color: #0C7CFF;
}
.im-theme-dark_calls .im-field-textinput::selection {
  background-color: #2D8DFF;
}
body .im-field-textinput[contenteditable=true]::before {
  color: #b7bcc9;
}
.im-theme-dark_green .im-field-textinput[contenteditable=true]::before {
  color: #7e848f;
}
.im-theme-dark_blue .im-field-textinput[contenteditable=true]::before {
  color: #7e848f;
}
.im-theme-blue .im-field-textinput[contenteditable=true]::before {
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-field-textinput[contenteditable=true]::before {
  color: #76787A;
}
.im-theme-vk_blue .im-field-textinput[contenteditable=true]::before {
  color: #99A2AD;
}
.im-theme-dit_blue .im-field-textinput[contenteditable=true]::before {
  color: #b7bcc9;
}
.im-theme-myteam_green .im-field-textinput[contenteditable=true]::before {
  color: #b7bcc9;
}
.im-theme-dark_calls .im-field-textinput[contenteditable=true]::before {
  color: #949494;
}

.im-field-textinput_rich {
  height: auto;
  cursor: text;
  list-style: none;
  overflow-x: hidden;
  text-align: left;
  text-decoration: none;
  vertical-align: baseline;
  word-wrap: break-word;
}

.im-field-radio {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 33px;
  line-height: 32px;
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-field-radio input {
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.im-field-radio span {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  border: solid 1px;
  border-radius: 50%;
}
.im-field-radio span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 5px;
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
body .im-field-radio span {
  background-color: #ffffff;
  border-color: #b7bcc9;
}
body .im-field-radio span::after {
  background-color: #ffffff;
}
body .im-field-radio input:checked ~ span {
  background-color: #21D86A;
}
body .im-field-radio input:checked ~ span::after {
  background-color: #ffffff !important;
}
.im-theme-dark_green .im-field-radio span {
  background-color: #2b2c34;
  border-color: #7e848f;
}
.im-theme-dark_green .im-field-radio span::after {
  background-color: #2b2c34;
}
.im-theme-dark_green .im-field-radio input:checked ~ span {
  background-color: #0ADC5E;
}
.im-theme-dark_green .im-field-radio input:checked ~ span::after {
  background-color: #ffffff !important;
}
.im-theme-dark_blue .im-field-radio span {
  background-color: #2b2c34;
  border-color: #7e848f;
}
.im-theme-dark_blue .im-field-radio span::after {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-field-radio input:checked ~ span {
  background-color: #2e91ff;
}
.im-theme-dark_blue .im-field-radio input:checked ~ span::after {
  background-color: #ffffff !important;
}
.im-theme-blue .im-field-radio span {
  background-color: #ffffff;
  border-color: #b7bcc9;
}
.im-theme-blue .im-field-radio span::after {
  background-color: #ffffff;
}
.im-theme-blue .im-field-radio input:checked ~ span {
  background-color: #2D90F5;
}
.im-theme-blue .im-field-radio input:checked ~ span::after {
  background-color: #ffffff !important;
}
.im-theme-vk_dark_blue .im-field-radio span {
  background-color: #2B2C34;
  border-color: #76787A;
}
.im-theme-vk_dark_blue .im-field-radio span::after {
  background-color: #2B2C34;
}
.im-theme-vk_dark_blue .im-field-radio input:checked ~ span {
  background-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-field-radio input:checked ~ span::after {
  background-color: #E1E3E6 !important;
}
.im-theme-vk_blue .im-field-radio span {
  background-color: #FFFFFF;
  border-color: #99A2AD;
}
.im-theme-vk_blue .im-field-radio span::after {
  background-color: #FFFFFF;
}
.im-theme-vk_blue .im-field-radio input:checked ~ span {
  background-color: #3F8AE0;
}
.im-theme-vk_blue .im-field-radio input:checked ~ span::after {
  background-color: #ffffff !important;
}
.im-theme-dit_blue .im-field-radio span {
  background-color: #ffffff;
  border-color: #b7bcc9;
}
.im-theme-dit_blue .im-field-radio span::after {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-field-radio input:checked ~ span {
  background-color: #2E72BF;
}
.im-theme-dit_blue .im-field-radio input:checked ~ span::after {
  background-color: #ffffff !important;
}
.im-theme-myteam_green .im-field-radio span {
  background-color: #ffffff;
  border-color: #b7bcc9;
}
.im-theme-myteam_green .im-field-radio span::after {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-field-radio input:checked ~ span {
  background-color: #18D893;
}
.im-theme-myteam_green .im-field-radio input:checked ~ span::after {
  background-color: #ffffff !important;
}
.im-theme-dark_calls .im-field-radio span {
  background-color: #2B2B2B;
  border-color: #949494;
}
.im-theme-dark_calls .im-field-radio span::after {
  background-color: #2B2B2B;
}
.im-theme-dark_calls .im-field-radio input:checked ~ span {
  background-color: #0C7CFF;
}
.im-theme-dark_calls .im-field-radio input:checked ~ span::after {
  background-color: #FFFFFF !important;
}
.im-desktop .im-field-radio:hover span::after {
  display: block;
  background-color: #b7bcc9;
}
.im-desktop.im-theme-dark_green .im-field-radio:hover span::after {
  display: block;
  background-color: #7e848f;
}
.im-desktop.im-theme-dark_blue .im-field-radio:hover span::after {
  display: block;
  background-color: #7e848f;
}
.im-desktop.im-theme-blue .im-field-radio:hover span::after {
  display: block;
  background-color: #b7bcc9;
}
.im-desktop.im-theme-vk_dark_blue .im-field-radio:hover span::after {
  display: block;
  background-color: #76787A;
}
.im-desktop.im-theme-vk_blue .im-field-radio:hover span::after {
  display: block;
  background-color: #99A2AD;
}
.im-desktop.im-theme-dit_blue .im-field-radio:hover span::after {
  display: block;
  background-color: #b7bcc9;
}
.im-desktop.im-theme-myteam_green .im-field-radio:hover span::after {
  display: block;
  background-color: #b7bcc9;
}
.im-desktop.im-theme-dark_calls .im-field-radio:hover span::after {
  display: block;
  background-color: #949494;
}
.im-field-radio input:checked ~ span {
  border: none;
}
.im-field-radio input:checked ~ span::after {
  display: block;
  top: 6px !important;
  left: 6px !important;
}

.im-search-field-wrap, .im-search-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px 8px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  outline: none;
  border: none;
}
body .im-search-field-wrap, body .im-search-bar {
  background-color: #ffffff;
}
.im-theme-dark_green .im-search-field-wrap, .im-theme-dark_green .im-search-bar {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-search-field-wrap, .im-theme-dark_blue .im-search-bar {
  background-color: #2b2c34;
}
.im-theme-blue .im-search-field-wrap, .im-theme-blue .im-search-bar {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-search-field-wrap, .im-theme-vk_dark_blue .im-search-bar {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-search-field-wrap, .im-theme-vk_blue .im-search-bar {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-search-field-wrap, .im-theme-dit_blue .im-search-bar {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-search-field-wrap, .im-theme-myteam_green .im-search-bar {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-search-field-wrap, .im-theme-dark_calls .im-search-bar {
  background-color: #2B2B2B;
}

.im-search-field {
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding: 0 26px 0 36px;
  border: none;
  margin: 0;
  font-size: 15px;
  border-radius: 16px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.im-search-field ~ .im-search-icon {
  display: block;
  width: 22px;
  height: 22px;
  margin: -28px 10px 10px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-search-field ~ .im-search-icon {
  background-color: #838690;
}
.im-theme-dark_green .im-search-field ~ .im-search-icon {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-search-field ~ .im-search-icon {
  background-color: #7e848f;
}
.im-theme-blue .im-search-field ~ .im-search-icon {
  background-color: #838690;
}
.im-theme-vk_dark_blue .im-search-field ~ .im-search-icon {
  background-color: #909499;
}
.im-theme-vk_blue .im-search-field ~ .im-search-icon {
  background-color: #818C99;
}
.im-theme-dit_blue .im-search-field ~ .im-search-icon {
  background-color: #838690;
}
.im-theme-myteam_green .im-search-field ~ .im-search-icon {
  background-color: #838690;
}
.im-theme-dark_calls .im-search-field ~ .im-search-icon {
  background-color: #9C9C9C;
}
.im-desktop .im-search-field:not(:focus):hover {
  cursor: pointer;
}
.im-search-field:focus {
  cursor: auto;
}
body .im-search-field:focus ~ .im-search-icon {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #707482;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-search-field:focus ~ .im-search-icon {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #9BA2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-search-field:focus ~ .im-search-icon {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #9BA2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-search-field:focus ~ .im-search-icon {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #707482;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-search-field:focus ~ .im-search-icon {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #A0A3A7;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-search-field:focus ~ .im-search-icon {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #67707A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-search-field:focus ~ .im-search-icon {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #707482;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-search-field:focus ~ .im-search-icon {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #707482;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-search-field:focus ~ .im-search-icon {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #828282;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-search-field {
  color: #111111;
  background-color: #f3f5f8;
}
body .im-search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
body .im-search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
body .im-search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
body .im-search-field:focus {
  background-color: #f3f5f8;
}
.im-theme-dark_green .im-search-field {
  color: #ffffff;
  background-color: #3c3d48;
}
.im-theme-dark_green .im-search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_green .im-search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_green .im-search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_green .im-search-field:focus {
  background-color: #3c3d48;
}
.im-theme-dark_blue .im-search-field {
  color: #ffffff;
  background-color: #3c3d48;
}
.im-theme-dark_blue .im-search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_blue .im-search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_blue .im-search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_blue .im-search-field:focus {
  background-color: #3c3d48;
}
.im-theme-blue .im-search-field {
  color: #111111;
  background-color: #f3f5f8;
}
.im-theme-blue .im-search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-blue .im-search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-blue .im-search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-blue .im-search-field:focus {
  background-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-search-field {
  color: #E1E3E6;
  background-color: #3C3D48;
}
.im-theme-vk_dark_blue .im-search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #909499;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_dark_blue .im-search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909499;
}
.im-theme-vk_dark_blue .im-search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #909499;
}
.im-theme-vk_dark_blue .im-search-field:focus {
  background-color: #3C3D48;
}
.im-theme-vk_blue .im-search-field {
  color: #111111;
  background-color: #F1F3F7;
}
.im-theme-vk_blue .im-search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #818C99;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_blue .im-search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #818C99;
}
.im-theme-vk_blue .im-search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #818C99;
}
.im-theme-vk_blue .im-search-field:focus {
  background-color: #F1F3F7;
}
.im-theme-dit_blue .im-search-field {
  color: #111111;
  background-color: #f3f5f8;
}
.im-theme-dit_blue .im-search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-dit_blue .im-search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-dit_blue .im-search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-dit_blue .im-search-field:focus {
  background-color: #f3f5f8;
}
.im-theme-myteam_green .im-search-field {
  color: #111111;
  background-color: #f3f5f8;
}
.im-theme-myteam_green .im-search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-myteam_green .im-search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-myteam_green .im-search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-myteam_green .im-search-field:focus {
  background-color: #f3f5f8;
}
.im-theme-dark_calls .im-search-field {
  color: #FFFFFF;
  background-color: #1F1F1F;
}
.im-theme-dark_calls .im-search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9C9C9C;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_calls .im-search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9C9C9C;
}
.im-theme-dark_calls .im-search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9C9C9C;
}
.im-theme-dark_calls .im-search-field:focus {
  background-color: #1F1F1F;
}
.im-desktop .im-search-field:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-dark_green .im-search-field:hover {
  background-color: #40414c;
}
.im-desktop.im-theme-dark_blue .im-search-field:hover {
  background-color: #40414c;
}
.im-desktop.im-theme-blue .im-search-field:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-vk_dark_blue .im-search-field:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-search-field:hover {
  background-color: #EBEEF4;
}
.im-desktop.im-theme-dit_blue .im-search-field:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-myteam_green .im-search-field:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-dark_calls .im-search-field:hover {
  background-color: #0F0F0F;
}

.im-search-clear {
  position: absolute;
  top: 10px;
  right: 17px;
  bottom: auto;
  left: auto;
}
body .im-search-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #b7bcc9;
}
body .im-search-clear::after {
  content: "";
  width: 12px;
  height: 12px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-search-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #7e848f;
}
.im-theme-dark_green .im-search-clear::after {
  content: "";
  width: 12px;
  height: 12px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-search-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #7e848f;
}
.im-theme-dark_blue .im-search-clear::after {
  content: "";
  width: 12px;
  height: 12px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-search-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #b7bcc9;
}
.im-theme-blue .im-search-clear::after {
  content: "";
  width: 12px;
  height: 12px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-search-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #76787A;
}
.im-theme-vk_dark_blue .im-search-clear::after {
  content: "";
  width: 12px;
  height: 12px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #E1E3E6;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-search-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #99A2AD;
}
.im-theme-vk_blue .im-search-clear::after {
  content: "";
  width: 12px;
  height: 12px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-search-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #b7bcc9;
}
.im-theme-dit_blue .im-search-clear::after {
  content: "";
  width: 12px;
  height: 12px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-search-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-search-clear::after {
  content: "";
  width: 12px;
  height: 12px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-search-clear {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #949494;
}
.im-theme-dark_calls .im-search-clear::after {
  content: "";
  width: 12px;
  height: 12px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFFFFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-search-clear::after {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: auto;
  left: auto;
}

.im-plainlist {
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-plainlist {
  background-color: #ffffff;
}
.im-theme-dark_green .im-plainlist {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-plainlist {
  background-color: #2b2c34;
}
.im-theme-blue .im-plainlist {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-plainlist {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-plainlist {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-plainlist {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-plainlist {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-plainlist {
  background-color: #2B2B2B;
}

.im-plainlist-item {
  overflow: hidden;
  white-space: nowrap;
  padding: 0 14px;
  cursor: pointer;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
}
.im-plainlist-item .im-plainlist-item-icon {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  padding-right: 20px;
}
.im-plainlist-item .im-plainlist-item-label {
  line-height: 53px;
}
.im-plainlist-item .im-plainlist-item-sublabel {
  position: absolute;
  top: auto;
  right: 5px;
  bottom: auto;
  left: auto;
  width: 50px;
  border: none;
  outline: none;
  padding-right: 10px;
  line-height: 53px;
  text-align: right;
}
body .im-plainlist-item .im-plainlist-item-sublabel {
  color: #838690;
}
.im-theme-dark_green .im-plainlist-item .im-plainlist-item-sublabel {
  color: #7e848f;
}
.im-theme-dark_blue .im-plainlist-item .im-plainlist-item-sublabel {
  color: #7e848f;
}
.im-theme-blue .im-plainlist-item .im-plainlist-item-sublabel {
  color: #838690;
}
.im-theme-vk_dark_blue .im-plainlist-item .im-plainlist-item-sublabel {
  color: #909499;
}
.im-theme-vk_blue .im-plainlist-item .im-plainlist-item-sublabel {
  color: #818C99;
}
.im-theme-dit_blue .im-plainlist-item .im-plainlist-item-sublabel {
  color: #838690;
}
.im-theme-myteam_green .im-plainlist-item .im-plainlist-item-sublabel {
  color: #838690;
}
.im-theme-dark_calls .im-plainlist-item .im-plainlist-item-sublabel {
  color: #9C9C9C;
}
.im-plainlist-item .im-plainlist-item-button {
  position: absolute;
  top: 6px;
  right: 3px;
  bottom: auto;
  left: auto;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
}
body .im-plainlist-item .im-plainlist-item-button {
  background-color: #ffffff;
}
.im-theme-dark_green .im-plainlist-item .im-plainlist-item-button {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-plainlist-item .im-plainlist-item-button {
  background-color: #2b2c34;
}
.im-theme-blue .im-plainlist-item .im-plainlist-item-button {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-plainlist-item .im-plainlist-item-button {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-plainlist-item .im-plainlist-item-button {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-plainlist-item .im-plainlist-item-button {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-plainlist-item .im-plainlist-item-button {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-plainlist-item .im-plainlist-item-button {
  background-color: #2B2B2B;
}
.im-desktop .im-plainlist-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_green .im-plainlist-item:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-plainlist-item:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-blue .im-plainlist-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-vk_dark_blue .im-plainlist-item:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-plainlist-item:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-dit_blue .im-plainlist-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-plainlist-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_calls .im-plainlist-item:hover {
  background-color: #1F1F1F;
}

.im-arrow-down {
  height: 100%;
}
.im-arrow-down span {
  width: 0;
  height: 0;
  border-top: 6px solid #8b8b8b;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -4px;
}

.im-ui-button {
  white-space: nowrap;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  margin: 0;
  background-color: transparent;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*&.active {
      background-color: $activeButtonColor;
  }*/
}

body .im-marker {
  color: #00B84D;
}
.im-theme-dark_green .im-marker {
  color: #0AC248;
}
.im-theme-dark_blue .im-marker {
  color: #2f92ff;
}
.im-theme-blue .im-marker {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-marker {
  color: #71AAEB;
}
.im-theme-vk_blue .im-marker {
  color: #4986CC;
}
.im-theme-dit_blue .im-marker {
  color: #2E72BF;
}
.im-theme-myteam_green .im-marker {
  color: #17C97E;
}
.im-theme-dark_calls .im-marker {
  color: #027AFF;
}

body .im-online-status {
  color: #00B84D;
}
.im-theme-dark_green .im-online-status {
  color: #0AC248;
}
.im-theme-dark_blue .im-online-status {
  color: #2f92ff;
}
.im-theme-blue .im-online-status {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-online-status {
  color: #71AAEB;
}
.im-theme-vk_blue .im-online-status {
  color: #4986CC;
}
.im-theme-dit_blue .im-online-status {
  color: #2E72BF;
}
.im-theme-myteam_green .im-online-status {
  color: #17C97E;
}
.im-theme-dark_calls .im-online-status {
  color: #027AFF;
}

.im-member-item {
  height: 44px;
  line-height: 44px;
  z-index: 0;
  position: absolute;
  font-weight: normal;
  font-size: 16px;
  overflow: hidden;
  padding-left: 57px;
  padding-right: 16px;
  width: 100%;
  white-space: nowrap;
  text-align: left;
  background-color: inherit;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-member-item {
  color: #111111;
}
body .im-member-item.active {
  background-color: #9AF4B1;
}
body .im-member-item.active .im-avatarmark {
  border-color: #9AF4B1;
}
.im-theme-dark_green .im-member-item {
  color: #ffffff;
}
.im-theme-dark_green .im-member-item.active {
  background-color: #61A871;
}
.im-theme-dark_green .im-member-item.active .im-avatarmark {
  border-color: #61A871;
}
.im-theme-dark_blue .im-member-item {
  color: #ffffff;
}
.im-theme-dark_blue .im-member-item.active {
  background-color: #376195;
}
.im-theme-dark_blue .im-member-item.active .im-avatarmark {
  border-color: #376195;
}
.im-theme-blue .im-member-item {
  color: #111111;
}
.im-theme-blue .im-member-item.active {
  background-color: #90C6F4;
}
.im-theme-blue .im-member-item.active .im-avatarmark {
  border-color: #90C6F4;
}
.im-theme-vk_dark_blue .im-member-item {
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-member-item.active {
  background-color: #376195;
}
.im-theme-vk_dark_blue .im-member-item.active .im-avatarmark {
  border-color: #376195;
}
.im-theme-vk_blue .im-member-item {
  color: #111111;
}
.im-theme-vk_blue .im-member-item.active {
  background-color: #90C6F4;
}
.im-theme-vk_blue .im-member-item.active .im-avatarmark {
  border-color: #90C6F4;
}
.im-theme-dit_blue .im-member-item {
  color: #111111;
}
.im-theme-dit_blue .im-member-item.active {
  background-color: #92C1F3;
}
.im-theme-dit_blue .im-member-item.active .im-avatarmark {
  border-color: #92C1F3;
}
.im-theme-myteam_green .im-member-item {
  color: #111111;
}
.im-theme-myteam_green .im-member-item.active {
  background-color: #AAE5C3;
}
.im-theme-myteam_green .im-member-item.active .im-avatarmark {
  border-color: #AAE5C3;
}
.im-theme-dark_calls .im-member-item {
  color: #FFFFFF;
}
.im-theme-dark_calls .im-member-item.active {
  background-color: #1768C7;
}
.im-theme-dark_calls .im-member-item.active .im-avatarmark {
  border-color: #1768C7;
}
.im-member-item:hover {
  padding-right: 37px;
}
.im-member-item:hover .im-member-item__action-menu {
  display: block;
}
.im-desktop .im-member-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_green .im-member-item:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-member-item:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-blue .im-member-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-vk_dark_blue .im-member-item:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-member-item:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-dit_blue .im-member-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-member-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_calls .im-member-item:hover {
  background-color: #1F1F1F;
}
.im-member-item.im-member-item_no-action:hover {
  padding-right: 16px;
}
.im-member-item .im-avatarbox {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 12px;
  margin-top: -16px;
}
.im-member-item .im-avatarmark {
  top: 50%;
  left: 32px;
  margin-top: 2px;
}

.im-member-item__role {
  float: right;
  font-size: 13px;
  text-align: right;
  letter-spacing: normal;
}
.im-member-item__role::first-letter {
  text-transform: uppercase;
}
body .im-member-item__role {
  color: #838690;
}
.im-theme-dark_green .im-member-item__role {
  color: #7e848f;
}
.im-theme-dark_blue .im-member-item__role {
  color: #7e848f;
}
.im-theme-blue .im-member-item__role {
  color: #838690;
}
.im-theme-vk_dark_blue .im-member-item__role {
  color: #909499;
}
.im-theme-vk_blue .im-member-item__role {
  color: #818C99;
}
.im-theme-dit_blue .im-member-item__role {
  color: #838690;
}
.im-theme-myteam_green .im-member-item__role {
  color: #838690;
}
.im-theme-dark_calls .im-member-item__role {
  color: #9C9C9C;
}

.im-member-item__namebox {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
  max-width: 100%;
  padding-right: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-member-item_has-role .im-member-item__namebox {
  padding-right: 99px;
}

.im-member-item__name {
  height: 20px;
  line-height: 20px;
  display: block;
  display: inline-block;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.im-member-item__name .im-emoji_inline {
  vertical-align: text-top;
}
.im-member-item__name .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}

.im-member-item__subtitle {
  display: block;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .im-member-item__subtitle {
  color: #838690;
}
.im-theme-dark_green .im-member-item__subtitle {
  color: #7e848f;
}
.im-theme-dark_blue .im-member-item__subtitle {
  color: #7e848f;
}
.im-theme-blue .im-member-item__subtitle {
  color: #838690;
}
.im-theme-vk_dark_blue .im-member-item__subtitle {
  color: #909499;
}
.im-theme-vk_blue .im-member-item__subtitle {
  color: #818C99;
}
.im-theme-dit_blue .im-member-item__subtitle {
  color: #838690;
}
.im-theme-myteam_green .im-member-item__subtitle {
  color: #838690;
}
.im-theme-dark_calls .im-member-item__subtitle {
  color: #9C9C9C;
}

.im-member-item__action-menu {
  display: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 13px;
  bottom: auto;
  left: auto;
}

.im-member-item__action-menu__remove-icon {
  display: none;
}

.im-member-item__action-menu__setting .im-member-item__action-menu {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='18' r='1.5' transform='rotate(-90 12 18)' fill='%23363637'/%3E%3Ccircle cx='12' cy='12' r='1.5' transform='rotate(-90 12 12)' fill='%23363637'/%3E%3Ccircle cx='12' cy='6' r='1.5' transform='rotate(-90 12 6)' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='18' r='1.5' transform='rotate(-90 12 18)' fill='%23363637'/%3E%3Ccircle cx='12' cy='12' r='1.5' transform='rotate(-90 12 12)' fill='%23363637'/%3E%3Ccircle cx='12' cy='6' r='1.5' transform='rotate(-90 12 6)' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-member-item__action-menu__setting .im-member-item__action-menu {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-member-item__action-menu__setting .im-member-item__action-menu {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-member-item__action-menu__setting .im-member-item__action-menu {
  background-color: #7e848f;
}
.im-theme-blue .im-member-item__action-menu__setting .im-member-item__action-menu {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-member-item__action-menu__setting .im-member-item__action-menu {
  background-color: #76787A;
}
.im-theme-vk_blue .im-member-item__action-menu__setting .im-member-item__action-menu {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-member-item__action-menu__setting .im-member-item__action-menu {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-member-item__action-menu__setting .im-member-item__action-menu {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-member-item__action-menu__setting .im-member-item__action-menu {
  background-color: #949494;
}
.im-desktop .im-member-item__action-menu__setting .im-member-item__action-menu:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-member-item__action-menu__setting .im-member-item__action-menu:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-member-item__action-menu__setting .im-member-item__action-menu:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-member-item__action-menu__setting .im-member-item__action-menu:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-member-item__action-menu__setting .im-member-item__action-menu:hover {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-member-item__action-menu__setting .im-member-item__action-menu:hover {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-member-item__action-menu__setting .im-member-item__action-menu:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-member-item__action-menu__setting .im-member-item__action-menu:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-member-item__action-menu__setting .im-member-item__action-menu:hover {
  background-color: #858585;
}
.im-desktop .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #7A7A7A;
}
body .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #6f747e;
}
.im-theme-dark_green .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #9ea0b2;
}
.im-theme-blue .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-member-item__action-menu__setting .im-member-item__action-menu:active {
  background-color: #7A7A7A;
}

.im-member-item.im-member-item__action-menu__remove:hover .im-member-item__action-menu {
  display: flex;
}
.im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu {
  justify-content: center;
  align-items: center;
  right: 8px;
}
.im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon {
  display: block;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
  cursor: pointer;
}
.im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
body .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg {
  stroke: #b7bcc9;
}
body .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:hover {
  stroke: #8e94a2;
}
body .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:active {
  stroke: #6f747e;
}
.im-theme-dark_green .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg {
  stroke: #7e848f;
}
.im-theme-dark_green .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:hover {
  stroke: #8c8d9c;
}
.im-theme-dark_green .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:active {
  stroke: #9ea0b2;
}
.im-theme-dark_blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg {
  stroke: #7e848f;
}
.im-theme-dark_blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:hover {
  stroke: #8c8d9c;
}
.im-theme-dark_blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:active {
  stroke: #9ea0b2;
}
.im-theme-blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg {
  stroke: #b7bcc9;
}
.im-theme-blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:hover {
  stroke: #8e94a2;
}
.im-theme-blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:active {
  stroke: #6f747e;
}
.im-theme-vk_dark_blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg {
  stroke: #76787A;
}
.im-theme-vk_dark_blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:hover {
  stroke: #818385;
}
.im-theme-vk_dark_blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:active {
  stroke: #898B8D;
}
.im-theme-vk_blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg {
  stroke: #99A2AD;
}
.im-theme-vk_blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:hover {
  stroke: #9199A3;
}
.im-theme-vk_blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:active {
  stroke: #7F868F;
}
.im-theme-dit_blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg {
  stroke: #b7bcc9;
}
.im-theme-dit_blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:hover {
  stroke: #8e94a2;
}
.im-theme-dit_blue .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:active {
  stroke: #6f747e;
}
.im-theme-myteam_green .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg {
  stroke: #b7bcc9;
}
.im-theme-myteam_green .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:hover {
  stroke: #8e94a2;
}
.im-theme-myteam_green .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:active {
  stroke: #6f747e;
}
.im-theme-dark_calls .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg {
  stroke: #949494;
}
.im-theme-dark_calls .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:hover {
  stroke: #858585;
}
.im-theme-dark_calls .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu__remove-icon svg:active {
  stroke: #7A7A7A;
}

.im-member-item__actions {
  display: none;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: auto;
  left: auto;
  padding-right: 6px;
  height: 100%;
  line-height: inherit;
}

.im-textfield_rich {
  cursor: text !important;
  display: block;
  line-height: 18px !important;
  list-style: none !important;
  overflow-x: hidden !important;
  padding: 2px !important;
  text-align: left !important;
  text-decoration: none !important;
  vertical-align: baseline !important;
  word-wrap: break-word;
  zoom: auto !important;
}

.im-field-textinput_rich,
.im-textfield_rich {
  outline: none;
}
body .im-field-textinput_rich,
body .im-textfield_rich {
  color: #111111;
}
.im-theme-dark_green .im-field-textinput_rich,
.im-theme-dark_green .im-textfield_rich {
  color: #ffffff;
}
.im-theme-dark_blue .im-field-textinput_rich,
.im-theme-dark_blue .im-textfield_rich {
  color: #ffffff;
}
.im-theme-blue .im-field-textinput_rich,
.im-theme-blue .im-textfield_rich {
  color: #111111;
}
.im-theme-vk_dark_blue .im-field-textinput_rich,
.im-theme-vk_dark_blue .im-textfield_rich {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-field-textinput_rich,
.im-theme-vk_blue .im-textfield_rich {
  color: #111111;
}
.im-theme-dit_blue .im-field-textinput_rich,
.im-theme-dit_blue .im-textfield_rich {
  color: #111111;
}
.im-theme-myteam_green .im-field-textinput_rich,
.im-theme-myteam_green .im-textfield_rich {
  color: #111111;
}
.im-theme-dark_calls .im-field-textinput_rich,
.im-theme-dark_calls .im-textfield_rich {
  color: #FFFFFF;
}
.im-field-textinput_rich .im-emoji_inline,
.im-textfield_rich .im-emoji_inline {
  background-size: 20px 20px;
  cursor: default;
  line-height: 18px !important;
  outline: none;
  vertical-align: middle;
}
.im-field-textinput_rich .im-mention-inline,
.im-textfield_rich .im-mention-inline {
  background-color: transparent !important;
  cursor: default;
}
body .im-field-textinput_rich .im-mention-inline,
body .im-textfield_rich .im-mention-inline {
  color: #00B84D !important;
}
.im-theme-dark_green .im-field-textinput_rich .im-mention-inline,
.im-theme-dark_green .im-textfield_rich .im-mention-inline {
  color: #0AC248 !important;
}
.im-theme-dark_blue .im-field-textinput_rich .im-mention-inline,
.im-theme-dark_blue .im-textfield_rich .im-mention-inline {
  color: #2f92ff !important;
}
.im-theme-blue .im-field-textinput_rich .im-mention-inline,
.im-theme-blue .im-textfield_rich .im-mention-inline {
  color: #1B85F1 !important;
}
.im-theme-vk_dark_blue .im-field-textinput_rich .im-mention-inline,
.im-theme-vk_dark_blue .im-textfield_rich .im-mention-inline {
  color: #71AAEB !important;
}
.im-theme-vk_blue .im-field-textinput_rich .im-mention-inline,
.im-theme-vk_blue .im-textfield_rich .im-mention-inline {
  color: #4986CC !important;
}
.im-theme-dit_blue .im-field-textinput_rich .im-mention-inline,
.im-theme-dit_blue .im-textfield_rich .im-mention-inline {
  color: #2E72BF !important;
}
.im-theme-myteam_green .im-field-textinput_rich .im-mention-inline,
.im-theme-myteam_green .im-textfield_rich .im-mention-inline {
  color: #17C97E !important;
}
.im-theme-dark_calls .im-field-textinput_rich .im-mention-inline,
.im-theme-dark_calls .im-textfield_rich .im-mention-inline {
  color: #027AFF !important;
}
.im-field-textinput_rich div,
.im-textfield_rich div {
  min-width: 0 !important;
}
.im-field-textinput_rich span,
.im-field-textinput_rich b,
.im-field-textinput_rich strong,
.im-field-textinput_rich em,
.im-field-textinput_rich i,
.im-field-textinput_rich sub,
.im-field-textinput_rich sup,
.im-field-textinput_rich del,
.im-field-textinput_rich pre,
.im-textfield_rich span,
.im-textfield_rich b,
.im-textfield_rich strong,
.im-textfield_rich em,
.im-textfield_rich i,
.im-textfield_rich sub,
.im-textfield_rich sup,
.im-textfield_rich del,
.im-textfield_rich pre {
  background: transparent !important;
  white-space: normal;
}
body .im-field-textinput_rich span,
body .im-field-textinput_rich b,
body .im-field-textinput_rich strong,
body .im-field-textinput_rich em,
body .im-field-textinput_rich i,
body .im-field-textinput_rich sub,
body .im-field-textinput_rich sup,
body .im-field-textinput_rich del,
body .im-field-textinput_rich pre,
body .im-textfield_rich span,
body .im-textfield_rich b,
body .im-textfield_rich strong,
body .im-textfield_rich em,
body .im-textfield_rich i,
body .im-textfield_rich sub,
body .im-textfield_rich sup,
body .im-textfield_rich del,
body .im-textfield_rich pre {
  color: #111111 !important;
}
.im-theme-dark_green .im-field-textinput_rich span,
.im-theme-dark_green .im-field-textinput_rich b,
.im-theme-dark_green .im-field-textinput_rich strong,
.im-theme-dark_green .im-field-textinput_rich em,
.im-theme-dark_green .im-field-textinput_rich i,
.im-theme-dark_green .im-field-textinput_rich sub,
.im-theme-dark_green .im-field-textinput_rich sup,
.im-theme-dark_green .im-field-textinput_rich del,
.im-theme-dark_green .im-field-textinput_rich pre,
.im-theme-dark_green .im-textfield_rich span,
.im-theme-dark_green .im-textfield_rich b,
.im-theme-dark_green .im-textfield_rich strong,
.im-theme-dark_green .im-textfield_rich em,
.im-theme-dark_green .im-textfield_rich i,
.im-theme-dark_green .im-textfield_rich sub,
.im-theme-dark_green .im-textfield_rich sup,
.im-theme-dark_green .im-textfield_rich del,
.im-theme-dark_green .im-textfield_rich pre {
  color: #ffffff !important;
}
.im-theme-dark_blue .im-field-textinput_rich span,
.im-theme-dark_blue .im-field-textinput_rich b,
.im-theme-dark_blue .im-field-textinput_rich strong,
.im-theme-dark_blue .im-field-textinput_rich em,
.im-theme-dark_blue .im-field-textinput_rich i,
.im-theme-dark_blue .im-field-textinput_rich sub,
.im-theme-dark_blue .im-field-textinput_rich sup,
.im-theme-dark_blue .im-field-textinput_rich del,
.im-theme-dark_blue .im-field-textinput_rich pre,
.im-theme-dark_blue .im-textfield_rich span,
.im-theme-dark_blue .im-textfield_rich b,
.im-theme-dark_blue .im-textfield_rich strong,
.im-theme-dark_blue .im-textfield_rich em,
.im-theme-dark_blue .im-textfield_rich i,
.im-theme-dark_blue .im-textfield_rich sub,
.im-theme-dark_blue .im-textfield_rich sup,
.im-theme-dark_blue .im-textfield_rich del,
.im-theme-dark_blue .im-textfield_rich pre {
  color: #ffffff !important;
}
.im-theme-blue .im-field-textinput_rich span,
.im-theme-blue .im-field-textinput_rich b,
.im-theme-blue .im-field-textinput_rich strong,
.im-theme-blue .im-field-textinput_rich em,
.im-theme-blue .im-field-textinput_rich i,
.im-theme-blue .im-field-textinput_rich sub,
.im-theme-blue .im-field-textinput_rich sup,
.im-theme-blue .im-field-textinput_rich del,
.im-theme-blue .im-field-textinput_rich pre,
.im-theme-blue .im-textfield_rich span,
.im-theme-blue .im-textfield_rich b,
.im-theme-blue .im-textfield_rich strong,
.im-theme-blue .im-textfield_rich em,
.im-theme-blue .im-textfield_rich i,
.im-theme-blue .im-textfield_rich sub,
.im-theme-blue .im-textfield_rich sup,
.im-theme-blue .im-textfield_rich del,
.im-theme-blue .im-textfield_rich pre {
  color: #111111 !important;
}
.im-theme-vk_dark_blue .im-field-textinput_rich span,
.im-theme-vk_dark_blue .im-field-textinput_rich b,
.im-theme-vk_dark_blue .im-field-textinput_rich strong,
.im-theme-vk_dark_blue .im-field-textinput_rich em,
.im-theme-vk_dark_blue .im-field-textinput_rich i,
.im-theme-vk_dark_blue .im-field-textinput_rich sub,
.im-theme-vk_dark_blue .im-field-textinput_rich sup,
.im-theme-vk_dark_blue .im-field-textinput_rich del,
.im-theme-vk_dark_blue .im-field-textinput_rich pre,
.im-theme-vk_dark_blue .im-textfield_rich span,
.im-theme-vk_dark_blue .im-textfield_rich b,
.im-theme-vk_dark_blue .im-textfield_rich strong,
.im-theme-vk_dark_blue .im-textfield_rich em,
.im-theme-vk_dark_blue .im-textfield_rich i,
.im-theme-vk_dark_blue .im-textfield_rich sub,
.im-theme-vk_dark_blue .im-textfield_rich sup,
.im-theme-vk_dark_blue .im-textfield_rich del,
.im-theme-vk_dark_blue .im-textfield_rich pre {
  color: #E1E3E6 !important;
}
.im-theme-vk_blue .im-field-textinput_rich span,
.im-theme-vk_blue .im-field-textinput_rich b,
.im-theme-vk_blue .im-field-textinput_rich strong,
.im-theme-vk_blue .im-field-textinput_rich em,
.im-theme-vk_blue .im-field-textinput_rich i,
.im-theme-vk_blue .im-field-textinput_rich sub,
.im-theme-vk_blue .im-field-textinput_rich sup,
.im-theme-vk_blue .im-field-textinput_rich del,
.im-theme-vk_blue .im-field-textinput_rich pre,
.im-theme-vk_blue .im-textfield_rich span,
.im-theme-vk_blue .im-textfield_rich b,
.im-theme-vk_blue .im-textfield_rich strong,
.im-theme-vk_blue .im-textfield_rich em,
.im-theme-vk_blue .im-textfield_rich i,
.im-theme-vk_blue .im-textfield_rich sub,
.im-theme-vk_blue .im-textfield_rich sup,
.im-theme-vk_blue .im-textfield_rich del,
.im-theme-vk_blue .im-textfield_rich pre {
  color: #111111 !important;
}
.im-theme-dit_blue .im-field-textinput_rich span,
.im-theme-dit_blue .im-field-textinput_rich b,
.im-theme-dit_blue .im-field-textinput_rich strong,
.im-theme-dit_blue .im-field-textinput_rich em,
.im-theme-dit_blue .im-field-textinput_rich i,
.im-theme-dit_blue .im-field-textinput_rich sub,
.im-theme-dit_blue .im-field-textinput_rich sup,
.im-theme-dit_blue .im-field-textinput_rich del,
.im-theme-dit_blue .im-field-textinput_rich pre,
.im-theme-dit_blue .im-textfield_rich span,
.im-theme-dit_blue .im-textfield_rich b,
.im-theme-dit_blue .im-textfield_rich strong,
.im-theme-dit_blue .im-textfield_rich em,
.im-theme-dit_blue .im-textfield_rich i,
.im-theme-dit_blue .im-textfield_rich sub,
.im-theme-dit_blue .im-textfield_rich sup,
.im-theme-dit_blue .im-textfield_rich del,
.im-theme-dit_blue .im-textfield_rich pre {
  color: #111111 !important;
}
.im-theme-myteam_green .im-field-textinput_rich span,
.im-theme-myteam_green .im-field-textinput_rich b,
.im-theme-myteam_green .im-field-textinput_rich strong,
.im-theme-myteam_green .im-field-textinput_rich em,
.im-theme-myteam_green .im-field-textinput_rich i,
.im-theme-myteam_green .im-field-textinput_rich sub,
.im-theme-myteam_green .im-field-textinput_rich sup,
.im-theme-myteam_green .im-field-textinput_rich del,
.im-theme-myteam_green .im-field-textinput_rich pre,
.im-theme-myteam_green .im-textfield_rich span,
.im-theme-myteam_green .im-textfield_rich b,
.im-theme-myteam_green .im-textfield_rich strong,
.im-theme-myteam_green .im-textfield_rich em,
.im-theme-myteam_green .im-textfield_rich i,
.im-theme-myteam_green .im-textfield_rich sub,
.im-theme-myteam_green .im-textfield_rich sup,
.im-theme-myteam_green .im-textfield_rich del,
.im-theme-myteam_green .im-textfield_rich pre {
  color: #111111 !important;
}
.im-theme-dark_calls .im-field-textinput_rich span,
.im-theme-dark_calls .im-field-textinput_rich b,
.im-theme-dark_calls .im-field-textinput_rich strong,
.im-theme-dark_calls .im-field-textinput_rich em,
.im-theme-dark_calls .im-field-textinput_rich i,
.im-theme-dark_calls .im-field-textinput_rich sub,
.im-theme-dark_calls .im-field-textinput_rich sup,
.im-theme-dark_calls .im-field-textinput_rich del,
.im-theme-dark_calls .im-field-textinput_rich pre,
.im-theme-dark_calls .im-textfield_rich span,
.im-theme-dark_calls .im-textfield_rich b,
.im-theme-dark_calls .im-textfield_rich strong,
.im-theme-dark_calls .im-textfield_rich em,
.im-theme-dark_calls .im-textfield_rich i,
.im-theme-dark_calls .im-textfield_rich sub,
.im-theme-dark_calls .im-textfield_rich sup,
.im-theme-dark_calls .im-textfield_rich del,
.im-theme-dark_calls .im-textfield_rich pre {
  color: #FFFFFF !important;
}
.im-field-textinput_rich pre,
.im-textfield_rich pre {
  margin: 0;
}
body .im-field-textinput_rich a,
body .im-textfield_rich a {
  color: #00B84D;
  text-decoration: underline;
}
body .im-field-textinput_rich a:active,
body .im-textfield_rich a:active {
  text-decoration: underline;
  color: #00B84D;
}
body .im-field-textinput_rich a::selection,
body .im-textfield_rich a::selection {
  color: #111111;
}
.im-theme-dark_green .im-field-textinput_rich a,
.im-theme-dark_green .im-textfield_rich a {
  color: #0AC248;
  text-decoration: underline;
}
.im-theme-dark_green .im-field-textinput_rich a:active,
.im-theme-dark_green .im-textfield_rich a:active {
  text-decoration: underline;
  color: #0AC248;
}
.im-theme-dark_green .im-field-textinput_rich a::selection,
.im-theme-dark_green .im-textfield_rich a::selection {
  color: #ffffff;
}
.im-theme-dark_blue .im-field-textinput_rich a,
.im-theme-dark_blue .im-textfield_rich a {
  color: #2f92ff;
  text-decoration: underline;
}
.im-theme-dark_blue .im-field-textinput_rich a:active,
.im-theme-dark_blue .im-textfield_rich a:active {
  text-decoration: underline;
  color: #2f92ff;
}
.im-theme-dark_blue .im-field-textinput_rich a::selection,
.im-theme-dark_blue .im-textfield_rich a::selection {
  color: #ffffff;
}
.im-theme-blue .im-field-textinput_rich a,
.im-theme-blue .im-textfield_rich a {
  color: #1B85F1;
  text-decoration: underline;
}
.im-theme-blue .im-field-textinput_rich a:active,
.im-theme-blue .im-textfield_rich a:active {
  text-decoration: underline;
  color: #1B85F1;
}
.im-theme-blue .im-field-textinput_rich a::selection,
.im-theme-blue .im-textfield_rich a::selection {
  color: #111111;
}
.im-theme-vk_dark_blue .im-field-textinput_rich a,
.im-theme-vk_dark_blue .im-textfield_rich a {
  color: #71AAEB;
  text-decoration: underline;
}
.im-theme-vk_dark_blue .im-field-textinput_rich a:active,
.im-theme-vk_dark_blue .im-textfield_rich a:active {
  text-decoration: underline;
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-field-textinput_rich a::selection,
.im-theme-vk_dark_blue .im-textfield_rich a::selection {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-field-textinput_rich a,
.im-theme-vk_blue .im-textfield_rich a {
  color: #4986CC;
  text-decoration: underline;
}
.im-theme-vk_blue .im-field-textinput_rich a:active,
.im-theme-vk_blue .im-textfield_rich a:active {
  text-decoration: underline;
  color: #4986CC;
}
.im-theme-vk_blue .im-field-textinput_rich a::selection,
.im-theme-vk_blue .im-textfield_rich a::selection {
  color: #111111;
}
.im-theme-dit_blue .im-field-textinput_rich a,
.im-theme-dit_blue .im-textfield_rich a {
  color: #2E72BF;
  text-decoration: underline;
}
.im-theme-dit_blue .im-field-textinput_rich a:active,
.im-theme-dit_blue .im-textfield_rich a:active {
  text-decoration: underline;
  color: #2E72BF;
}
.im-theme-dit_blue .im-field-textinput_rich a::selection,
.im-theme-dit_blue .im-textfield_rich a::selection {
  color: #111111;
}
.im-theme-myteam_green .im-field-textinput_rich a,
.im-theme-myteam_green .im-textfield_rich a {
  color: #17C97E;
  text-decoration: underline;
}
.im-theme-myteam_green .im-field-textinput_rich a:active,
.im-theme-myteam_green .im-textfield_rich a:active {
  text-decoration: underline;
  color: #17C97E;
}
.im-theme-myteam_green .im-field-textinput_rich a::selection,
.im-theme-myteam_green .im-textfield_rich a::selection {
  color: #111111;
}
.im-theme-dark_calls .im-field-textinput_rich a,
.im-theme-dark_calls .im-textfield_rich a {
  color: #027AFF;
  text-decoration: underline;
}
.im-theme-dark_calls .im-field-textinput_rich a:active,
.im-theme-dark_calls .im-textfield_rich a:active {
  text-decoration: underline;
  color: #027AFF;
}
.im-theme-dark_calls .im-field-textinput_rich a::selection,
.im-theme-dark_calls .im-textfield_rich a::selection {
  color: #FFFFFF;
}
.im-field-textinput_rich input,
.im-field-textinput_rich button,
.im-field-textinput_rich textarea,
.im-field-textinput_rich select,
.im-field-textinput_rich hr,
.im-field-textinput_rich script,
.im-field-textinput_rich link,
.im-field-textinput_rich object,
.im-field-textinput_rich embed,
.im-textfield_rich input,
.im-textfield_rich button,
.im-textfield_rich textarea,
.im-textfield_rich select,
.im-textfield_rich hr,
.im-textfield_rich script,
.im-textfield_rich link,
.im-textfield_rich object,
.im-textfield_rich embed {
  display: none !important;
}

.im-modal-box {
  max-width: 380px;
  border-radius: 8px;
}

.im-mobile .im-modal-box_expand-mobile {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}
.im-mobile .im-modal-box_expand-mobile .im-modal-box__body {
  overflow-y: scroll;
}

.im-modal-box__title {
  padding: 16px 16px 8px;
  line-height: 29px;
  text-align: left;
  font-size: 23px;
  position: relative;
}
.im-modal-box__title:empty {
  display: none;
}
body .im-modal-box__title {
  color: #111111;
}
.im-theme-dark_green .im-modal-box__title {
  color: #ffffff;
}
.im-theme-dark_blue .im-modal-box__title {
  color: #ffffff;
}
.im-theme-blue .im-modal-box__title {
  color: #111111;
}
.im-theme-vk_dark_blue .im-modal-box__title {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-modal-box__title {
  color: #111111;
}
.im-theme-dit_blue .im-modal-box__title {
  color: #111111;
}
.im-theme-myteam_green .im-modal-box__title {
  color: #111111;
}
.im-theme-dark_calls .im-modal-box__title {
  color: #FFFFFF;
}

.im-modal-box__title__close {
  position: absolute;
  top: 12px;
  right: auto;
  bottom: auto;
  left: 9px;
  width: 24px;
  height: 24px;
  display: none;
}
.im-modal-box__title__close svg {
  position: absolute;
  top: 7px;
  right: auto;
  bottom: auto;
  left: 5px;
}
body .im-modal-box__title__close svg {
  stroke: #21D86A;
}
.im-theme-dark_green .im-modal-box__title__close svg {
  stroke: #0ADC5E;
}
.im-theme-dark_blue .im-modal-box__title__close svg {
  stroke: #2e91ff;
}
.im-theme-blue .im-modal-box__title__close svg {
  stroke: #2D90F5;
}
.im-theme-vk_dark_blue .im-modal-box__title__close svg {
  stroke: #71AAEB;
}
.im-theme-vk_blue .im-modal-box__title__close svg {
  stroke: #3F8AE0;
}
.im-theme-dit_blue .im-modal-box__title__close svg {
  stroke: #2E72BF;
}
.im-theme-myteam_green .im-modal-box__title__close svg {
  stroke: #18D893;
}
.im-theme-dark_calls .im-modal-box__title__close svg {
  stroke: #0C7CFF;
}

.im-modal-box__body {
  font-size: 16px;
  padding: 16px 36px 28px 16px;
  text-align: left;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .im-modal-box__body {
  color: #111111;
}
.im-theme-dark_green .im-modal-box__body {
  color: #ffffff;
}
.im-theme-dark_blue .im-modal-box__body {
  color: #ffffff;
}
.im-theme-blue .im-modal-box__body {
  color: #111111;
}
.im-theme-vk_dark_blue .im-modal-box__body {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-modal-box__body {
  color: #111111;
}
.im-theme-dit_blue .im-modal-box__body {
  color: #111111;
}
.im-theme-myteam_green .im-modal-box__body {
  color: #111111;
}
.im-theme-dark_calls .im-modal-box__body {
  color: #FFFFFF;
}

.im-modal-box__bottom {
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  white-space: nowrap;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.im-box-editform {
  width: 340px;
  min-width: 260px;
}
.im-box-editform .im-modal-box__body {
  padding: 12px 16px 4px;
}
.im-box-editform .im-field-text {
  width: 100%;
}
.im-box-editform .im-field-radio {
  margin-left: 20px;
  line-height: 32px;
}

.im-box-banuser {
  width: 360px;
  min-width: 260px;
}
.im-box-banuser .im-modal-box__body {
  padding: 0 0 18px;
}
.im-box-banuser .im-field-radio {
  margin-left: 16px;
  line-height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.im-box-banuser .im-modal-box__title {
  padding-bottom: 1px;
}

.im-box-banuser__subtitle {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 13px;
  padding-left: 16px;
  margin-bottom: 27px;
}
body .im-box-banuser__subtitle {
  color: #838690;
}
.im-theme-dark_green .im-box-banuser__subtitle {
  color: #7e848f;
}
.im-theme-dark_blue .im-box-banuser__subtitle {
  color: #7e848f;
}
.im-theme-blue .im-box-banuser__subtitle {
  color: #838690;
}
.im-theme-vk_dark_blue .im-box-banuser__subtitle {
  color: #909499;
}
.im-theme-vk_blue .im-box-banuser__subtitle {
  color: #818C99;
}
.im-theme-dit_blue .im-box-banuser__subtitle {
  color: #838690;
}
.im-theme-myteam_green .im-box-banuser__subtitle {
  color: #838690;
}
.im-theme-dark_calls .im-box-banuser__subtitle {
  color: #9C9C9C;
}

.im-block-and-remove-confirm .im-modal-box__body {
  padding-bottom: 0;
}

.im-break-line {
  display: block;
  height: 1px;
}
body .im-break-line {
  background-color: #eceef3;
}
.im-theme-dark_green .im-break-line {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-break-line {
  background-color: #3c3d47;
}
.im-theme-blue .im-break-line {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-break-line {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-break-line {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-break-line {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-break-line {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-break-line {
  background-color: #1F1F1F;
}

.im-button_as-link {
  display: block;
  border: none;
  text-transform: none;
  padding: 0;
  margin: 15px 0;
  height: auto;
  line-height: normal;
  font-size: inherit;
}
body .im-button_as-link {
  color: #00B84D;
}
.im-theme-dark_green .im-button_as-link {
  color: #0AC248;
}
.im-theme-dark_blue .im-button_as-link {
  color: #2f92ff;
}
.im-theme-blue .im-button_as-link {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-button_as-link {
  color: #71AAEB;
}
.im-theme-vk_blue .im-button_as-link {
  color: #4986CC;
}
.im-theme-dit_blue .im-button_as-link {
  color: #2E72BF;
}
.im-theme-myteam_green .im-button_as-link {
  color: #17C97E;
}
.im-theme-dark_calls .im-button_as-link {
  color: #027AFF;
}
.im-desktop .im-button_as-link:hover {
  color: #00A846;
}
.im-desktop.im-theme-dark_green .im-button_as-link:hover {
  color: #0CDA51;
}
.im-desktop.im-theme-dark_blue .im-button_as-link:hover {
  color: #479dff;
}
.im-desktop.im-theme-blue .im-button_as-link:hover {
  color: #1E7BDA;
}
.im-desktop.im-theme-vk_dark_blue .im-button_as-link:hover {
  color: #689CD8;
}
.im-desktop.im-theme-vk_blue .im-button_as-link:hover {
  color: #4681C4;
}
.im-desktop.im-theme-dit_blue .im-button_as-link:hover {
  color: #1E67BB;
}
.im-desktop.im-theme-myteam_green .im-button_as-link:hover {
  color: #15BD76;
}
.im-desktop.im-theme-dark_calls .im-button_as-link:hover {
  color: #0275F5;
}
.im-desktop .im-button_as-link:active {
  color: #009940;
}
.im-desktop.im-theme-dark_green .im-button_as-link:active {
  color: #0DF25A;
}
.im-desktop.im-theme-dark_blue .im-button_as-link:active {
  color: #47a0ff;
}
.im-desktop.im-theme-blue .im-button_as-link:active {
  color: #2173C6;
}
.im-desktop.im-theme-vk_dark_blue .im-button_as-link:active {
  color: #689CD8;
}
.im-desktop.im-theme-vk_blue .im-button_as-link:active {
  color: #4077B4;
}
.im-desktop.im-theme-dit_blue .im-button_as-link:active {
  color: #1B5CA8;
}
.im-desktop.im-theme-myteam_green .im-button_as-link:active {
  color: #10AC6B;
}
.im-desktop.im-theme-dark_calls .im-button_as-link:active {
  color: #0270EB;
}
body .im-button_as-link:active {
  color: #009940;
}
.im-theme-dark_green .im-button_as-link:active {
  color: #0DF25A;
}
.im-theme-dark_blue .im-button_as-link:active {
  color: #47a0ff;
}
.im-theme-blue .im-button_as-link:active {
  color: #2173C6;
}
.im-theme-vk_dark_blue .im-button_as-link:active {
  color: #689CD8;
}
.im-theme-vk_blue .im-button_as-link:active {
  color: #4077B4;
}
.im-theme-dit_blue .im-button_as-link:active {
  color: #1B5CA8;
}
.im-theme-myteam_green .im-button_as-link:active {
  color: #10AC6B;
}
.im-theme-dark_calls .im-button_as-link:active {
  color: #0270EB;
}

.im-create-channel-box .im-modal-box__body {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.im-create-channel-box__desc {
  font-size: 13px;
  letter-spacing: 0.1px;
  padding: 15px 16px 0;
}
body .im-create-channel-box__desc {
  color: #838690;
}
.im-theme-dark_green .im-create-channel-box__desc {
  color: #7e848f;
}
.im-theme-dark_blue .im-create-channel-box__desc {
  color: #7e848f;
}
.im-theme-blue .im-create-channel-box__desc {
  color: #838690;
}
.im-theme-vk_dark_blue .im-create-channel-box__desc {
  color: #909499;
}
.im-theme-vk_blue .im-create-channel-box__desc {
  color: #818C99;
}
.im-theme-dit_blue .im-create-channel-box__desc {
  color: #838690;
}
.im-theme-myteam_green .im-create-channel-box__desc {
  color: #838690;
}
.im-theme-dark_calls .im-create-channel-box__desc {
  color: #9C9C9C;
}

.im-context-menu {
  display: none;
  z-index: 9999;
  position: absolute;
  padding: 4px 0;
  overflow: hidden;
  min-height: 36px;
  border: 1px solid;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}
body .im-context-menu {
  border-color: #f3f5f8;
  background-color: #ffffff;
}
body .im-context-menu .im-overlay-screen__block {
  background-color: #ffffff;
}
.im-theme-dark_green .im-context-menu {
  border-color: #3c3d48;
  background-color: #2b2c34;
}
.im-theme-dark_green .im-context-menu .im-overlay-screen__block {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-context-menu {
  border-color: #3c3d48;
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-context-menu .im-overlay-screen__block {
  background-color: #2b2c34;
}
.im-theme-blue .im-context-menu {
  border-color: #f3f5f8;
  background-color: #ffffff;
}
.im-theme-blue .im-context-menu .im-overlay-screen__block {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-context-menu {
  border-color: #3C3D48;
  background-color: #2B2C34;
}
.im-theme-vk_dark_blue .im-context-menu .im-overlay-screen__block {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-context-menu {
  border-color: #F1F3F7;
  background-color: #FFFFFF;
}
.im-theme-vk_blue .im-context-menu .im-overlay-screen__block {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-context-menu {
  border-color: #f3f5f8;
  background-color: #ffffff;
}
.im-theme-dit_blue .im-context-menu .im-overlay-screen__block {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-context-menu {
  border-color: #f3f5f8;
  background-color: #ffffff;
}
.im-theme-myteam_green .im-context-menu .im-overlay-screen__block {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-context-menu {
  border-color: #1F1F1F;
  background-color: #2B2B2B;
}
.im-theme-dark_calls .im-context-menu .im-overlay-screen__block {
  background-color: #2B2B2B;
}

.im-context-menu_no-icons .im-context-menu__item {
  padding: 0 28px 0 20px;
}
.im-context-menu_no-icons .im-context-menu__item::before {
  content: none;
}

.im-context-menu__item {
  height: 36px;
  line-height: 36px;
  padding: 0 28px 0 56px;
  font-size: 15px;
  font-weight: normal;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: arial, sans-serif;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-context-menu__item {
  color: #111111;
}
.im-theme-dark_green .im-context-menu__item {
  color: #ffffff;
}
.im-theme-dark_blue .im-context-menu__item {
  color: #ffffff;
}
.im-theme-blue .im-context-menu__item {
  color: #111111;
}
.im-theme-vk_dark_blue .im-context-menu__item {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-context-menu__item {
  color: #111111;
}
.im-theme-dit_blue .im-context-menu__item {
  color: #111111;
}
.im-theme-myteam_green .im-context-menu__item {
  color: #111111;
}
.im-theme-dark_calls .im-context-menu__item {
  color: #FFFFFF;
}
.im-context-menu__item input[type=file] {
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  font-size: 0;
  padding-bottom: 20px;
  margin-top: -20px;
}
.im-context-menu__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 17px;
  width: 20px;
  height: 20px;
  margin-top: 8px;
}
body .im-context-menu__item:before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-context-menu__item:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-context-menu__item:before {
  background-color: #7e848f;
}
.im-theme-blue .im-context-menu__item:before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-context-menu__item:before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-context-menu__item:before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-context-menu__item:before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-context-menu__item:before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-context-menu__item:before {
  background-color: #949494;
}
.im-desktop .im-context-menu__item:hover:before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-context-menu__item:hover:before {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-context-menu__item:hover:before {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-context-menu__item:hover:before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-context-menu__item:hover:before {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-context-menu__item:hover:before {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-context-menu__item:hover:before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-context-menu__item:hover:before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-context-menu__item:hover:before {
  background-color: #858585;
}
.im-desktop .im-context-menu__item:active:before {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-context-menu__item:active:before {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-context-menu__item:active:before {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-context-menu__item:active:before {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-context-menu__item:active:before {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-context-menu__item:active:before {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-context-menu__item:active:before {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-context-menu__item:active:before {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-context-menu__item:active:before {
  background-color: #7A7A7A;
}
body .im-context-menu__item:active:before {
  background-color: #6f747e;
}
.im-theme-dark_green .im-context-menu__item:active:before {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-context-menu__item:active:before {
  background-color: #9ea0b2;
}
.im-theme-blue .im-context-menu__item:active:before {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-context-menu__item:active:before {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-context-menu__item:active:before {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-context-menu__item:active:before {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-context-menu__item:active:before {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-context-menu__item:active:before {
  background-color: #7A7A7A;
}

.im-desktop .im-context-menu__item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_green .im-context-menu__item:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-context-menu__item:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-blue .im-context-menu__item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-vk_dark_blue .im-context-menu__item:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-context-menu__item:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-dit_blue .im-context-menu__item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-context-menu__item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_calls .im-context-menu__item:hover {
  background-color: #1F1F1F;
}

.im-cmitem_spam {
  margin-top: 9px;
  overflow: visible;
}
.im-cmitem_spam::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
}
body .im-cmitem_spam::after {
  background-color: #eceef3;
}
.im-theme-dark_green .im-cmitem_spam::after {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-cmitem_spam::after {
  background-color: #3c3d47;
}
.im-theme-blue .im-cmitem_spam::after {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-cmitem_spam::after {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-cmitem_spam::after {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-cmitem_spam::after {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-cmitem_spam::after {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-cmitem_spam::after {
  background-color: #1F1F1F;
}
.im-cmitem_spam::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.89434 16.2639L9.55926 3.82271C9.74775 3.47086 10.2522 3.47086 10.4407 3.82271L17.1057 16.2639C17.2841 16.597 17.0428 17 16.6649 17H3.33509C2.95722 17 2.71591 16.597 2.89434 16.2639Z' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M10.9042 14.15C10.9042 13.6783 10.5218 13.2959 10.0501 13.2959C9.57839 13.2959 9.196 13.6783 9.196 14.15C9.196 14.6217 9.57839 15.0041 10.0501 15.0041C10.5218 15.0041 10.9042 14.6217 10.9042 14.15Z' fill='%23363637'/%3E%3Cpath d='M9.36344 11.9889C9.38403 12.3322 9.66841 12.6 10.0123 12.6H10.0879C10.4318 12.6 10.7162 12.3322 10.7368 11.9889L10.9432 8.5483C10.9728 8.05505 10.5969 7.63121 10.1037 7.60161C10.0858 7.60054 10.068 7.60001 10.0501 7.60001C9.55597 7.60001 9.1554 8.00058 9.1554 8.49471C9.1554 8.51259 9.15593 8.53046 9.157 8.5483L9.36344 11.9889Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.89434 16.2639L9.55926 3.82271C9.74775 3.47086 10.2522 3.47086 10.4407 3.82271L17.1057 16.2639C17.2841 16.597 17.0428 17 16.6649 17H3.33509C2.95722 17 2.71591 16.597 2.89434 16.2639Z' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M10.9042 14.15C10.9042 13.6783 10.5218 13.2959 10.0501 13.2959C9.57839 13.2959 9.196 13.6783 9.196 14.15C9.196 14.6217 9.57839 15.0041 10.0501 15.0041C10.5218 15.0041 10.9042 14.6217 10.9042 14.15Z' fill='%23363637'/%3E%3Cpath d='M9.36344 11.9889C9.38403 12.3322 9.66841 12.6 10.0123 12.6H10.0879C10.4318 12.6 10.7162 12.3322 10.7368 11.9889L10.9432 8.5483C10.9728 8.05505 10.5969 7.63121 10.1037 7.60161C10.0858 7.60054 10.068 7.60001 10.0501 7.60001C9.55597 7.60001 9.1554 8.00058 9.1554 8.49471C9.1554 8.51259 9.15593 8.53046 9.157 8.5483L9.36344 11.9889Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_spam::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_spam::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_spam::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_spam::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_spam::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_spam::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_spam::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_spam::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_spam::before {
  background-color: #949494;
}

.im-cmitem_changeAvatar::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-cmitem_lookAvatar::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99997 5.2C7.45772 5.2 4.85278 6.77741 2.19169 10C4.85278 13.2226 7.45772 14.8 9.99997 14.8C12.5422 14.8 15.1471 13.2226 17.8082 10C15.1471 6.77741 12.5422 5.2 9.99997 5.2ZM9.99997 3.8C13.0979 3.8 16.13 5.68192 19.103 9.3725C19.3982 9.7387 19.3982 10.2611 19.1031 10.6273C16.13 14.3181 13.0979 16.2 9.99997 16.2C6.90199 16.2 3.86996 14.3181 0.896933 10.6275C0.601776 10.2613 0.601748 9.73893 0.896793 9.37267C3.86994 5.68193 6.90198 3.8 9.99997 3.8ZM9.99997 12.95C8.37073 12.95 7.04997 11.6292 7.04997 10C7.04997 8.37076 8.37073 7.05 9.99997 7.05C11.6292 7.05 12.95 8.37076 12.95 10C12.95 11.6292 11.6292 12.95 9.99997 12.95ZM9.99997 11.55C10.856 11.55 11.55 10.856 11.55 10C11.55 9.14396 10.856 8.45 9.99997 8.45C9.14392 8.45 8.44997 9.14396 8.44997 10C8.44997 10.856 9.14392 11.55 9.99997 11.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99997 5.2C7.45772 5.2 4.85278 6.77741 2.19169 10C4.85278 13.2226 7.45772 14.8 9.99997 14.8C12.5422 14.8 15.1471 13.2226 17.8082 10C15.1471 6.77741 12.5422 5.2 9.99997 5.2ZM9.99997 3.8C13.0979 3.8 16.13 5.68192 19.103 9.3725C19.3982 9.7387 19.3982 10.2611 19.1031 10.6273C16.13 14.3181 13.0979 16.2 9.99997 16.2C6.90199 16.2 3.86996 14.3181 0.896933 10.6275C0.601776 10.2613 0.601748 9.73893 0.896793 9.37267C3.86994 5.68193 6.90198 3.8 9.99997 3.8ZM9.99997 12.95C8.37073 12.95 7.04997 11.6292 7.04997 10C7.04997 8.37076 8.37073 7.05 9.99997 7.05C11.6292 7.05 12.95 8.37076 12.95 10C12.95 11.6292 11.6292 12.95 9.99997 12.95ZM9.99997 11.55C10.856 11.55 11.55 10.856 11.55 10C11.55 9.14396 10.856 8.45 9.99997 8.45C9.14392 8.45 8.44997 9.14396 8.44997 10C8.44997 10.856 9.14392 11.55 9.99997 11.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_lookAvatar::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_lookAvatar::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_lookAvatar::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_lookAvatar::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_lookAvatar::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_lookAvatar::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_lookAvatar::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_lookAvatar::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_lookAvatar::before {
  background-color: #949494;
}

.im-cmitem_forbidWriting::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99997 5.2C7.45772 5.2 4.85278 6.77741 2.19169 10C4.85278 13.2226 7.45772 14.8 9.99997 14.8C12.5422 14.8 15.1471 13.2226 17.8082 10C15.1471 6.77741 12.5422 5.2 9.99997 5.2ZM9.99997 3.8C13.0979 3.8 16.13 5.68192 19.103 9.3725C19.3982 9.7387 19.3982 10.2611 19.1031 10.6273C16.13 14.3181 13.0979 16.2 9.99997 16.2C6.90199 16.2 3.86996 14.3181 0.896933 10.6275C0.601776 10.2613 0.601748 9.73893 0.896793 9.37267C3.86994 5.68193 6.90198 3.8 9.99997 3.8ZM9.99997 12.95C8.37073 12.95 7.04997 11.6292 7.04997 10C7.04997 8.37076 8.37073 7.05 9.99997 7.05C11.6292 7.05 12.95 8.37076 12.95 10C12.95 11.6292 11.6292 12.95 9.99997 12.95ZM9.99997 11.55C10.856 11.55 11.55 10.856 11.55 10C11.55 9.14396 10.856 8.45 9.99997 8.45C9.14392 8.45 8.44997 9.14396 8.44997 10C8.44997 10.856 9.14392 11.55 9.99997 11.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99997 5.2C7.45772 5.2 4.85278 6.77741 2.19169 10C4.85278 13.2226 7.45772 14.8 9.99997 14.8C12.5422 14.8 15.1471 13.2226 17.8082 10C15.1471 6.77741 12.5422 5.2 9.99997 5.2ZM9.99997 3.8C13.0979 3.8 16.13 5.68192 19.103 9.3725C19.3982 9.7387 19.3982 10.2611 19.1031 10.6273C16.13 14.3181 13.0979 16.2 9.99997 16.2C6.90199 16.2 3.86996 14.3181 0.896933 10.6275C0.601776 10.2613 0.601748 9.73893 0.896793 9.37267C3.86994 5.68193 6.90198 3.8 9.99997 3.8ZM9.99997 12.95C8.37073 12.95 7.04997 11.6292 7.04997 10C7.04997 8.37076 8.37073 7.05 9.99997 7.05C11.6292 7.05 12.95 8.37076 12.95 10C12.95 11.6292 11.6292 12.95 9.99997 12.95ZM9.99997 11.55C10.856 11.55 11.55 10.856 11.55 10C11.55 9.14396 10.856 8.45 9.99997 8.45C9.14392 8.45 8.44997 9.14396 8.44997 10C8.44997 10.856 9.14392 11.55 9.99997 11.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_forbidWriting::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_forbidWriting::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_forbidWriting::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_forbidWriting::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_forbidWriting::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_forbidWriting::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_forbidWriting::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_forbidWriting::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_forbidWriting::before {
  background-color: #949494;
}

.im-cmitem_allowWriting::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L17.5 15' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.9617 5.48572C3.59429 6.40794 2.23953 7.70583 0.896793 9.37266C0.601748 9.73891 0.601776 10.2613 0.896933 10.6275C3.86996 14.3181 6.90199 16.2 9.99997 16.2C12.1237 16.2 14.2164 15.3156 16.2804 13.5705L15.1018 12.7287C13.3753 14.116 11.674 14.8 9.99997 14.8C7.45772 14.8 4.85278 13.2226 2.19169 9.99999C3.53869 8.36877 4.8713 7.15908 6.18868 6.36213L4.9617 5.48572ZM16.104 11.8469C16.6695 11.3065 17.2376 10.6911 17.8082 9.99999C15.1471 6.7774 12.5422 5.19999 9.99997 5.19999C9.17367 5.19999 8.34075 5.36663 7.50143 5.70224L6.18572 4.76244C7.44617 4.12254 8.71742 3.79999 9.99997 3.79999C13.0979 3.79999 16.13 5.6819 19.103 9.37248C19.3982 9.73869 19.3982 10.2611 19.1031 10.6273C18.4918 11.3862 17.878 12.0686 17.2617 12.6738L16.104 11.8469Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L17.5 15' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.9617 5.48572C3.59429 6.40794 2.23953 7.70583 0.896793 9.37266C0.601748 9.73891 0.601776 10.2613 0.896933 10.6275C3.86996 14.3181 6.90199 16.2 9.99997 16.2C12.1237 16.2 14.2164 15.3156 16.2804 13.5705L15.1018 12.7287C13.3753 14.116 11.674 14.8 9.99997 14.8C7.45772 14.8 4.85278 13.2226 2.19169 9.99999C3.53869 8.36877 4.8713 7.15908 6.18868 6.36213L4.9617 5.48572ZM16.104 11.8469C16.6695 11.3065 17.2376 10.6911 17.8082 9.99999C15.1471 6.7774 12.5422 5.19999 9.99997 5.19999C9.17367 5.19999 8.34075 5.36663 7.50143 5.70224L6.18572 4.76244C7.44617 4.12254 8.71742 3.79999 9.99997 3.79999C13.0979 3.79999 16.13 5.6819 19.103 9.37248C19.3982 9.73869 19.3982 10.2611 19.1031 10.6273C18.4918 11.3862 17.878 12.0686 17.2617 12.6738L16.104 11.8469Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_allowWriting::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_allowWriting::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_allowWriting::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_allowWriting::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_allowWriting::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_allowWriting::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_allowWriting::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_allowWriting::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_allowWriting::before {
  background-color: #949494;
}

.im-cmitem_removeAndBlock::before,
.im-cmitem_blockMember::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.59757 3.43845C4.51821 3.43845 2.82065 5.113 2.82065 7.18814V7.55331C2.82065 8.77 3.40425 9.84899 4.30623 10.5335C2.1852 11.4287 0.695163 13.5286 0.695163 15.9741V16.4242C0.695163 17.2941 1.40104 18 2.27097 18H10.9243C11.7942 18 12.5 17.2941 12.5 16.4242V15.9741C12.5 13.5286 11.0099 11.4287 8.88891 10.5335C9.79086 9.84897 10.3744 8.76998 10.3744 7.55331V7.18814C10.3744 5.11302 8.67695 3.43845 6.59757 3.43845ZM4.12065 7.18814C4.12065 5.84169 5.22542 4.73845 6.59757 4.73845C7.9697 4.73845 9.07442 5.84167 9.07442 7.18814V7.55331C9.07442 8.89971 7.96971 10.0029 6.59757 10.0029C5.22541 10.0029 4.12065 8.89969 4.12065 7.55331V7.18814ZM1.99516 15.9741C1.99516 13.4341 4.05769 11.3716 6.59761 11.3716C9.13747 11.3716 11.2 13.4341 11.2 15.9741V16.4242C11.2 16.5762 11.0762 16.7 10.9243 16.7H2.27097C2.11902 16.7 1.99516 16.5761 1.99516 16.4242V15.9741Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1784 7.15234C12.3016 7.32772 12.4416 7.4949 12.5983 7.65165C12.7551 7.80841 12.9223 7.94838 13.0977 8.07158C14.5607 9.09934 16.5939 8.95936 17.9017 7.65165C19.2094 6.34394 19.3493 4.31069 18.3216 2.84766C18.1984 2.67229 18.0584 2.50511 17.9017 2.34835C17.7449 2.1916 17.5777 2.05162 17.4023 1.92842C15.9393 0.900664 13.9061 1.04064 12.5983 2.34835C11.2906 3.65606 11.1507 5.68931 12.1784 7.15234ZM14.0388 7.1304C14.9739 7.66273 16.1848 7.53007 16.9824 6.73241C17.7801 5.93476 17.9127 4.72393 17.3804 3.78884L14.0388 7.1304ZM16.4612 2.8696L13.1196 6.21116C12.5873 5.27607 12.7199 4.06525 13.5176 3.26759C14.3152 2.46993 15.5261 2.33727 16.4612 2.8696Z' fill='%23363637'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.59757 3.43845C4.51821 3.43845 2.82065 5.113 2.82065 7.18814V7.55331C2.82065 8.77 3.40425 9.84899 4.30623 10.5335C2.1852 11.4287 0.695163 13.5286 0.695163 15.9741V16.4242C0.695163 17.2941 1.40104 18 2.27097 18H10.9243C11.7942 18 12.5 17.2941 12.5 16.4242V15.9741C12.5 13.5286 11.0099 11.4287 8.88891 10.5335C9.79086 9.84897 10.3744 8.76998 10.3744 7.55331V7.18814C10.3744 5.11302 8.67695 3.43845 6.59757 3.43845ZM4.12065 7.18814C4.12065 5.84169 5.22542 4.73845 6.59757 4.73845C7.9697 4.73845 9.07442 5.84167 9.07442 7.18814V7.55331C9.07442 8.89971 7.96971 10.0029 6.59757 10.0029C5.22541 10.0029 4.12065 8.89969 4.12065 7.55331V7.18814ZM1.99516 15.9741C1.99516 13.4341 4.05769 11.3716 6.59761 11.3716C9.13747 11.3716 11.2 13.4341 11.2 15.9741V16.4242C11.2 16.5762 11.0762 16.7 10.9243 16.7H2.27097C2.11902 16.7 1.99516 16.5761 1.99516 16.4242V15.9741Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1784 7.15234C12.3016 7.32772 12.4416 7.4949 12.5983 7.65165C12.7551 7.80841 12.9223 7.94838 13.0977 8.07158C14.5607 9.09934 16.5939 8.95936 17.9017 7.65165C19.2094 6.34394 19.3493 4.31069 18.3216 2.84766C18.1984 2.67229 18.0584 2.50511 17.9017 2.34835C17.7449 2.1916 17.5777 2.05162 17.4023 1.92842C15.9393 0.900664 13.9061 1.04064 12.5983 2.34835C11.2906 3.65606 11.1507 5.68931 12.1784 7.15234ZM14.0388 7.1304C14.9739 7.66273 16.1848 7.53007 16.9824 6.73241C17.7801 5.93476 17.9127 4.72393 17.3804 3.78884L14.0388 7.1304ZM16.4612 2.8696L13.1196 6.21116C12.5873 5.27607 12.7199 4.06525 13.5176 3.26759C14.3152 2.46993 15.5261 2.33727 16.4612 2.8696Z' fill='%23363637'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_removeAndBlock::before,
body .im-cmitem_blockMember::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_removeAndBlock::before,
.im-theme-dark_green .im-cmitem_blockMember::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_removeAndBlock::before,
.im-theme-dark_blue .im-cmitem_blockMember::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_removeAndBlock::before,
.im-theme-blue .im-cmitem_blockMember::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_removeAndBlock::before,
.im-theme-vk_dark_blue .im-cmitem_blockMember::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_removeAndBlock::before,
.im-theme-vk_blue .im-cmitem_blockMember::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_removeAndBlock::before,
.im-theme-dit_blue .im-cmitem_blockMember::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_removeAndBlock::before,
.im-theme-myteam_green .im-cmitem_blockMember::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_removeAndBlock::before,
.im-theme-dark_calls .im-cmitem_blockMember::before {
  background-color: #949494;
}

.im-cmitem_unblock::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_unblock::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_unblock::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_unblock::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_unblock::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_unblock::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_unblock::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_unblock::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_unblock::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_unblock::before {
  background-color: #949494;
}

.im-cmitem_remove::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.15002 7.5V16.5C5.15002 17.0523 5.59774 17.5 6.15002 17.5H14.15C14.7023 17.5 15.15 17.0523 15.15 16.5V7.5' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.1426 4.35H16.65C17.009 4.35 17.3 4.64102 17.3 5C17.3 5.35898 17.009 5.65 16.65 5.65H3.65C3.29102 5.65 3 5.35898 3 5C3 4.64102 3.29102 4.35 3.65 4.35H7.15741C7.23267 3.592 7.8722 3 8.65 3H11.65C12.4278 3 13.0673 3.592 13.1426 4.35Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.15002 7.5V16.5C5.15002 17.0523 5.59774 17.5 6.15002 17.5H14.15C14.7023 17.5 15.15 17.0523 15.15 16.5V7.5' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.1426 4.35H16.65C17.009 4.35 17.3 4.64102 17.3 5C17.3 5.35898 17.009 5.65 16.65 5.65H3.65C3.29102 5.65 3 5.35898 3 5C3 4.64102 3.29102 4.35 3.65 4.35H7.15741C7.23267 3.592 7.8722 3 8.65 3H11.65C12.4278 3 13.0673 3.592 13.1426 4.35Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_remove::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_remove::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_remove::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_remove::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_remove::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_remove::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_remove::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_remove::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_remove::before {
  background-color: #949494;
}

.im-cmitem_mention::before,
.im-cmitem_copyNickname::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_mention::before,
body .im-cmitem_copyNickname::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_mention::before,
.im-theme-dark_green .im-cmitem_copyNickname::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_mention::before,
.im-theme-dark_blue .im-cmitem_copyNickname::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_mention::before,
.im-theme-blue .im-cmitem_copyNickname::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_mention::before,
.im-theme-vk_dark_blue .im-cmitem_copyNickname::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_mention::before,
.im-theme-vk_blue .im-cmitem_copyNickname::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_mention::before,
.im-theme-dit_blue .im-cmitem_copyNickname::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_mention::before,
.im-theme-myteam_green .im-cmitem_copyNickname::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_mention::before,
.im-theme-dark_calls .im-cmitem_copyNickname::before {
  background-color: #949494;
}

.im-cmitem_reply::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M16.5005 13.6874C14.625 12.1593 12.2022 11.3893 9.22994 11.7881L8.62302 11.8695V14.1318C8.62302 14.787 8.53372 14.8309 8.04617 14.4353L2.44871 9.88776C2.11712 9.61843 2.11721 9.25569 2.44869 8.98652L8.04719 4.43942C8.52959 4.04705 8.62302 4.09352 8.62302 4.75418V7.43001L9.26881 7.48018C12.9461 7.76583 15.2882 9.26371 16.6218 11.5916C17.2881 12.7547 17.6166 13.9327 17.7322 14.8965C17.4176 14.5175 17.0089 14.1015 16.5005 13.6874ZM10.023 4.75418C10.023 2.92888 8.57259 2.20745 7.16417 3.35301L1.56611 7.89976C0.544868 8.72904 0.544519 10.1447 1.56598 10.9744L7.16372 15.5222C8.57512 16.6674 10.023 15.9547 10.023 14.1318V13.1117C12.3112 12.9385 14.1557 13.5828 15.6162 14.7727C16.0691 15.1417 16.4488 15.5368 16.7569 15.9299C16.9371 16.1598 17.0502 16.3319 17.1491 16.4952C18.09 17.7461 19.3716 17.2272 19.1817 15.7678C19.1851 15.3888 19.1431 14.83 19.0146 14.1426C18.8077 13.0354 18.4299 11.9313 17.8366 10.8957C16.3567 8.31237 13.8072 6.59527 10.023 6.14748V4.75418Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M16.5005 13.6874C14.625 12.1593 12.2022 11.3893 9.22994 11.7881L8.62302 11.8695V14.1318C8.62302 14.787 8.53372 14.8309 8.04617 14.4353L2.44871 9.88776C2.11712 9.61843 2.11721 9.25569 2.44869 8.98652L8.04719 4.43942C8.52959 4.04705 8.62302 4.09352 8.62302 4.75418V7.43001L9.26881 7.48018C12.9461 7.76583 15.2882 9.26371 16.6218 11.5916C17.2881 12.7547 17.6166 13.9327 17.7322 14.8965C17.4176 14.5175 17.0089 14.1015 16.5005 13.6874ZM10.023 4.75418C10.023 2.92888 8.57259 2.20745 7.16417 3.35301L1.56611 7.89976C0.544868 8.72904 0.544519 10.1447 1.56598 10.9744L7.16372 15.5222C8.57512 16.6674 10.023 15.9547 10.023 14.1318V13.1117C12.3112 12.9385 14.1557 13.5828 15.6162 14.7727C16.0691 15.1417 16.4488 15.5368 16.7569 15.9299C16.9371 16.1598 17.0502 16.3319 17.1491 16.4952C18.09 17.7461 19.3716 17.2272 19.1817 15.7678C19.1851 15.3888 19.1431 14.83 19.0146 14.1426C18.8077 13.0354 18.4299 11.9313 17.8366 10.8957C16.3567 8.31237 13.8072 6.59527 10.023 6.14748V4.75418Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M16.5005 13.6874C14.625 12.1593 12.2022 11.3893 9.22994 11.7881L8.62302 11.8695V14.1318C8.62302 14.787 8.53372 14.8309 8.04617 14.4353L2.44871 9.88776C2.11712 9.61843 2.11721 9.25569 2.44869 8.98652L8.04719 4.43942C8.52959 4.04705 8.62302 4.09352 8.62302 4.75418V7.43001L9.26881 7.48018C12.9461 7.76583 15.2882 9.26371 16.6218 11.5916C17.2881 12.7547 17.6166 13.9327 17.7322 14.8965C17.4176 14.5175 17.0089 14.1015 16.5005 13.6874ZM10.023 4.75418C10.023 2.92888 8.57259 2.20745 7.16417 3.35301L1.56611 7.89976C0.544868 8.72904 0.544519 10.1447 1.56598 10.9744L7.16372 15.5222C8.57512 16.6674 10.023 15.9547 10.023 14.1318V13.1117C12.3112 12.9385 14.1557 13.5828 15.6162 14.7727C16.0691 15.1417 16.4488 15.5368 16.7569 15.9299C16.9371 16.1598 17.0502 16.3319 17.1491 16.4952C18.09 17.7461 19.3716 17.2272 19.1817 15.7678C19.1851 15.3888 19.1431 14.83 19.0146 14.1426C18.8077 13.0354 18.4299 11.9313 17.8366 10.8957C16.3567 8.31237 13.8072 6.59527 10.023 6.14748V4.75418Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M16.5005 13.6874C14.625 12.1593 12.2022 11.3893 9.22994 11.7881L8.62302 11.8695V14.1318C8.62302 14.787 8.53372 14.8309 8.04617 14.4353L2.44871 9.88776C2.11712 9.61843 2.11721 9.25569 2.44869 8.98652L8.04719 4.43942C8.52959 4.04705 8.62302 4.09352 8.62302 4.75418V7.43001L9.26881 7.48018C12.9461 7.76583 15.2882 9.26371 16.6218 11.5916C17.2881 12.7547 17.6166 13.9327 17.7322 14.8965C17.4176 14.5175 17.0089 14.1015 16.5005 13.6874ZM10.023 4.75418C10.023 2.92888 8.57259 2.20745 7.16417 3.35301L1.56611 7.89976C0.544868 8.72904 0.544519 10.1447 1.56598 10.9744L7.16372 15.5222C8.57512 16.6674 10.023 15.9547 10.023 14.1318V13.1117C12.3112 12.9385 14.1557 13.5828 15.6162 14.7727C16.0691 15.1417 16.4488 15.5368 16.7569 15.9299C16.9371 16.1598 17.0502 16.3319 17.1491 16.4952C18.09 17.7461 19.3716 17.2272 19.1817 15.7678C19.1851 15.3888 19.1431 14.83 19.0146 14.1426C18.8077 13.0354 18.4299 11.9313 17.8366 10.8957C16.3567 8.31237 13.8072 6.59527 10.023 6.14748V4.75418Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_reply::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_reply::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_reply::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_reply::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_reply::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_reply::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_reply::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_reply::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_reply::before {
  background-color: #949494;
}

.im-cmitem_removeAdminRights::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.53043 6.4857L6.53911 8.46834C6.43227 8.68202 6.1475 8.72823 5.97857 8.55931L2.45963 5.04036C2.25923 4.83996 1.95209 4.79251 1.70055 4.92308C1.44901 5.05364 1.31107 5.33214 1.35963 5.61136L3.21551 16.2827C3.35296 17.073 4.03892 17.65 4.84111 17.65H15.1589C15.9611 17.65 16.6471 17.073 16.7845 16.2827L16.9129 15.5446L15.7831 14.4538L15.5037 16.06C15.4746 16.2276 15.3291 16.35 15.1589 16.35H4.84111C4.67095 16.35 4.52544 16.2276 4.49629 16.06L2.99219 7.4114L5.05934 9.47854C5.85569 10.2749 7.19821 10.057 7.70187 9.04972L8.51066 7.43213L7.53043 6.4857ZM12.2539 8.96123L10 4.45343L9.21377 6.02592L8.23354 5.07949L8.97142 3.60372C9.39523 2.75611 10.6048 2.75612 11.0286 3.60372L13.4609 8.46834C13.5678 8.68202 13.8525 8.72823 14.0215 8.55931L17.5404 5.04036C17.7408 4.83996 18.0479 4.79251 18.2995 4.92308C18.551 5.05364 18.689 5.33214 18.6404 5.61136L17.2234 13.7593L16.0936 12.6685L17.0078 7.4114L14.9407 9.47855C14.4509 9.96839 13.7544 10.0745 13.1736 9.84919L12.2539 8.96123Z' fill='%23363637'/%3E%3Cpath d='M4.5 3.5L19 17.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.53043 6.4857L6.53911 8.46834C6.43227 8.68202 6.1475 8.72823 5.97857 8.55931L2.45963 5.04036C2.25923 4.83996 1.95209 4.79251 1.70055 4.92308C1.44901 5.05364 1.31107 5.33214 1.35963 5.61136L3.21551 16.2827C3.35296 17.073 4.03892 17.65 4.84111 17.65H15.1589C15.9611 17.65 16.6471 17.073 16.7845 16.2827L16.9129 15.5446L15.7831 14.4538L15.5037 16.06C15.4746 16.2276 15.3291 16.35 15.1589 16.35H4.84111C4.67095 16.35 4.52544 16.2276 4.49629 16.06L2.99219 7.4114L5.05934 9.47854C5.85569 10.2749 7.19821 10.057 7.70187 9.04972L8.51066 7.43213L7.53043 6.4857ZM12.2539 8.96123L10 4.45343L9.21377 6.02592L8.23354 5.07949L8.97142 3.60372C9.39523 2.75611 10.6048 2.75612 11.0286 3.60372L13.4609 8.46834C13.5678 8.68202 13.8525 8.72823 14.0215 8.55931L17.5404 5.04036C17.7408 4.83996 18.0479 4.79251 18.2995 4.92308C18.551 5.05364 18.689 5.33214 18.6404 5.61136L17.2234 13.7593L16.0936 12.6685L17.0078 7.4114L14.9407 9.47855C14.4509 9.96839 13.7544 10.0745 13.1736 9.84919L12.2539 8.96123Z' fill='%23363637'/%3E%3Cpath d='M4.5 3.5L19 17.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_removeAdminRights::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_removeAdminRights::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_removeAdminRights::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_removeAdminRights::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_removeAdminRights::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_removeAdminRights::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_removeAdminRights::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_removeAdminRights::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_removeAdminRights::before {
  background-color: #949494;
}

.im-cmitem_giveAdminRights::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.85589 16.1713L2 5.5L5.51894 9.01894C6.00158 9.50158 6.81523 9.36955 7.12048 8.75905L9.55279 3.89443C9.73705 3.5259 10.263 3.5259 10.4472 3.89443L12.8795 8.75905C13.1848 9.36955 13.9984 9.50158 14.4811 9.01894L18 5.5L16.1441 16.1713C16.0608 16.6503 15.6451 17 15.1589 17H4.8411C4.35492 17 3.93919 16.6503 3.85589 16.1713Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.85589 16.1713L2 5.5L5.51894 9.01894C6.00158 9.50158 6.81523 9.36955 7.12048 8.75905L9.55279 3.89443C9.73705 3.5259 10.263 3.5259 10.4472 3.89443L12.8795 8.75905C13.1848 9.36955 13.9984 9.50158 14.4811 9.01894L18 5.5L16.1441 16.1713C16.0608 16.6503 15.6451 17 15.1589 17H4.8411C4.35492 17 3.93919 16.6503 3.85589 16.1713Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_giveAdminRights::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_giveAdminRights::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_giveAdminRights::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_giveAdminRights::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_giveAdminRights::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_giveAdminRights::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_giveAdminRights::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_giveAdminRights::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_giveAdminRights::before {
  background-color: #949494;
}

.im-cmitem_markAsUnread::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 10V7M10 10L8 12.5M10 10L12 12.5M10 10L13 9M10 10L7 9' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 10V7M10 10L8 12.5M10 10L12 12.5M10 10L13 9M10 10L7 9' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_markAsUnread::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_markAsUnread::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_markAsUnread::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_markAsUnread::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_markAsUnread::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_markAsUnread::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_markAsUnread::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_markAsUnread::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_markAsUnread::before {
  background-color: #949494;
}

.im-cmitem_markAsReaded::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_markAsReaded::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_markAsReaded::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_markAsReaded::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_markAsReaded::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_markAsReaded::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_markAsReaded::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_markAsReaded::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_markAsReaded::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_markAsReaded::before {
  background-color: #949494;
}

.im-cmitem_unmute::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_unmute::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_unmute::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_unmute::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_unmute::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_unmute::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_unmute::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_unmute::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_unmute::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_unmute::before {
  background-color: #949494;
}

.im-cmitem_mute::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.64542 7.21116L8.5828 6.46228L11.2345 2.69963C11.7595 1.95476 12.7889 1.77647 13.5337 2.30142C13.9723 2.61051 14.2332 3.11357 14.2332 3.65014V11.06H12.9332V3.65014C12.9332 3.53632 12.8779 3.42961 12.7849 3.36405C12.6268 3.25269 12.4085 3.29051 12.2971 3.44851L9.64542 7.21116ZM4.95 14.1453C3.87304 14.1453 3 13.2722 3 12.1953V8.79527C3 7.71831 3.87304 6.84527 4.95 6.84527H6.62498L7.96134 8.14527H4.95C4.59101 8.14527 4.3 8.43628 4.3 8.79527V12.1953C4.3 12.5543 4.59101 12.8453 4.95 12.8453H8.95706L12.3129 16.9267C12.3794 17.0076 12.4785 17.0545 12.5832 17.0545C12.7765 17.0545 12.9332 16.8978 12.9332 16.7045V13.1356L14.2332 14.4135V16.7045C14.2332 17.6157 13.4945 18.3545 12.5832 18.3545C12.0897 18.3545 11.6221 18.1336 11.3087 17.7524L8.34294 14.1453H4.95ZM5.24092 3.60489C4.98708 3.35105 4.98708 2.93949 5.24092 2.68565C5.49476 2.43181 5.90632 2.43181 6.16016 2.68565L18.3967 14.9222C18.6506 15.1761 18.6506 15.5876 18.3967 15.8415C18.1429 16.0953 17.7313 16.0953 17.4775 15.8415L5.24092 3.60489Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.64542 7.21116L8.5828 6.46228L11.2345 2.69963C11.7595 1.95476 12.7889 1.77647 13.5337 2.30142C13.9723 2.61051 14.2332 3.11357 14.2332 3.65014V11.06H12.9332V3.65014C12.9332 3.53632 12.8779 3.42961 12.7849 3.36405C12.6268 3.25269 12.4085 3.29051 12.2971 3.44851L9.64542 7.21116ZM4.95 14.1453C3.87304 14.1453 3 13.2722 3 12.1953V8.79527C3 7.71831 3.87304 6.84527 4.95 6.84527H6.62498L7.96134 8.14527H4.95C4.59101 8.14527 4.3 8.43628 4.3 8.79527V12.1953C4.3 12.5543 4.59101 12.8453 4.95 12.8453H8.95706L12.3129 16.9267C12.3794 17.0076 12.4785 17.0545 12.5832 17.0545C12.7765 17.0545 12.9332 16.8978 12.9332 16.7045V13.1356L14.2332 14.4135V16.7045C14.2332 17.6157 13.4945 18.3545 12.5832 18.3545C12.0897 18.3545 11.6221 18.1336 11.3087 17.7524L8.34294 14.1453H4.95ZM5.24092 3.60489C4.98708 3.35105 4.98708 2.93949 5.24092 2.68565C5.49476 2.43181 5.90632 2.43181 6.16016 2.68565L18.3967 14.9222C18.6506 15.1761 18.6506 15.5876 18.3967 15.8415C18.1429 16.0953 17.7313 16.0953 17.4775 15.8415L5.24092 3.60489Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_mute::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_mute::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_mute::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_mute::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_mute::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_mute::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_mute::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_mute::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_mute::before {
  background-color: #949494;
}

.im-cmitem_copyLink::before,
.im-cmitem_copyProfileLink::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_copyLink::before,
body .im-cmitem_copyProfileLink::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_copyLink::before,
.im-theme-dark_green .im-cmitem_copyProfileLink::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_copyLink::before,
.im-theme-dark_blue .im-cmitem_copyProfileLink::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_copyLink::before,
.im-theme-blue .im-cmitem_copyProfileLink::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_copyLink::before,
.im-theme-vk_dark_blue .im-cmitem_copyProfileLink::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_copyLink::before,
.im-theme-vk_blue .im-cmitem_copyProfileLink::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_copyLink::before,
.im-theme-dit_blue .im-cmitem_copyProfileLink::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_copyLink::before,
.im-theme-myteam_green .im-cmitem_copyProfileLink::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_copyLink::before,
.im-theme-dark_calls .im-cmitem_copyProfileLink::before {
  background-color: #949494;
}

.im-cmitem_shareChannel::before,
.im-cmitem_shareGroup::before,
.im-cmitem_shareContact::before,
.im-cmitem_shareProfile::before,
.im-cmitem_shareNick::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_shareChannel::before,
body .im-cmitem_shareGroup::before,
body .im-cmitem_shareContact::before,
body .im-cmitem_shareProfile::before,
body .im-cmitem_shareNick::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_shareChannel::before,
.im-theme-dark_green .im-cmitem_shareGroup::before,
.im-theme-dark_green .im-cmitem_shareContact::before,
.im-theme-dark_green .im-cmitem_shareProfile::before,
.im-theme-dark_green .im-cmitem_shareNick::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_shareChannel::before,
.im-theme-dark_blue .im-cmitem_shareGroup::before,
.im-theme-dark_blue .im-cmitem_shareContact::before,
.im-theme-dark_blue .im-cmitem_shareProfile::before,
.im-theme-dark_blue .im-cmitem_shareNick::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_shareChannel::before,
.im-theme-blue .im-cmitem_shareGroup::before,
.im-theme-blue .im-cmitem_shareContact::before,
.im-theme-blue .im-cmitem_shareProfile::before,
.im-theme-blue .im-cmitem_shareNick::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_shareChannel::before,
.im-theme-vk_dark_blue .im-cmitem_shareGroup::before,
.im-theme-vk_dark_blue .im-cmitem_shareContact::before,
.im-theme-vk_dark_blue .im-cmitem_shareProfile::before,
.im-theme-vk_dark_blue .im-cmitem_shareNick::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_shareChannel::before,
.im-theme-vk_blue .im-cmitem_shareGroup::before,
.im-theme-vk_blue .im-cmitem_shareContact::before,
.im-theme-vk_blue .im-cmitem_shareProfile::before,
.im-theme-vk_blue .im-cmitem_shareNick::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_shareChannel::before,
.im-theme-dit_blue .im-cmitem_shareGroup::before,
.im-theme-dit_blue .im-cmitem_shareContact::before,
.im-theme-dit_blue .im-cmitem_shareProfile::before,
.im-theme-dit_blue .im-cmitem_shareNick::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_shareChannel::before,
.im-theme-myteam_green .im-cmitem_shareGroup::before,
.im-theme-myteam_green .im-cmitem_shareContact::before,
.im-theme-myteam_green .im-cmitem_shareProfile::before,
.im-theme-myteam_green .im-cmitem_shareNick::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_shareChannel::before,
.im-theme-dark_calls .im-cmitem_shareGroup::before,
.im-theme-dark_calls .im-cmitem_shareContact::before,
.im-theme-dark_calls .im-cmitem_shareProfile::before,
.im-theme-dark_calls .im-cmitem_shareNick::before {
  background-color: #949494;
}

.im-cmitem_copyGroupLink::before,
.im-cmitem_copyPhoneNumber::before,
.im-cmitem_copyEmail::before,
.im-cmitem_copyNick::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_copyGroupLink::before,
body .im-cmitem_copyPhoneNumber::before,
body .im-cmitem_copyEmail::before,
body .im-cmitem_copyNick::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_copyGroupLink::before,
.im-theme-dark_green .im-cmitem_copyPhoneNumber::before,
.im-theme-dark_green .im-cmitem_copyEmail::before,
.im-theme-dark_green .im-cmitem_copyNick::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_copyGroupLink::before,
.im-theme-dark_blue .im-cmitem_copyPhoneNumber::before,
.im-theme-dark_blue .im-cmitem_copyEmail::before,
.im-theme-dark_blue .im-cmitem_copyNick::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_copyGroupLink::before,
.im-theme-blue .im-cmitem_copyPhoneNumber::before,
.im-theme-blue .im-cmitem_copyEmail::before,
.im-theme-blue .im-cmitem_copyNick::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_copyGroupLink::before,
.im-theme-vk_dark_blue .im-cmitem_copyPhoneNumber::before,
.im-theme-vk_dark_blue .im-cmitem_copyEmail::before,
.im-theme-vk_dark_blue .im-cmitem_copyNick::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_copyGroupLink::before,
.im-theme-vk_blue .im-cmitem_copyPhoneNumber::before,
.im-theme-vk_blue .im-cmitem_copyEmail::before,
.im-theme-vk_blue .im-cmitem_copyNick::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_copyGroupLink::before,
.im-theme-dit_blue .im-cmitem_copyPhoneNumber::before,
.im-theme-dit_blue .im-cmitem_copyEmail::before,
.im-theme-dit_blue .im-cmitem_copyNick::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_copyGroupLink::before,
.im-theme-myteam_green .im-cmitem_copyPhoneNumber::before,
.im-theme-myteam_green .im-cmitem_copyEmail::before,
.im-theme-myteam_green .im-cmitem_copyNick::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_copyGroupLink::before,
.im-theme-dark_calls .im-cmitem_copyPhoneNumber::before,
.im-theme-dark_calls .im-cmitem_copyEmail::before,
.im-theme-dark_calls .im-cmitem_copyNick::before {
  background-color: #949494;
}

.im-cmitem_copyText::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_copyText::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_copyText::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_copyText::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_copyText::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_copyText::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_copyText::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_copyText::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_copyText::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_copyText::before {
  background-color: #949494;
}

.im-cmitem_resend::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_resend::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_resend::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_resend::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_resend::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_resend::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_resend::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_resend::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_resend::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_resend::before {
  background-color: #949494;
}

.im-cmitem_pinMessage::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2L12.7445 2.74448M17.5 7.5L17 7M17 7L10 14M17 7L12.7445 2.74448M12.7445 2.74448L5.74448 9.74448M4 8L7.75 11.75M11.5 15.5L7.75 11.75M7.75 11.75L2 17.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2L12.7445 2.74448M17.5 7.5L17 7M17 7L10 14M17 7L12.7445 2.74448M12.7445 2.74448L5.74448 9.74448M4 8L7.75 11.75M11.5 15.5L7.75 11.75M7.75 11.75L2 17.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_pinMessage::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_pinMessage::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_pinMessage::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_pinMessage::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_pinMessage::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_pinMessage::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_pinMessage::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_pinMessage::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_pinMessage::before {
  background-color: #949494;
}

.im-cmitem_unpinMessage::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2L12.7445 2.74448M17.5 7.5L17 7M17 7L10 14M17 7L12.7445 2.74448M12.7445 2.74448L5.74448 9.74448M4 8L7.75 11.75M11.5 15.5L7.75 11.75M7.75 11.75L2 17.5M6.5 5L5 3.5M3.5 2L5 3.5M5 3.5L6.5 2M5 3.5L3.5 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2L12.7445 2.74448M17.5 7.5L17 7M17 7L10 14M17 7L12.7445 2.74448M12.7445 2.74448L5.74448 9.74448M4 8L7.75 11.75M11.5 15.5L7.75 11.75M7.75 11.75L2 17.5M6.5 5L5 3.5M3.5 2L5 3.5M5 3.5L6.5 2M5 3.5L3.5 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_unpinMessage::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_unpinMessage::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_unpinMessage::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_unpinMessage::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_unpinMessage::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_unpinMessage::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_unpinMessage::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_unpinMessage::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_unpinMessage::before {
  background-color: #949494;
}

.im-cmitem_edit::before,
.im-cmitem_taskEdit::before,
.im-cmitem_redact::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 9.5L17.7929 7.20711C18.1834 6.81658 18.1834 6.18342 17.7929 5.79289L14.7071 2.70711C14.3166 2.31658 13.6834 2.31658 13.2929 2.70711L11 5M15.5 9.5L8.45321 16.5468C8.15845 16.8415 7.77896 17.0368 7.36779 17.1054L2 18L3.36025 13.0124C3.45183 12.6766 3.62945 12.3705 3.87556 12.1244L11 5M15.5 9.5L11 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 9.5L17.7929 7.20711C18.1834 6.81658 18.1834 6.18342 17.7929 5.79289L14.7071 2.70711C14.3166 2.31658 13.6834 2.31658 13.2929 2.70711L11 5M15.5 9.5L8.45321 16.5468C8.15845 16.8415 7.77896 17.0368 7.36779 17.1054L2 18L3.36025 13.0124C3.45183 12.6766 3.62945 12.3705 3.87556 12.1244L11 5M15.5 9.5L11 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_edit::before,
body .im-cmitem_taskEdit::before,
body .im-cmitem_redact::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_edit::before,
.im-theme-dark_green .im-cmitem_taskEdit::before,
.im-theme-dark_green .im-cmitem_redact::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_edit::before,
.im-theme-dark_blue .im-cmitem_taskEdit::before,
.im-theme-dark_blue .im-cmitem_redact::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_edit::before,
.im-theme-blue .im-cmitem_taskEdit::before,
.im-theme-blue .im-cmitem_redact::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_edit::before,
.im-theme-vk_dark_blue .im-cmitem_taskEdit::before,
.im-theme-vk_dark_blue .im-cmitem_redact::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_edit::before,
.im-theme-vk_blue .im-cmitem_taskEdit::before,
.im-theme-vk_blue .im-cmitem_redact::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_edit::before,
.im-theme-dit_blue .im-cmitem_taskEdit::before,
.im-theme-dit_blue .im-cmitem_redact::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_edit::before,
.im-theme-myteam_green .im-cmitem_taskEdit::before,
.im-theme-myteam_green .im-cmitem_redact::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_edit::before,
.im-theme-dark_calls .im-cmitem_taskEdit::before,
.im-theme-dark_calls .im-cmitem_redact::before {
  background-color: #949494;
}

.im-cmitem_saveAs::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3V13.5M10 13.5L6 10M10 13.5L14 10' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 14.5V15C3 16.1046 3.89543 17 5 17H15C16.1046 17 17 16.1046 17 15V14.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3V13.5M10 13.5L6 10M10 13.5L14 10' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 14.5V15C3 16.1046 3.89543 17 5 17H15C16.1046 17 17 16.1046 17 15V14.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_saveAs::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_saveAs::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_saveAs::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_saveAs::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_saveAs::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_saveAs::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_saveAs::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_saveAs::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_saveAs::before {
  background-color: #949494;
}

.im-cmitem_openInBrowser::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 8V5.5C2.5 4.39543 3.39543 3.5 4.5 3.5H15.5C16.6046 3.5 17.5 4.39543 17.5 5.5V8M2.5 8V15.5C2.5 16.6046 3.39543 17.5 4.5 17.5H15.5C16.6046 17.5 17.5 16.6046 17.5 15.5V8M2.5 8H17.5' stroke='%23363637' stroke-width='1.3'/%3E%3Ccircle cx='4.75' cy='5.75' r='0.75' fill='%23363637'/%3E%3Cpath d='M7.75 5.75C7.75 6.16421 7.41421 6.5 7 6.5C6.58579 6.5 6.25 6.16421 6.25 5.75C6.25 5.33579 6.58579 5 7 5C7.41421 5 7.75 5.33579 7.75 5.75Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 8V5.5C2.5 4.39543 3.39543 3.5 4.5 3.5H15.5C16.6046 3.5 17.5 4.39543 17.5 5.5V8M2.5 8V15.5C2.5 16.6046 3.39543 17.5 4.5 17.5H15.5C16.6046 17.5 17.5 16.6046 17.5 15.5V8M2.5 8H17.5' stroke='%23363637' stroke-width='1.3'/%3E%3Ccircle cx='4.75' cy='5.75' r='0.75' fill='%23363637'/%3E%3Cpath d='M7.75 5.75C7.75 6.16421 7.41421 6.5 7 6.5C6.58579 6.5 6.25 6.16421 6.25 5.75C6.25 5.33579 6.58579 5 7 5C7.41421 5 7.75 5.33579 7.75 5.75Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_openInBrowser::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_openInBrowser::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_openInBrowser::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_openInBrowser::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_openInBrowser::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_openInBrowser::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_openInBrowser::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_openInBrowser::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_openInBrowser::before {
  background-color: #949494;
}

.im-cmitem_delForAll::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.15002 7.5V16.5C5.15002 17.0523 5.59774 17.5 6.15002 17.5H14.15C14.7023 17.5 15.15 17.0523 15.15 16.5V7.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.1426 4.35H16.65C17.009 4.35 17.3 4.64102 17.3 5C17.3 5.35898 17.009 5.65 16.65 5.65H3.65C3.29102 5.65 3 5.35898 3 5C3 4.64102 3.29102 4.35 3.65 4.35H7.15741C7.23267 3.592 7.8722 3 8.65 3H11.65C12.4278 3 13.0673 3.592 13.1426 4.35Z' fill='%23363637'/%3E%3Cpath d='M10 11.5L8.5 10M10 11.5L11.5 10M10 11.5L8.5 13M10 11.5L11.5 13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.15002 7.5V16.5C5.15002 17.0523 5.59774 17.5 6.15002 17.5H14.15C14.7023 17.5 15.15 17.0523 15.15 16.5V7.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.1426 4.35H16.65C17.009 4.35 17.3 4.64102 17.3 5C17.3 5.35898 17.009 5.65 16.65 5.65H3.65C3.29102 5.65 3 5.35898 3 5C3 4.64102 3.29102 4.35 3.65 4.35H7.15741C7.23267 3.592 7.8722 3 8.65 3H11.65C12.4278 3 13.0673 3.592 13.1426 4.35Z' fill='%23363637'/%3E%3Cpath d='M10 11.5L8.5 10M10 11.5L11.5 10M10 11.5L8.5 13M10 11.5L11.5 13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_delForAll::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_delForAll::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_delForAll::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_delForAll::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_delForAll::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_delForAll::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_delForAll::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_delForAll::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_delForAll::before {
  background-color: #949494;
}

.im-cmitem_goToMessage::before,
.im-cmitem_goToProfile::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0331 9.4L10.518 7.88492C10.2447 7.61156 10.2447 7.16834 10.518 6.89497C10.7914 6.62161 11.2346 6.62161 11.508 6.89497L14.195 9.58198C14.2065 9.59352 14.2176 9.60536 14.2281 9.61748C14.2289 9.61821 14.2296 9.61894 14.2303 9.61967C14.5037 9.89304 14.5037 10.3363 14.2303 10.6096L11.4726 13.3673C11.1992 13.6407 10.756 13.6407 10.4827 13.3673C10.2093 13.094 10.2093 12.6508 10.4827 12.3774L12.0601 10.8H5.9C5.5134 10.8 5.2 10.4866 5.2 10.1C5.2 9.7134 5.5134 9.4 5.9 9.4H12.0331ZM10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10C19 14.9706 14.9706 19 10 19ZM10 17.6C14.1974 17.6 17.6 14.1974 17.6 10C17.6 5.80264 14.1974 2.4 10 2.4C5.80264 2.4 2.4 5.80264 2.4 10C2.4 14.1974 5.80264 17.6 10 17.6Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0331 9.4L10.518 7.88492C10.2447 7.61156 10.2447 7.16834 10.518 6.89497C10.7914 6.62161 11.2346 6.62161 11.508 6.89497L14.195 9.58198C14.2065 9.59352 14.2176 9.60536 14.2281 9.61748C14.2289 9.61821 14.2296 9.61894 14.2303 9.61967C14.5037 9.89304 14.5037 10.3363 14.2303 10.6096L11.4726 13.3673C11.1992 13.6407 10.756 13.6407 10.4827 13.3673C10.2093 13.094 10.2093 12.6508 10.4827 12.3774L12.0601 10.8H5.9C5.5134 10.8 5.2 10.4866 5.2 10.1C5.2 9.7134 5.5134 9.4 5.9 9.4H12.0331ZM10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10C19 14.9706 14.9706 19 10 19ZM10 17.6C14.1974 17.6 17.6 14.1974 17.6 10C17.6 5.80264 14.1974 2.4 10 2.4C5.80264 2.4 2.4 5.80264 2.4 10C2.4 14.1974 5.80264 17.6 10 17.6Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_goToMessage::before,
body .im-cmitem_goToProfile::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_goToMessage::before,
.im-theme-dark_green .im-cmitem_goToProfile::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_goToMessage::before,
.im-theme-dark_blue .im-cmitem_goToProfile::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_goToMessage::before,
.im-theme-blue .im-cmitem_goToProfile::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_goToMessage::before,
.im-theme-vk_dark_blue .im-cmitem_goToProfile::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_goToMessage::before,
.im-theme-vk_blue .im-cmitem_goToProfile::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_goToMessage::before,
.im-theme-dit_blue .im-cmitem_goToProfile::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_goToMessage::before,
.im-theme-myteam_green .im-cmitem_goToProfile::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_goToMessage::before,
.im-theme-dark_calls .im-cmitem_goToProfile::before {
  background-color: #949494;
}

.im-context-menu__item_delimiter,
.im-cmitem_exclude,
.im-cmitem_remove,
.im-cmitem_excludeMember,
.im-cmitem_delMessage,
.im-cmitem_unSubscribeFromThread {
  overflow: visible;
}
.im-context-menu__item_delimiter::after,
.im-cmitem_exclude::after,
.im-cmitem_remove::after,
.im-cmitem_excludeMember::after,
.im-cmitem_delMessage::after,
.im-cmitem_unSubscribeFromThread::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
}
body .im-context-menu__item_delimiter::after,
body .im-cmitem_exclude::after,
body .im-cmitem_remove::after,
body .im-cmitem_excludeMember::after,
body .im-cmitem_delMessage::after,
body .im-cmitem_unSubscribeFromThread::after {
  background-color: #eceef3;
}
.im-theme-dark_green .im-context-menu__item_delimiter::after,
.im-theme-dark_green .im-cmitem_exclude::after,
.im-theme-dark_green .im-cmitem_remove::after,
.im-theme-dark_green .im-cmitem_excludeMember::after,
.im-theme-dark_green .im-cmitem_delMessage::after,
.im-theme-dark_green .im-cmitem_unSubscribeFromThread::after {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-context-menu__item_delimiter::after,
.im-theme-dark_blue .im-cmitem_exclude::after,
.im-theme-dark_blue .im-cmitem_remove::after,
.im-theme-dark_blue .im-cmitem_excludeMember::after,
.im-theme-dark_blue .im-cmitem_delMessage::after,
.im-theme-dark_blue .im-cmitem_unSubscribeFromThread::after {
  background-color: #3c3d47;
}
.im-theme-blue .im-context-menu__item_delimiter::after,
.im-theme-blue .im-cmitem_exclude::after,
.im-theme-blue .im-cmitem_remove::after,
.im-theme-blue .im-cmitem_excludeMember::after,
.im-theme-blue .im-cmitem_delMessage::after,
.im-theme-blue .im-cmitem_unSubscribeFromThread::after {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-context-menu__item_delimiter::after,
.im-theme-vk_dark_blue .im-cmitem_exclude::after,
.im-theme-vk_dark_blue .im-cmitem_remove::after,
.im-theme-vk_dark_blue .im-cmitem_excludeMember::after,
.im-theme-vk_dark_blue .im-cmitem_delMessage::after,
.im-theme-vk_dark_blue .im-cmitem_unSubscribeFromThread::after {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-context-menu__item_delimiter::after,
.im-theme-vk_blue .im-cmitem_exclude::after,
.im-theme-vk_blue .im-cmitem_remove::after,
.im-theme-vk_blue .im-cmitem_excludeMember::after,
.im-theme-vk_blue .im-cmitem_delMessage::after,
.im-theme-vk_blue .im-cmitem_unSubscribeFromThread::after {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-context-menu__item_delimiter::after,
.im-theme-dit_blue .im-cmitem_exclude::after,
.im-theme-dit_blue .im-cmitem_remove::after,
.im-theme-dit_blue .im-cmitem_excludeMember::after,
.im-theme-dit_blue .im-cmitem_delMessage::after,
.im-theme-dit_blue .im-cmitem_unSubscribeFromThread::after {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-context-menu__item_delimiter::after,
.im-theme-myteam_green .im-cmitem_exclude::after,
.im-theme-myteam_green .im-cmitem_remove::after,
.im-theme-myteam_green .im-cmitem_excludeMember::after,
.im-theme-myteam_green .im-cmitem_delMessage::after,
.im-theme-myteam_green .im-cmitem_unSubscribeFromThread::after {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-context-menu__item_delimiter::after,
.im-theme-dark_calls .im-cmitem_exclude::after,
.im-theme-dark_calls .im-cmitem_remove::after,
.im-theme-dark_calls .im-cmitem_excludeMember::after,
.im-theme-dark_calls .im-cmitem_delMessage::after,
.im-theme-dark_calls .im-cmitem_unSubscribeFromThread::after {
  background-color: #1F1F1F;
}

.im-cmitem_profile::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_profile::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_profile::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_profile::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_profile::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_profile::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_profile::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_profile::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_profile::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_profile::before {
  background-color: #949494;
}

.im-cmitem_ignore::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.19276 15.888C3.33373 16.0506 3.48148 16.2094 3.63604 16.364C3.79059 16.5185 3.94937 16.6663 4.112 16.8072C7.6477 19.8719 13.0038 19.7241 16.364 16.364C19.7241 13.0038 19.8719 7.6477 16.8072 4.112C16.6663 3.94937 16.5185 3.79059 16.364 3.63604C16.2094 3.48148 16.0506 3.33373 15.888 3.19276C12.3523 0.128117 6.9962 0.275875 3.63604 3.63604C0.275876 6.9962 0.128117 12.3523 3.19276 15.888ZM5.03402 15.8852C8.05933 18.4438 12.5925 18.297 15.4447 15.4447C18.297 12.5925 18.4438 8.05932 15.8852 5.03402L5.03402 15.8852ZM14.966 4.11478L4.11478 14.966C1.55621 11.9407 1.70304 7.40751 4.55528 4.55528C7.40751 1.70304 11.9407 1.55621 14.966 4.11478Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.19276 15.888C3.33373 16.0506 3.48148 16.2094 3.63604 16.364C3.79059 16.5185 3.94937 16.6663 4.112 16.8072C7.6477 19.8719 13.0038 19.7241 16.364 16.364C19.7241 13.0038 19.8719 7.6477 16.8072 4.112C16.6663 3.94937 16.5185 3.79059 16.364 3.63604C16.2094 3.48148 16.0506 3.33373 15.888 3.19276C12.3523 0.128117 6.9962 0.275875 3.63604 3.63604C0.275876 6.9962 0.128117 12.3523 3.19276 15.888ZM5.03402 15.8852C8.05933 18.4438 12.5925 18.297 15.4447 15.4447C18.297 12.5925 18.4438 8.05932 15.8852 5.03402L5.03402 15.8852ZM14.966 4.11478L4.11478 14.966C1.55621 11.9407 1.70304 7.40751 4.55528 4.55528C7.40751 1.70304 11.9407 1.55621 14.966 4.11478Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_ignore::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_ignore::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_ignore::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_ignore::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_ignore::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_ignore::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_ignore::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_ignore::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_ignore::before {
  background-color: #949494;
}

.im-cmitem_hideChat::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_hideChat::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_hideChat::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_hideChat::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_hideChat::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_hideChat::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_hideChat::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_hideChat::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_hideChat::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_hideChat::before {
  background-color: #949494;
}

.im-cmitem_readAll::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_readAll::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_readAll::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_readAll::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_readAll::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_readAll::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_readAll::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_readAll::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_readAll::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_readAll::before {
  background-color: #949494;
}

.im-cmitem_addContact::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_addContact::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_addContact::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_addContact::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_addContact::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_addContact::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_addContact::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_addContact::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_addContact::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_addContact::before {
  background-color: #949494;
}

.im-cmitem_createGroup::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_createGroup::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_createGroup::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_createGroup::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_createGroup::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_createGroup::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_createGroup::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_createGroup::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_createGroup::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_createGroup::before {
  background-color: #949494;
}

.im-cmitem_createChannel::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_createChannel::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_createChannel::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_createChannel::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_createChannel::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_createChannel::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_createChannel::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_createChannel::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_createChannel::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_createChannel::before {
  background-color: #949494;
}

.im-cmitem_pollRecall::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M10.3905 16.1947L12.3503 16.1947C15.1223 16.1947 17.3695 13.9475 17.3695 11.1755V11.1755C17.3695 8.40351 15.1224 6.15636 12.3504 6.15633L3.2267 6.15623' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M3.22681 6.15628L6.14236 3.24073' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M6.14233 9.07187L3.22678 6.15632' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M10.3905 16.1947L12.3503 16.1947C15.1223 16.1947 17.3695 13.9475 17.3695 11.1755V11.1755C17.3695 8.40351 15.1224 6.15636 12.3504 6.15633L3.2267 6.15623' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M3.22681 6.15628L6.14236 3.24073' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M6.14233 9.07187L3.22678 6.15632' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_pollRecall::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_pollRecall::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_pollRecall::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_pollRecall::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_pollRecall::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_pollRecall::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_pollRecall::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_pollRecall::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_pollRecall::before {
  background-color: #949494;
}

.im-cmitem_pollStop::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0858 2.58579L17.4142 5.91421C17.7893 6.28929 18 6.79799 18 7.32843V12.6716C18 13.202 17.7893 13.7107 17.4142 14.0858L14.0858 17.4142C13.7107 17.7893 13.202 18 12.6716 18H7.32843C6.79799 18 6.28929 17.7893 5.91421 17.4142L2.58579 14.0858C2.21071 13.7107 2 13.202 2 12.6716V7.32843C2 6.79799 2.21071 6.28929 2.58579 5.91421L5.91421 2.58579C6.28929 2.21071 6.79799 2 7.32843 2H12.6716C13.202 2 13.7107 2.21071 14.0858 2.58579Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 10L7.5 7.5M10 10L12.5 7.5M10 10L12.5 12.5M10 10L7.5 12.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0858 2.58579L17.4142 5.91421C17.7893 6.28929 18 6.79799 18 7.32843V12.6716C18 13.202 17.7893 13.7107 17.4142 14.0858L14.0858 17.4142C13.7107 17.7893 13.202 18 12.6716 18H7.32843C6.79799 18 6.28929 17.7893 5.91421 17.4142L2.58579 14.0858C2.21071 13.7107 2 13.202 2 12.6716V7.32843C2 6.79799 2.21071 6.28929 2.58579 5.91421L5.91421 2.58579C6.28929 2.21071 6.79799 2 7.32843 2H12.6716C13.202 2 13.7107 2.21071 14.0858 2.58579Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 10L7.5 7.5M10 10L12.5 7.5M10 10L12.5 12.5M10 10L7.5 12.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_pollStop::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_pollStop::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_pollStop::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_pollStop::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_pollStop::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_pollStop::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_pollStop::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_pollStop::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_pollStop::before {
  background-color: #949494;
}

.im-cmitem_toFavorite::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_toFavorite::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_toFavorite::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_toFavorite::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_toFavorite::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_toFavorite::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_toFavorite::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_toFavorite::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_toFavorite::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_toFavorite::before {
  background-color: #949494;
}

.im-cmitem_createThread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M14.6318 12.1867H15.5002C16.8809 12.1867 18.0002 11.0674 18.0002 9.68665V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.71093C7.33022 3 6.21094 4.11929 6.21094 5.5V6.36844' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M14.6318 12.1867H15.5002C16.8809 12.1867 18.0002 11.0674 18.0002 9.68665V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.71093C7.33022 3 6.21094 4.11929 6.21094 5.5V6.36844' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_createThread::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_createThread::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_createThread::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_createThread::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_createThread::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_createThread::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_createThread::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_createThread::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_createThread::before {
  background-color: #949494;
}

.im-cmitem_unSubscribeFromThread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_unSubscribeFromThread::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_unSubscribeFromThread::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_unSubscribeFromThread::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_unSubscribeFromThread::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_unSubscribeFromThread::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_unSubscribeFromThread::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_unSubscribeFromThread::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_unSubscribeFromThread::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_unSubscribeFromThread::before {
  background-color: #949494;
}

.im-cmitem_del::before, .im-cmitem_delMessage::before, .im-cmitem_delForMe::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.15002 7.5V16.5C5.15002 17.0523 5.59774 17.5 6.15002 17.5H14.15C14.7023 17.5 15.15 17.0523 15.15 16.5V7.5' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.1426 4.35H16.65C17.009 4.35 17.3 4.64102 17.3 5C17.3 5.35898 17.009 5.65 16.65 5.65H3.65C3.29102 5.65 3 5.35898 3 5C3 4.64102 3.29102 4.35 3.65 4.35H7.15741C7.23267 3.592 7.8722 3 8.65 3H11.65C12.4278 3 13.0673 3.592 13.1426 4.35Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.15002 7.5V16.5C5.15002 17.0523 5.59774 17.5 6.15002 17.5H14.15C14.7023 17.5 15.15 17.0523 15.15 16.5V7.5' stroke='black' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.1426 4.35H16.65C17.009 4.35 17.3 4.64102 17.3 5C17.3 5.35898 17.009 5.65 16.65 5.65H3.65C3.29102 5.65 3 5.35898 3 5C3 4.64102 3.29102 4.35 3.65 4.35H7.15741C7.23267 3.592 7.8722 3 8.65 3H11.65C12.4278 3 13.0673 3.592 13.1426 4.35Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-cmitem_del::before, body .im-cmitem_delMessage::before, body .im-cmitem_delForMe::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-cmitem_del::before, .im-theme-dark_green .im-cmitem_delMessage::before, .im-theme-dark_green .im-cmitem_delForMe::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-cmitem_del::before, .im-theme-dark_blue .im-cmitem_delMessage::before, .im-theme-dark_blue .im-cmitem_delForMe::before {
  background-color: #7e848f;
}
.im-theme-blue .im-cmitem_del::before, .im-theme-blue .im-cmitem_delMessage::before, .im-theme-blue .im-cmitem_delForMe::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-cmitem_del::before, .im-theme-vk_dark_blue .im-cmitem_delMessage::before, .im-theme-vk_dark_blue .im-cmitem_delForMe::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-cmitem_del::before, .im-theme-vk_blue .im-cmitem_delMessage::before, .im-theme-vk_blue .im-cmitem_delForMe::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-cmitem_del::before, .im-theme-dit_blue .im-cmitem_delMessage::before, .im-theme-dit_blue .im-cmitem_delForMe::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-cmitem_del::before, .im-theme-myteam_green .im-cmitem_delMessage::before, .im-theme-myteam_green .im-cmitem_delForMe::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-cmitem_del::before, .im-theme-dark_calls .im-cmitem_delMessage::before, .im-theme-dark_calls .im-cmitem_delForMe::before {
  background-color: #949494;
}

.im-renamefield {
  display: block;
  font-size: inherit;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.im-aboutfield {
  display: block;
  font-size: inherit;
  color: #000;
  width: 100%;
  border: 0 solid;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  white-space: pre-line;
  word-break: break-all;
  word-wrap: break-word;
  max-height: 80px;
  min-height: 18px;
}
.im-aboutfield:empty::before {
  color: #a5a5a5;
}

.im-search-results__item {
  position: relative;
}
.im-clist_search_mode .im-search-results__item {
  position: relative;
}
.im-search-results__item mark {
  padding-left: 1px;
  padding-right: 1px;
}
body .im-search-results__item mark {
  background-color: #fef7ac;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_green .im-search-results__item mark {
  background-color: #fff480;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_blue .im-search-results__item mark {
  background-color: #fff480;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-blue .im-search-results__item mark {
  background-color: #FEF7AC;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_dark_blue .im-search-results__item mark {
  background-color: #E3D3AC;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_blue .im-search-results__item mark {
  background-color: #F4E7C3;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-dit_blue .im-search-results__item mark {
  background-color: #FEF7AC;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-myteam_green .im-search-results__item mark {
  background-color: #FEF7AC;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_calls .im-search-results__item mark {
  background-color: #FFF480;
  color: rgba(0, 0, 0, 0.55);
}
.im-search-results__item .im-circ-spinner {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
}
body .im-search-results__item .im-circ-spinner {
  border-color: #21D86A;
}
body .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #f3f5f8;
}
body .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #f3f5f8;
}
body .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #f3f5f8;
}
.im-theme-dark_green .im-search-results__item .im-circ-spinner {
  border-color: #0ADC5E;
}
.im-theme-dark_green .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #3c3d48;
}
.im-theme-dark_green .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #3c3d48;
}
.im-theme-dark_green .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #3c3d48;
}
.im-theme-dark_blue .im-search-results__item .im-circ-spinner {
  border-color: #2e91ff;
}
.im-theme-dark_blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #3c3d48;
}
.im-theme-dark_blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #3c3d48;
}
.im-theme-dark_blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #3c3d48;
}
.im-theme-blue .im-search-results__item .im-circ-spinner {
  border-color: #2D90F5;
}
.im-theme-blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #f3f5f8;
}
.im-theme-blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #f3f5f8;
}
.im-theme-blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-search-results__item .im-circ-spinner {
  border-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #3C3D48;
}
.im-theme-vk_dark_blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #3C3D48;
}
.im-theme-vk_dark_blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #3C3D48;
}
.im-theme-vk_blue .im-search-results__item .im-circ-spinner {
  border-color: #3F8AE0;
}
.im-theme-vk_blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #F1F3F7;
}
.im-theme-vk_blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #F1F3F7;
}
.im-theme-vk_blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #F1F3F7;
}
.im-theme-dit_blue .im-search-results__item .im-circ-spinner {
  border-color: #2E72BF;
}
.im-theme-dit_blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #f3f5f8;
}
.im-theme-dit_blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #f3f5f8;
}
.im-theme-dit_blue .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #f3f5f8;
}
.im-theme-myteam_green .im-search-results__item .im-circ-spinner {
  border-color: #18D893;
}
.im-theme-myteam_green .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #f3f5f8;
}
.im-theme-myteam_green .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #f3f5f8;
}
.im-theme-myteam_green .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #f3f5f8;
}
.im-theme-dark_calls .im-search-results__item .im-circ-spinner {
  border-color: #0C7CFF;
}
.im-theme-dark_calls .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #1F1F1F;
}
.im-theme-dark_calls .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #1F1F1F;
}
.im-theme-dark_calls .im-search-results__item .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #1F1F1F;
}

body .im-search-sub-result {
  color: #838690;
}
.im-theme-dark_green .im-search-sub-result {
  color: #7e848f;
}
.im-theme-dark_blue .im-search-sub-result {
  color: #7e848f;
}
.im-theme-blue .im-search-sub-result {
  color: #838690;
}
.im-theme-vk_dark_blue .im-search-sub-result {
  color: #909499;
}
.im-theme-vk_blue .im-search-sub-result {
  color: #818C99;
}
.im-theme-dit_blue .im-search-sub-result {
  color: #838690;
}
.im-theme-myteam_green .im-search-sub-result {
  color: #838690;
}
.im-theme-dark_calls .im-search-sub-result {
  color: #9C9C9C;
}

.im-ppreview {
  z-index: 1020;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  display: none;
}
.im-ppreview .im-ppreview-playbutt {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: none;
  justify-content: center;
  align-items: center;
}
.im-ppreview .im-ppreview-playbutt:after {
  content: "";
  display: block;
  border: 1px solid white;
  border-radius: 24px;
  background-color: transparent;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3714 11.1809L5.30176 18.7422C4.63752 19.1959 3.72447 19.035 3.26239 18.3828C3.09157 18.1417 3 17.855 3 17.5613L3 2.43858C3 1.64407 3.65594 0.999999 4.46509 0.999999C4.76423 0.999999 5.05619 1.08991 5.30176 1.25764L16.3714 8.819C17.0357 9.27272 17.1996 10.1692 16.7375 10.8215C16.6382 10.9616 16.5142 11.0834 16.3714 11.1809Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3714 11.1809L5.30176 18.7422C4.63752 19.1959 3.72447 19.035 3.26239 18.3828C3.09157 18.1417 3 17.855 3 17.5613L3 2.43858C3 1.64407 3.65594 0.999999 4.46509 0.999999C4.76423 0.999999 5.05619 1.08991 5.30176 1.25764L16.3714 8.819C17.0357 9.27272 17.1996 10.1692 16.7375 10.8215C16.6382 10.9616 16.5142 11.0834 16.3714 11.1809Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  background-size: 18px 24px;
  width: 18px 24px;
  height: 18px 24px;
  mask-size: 18px 24px;
  -webkit-mask-size: 18px 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 48px;
  height: 48px;
}
.im-ppreview .im-circ-spinner {
  display: none;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  box-shadow: 0 0 5px 0 #252525, inset 0 0 5px 4px #252525;
  border-color: #eaeaea;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  margin-top: -22px;
  margin-left: -22px;
}
.im-ppreview.im-ppreview-loading .im-circ-spinner {
  display: block;
}
.im-ppreview.im-ppreview-playbutt__visible .im-ppreview-playbutt {
  display: block;
}

.im-ppreview-img {
  background: black no-repeat scroll center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  text-align: center;
  /*&:hover .im-ppreview__close {
      display: block;
  }*/
}
.im-ppreview-img video {
  height: 100%;
  width: 100%;
}
.im-ppreview-controls__visible .im-ppreview-img {
  cursor: default;
}
.im-ppreview-img.im-ppreview-img__gif::after {
  content: "GIF";
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fafafa;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.im-ppreview__close {
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 7px;
  bottom: auto;
  left: auto;
  padding: 5px;
}
.im-ppreview__close span {
  padding: 0 0 0 20px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-ppreview__close span {
  margin-left: -10px;
  margin-top: -10px;
  min-height: 30px;
}

.im-ppreview-controls {
  display: none;
  /*.im-ui-button {
      @include rounded(20px);
      &.active {
          @include boxShadow(0 0 10px 5px $activeButtonColor);
      }
  }*/
}
.im-ppreview-controls__visible .im-ppreview-controls {
  display: block;
}

.im-ppreview__get {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3V13.5M10 13.5L6 10M10 13.5L14 10' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 14.5V15C3 16.1046 3.89543 17 5 17H15C16.1046 17 17 16.1046 17 15V14.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3V13.5M10 13.5L6 10M10 13.5L14 10' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 14.5V15C3 16.1046 3.89543 17 5 17H15C16.1046 17 17 16.1046 17 15V14.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  text-decoration: none;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 15px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.im-ppreview__playcontrol {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 2px 4px;
}
.im-ppreview__playcontrol span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-left: 22px solid #000;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  margin-left: 2px;
}
.im-ppreview__playcontrol span::after, .im-ppreview__playcontrol span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-ppreview__playcontrol span::after {
  content: "";
  position: absolute;
  top: -12px;
  right: auto;
  bottom: auto;
  left: -21px;
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.im-ppreview__playcontrol.im-ppreview__playcontrol-playing span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 7px;
  height: 22px;
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 5px;
  height: 24px;
  border-left: 8px solid #000;
  border-right: 8px solid #000;
  margin-left: 0;
}
.im-ppreview__playcontrol.im-ppreview__playcontrol-playing span::after, .im-ppreview__playcontrol.im-ppreview__playcontrol-playing span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-ppreview__playcontrol.im-ppreview__playcontrol-playing span::after {
  content: "";
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: -7px;
  display: block;
  width: 7px;
  height: 22px;
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
}

.im-ppreview__progressbar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: auto;
  height: 5px;
  background: #a8adb8;
  border-radius: 2px;
}
.im-ppreview__progressbar .im-ppreview__progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: auto;
  height: 100%;
  border-radius: 2px;
  background: #fff;
}

.im-ppreview__profile {
  position: absolute;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 15px;
  font-size: 14px;
  color: #fff;
  text-shadow: #000000 0 2px 0;
}

.im-gpreview-prev,
.im-gpreview-next {
  border-radius: 20px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 15px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.im-gpreview-prev.active,
.im-gpreview-next.active {
  box-shadow: 0 0 10px 5px #eef7ee;
}
.im-gpreview-prev::after,
.im-gpreview-next::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -13px;
  margin-left: -7px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 18.1693L8.25 12.2258L14.25 6.16934' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 18.1693L8.25 12.2258L14.25 6.16934' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-gpreview-prev::after,
body .im-gpreview-next::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-gpreview-prev::after,
.im-theme-dark_green .im-gpreview-next::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-gpreview-prev::after,
.im-theme-dark_blue .im-gpreview-next::after {
  background-color: #7e848f;
}
.im-theme-blue .im-gpreview-prev::after,
.im-theme-blue .im-gpreview-next::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-gpreview-prev::after,
.im-theme-vk_dark_blue .im-gpreview-next::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-gpreview-prev::after,
.im-theme-vk_blue .im-gpreview-next::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-gpreview-prev::after,
.im-theme-dit_blue .im-gpreview-next::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-gpreview-prev::after,
.im-theme-myteam_green .im-gpreview-next::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-gpreview-prev::after,
.im-theme-dark_calls .im-gpreview-next::after {
  background-color: #949494;
}

.im-gpreview-prev {
  left: auto;
  right: 15px;
}
.im-gpreview-prev::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.im-scrollbar {
  width: 14px;
  overflow: hidden;
  z-index: 20;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  left: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-scrollbar:hover .im-scrollbar__view {
  opacity: 1;
}
body .im-scrollbar:hover .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-theme-dark_green .im-scrollbar:hover .im-scrollbar__view {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dark_blue .im-scrollbar:hover .im-scrollbar__view {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-blue .im-scrollbar:hover .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-theme-vk_dark_blue .im-scrollbar:hover .im-scrollbar__view {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-vk_blue .im-scrollbar:hover .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-theme-dit_blue .im-scrollbar:hover .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-theme-myteam_green .im-scrollbar:hover .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-theme-dark_calls .im-scrollbar:hover .im-scrollbar__view {
  background-color: rgba(255, 255, 255, 0.05);
}

.im-scrollbar_expandable.im-scrollbar_captured .im-scrollbar__slider-view, .im-scrollbar_expandable:hover .im-scrollbar__slider-view {
  border-radius: 5px;
}
.im-scrollbar_expandable.im-scrollbar_captured .im-scrollbar__view, .im-scrollbar_expandable:hover .im-scrollbar__view {
  width: 10px;
  border-radius: 5px;
}

.im-scrollbar__view {
  width: 6px;
  opacity: 0.39;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 3px;
  left: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*@if ($property == transform) or ($property == box-shadow) or ($property == border-radius) {
      $real_val: $val;
      $val: $property $val, -o- + $property $val, -webkit- + $property $val;
      @if ($excludeFF == false) {
          $val: $val, -moz- + $property $real_val;
      }
  } @else {*/
  transition: width 200ms, opacity 200ms;
  -moz-transition: width 200ms, opacity 200ms;
  -o-transition: width 200ms, opacity 200ms;
  -webkit-transition: width 200ms, opacity 200ms;
}

body .im-scrollbar_always-visible .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-theme-dark_green .im-scrollbar_always-visible .im-scrollbar__view {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dark_blue .im-scrollbar_always-visible .im-scrollbar__view {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-blue .im-scrollbar_always-visible .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-theme-vk_dark_blue .im-scrollbar_always-visible .im-scrollbar__view {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-vk_blue .im-scrollbar_always-visible .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-theme-dit_blue .im-scrollbar_always-visible .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-theme-myteam_green .im-scrollbar_always-visible .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-theme-dark_calls .im-scrollbar_always-visible .im-scrollbar__view {
  background-color: rgba(255, 255, 255, 0.05);
}

.im-scrollbar__source {
  overflow-y: hidden !important;
}

.im-scrollbar__slider {
  height: 20px;
  position: absolute;
  top: 0;
  right: -2px;
  bottom: auto;
  left: -2px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.im-scrollbar__slider-view {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  position: absolute;
  top: 1px;
  right: 2px;
  bottom: 1px;
  left: 2px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-scrollbar__slider-view {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_green .im-scrollbar__slider-view {
  background-color: rgba(255, 255, 255, 0.34);
}
.im-theme-dark_blue .im-scrollbar__slider-view {
  background-color: rgba(255, 255, 255, 0.34);
}
.im-theme-blue .im-scrollbar__slider-view {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-vk_dark_blue .im-scrollbar__slider-view {
  background-color: rgba(255, 255, 255, 0.34);
}
.im-theme-vk_blue .im-scrollbar__slider-view {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dit_blue .im-scrollbar__slider-view {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-myteam_green .im-scrollbar__slider-view {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_calls .im-scrollbar__slider-view {
  background-color: rgba(255, 255, 255, 0.34);
}

.im-scrollbar_captured .im-scrollbar__source {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-scrollbar_captured .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
body .im-scrollbar_captured .im-scrollbar__slider-view {
  background-color: rgba(0, 0, 0, 0.35);
}
.im-theme-dark_green .im-scrollbar_captured .im-scrollbar__view {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dark_green .im-scrollbar_captured .im-scrollbar__slider-view {
  background-color: rgba(255, 255, 255, 0.4);
}
.im-theme-dark_blue .im-scrollbar_captured .im-scrollbar__view {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dark_blue .im-scrollbar_captured .im-scrollbar__slider-view {
  background-color: rgba(255, 255, 255, 0.4);
}
.im-theme-blue .im-scrollbar_captured .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-theme-blue .im-scrollbar_captured .im-scrollbar__slider-view {
  background-color: rgba(0, 0, 0, 0.35);
}
.im-theme-vk_dark_blue .im-scrollbar_captured .im-scrollbar__view {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-vk_dark_blue .im-scrollbar_captured .im-scrollbar__slider-view {
  background-color: rgba(255, 255, 255, 0.4);
}
.im-theme-vk_blue .im-scrollbar_captured .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-theme-vk_blue .im-scrollbar_captured .im-scrollbar__slider-view {
  background-color: rgba(0, 0, 0, 0.35);
}
.im-theme-dit_blue .im-scrollbar_captured .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-theme-dit_blue .im-scrollbar_captured .im-scrollbar__slider-view {
  background-color: rgba(0, 0, 0, 0.35);
}
.im-theme-myteam_green .im-scrollbar_captured .im-scrollbar__view {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-theme-myteam_green .im-scrollbar_captured .im-scrollbar__slider-view {
  background-color: rgba(0, 0, 0, 0.35);
}
.im-theme-dark_calls .im-scrollbar_captured .im-scrollbar__view {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dark_calls .im-scrollbar_captured .im-scrollbar__slider-view {
  background-color: rgba(255, 255, 255, 0.4);
}

.im-emoji_inline {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  margin: auto 1px;
  display: inline-block;
}

.im-official_inline {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-color: #41f2ff;
  margin: auto 3px auto 1px;
  display: inline-block;
}

.im-sticker-wrap {
  height: 170px;
  width: 170px;
  background: transparent scroll no-repeat center center;
  background-size: contain;
  background-image: url("../images/stickers/sticker_placeholder.png");
}

.im-tabbox-content {
  position: absolute;
  top: 49px;
  right: 0;
  bottom: 0;
  left: 0;
}

.im-tabbox__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
.im-desktop .im-tabbox__layer {
  overflow: hidden;
}

.im-tabbox__layer-item.im-tabbox__layer-item {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 47px;
  width: 38px;
  text-align: center;
}
.im-tabbox__layer-item.im-tabbox__layer-item span {
  display: none;
}
.im-tabbox__layer-item.im-tabbox__layer-item.im-tabbox__layer-item_selected {
  border-radius: 5px;
}
body .im-tabbox__layer-item.im-tabbox__layer-item.im-tabbox__layer-item_selected {
  background-color: rgba(33, 216, 106, 0.28);
}
.im-theme-dark_green .im-tabbox__layer-item.im-tabbox__layer-item.im-tabbox__layer-item_selected {
  background-color: rgba(10, 220, 94, 0.28);
}
.im-theme-dark_blue .im-tabbox__layer-item.im-tabbox__layer-item.im-tabbox__layer-item_selected {
  background-color: rgba(46, 145, 255, 0.28);
}
.im-theme-blue .im-tabbox__layer-item.im-tabbox__layer-item.im-tabbox__layer-item_selected {
  background-color: rgba(45, 144, 245, 0.28);
}
.im-theme-vk_dark_blue .im-tabbox__layer-item.im-tabbox__layer-item.im-tabbox__layer-item_selected {
  background-color: rgba(113, 170, 235, 0.28);
}
.im-theme-vk_blue .im-tabbox__layer-item.im-tabbox__layer-item.im-tabbox__layer-item_selected {
  background-color: rgba(63, 138, 224, 0.28);
}
.im-theme-dit_blue .im-tabbox__layer-item.im-tabbox__layer-item.im-tabbox__layer-item_selected {
  background-color: rgba(46, 114, 191, 0.28);
}
.im-theme-myteam_green .im-tabbox__layer-item.im-tabbox__layer-item.im-tabbox__layer-item_selected {
  background-color: rgba(24, 216, 147, 0.28);
}
.im-theme-dark_calls .im-tabbox__layer-item.im-tabbox__layer-item.im-tabbox__layer-item_selected {
  background-color: rgba(12, 124, 255, 0.28);
}

.im-tabbox__layer_disabled {
  overflow: hidden;
}
.im-tabbox__layer_disabled .im-tabbox__layer-item {
  opacity: 0.5;
}

/* Tabs for TabBox */
.im-multitabs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid;
}
body .im-multitabs {
  border-bottom-color: #eceef3;
}
.im-theme-dark_green .im-multitabs {
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-multitabs {
  border-bottom-color: #3c3d47;
}
.im-theme-blue .im-multitabs {
  border-bottom-color: #eceef3;
}
.im-theme-vk_dark_blue .im-multitabs {
  border-bottom-color: #3C3D47;
}
.im-theme-vk_blue .im-multitabs {
  border-bottom-color: #ECEEF3;
}
.im-theme-dit_blue .im-multitabs {
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-multitabs {
  border-bottom-color: #eceef3;
}
.im-theme-dark_calls .im-multitabs {
  border-bottom-color: #1F1F1F;
}

.im-multitabs__leftbtn,
.im-multitabs__rightbtn {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  width: 34px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: none;
}
.im-multitabs__leftbtn::after,
.im-multitabs__rightbtn::after {
  content: "";
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 10px;
  height: 10px;
}
body .im-multitabs__leftbtn::after,
body .im-multitabs__rightbtn::after {
  border-top-color: #b7bcc9;
  border-right-color: #b7bcc9;
}
.im-theme-dark_green .im-multitabs__leftbtn::after,
.im-theme-dark_green .im-multitabs__rightbtn::after {
  border-top-color: #7e848f;
  border-right-color: #7e848f;
}
.im-theme-dark_blue .im-multitabs__leftbtn::after,
.im-theme-dark_blue .im-multitabs__rightbtn::after {
  border-top-color: #7e848f;
  border-right-color: #7e848f;
}
.im-theme-blue .im-multitabs__leftbtn::after,
.im-theme-blue .im-multitabs__rightbtn::after {
  border-top-color: #b7bcc9;
  border-right-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-multitabs__leftbtn::after,
.im-theme-vk_dark_blue .im-multitabs__rightbtn::after {
  border-top-color: #76787A;
  border-right-color: #76787A;
}
.im-theme-vk_blue .im-multitabs__leftbtn::after,
.im-theme-vk_blue .im-multitabs__rightbtn::after {
  border-top-color: #99A2AD;
  border-right-color: #99A2AD;
}
.im-theme-dit_blue .im-multitabs__leftbtn::after,
.im-theme-dit_blue .im-multitabs__rightbtn::after {
  border-top-color: #b7bcc9;
  border-right-color: #b7bcc9;
}
.im-theme-myteam_green .im-multitabs__leftbtn::after,
.im-theme-myteam_green .im-multitabs__rightbtn::after {
  border-top-color: #b7bcc9;
  border-right-color: #b7bcc9;
}
.im-theme-dark_calls .im-multitabs__leftbtn::after,
.im-theme-dark_calls .im-multitabs__rightbtn::after {
  border-top-color: #949494;
  border-right-color: #949494;
}

.im-multitabs__leftbtn {
  left: 0;
}
.im-multitabs__leftbtn::after {
  margin-left: 4px;
  -webkit-transform: rotate(-140deg);
  -moz-transform: rotate(-140deg);
  -o-transform: rotate(-140deg);
  -ms-transform: rotate(-140deg);
  transform: rotate(-140deg);
}

.im-multitabs__rightbtn {
  right: 0;
}
.im-multitabs__rightbtn::after {
  margin-left: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.im-multitabs__tab {
  height: 100%;
  text-align: center;
  position: relative;
  float: left;
}

.im-multitabs__tab_disabled span,
.im-multitabs__tab_disabled img {
  opacity: 0.6;
}

.im-multitabs__tabspan {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  overflow: hidden;
}

/* Avatar Box */
.im-avatarbox {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  overflow: hidden;
  /*box-shadow: inset 0 0 2px 0 rgba(0,0,0,0.50);
  &.im-avatarbox_symbol, &.im-avatarbox_emoji {
      box-shadow: none;
  }*/
}

.im-avatarbox_emoji {
  background-image: none;
}
.im-avatarbox_emoji span {
  display: block;
  background-image: inherit;
  background-size: inherit;
  background-position: inherit;
  background-repeat: repeat;
  content: "";
  position: relative;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  z-index: 10;
}

.im-avatarbox_text {
  font-family: RoundedMplus1c, Arial, serif;
  text-align: center;
  vertical-align: baseline;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.im-avatar-block .im-avatarbox.im-avatarbox_text {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: unset !important;
}

.im-avatarbox-extra {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 28px;
}
body .im-avatarbox-extra {
  background-color: #ffffff;
  color: #111111;
}
.im-theme-dark_green .im-avatarbox-extra {
  background-color: #2b2c34;
  color: #ffffff;
}
.im-theme-dark_blue .im-avatarbox-extra {
  background-color: #2b2c34;
  color: #ffffff;
}
.im-theme-blue .im-avatarbox-extra {
  background-color: #ffffff;
  color: #111111;
}
.im-theme-vk_dark_blue .im-avatarbox-extra {
  background-color: #2B2C34;
  color: #E1E3E6;
}
.im-theme-vk_blue .im-avatarbox-extra {
  background-color: #ffffff;
  color: #111111;
}
.im-theme-dit_blue .im-avatarbox-extra {
  background-color: #ffffff;
  color: #111111;
}
.im-theme-myteam_green .im-avatarbox-extra {
  background-color: #ffffff;
  color: #111111;
}
.im-theme-dark_calls .im-avatarbox-extra {
  background-color: #2B2B2B;
  color: #FFFFFF;
}

.im-favorite-avatar {
  position: relative;
}
body .im-favorite-avatar {
  background-color: #38ED80;
  color: #ffffff;
}
.im-theme-dark_green .im-favorite-avatar {
  background-color: #53DE72;
  color: #ffffff;
}
.im-theme-dark_blue .im-favorite-avatar {
  background-color: #4271B5;
  color: #ffffff;
}
.im-theme-blue .im-favorite-avatar {
  background-color: #57B3FF;
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-favorite-avatar {
  background-color: #547BA8;
  color: #E1E3E6;
}
.im-theme-vk_blue .im-favorite-avatar {
  background-color: #429AFF;
  color: #ffffff;
}
.im-theme-dit_blue .im-favorite-avatar {
  background-color: #459AF1;
  color: #ffffff;
}
.im-theme-myteam_green .im-favorite-avatar {
  background-color: #29F0A9;
  color: #ffffff;
}
.im-theme-dark_calls .im-favorite-avatar {
  background-color: #4A9DFF;
  color: #FFFFFF;
}
.im-favorite-avatar span {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  height: 28px;
}
body .im-favorite-avatar span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-favorite-avatar span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-favorite-avatar span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-favorite-avatar span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-favorite-avatar span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #E1E3E6;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-favorite-avatar span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-favorite-avatar span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-favorite-avatar span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-favorite-avatar span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='26' viewBox='0 0 28 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.0554 0.717387C13.3667 -0.178173 14.6333 -0.178173 14.9446 0.717387L17.5334 8.16501C17.6707 8.56008 18.0394 8.82795 18.4575 8.83647L26.3406 8.99711C27.2886 9.01643 27.6799 10.221 26.9244 10.7938L20.6413 15.5573C20.308 15.81 20.1671 16.2434 20.2883 16.6438L22.5715 24.1907C22.846 25.0982 21.8214 25.8426 21.0432 25.3011L14.5712 20.7975C14.2279 20.5586 13.7721 20.5586 13.4288 20.7975L6.95684 25.3011C6.1786 25.8426 5.15396 25.0982 5.42851 24.1907L7.71173 16.6438C7.83285 16.2434 7.69202 15.81 7.35873 15.5573L1.0756 10.7938C0.320066 10.221 0.711446 9.01643 1.65937 8.99711L9.54246 8.83647C9.96063 8.82795 10.3293 8.56008 10.4666 8.16501L13.0554 0.717387Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFFFFF;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-recent__static-items .im-favorite-avatar {
  background-color: #eceef3;
  color: #b7bcc9;
}
body .im-recent__static-items .im-favorite-avatar span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-recent__static-items .im-favorite-avatar {
  background-color: #3c3d47;
  color: #7e848f;
}
.im-theme-dark_green .im-recent__static-items .im-favorite-avatar span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-recent__static-items .im-favorite-avatar {
  background-color: #3c3d47;
  color: #7e848f;
}
.im-theme-dark_blue .im-recent__static-items .im-favorite-avatar span {
  background-color: #7e848f;
}
.im-theme-blue .im-recent__static-items .im-favorite-avatar {
  background-color: #eceef3;
  color: #b7bcc9;
}
.im-theme-blue .im-recent__static-items .im-favorite-avatar span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-recent__static-items .im-favorite-avatar {
  background-color: #3C3D47;
  color: #76787A;
}
.im-theme-vk_dark_blue .im-recent__static-items .im-favorite-avatar span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-recent__static-items .im-favorite-avatar {
  background-color: #ECEEF3;
  color: #99A2AD;
}
.im-theme-vk_blue .im-recent__static-items .im-favorite-avatar span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-recent__static-items .im-favorite-avatar {
  background-color: #eceef3;
  color: #b7bcc9;
}
.im-theme-dit_blue .im-recent__static-items .im-favorite-avatar span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-recent__static-items .im-favorite-avatar {
  background-color: #eceef3;
  color: #b7bcc9;
}
.im-theme-myteam_green .im-recent__static-items .im-favorite-avatar span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-recent__static-items .im-favorite-avatar {
  background-color: #1F1F1F;
  color: #949494;
}
.im-theme-dark_calls .im-recent__static-items .im-favorite-avatar span {
  background-color: #949494;
}

.im-avatar-full {
  width: 100%;
  position: relative;
  display: flex;
}
.im-avatar-full .im-avatarbox {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.im-avatar-full .im-avatarbox_emoji {
  background-repeat: repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: auto;
  position: static;
}
.im-avatar-full .im-avatarbox_emoji::after {
  display: none;
}
.im-avatar-full.im-profile-avataricon .im-avatarbox {
  background-size: 90px 90px;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
}

/* Avatar modifires */
.im-avatarmark {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding-box;
  position: absolute;
  z-index: 11;
  border: 2px solid;
}
body .im-avatarmark {
  border-color: #ffffff;
}
.im-theme-dark_green .im-avatarmark {
  border-color: #2b2c34;
}
.im-theme-dark_blue .im-avatarmark {
  border-color: #2b2c34;
}
.im-theme-blue .im-avatarmark {
  border-color: #ffffff;
}
.im-theme-vk_dark_blue .im-avatarmark {
  border-color: #2B2C34;
}
.im-theme-vk_blue .im-avatarmark {
  border-color: #FFFFFF;
}
.im-theme-dit_blue .im-avatarmark {
  border-color: #ffffff;
}
.im-theme-myteam_green .im-avatarmark {
  border-color: #ffffff;
}
.im-theme-dark_calls .im-avatarmark {
  border-color: #2B2B2B;
}

.im-avatarmark_official12 {
  background-color: #108aff;
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
.im-avatarmark_official12:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  background-size: 12px;
  width: 12px;
  height: 12px;
  mask-size: 12px;
  -webkit-mask-size: 12px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-avatarmark_official16 {
  background-color: #108aff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
.im-avatarmark_official16:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  background-size: 16px;
  width: 16px;
  height: 16px;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-avatarmark_official24 {
  background-color: #108aff;
  width: 28px;
  height: 28px;
  border-radius: 14px;
}
.im-avatarmark_official24:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-avatarmark_mute12 {
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
body .im-avatarmark_mute12 {
  background-color: #cccfd8;
}
.im-theme-dark_green .im-avatarmark_mute12 {
  background-color: #5e5f6c;
}
.im-theme-dark_blue .im-avatarmark_mute12 {
  background-color: #5e5f6c;
}
.im-theme-blue .im-avatarmark_mute12 {
  background-color: #cccfd8;
}
.im-theme-vk_dark_blue .im-avatarmark_mute12 {
  background-color: #5D5F61;
}
.im-theme-vk_blue .im-avatarmark_mute12 {
  background-color: #B8C1CC;
}
.im-theme-dit_blue .im-avatarmark_mute12 {
  background-color: #cccfd8;
}
.im-theme-myteam_green .im-avatarmark_mute12 {
  background-color: #cccfd8;
}
.im-theme-dark_calls .im-avatarmark_mute12 {
  background-color: #858585;
}
.im-avatarmark_mute12:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7697 17.6714V17.9307C14.7697 18.2659 14.498 18.5376 14.1628 18.5376C14.0435 18.5376 13.9268 18.5025 13.8274 18.4365L8.55439 14.9401H4.06782C3.39739 14.9401 2.85391 14.3966 2.85391 13.7262V7.48794C2.85391 6.90734 3.26151 6.42194 3.80618 6.3023L14.7697 17.6714ZM14.7697 10.4029L9.71776 5.16405L13.8635 2.81469C14.1552 2.64942 14.5256 2.75187 14.6908 3.04351C14.7426 3.13476 14.7697 3.23786 14.7697 3.34275V10.4029ZM2.76068 1.88025L2.90039 1.74054C3.25594 1.38499 3.8324 1.38499 4.18795 1.74054C4.18955 1.74214 4.19114 1.74374 4.19273 1.74536L18.4614 16.2285C18.8125 16.5848 18.8103 17.1576 18.4566 17.5113L18.3169 17.651C17.9614 18.0065 17.3849 18.0065 17.0294 17.651C17.0278 17.6494 17.0262 17.6478 17.0246 17.6461L9.89024 10.4046L2.7559 3.16298C2.40487 2.80668 2.40701 2.23393 2.76068 1.88025Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7697 17.6714V17.9307C14.7697 18.2659 14.498 18.5376 14.1628 18.5376C14.0435 18.5376 13.9268 18.5025 13.8274 18.4365L8.55439 14.9401H4.06782C3.39739 14.9401 2.85391 14.3966 2.85391 13.7262V7.48794C2.85391 6.90734 3.26151 6.42194 3.80618 6.3023L14.7697 17.6714ZM14.7697 10.4029L9.71776 5.16405L13.8635 2.81469C14.1552 2.64942 14.5256 2.75187 14.6908 3.04351C14.7426 3.13476 14.7697 3.23786 14.7697 3.34275V10.4029ZM2.76068 1.88025L2.90039 1.74054C3.25594 1.38499 3.8324 1.38499 4.18795 1.74054C4.18955 1.74214 4.19114 1.74374 4.19273 1.74536L18.4614 16.2285C18.8125 16.5848 18.8103 17.1576 18.4566 17.5113L18.3169 17.651C17.9614 18.0065 17.3849 18.0065 17.0294 17.651C17.0278 17.6494 17.0262 17.6478 17.0246 17.6461L9.89024 10.4046L2.7559 3.16298C2.40487 2.80668 2.40701 2.23393 2.76068 1.88025Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  background-size: 12px;
  width: 12px;
  height: 12px;
  mask-size: 12px;
  -webkit-mask-size: 12px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-avatarmark_mute16 {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
body .im-avatarmark_mute16 {
  background-color: #cccfd8;
}
.im-theme-dark_green .im-avatarmark_mute16 {
  background-color: #5e5f6c;
}
.im-theme-dark_blue .im-avatarmark_mute16 {
  background-color: #5e5f6c;
}
.im-theme-blue .im-avatarmark_mute16 {
  background-color: #cccfd8;
}
.im-theme-vk_dark_blue .im-avatarmark_mute16 {
  background-color: #5D5F61;
}
.im-theme-vk_blue .im-avatarmark_mute16 {
  background-color: #B8C1CC;
}
.im-theme-dit_blue .im-avatarmark_mute16 {
  background-color: #cccfd8;
}
.im-theme-myteam_green .im-avatarmark_mute16 {
  background-color: #cccfd8;
}
.im-theme-dark_calls .im-avatarmark_mute16 {
  background-color: #858585;
}
.im-avatarmark_mute16:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7697 17.6714V17.9307C14.7697 18.2659 14.498 18.5376 14.1628 18.5376C14.0435 18.5376 13.9268 18.5025 13.8274 18.4365L8.55439 14.9401H4.06782C3.39739 14.9401 2.85391 14.3966 2.85391 13.7262V7.48794C2.85391 6.90734 3.26151 6.42194 3.80618 6.3023L14.7697 17.6714ZM14.7697 10.4029L9.71776 5.16405L13.8635 2.81469C14.1552 2.64942 14.5256 2.75187 14.6908 3.04351C14.7426 3.13476 14.7697 3.23786 14.7697 3.34275V10.4029ZM2.76068 1.88025L2.90039 1.74054C3.25594 1.38499 3.8324 1.38499 4.18795 1.74054C4.18955 1.74214 4.19114 1.74374 4.19273 1.74536L18.4614 16.2285C18.8125 16.5848 18.8103 17.1576 18.4566 17.5113L18.3169 17.651C17.9614 18.0065 17.3849 18.0065 17.0294 17.651C17.0278 17.6494 17.0262 17.6478 17.0246 17.6461L9.89024 10.4046L2.7559 3.16298C2.40487 2.80668 2.40701 2.23393 2.76068 1.88025Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7697 17.6714V17.9307C14.7697 18.2659 14.498 18.5376 14.1628 18.5376C14.0435 18.5376 13.9268 18.5025 13.8274 18.4365L8.55439 14.9401H4.06782C3.39739 14.9401 2.85391 14.3966 2.85391 13.7262V7.48794C2.85391 6.90734 3.26151 6.42194 3.80618 6.3023L14.7697 17.6714ZM14.7697 10.4029L9.71776 5.16405L13.8635 2.81469C14.1552 2.64942 14.5256 2.75187 14.6908 3.04351C14.7426 3.13476 14.7697 3.23786 14.7697 3.34275V10.4029ZM2.76068 1.88025L2.90039 1.74054C3.25594 1.38499 3.8324 1.38499 4.18795 1.74054C4.18955 1.74214 4.19114 1.74374 4.19273 1.74536L18.4614 16.2285C18.8125 16.5848 18.8103 17.1576 18.4566 17.5113L18.3169 17.651C17.9614 18.0065 17.3849 18.0065 17.0294 17.651C17.0278 17.6494 17.0262 17.6478 17.0246 17.6461L9.89024 10.4046L2.7559 3.16298C2.40487 2.80668 2.40701 2.23393 2.76068 1.88025Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  background-size: 16px;
  width: 16px;
  height: 16px;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-avatarmark_online12 {
  width: 16px;
  height: 16px;
  border-width: 8px;
  background-clip: border-box;
  border-radius: 50%;
}
.im-avatarmark_online12:before {
  content: "";
  position: absolute;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: -4px;
  top: -4px;
  width: 8px;
  height: 8px;
  z-index: 1;
  background: #51e054;
  border-radius: 50%;
}

.im-avatarmark_online16 {
  width: 20px;
  height: 20px;
  border-width: 10px;
  background-clip: border-box;
  border-radius: 50%;
}
.im-avatarmark_online16:before {
  content: "";
  position: absolute;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  z-index: 1;
  background: #51e054;
  border-radius: 50%;
}

.im-tickbox {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px;
  border-radius: 2px;
}
body .im-tickbox {
  border-color: #b7bcc9;
  background-color: #ffffff;
}
body .im-tickbox.im-tickbox_checked, input[checked] + body .im-tickbox {
  background-color: #21D86A;
  border-width: 0;
}
body .im-tickbox.im-tickbox_checked::before, input[checked] + body .im-tickbox::before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-tickbox.im-tickbox_checked:hover, input[checked] + body .im-tickbox:hover {
  background-color: #1EC360;
}
body .im-tickbox.im-tickbox_checked:active, input[checked] + body .im-tickbox:active {
  background-color: #1BB157;
}
.im-theme-dark_green .im-tickbox {
  border-color: #7e848f;
  background-color: #2b2c34;
}
.im-theme-dark_green .im-tickbox.im-tickbox_checked, input[checked] + .im-theme-dark_green .im-tickbox {
  background-color: #0ADC5E;
  border-width: 0;
}
.im-theme-dark_green .im-tickbox.im-tickbox_checked::before, input[checked] + .im-theme-dark_green .im-tickbox::before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-tickbox.im-tickbox_checked:hover, input[checked] + .im-theme-dark_green .im-tickbox:hover {
  background-color: #0BF468;
}
.im-theme-dark_green .im-tickbox.im-tickbox_checked:active, input[checked] + .im-theme-dark_green .im-tickbox:active {
  background-color: #3CF686;
}
.im-theme-dark_blue .im-tickbox {
  border-color: #7e848f;
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-tickbox.im-tickbox_checked, input[checked] + .im-theme-dark_blue .im-tickbox {
  background-color: #2e91ff;
  border-width: 0;
}
.im-theme-dark_blue .im-tickbox.im-tickbox_checked::before, input[checked] + .im-theme-dark_blue .im-tickbox::before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-tickbox.im-tickbox_checked:hover, input[checked] + .im-theme-dark_blue .im-tickbox:hover {
  background-color: #479dff;
}
.im-theme-dark_blue .im-tickbox.im-tickbox_checked:active, input[checked] + .im-theme-dark_blue .im-tickbox:active {
  background-color: #3b96ff;
}
.im-theme-blue .im-tickbox {
  border-color: #b7bcc9;
  background-color: #ffffff;
}
.im-theme-blue .im-tickbox.im-tickbox_checked, input[checked] + .im-theme-blue .im-tickbox {
  background-color: #2D90F5;
  border-width: 0;
}
.im-theme-blue .im-tickbox.im-tickbox_checked::before, input[checked] + .im-theme-blue .im-tickbox::before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-tickbox.im-tickbox_checked:hover, input[checked] + .im-theme-blue .im-tickbox:hover {
  background-color: #2C84DF;
}
.im-theme-blue .im-tickbox.im-tickbox_checked:active, input[checked] + .im-theme-blue .im-tickbox:active {
  background-color: #317BC7;
}
.im-theme-vk_dark_blue .im-tickbox {
  border-color: #76787A;
  background-color: #2B2C34;
}
.im-theme-vk_dark_blue .im-tickbox.im-tickbox_checked, input[checked] + .im-theme-vk_dark_blue .im-tickbox {
  background-color: #71AAEB;
  border-width: 0;
}
.im-theme-vk_dark_blue .im-tickbox.im-tickbox_checked::before, input[checked] + .im-theme-vk_dark_blue .im-tickbox::before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-tickbox.im-tickbox_checked:hover, input[checked] + .im-theme-vk_dark_blue .im-tickbox:hover {
  background-color: #6A9EDB;
}
.im-theme-vk_dark_blue .im-tickbox.im-tickbox_checked:active, input[checked] + .im-theme-vk_dark_blue .im-tickbox:active {
  background-color: #5A88BC;
}
.im-theme-vk_blue .im-tickbox {
  border-color: #99A2AD;
  background-color: #FFFFFF;
}
.im-theme-vk_blue .im-tickbox.im-tickbox_checked, input[checked] + .im-theme-vk_blue .im-tickbox {
  background-color: #3F8AE0;
  border-width: 0;
}
.im-theme-vk_blue .im-tickbox.im-tickbox_checked::before, input[checked] + .im-theme-vk_blue .im-tickbox::before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-tickbox.im-tickbox_checked:hover, input[checked] + .im-theme-vk_blue .im-tickbox:hover {
  background-color: #3C85D7;
}
.im-theme-vk_blue .im-tickbox.im-tickbox_checked:active, input[checked] + .im-theme-vk_blue .im-tickbox:active {
  background-color: #2975CC;
}
.im-theme-dit_blue .im-tickbox {
  border-color: #b7bcc9;
  background-color: #ffffff;
}
.im-theme-dit_blue .im-tickbox.im-tickbox_checked, input[checked] + .im-theme-dit_blue .im-tickbox {
  background-color: #2E72BF;
  border-width: 0;
}
.im-theme-dit_blue .im-tickbox.im-tickbox_checked::before, input[checked] + .im-theme-dit_blue .im-tickbox::before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-tickbox.im-tickbox_checked:hover, input[checked] + .im-theme-dit_blue .im-tickbox:hover {
  background-color: #2769B5;
}
.im-theme-dit_blue .im-tickbox.im-tickbox_checked:active, input[checked] + .im-theme-dit_blue .im-tickbox:active {
  background-color: #2061AB;
}
.im-theme-myteam_green .im-tickbox {
  border-color: #b7bcc9;
  background-color: #ffffff;
}
.im-theme-myteam_green .im-tickbox.im-tickbox_checked, input[checked] + .im-theme-myteam_green .im-tickbox {
  background-color: #18D893;
  border-width: 0;
}
.im-theme-myteam_green .im-tickbox.im-tickbox_checked::before, input[checked] + .im-theme-myteam_green .im-tickbox::before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-tickbox.im-tickbox_checked:hover, input[checked] + .im-theme-myteam_green .im-tickbox:hover {
  background-color: #1AD08E;
}
.im-theme-myteam_green .im-tickbox.im-tickbox_checked:active, input[checked] + .im-theme-myteam_green .im-tickbox:active {
  background-color: #1CC88A;
}
.im-theme-dark_calls .im-tickbox {
  border-color: #949494;
  background-color: #2B2B2B;
}
.im-theme-dark_calls .im-tickbox.im-tickbox_checked, input[checked] + .im-theme-dark_calls .im-tickbox {
  background-color: #0C7CFF;
  border-width: 0;
}
.im-theme-dark_calls .im-tickbox.im-tickbox_checked::before, input[checked] + .im-theme-dark_calls .im-tickbox::before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-tickbox.im-tickbox_checked:hover, input[checked] + .im-theme-dark_calls .im-tickbox:hover {
  background-color: #005BEF;
}
.im-theme-dark_calls .im-tickbox.im-tickbox_checked:active, input[checked] + .im-theme-dark_calls .im-tickbox:active {
  background-color: #0057E5;
}

/* Avatar Editable Box
    + Nov 2019 Edition */
.im-avatar-uploader {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.im-avatar-uploader input[type=file] {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 0;
  padding-bottom: 20px;
  margin-top: -20px;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}
.im-avatar-uploader input[disabled] {
  cursor: default;
}
.im-avatar-uploader .im-avatarbox {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
}
.im-desktop .im-avatar-uploader:hover .im-avatarbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.im-desktop.im-theme-dark_green .im-avatar-uploader:hover .im-avatarbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.im-desktop.im-theme-dark_blue .im-avatar-uploader:hover .im-avatarbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.im-desktop.im-theme-blue .im-avatar-uploader:hover .im-avatarbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.im-desktop.im-theme-vk_dark_blue .im-avatar-uploader:hover .im-avatarbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.im-desktop.im-theme-vk_blue .im-avatar-uploader:hover .im-avatarbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.im-desktop.im-theme-dit_blue .im-avatar-uploader:hover .im-avatarbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.im-desktop.im-theme-myteam_green .im-avatar-uploader:hover .im-avatarbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
.im-desktop.im-theme-dark_calls .im-avatar-uploader:hover .im-avatarbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}

.im-avatar-uploader__wrap {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.im-avatar-uploader__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}
body .im-avatar-uploader__wrap::before {
  background-color: rgba(0, 255, 42, 0.05);
  border: 1px dashed #21D86A;
}
.im-avatar-uploader:hover body .im-avatar-uploader__wrap::before {
  background-color: rgba(0, 255, 42, 0.07);
}
.im-theme-dark_green .im-avatar-uploader__wrap::before {
  background-color: rgba(0, 255, 42, 0.03);
  border: 1px dashed #0ADC5E;
}
.im-avatar-uploader:hover .im-theme-dark_green .im-avatar-uploader__wrap::before {
  background-color: rgba(0, 255, 42, 0.06);
}
.im-theme-dark_blue .im-avatar-uploader__wrap::before {
  background-color: rgba(6, 114, 235, 0.03);
  border: 1px dashed #2e91ff;
}
.im-avatar-uploader:hover .im-theme-dark_blue .im-avatar-uploader__wrap::before {
  background-color: rgba(6, 114, 235, 0.06);
}
.im-theme-blue .im-avatar-uploader__wrap::before {
  background-color: rgba(28, 136, 255, 0.08);
  border: 1px dashed #2D90F5;
}
.im-avatar-uploader:hover .im-theme-blue .im-avatar-uploader__wrap::before {
  background-color: rgba(28, 136, 255, 0.11);
}
.im-theme-vk_dark_blue .im-avatar-uploader__wrap::before {
  background-color: rgba(113, 170, 235, 0.03);
  border: 1px dashed #71AAEB;
}
.im-avatar-uploader:hover .im-theme-vk_dark_blue .im-avatar-uploader__wrap::before {
  background-color: rgba(113, 170, 235, 0.06);
}
.im-theme-vk_blue .im-avatar-uploader__wrap::before {
  background-color: rgba(63, 138, 224, 0.08);
  border: 1px dashed #3F8AE0;
}
.im-avatar-uploader:hover .im-theme-vk_blue .im-avatar-uploader__wrap::before {
  background-color: rgba(63, 138, 224, 0.11);
}
.im-theme-dit_blue .im-avatar-uploader__wrap::before {
  background-color: rgba(28, 136, 255, 0.08);
  border: 1px dashed #2E72BF;
}
.im-avatar-uploader:hover .im-theme-dit_blue .im-avatar-uploader__wrap::before {
  background-color: rgba(28, 136, 255, 0.11);
}
.im-theme-myteam_green .im-avatar-uploader__wrap::before {
  background-color: rgba(24, 216, 147, 0.08);
  border: 1px dashed #18D893;
}
.im-avatar-uploader:hover .im-theme-myteam_green .im-avatar-uploader__wrap::before {
  background-color: rgba(24, 216, 147, 0.15);
}
.im-theme-dark_calls .im-avatar-uploader__wrap::before {
  background-color: rgba(12, 124, 255, 0.03);
  border: 1px dashed #0C7CFF;
}
.im-avatar-uploader:hover .im-theme-dark_calls .im-avatar-uploader__wrap::before {
  background-color: rgba(12, 124, 255, 0.06);
}
.im-avatar-uploader__wrap::after {
  display: none;
  content: "";
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-avatar-uploader__wrap::after {
  background-color: #21D86A;
}
.im-theme-dark_green .im-avatar-uploader__wrap::after {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-avatar-uploader__wrap::after {
  background-color: #2e91ff;
}
.im-theme-blue .im-avatar-uploader__wrap::after {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-avatar-uploader__wrap::after {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-avatar-uploader__wrap::after {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-avatar-uploader__wrap::after {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-avatar-uploader__wrap::after {
  background-color: #18D893;
}
.im-theme-dark_calls .im-avatar-uploader__wrap::after {
  background-color: #0C7CFF;
}
.im-avatar-uploader__wrap:empty::after {
  display: block;
}
body .im-avatar-uploader__wrap:empty::after {
  background-color: #21D86A;
}
.im-theme-dark_green .im-avatar-uploader__wrap:empty::after {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-avatar-uploader__wrap:empty::after {
  background-color: #2e91ff;
}
.im-theme-blue .im-avatar-uploader__wrap:empty::after {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-avatar-uploader__wrap:empty::after {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-avatar-uploader__wrap:empty::after {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-avatar-uploader__wrap:empty::after {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-avatar-uploader__wrap:empty::after {
  background-color: #18D893;
}
.im-theme-dark_calls .im-avatar-uploader__wrap:empty::after {
  background-color: #0C7CFF;
}

.im-desktop .im-avatar-uploader_loaded:hover .im-avatar-uploader__wrap::after {
  display: block;
  background-color: #ffffff;
}
.im-desktop.im-theme-dark_green .im-avatar-uploader_loaded:hover .im-avatar-uploader__wrap::after {
  display: block;
  background-color: #ffffff;
}
.im-desktop.im-theme-dark_blue .im-avatar-uploader_loaded:hover .im-avatar-uploader__wrap::after {
  display: block;
  background-color: #ffffff;
}
.im-desktop.im-theme-blue .im-avatar-uploader_loaded:hover .im-avatar-uploader__wrap::after {
  display: block;
  background-color: #ffffff;
}
.im-desktop.im-theme-vk_dark_blue .im-avatar-uploader_loaded:hover .im-avatar-uploader__wrap::after {
  display: block;
  background-color: #E1E3E6;
}
.im-desktop.im-theme-vk_blue .im-avatar-uploader_loaded:hover .im-avatar-uploader__wrap::after {
  display: block;
  background-color: #ffffff;
}
.im-desktop.im-theme-dit_blue .im-avatar-uploader_loaded:hover .im-avatar-uploader__wrap::after {
  display: block;
  background-color: #ffffff;
}
.im-desktop.im-theme-myteam_green .im-avatar-uploader_loaded:hover .im-avatar-uploader__wrap::after {
  display: block;
  background-color: #ffffff;
}
.im-desktop.im-theme-dark_calls .im-avatar-uploader_loaded:hover .im-avatar-uploader__wrap::after {
  display: block;
  background-color: #FFFFFF;
}
.im-avatar-uploader_loaded .im-avatar-uploader__wrap::before {
  display: none;
}

.im-msg-counter {
  position: absolute;
  padding: 0 6px;
  font-size: 12px;
  font-family: arial, sans-serif;
  font-weight: normal;
  text-align: center;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-indent: 0;
  border-radius: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-msg-counter:empty {
  display: none;
}
body .im-msg-counter {
  color: #ffffff;
  background-color: #21D86A;
}
body .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #ffffff;
}
.im-theme-dark_green .im-msg-counter {
  color: #ffffff;
  background-color: #0ADC5E;
}
.im-theme-dark_green .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-msg-counter {
  color: #ffffff;
  background-color: #2e91ff;
}
.im-theme-dark_blue .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #ffffff;
}
.im-theme-blue .im-msg-counter {
  color: #ffffff;
  background-color: #2D90F5;
}
.im-theme-blue .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-msg-counter {
  color: #E1E3E6;
  background-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #E1E3E6;
}
.im-theme-vk_blue .im-msg-counter {
  color: #ffffff;
  background-color: #3F8AE0;
}
.im-theme-vk_blue .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-msg-counter {
  color: #ffffff;
  background-color: #2E72BF;
}
.im-theme-dit_blue .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-msg-counter {
  color: #ffffff;
  background-color: #18D893;
}
.im-theme-myteam_green .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-msg-counter {
  color: #FFFFFF;
  background-color: #0C7CFF;
}
.im-theme-dark_calls .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #FFFFFF;
}
.im-msg-counter .im-msg-counter__unread-symbol,
.im-msg-counter .im-msg-counter__unread-symbol::after,
.im-msg-counter .im-msg-counter__unread-symbol::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 2px;
  height: 10px;
  background: inherit;
  margin: -5px;
  margin-left: -1px;
  border-radius: 1px;
}
.im-msg-counter .im-msg-counter__unread-symbol::after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.im-msg-counter .im-msg-counter__unread-symbol::before {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.im-waitscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.im-waitscreen .im-circ-spinner {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
}
body .im-waitscreen .im-circ-spinner {
  border-color: #f3f5f8;
}
.im-theme-dark_green .im-waitscreen .im-circ-spinner {
  border-color: #3c3d48;
}
.im-theme-dark_blue .im-waitscreen .im-circ-spinner {
  border-color: #3c3d48;
}
.im-theme-blue .im-waitscreen .im-circ-spinner {
  border-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-waitscreen .im-circ-spinner {
  border-color: #3C3D48;
}
.im-theme-vk_blue .im-waitscreen .im-circ-spinner {
  border-color: #F1F3F7;
}
.im-theme-dit_blue .im-waitscreen .im-circ-spinner {
  border-color: #f3f5f8;
}
.im-theme-myteam_green .im-waitscreen .im-circ-spinner {
  border-color: #f3f5f8;
}
.im-theme-dark_calls .im-waitscreen .im-circ-spinner {
  border-color: #1F1F1F;
}
body .im-waitscreen {
  background-color: rgba(0, 0, 0, 0.3);
}
body .im-waitscreen.im-waitscreen_white {
  background-color: #ffffff;
}
body .im-waitscreen.im-waitscreen_white .im-circ-spinner {
  border-color: #838690;
}
.im-theme-dark_green .im-waitscreen {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_green .im-waitscreen.im-waitscreen_white {
  background-color: #2b2c34;
}
.im-theme-dark_green .im-waitscreen.im-waitscreen_white .im-circ-spinner {
  border-color: #7e848f;
}
.im-theme-dark_blue .im-waitscreen {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_blue .im-waitscreen.im-waitscreen_white {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-waitscreen.im-waitscreen_white .im-circ-spinner {
  border-color: #7e848f;
}
.im-theme-blue .im-waitscreen {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-blue .im-waitscreen.im-waitscreen_white {
  background-color: #ffffff;
}
.im-theme-blue .im-waitscreen.im-waitscreen_white .im-circ-spinner {
  border-color: #838690;
}
.im-theme-vk_dark_blue .im-waitscreen {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-vk_dark_blue .im-waitscreen.im-waitscreen_white {
  background-color: #2B2C34;
}
.im-theme-vk_dark_blue .im-waitscreen.im-waitscreen_white .im-circ-spinner {
  border-color: #909499;
}
.im-theme-vk_blue .im-waitscreen {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-vk_blue .im-waitscreen.im-waitscreen_white {
  background-color: #FFFFFF;
}
.im-theme-vk_blue .im-waitscreen.im-waitscreen_white .im-circ-spinner {
  border-color: #818C99;
}
.im-theme-dit_blue .im-waitscreen {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dit_blue .im-waitscreen.im-waitscreen_white {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-waitscreen.im-waitscreen_white .im-circ-spinner {
  border-color: #838690;
}
.im-theme-myteam_green .im-waitscreen {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-myteam_green .im-waitscreen.im-waitscreen_white {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-waitscreen.im-waitscreen_white .im-circ-spinner {
  border-color: #838690;
}
.im-theme-dark_calls .im-waitscreen {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_calls .im-waitscreen.im-waitscreen_white {
  background-color: #2B2B2B;
}
.im-theme-dark_calls .im-waitscreen.im-waitscreen_white .im-circ-spinner {
  border-color: #9C9C9C;
}

.im-message-popup {
  position: fixed;
  font-family: arial, sans-serif;
  width: auto;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: auto;
  z-index: 999999;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 9px;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  padding: 5px;
  opacity: 1;
  transition: bottom 300ms, opacity 300ms;
  -moz-transition: bottom 300ms, opacity 300ms;
  -o-transition: bottom 300ms, opacity 300ms;
  -webkit-transition: bottom 300ms, opacity 300ms;
}
body .im-message-popup {
  background-color: rgba(17, 17, 17, 0.8);
  color: #cccfd8;
}
.im-theme-dark_green .im-message-popup {
  background-color: rgba(255, 255, 255, 0.8);
  color: #5e5f6c;
}
.im-theme-dark_blue .im-message-popup {
  background-color: rgba(255, 255, 255, 0.8);
  color: #5e5f6c;
}
.im-theme-blue .im-message-popup {
  background-color: rgba(17, 17, 17, 0.8);
  color: #cccfd8;
}
.im-theme-vk_dark_blue .im-message-popup {
  background-color: rgba(225, 227, 230, 0.8);
  color: #5D5F61;
}
.im-theme-vk_blue .im-message-popup {
  background-color: rgba(17, 17, 17, 0.8);
  color: #B8C1CC;
}
.im-theme-dit_blue .im-message-popup {
  background-color: rgba(17, 17, 17, 0.8);
  color: #cccfd8;
}
.im-theme-myteam_green .im-message-popup {
  background-color: rgba(17, 17, 17, 0.8);
  color: #cccfd8;
}
.im-theme-dark_calls .im-message-popup {
  background-color: rgba(255, 255, 255, 0.8);
  color: #858585;
}
.im-message-popup.im-message-popup__moved {
  transition: bottom 0ms, opacity 300ms;
  -moz-transition: bottom 0ms, opacity 300ms;
  -o-transition: bottom 0ms, opacity 300ms;
  -webkit-transition: bottom 0ms, opacity 300ms;
}

.im-dragdrop-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
body .im-dragdrop-area {
  background-color: rgba(255, 255, 255, 0.95);
}
.im-theme-dark_green .im-dragdrop-area {
  background-color: rgba(43, 44, 52, 0.95);
}
.im-theme-dark_blue .im-dragdrop-area {
  background-color: rgba(43, 44, 52, 0.95);
}
.im-theme-blue .im-dragdrop-area {
  background-color: rgba(255, 255, 255, 0.95);
}
.im-theme-vk_dark_blue .im-dragdrop-area {
  background-color: rgba(43, 44, 52, 0.95);
}
.im-theme-vk_blue .im-dragdrop-area {
  background-color: rgba(255, 255, 255, 0.95);
}
.im-theme-dit_blue .im-dragdrop-area {
  background-color: rgba(255, 255, 255, 0.95);
}
.im-theme-myteam_green .im-dragdrop-area {
  background-color: rgba(255, 255, 255, 0.95);
}
.im-theme-dark_calls .im-dragdrop-area {
  background-color: rgba(43, 43, 43, 0.95);
}
.im-dragdrop-area div {
  border-radius: 5px;
  border: dashed 1.4px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  font-size: 24px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .im-dragdrop-area div {
  border-color: rgba(0, 0, 0, 0.3);
  color: #838690;
  background-color: rgba(0, 255, 42, 0.05);
}
.im-theme-dark_green .im-dragdrop-area div {
  border-color: rgba(0, 0, 0, 0.3);
  color: #7e848f;
  background-color: rgba(0, 255, 42, 0.03);
}
.im-theme-dark_blue .im-dragdrop-area div {
  border-color: rgba(0, 0, 0, 0.3);
  color: #7e848f;
  background-color: rgba(6, 114, 235, 0.03);
}
.im-theme-blue .im-dragdrop-area div {
  border-color: rgba(0, 0, 0, 0.3);
  color: #838690;
  background-color: rgba(28, 136, 255, 0.08);
}
.im-theme-vk_dark_blue .im-dragdrop-area div {
  border-color: rgba(0, 0, 0, 0.3);
  color: #909499;
  background-color: rgba(113, 170, 235, 0.03);
}
.im-theme-vk_blue .im-dragdrop-area div {
  border-color: rgba(0, 0, 0, 0.3);
  color: #818C99;
  background-color: rgba(63, 138, 224, 0.08);
}
.im-theme-dit_blue .im-dragdrop-area div {
  border-color: rgba(0, 0, 0, 0.3);
  color: #838690;
  background-color: rgba(28, 136, 255, 0.08);
}
.im-theme-myteam_green .im-dragdrop-area div {
  border-color: rgba(0, 0, 0, 0.3);
  color: #838690;
  background-color: rgba(24, 216, 147, 0.08);
}
.im-theme-dark_calls .im-dragdrop-area div {
  border-color: rgba(0, 0, 0, 0.3);
  color: #9C9C9C;
  background-color: rgba(12, 124, 255, 0.03);
}
.im-dragdrop-area .im-dragdrop__advanced {
  display: none;
}
.im-dragdrop-area.im-dragdrop_dual .im-dragdrop__advanced {
  display: flex;
  bottom: 51%;
}
.im-dragdrop-area.im-dragdrop_dual .im-dragdrop__standard {
  top: 51%;
}
.im-dragdrop-area .im-dragdrop_hover {
  border: solid 1.2px;
}
body .im-dragdrop-area .im-dragdrop_hover {
  border-color: #21D86A;
  color: #00B84D;
}
.im-theme-dark_green .im-dragdrop-area .im-dragdrop_hover {
  border-color: #0ADC5E;
  color: #0AC248;
}
.im-theme-dark_blue .im-dragdrop-area .im-dragdrop_hover {
  border-color: #2e91ff;
  color: #2f92ff;
}
.im-theme-blue .im-dragdrop-area .im-dragdrop_hover {
  border-color: #2D90F5;
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-dragdrop-area .im-dragdrop_hover {
  border-color: #71AAEB;
  color: #71AAEB;
}
.im-theme-vk_blue .im-dragdrop-area .im-dragdrop_hover {
  border-color: #3F8AE0;
  color: #4986CC;
}
.im-theme-dit_blue .im-dragdrop-area .im-dragdrop_hover {
  border-color: #2E72BF;
  color: #2E72BF;
}
.im-theme-myteam_green .im-dragdrop-area .im-dragdrop_hover {
  border-color: #18D893;
  color: #17C97E;
}
.im-theme-dark_calls .im-dragdrop-area .im-dragdrop_hover {
  border-color: #0C7CFF;
  color: #027AFF;
}

.im-circ-spinner {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  border-width: 0;
}
body .im-circ-spinner {
  border-color: #21D86A;
}
.im-theme-dark_green .im-circ-spinner {
  border-color: #0ADC5E;
}
.im-theme-dark_blue .im-circ-spinner {
  border-color: #2e91ff;
}
.im-theme-blue .im-circ-spinner {
  border-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-circ-spinner {
  border-color: #71AAEB;
}
.im-theme-vk_blue .im-circ-spinner {
  border-color: #3F8AE0;
}
.im-theme-dit_blue .im-circ-spinner {
  border-color: #2E72BF;
}
.im-theme-myteam_green .im-circ-spinner {
  border-color: #18D893;
}
.im-theme-dark_calls .im-circ-spinner {
  border-color: #0C7CFF;
}
.im-circ-spinner div {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-circ-spinner .im-circ-spinner__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: inherit;
}
.im-circ-spinner.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)); */
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
.im-circ-spinner.active .im-circ-spinner__layer {
  /* durations: 4 * ARCTIME; */
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.im-circ-spinner.active .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  /* duration: ARCTIME; */
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.im-circ-spinner.active .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  /* duration: ARCTIME; */
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.im-circ-spinner .im-circ-spinner__circle {
  border-radius: 50%;
}
.im-circ-spinner .im-circ-spinner__clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.im-circ-spinner .im-circ-spinner__clipper:first-child {
  float: left !important;
}
.im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  left: 0;
  border-right-color: transparent;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.im-circ-spinner .im-circ-spinner__clipper:last-child {
  float: right !important;
}
.im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  left: -100%;
  border-left-color: transparent;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.im-circ-spinner .im-circ-spinner__gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.im-circ-spinner .im-circ-spinner__gap-patch .im-circ-spinner__circle {
  width: 1000%;
  left: -450%;
}

@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
@-webkit-keyframes fill-unfill-rotate {
  /* 0.5 * ARCSIZE */
  /* 1   * ARCSIZE */
  /* 1.5 * ARCSIZE */
  /* 2   * ARCSIZE */
  /* 2.5 * ARCSIZE */
  /* 3   * ARCSIZE */
  /* 3.5 * ARCSIZE */
  /* 4   * ARCSIZE */
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  /* 0.5 * ARCSIZE */
  /* 1   * ARCSIZE */
  /* 1.5 * ARCSIZE */
  /* 2   * ARCSIZE */
  /* 2.5 * ARCSIZE */
  /* 3   * ARCSIZE */
  /* 3.5 * ARCSIZE */
  /* 4   * ARCSIZE */
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.im-switch,
.im-switch input,
.im-switch span {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.im-switch input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

body .im-switch input[type=checkbox]:checked + .im-switch-lever,
body .im-switch.im-switch-checked > .im-switch-lever {
  background-color: #21D86A;
}
.im-theme-dark_green .im-switch input[type=checkbox]:checked + .im-switch-lever,
.im-theme-dark_green .im-switch.im-switch-checked > .im-switch-lever {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-switch input[type=checkbox]:checked + .im-switch-lever,
.im-theme-dark_blue .im-switch.im-switch-checked > .im-switch-lever {
  background-color: #2e91ff;
}
.im-theme-blue .im-switch input[type=checkbox]:checked + .im-switch-lever,
.im-theme-blue .im-switch.im-switch-checked > .im-switch-lever {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-switch input[type=checkbox]:checked + .im-switch-lever,
.im-theme-vk_dark_blue .im-switch.im-switch-checked > .im-switch-lever {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-switch input[type=checkbox]:checked + .im-switch-lever,
.im-theme-vk_blue .im-switch.im-switch-checked > .im-switch-lever {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-switch input[type=checkbox]:checked + .im-switch-lever,
.im-theme-dit_blue .im-switch.im-switch-checked > .im-switch-lever {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-switch input[type=checkbox]:checked + .im-switch-lever,
.im-theme-myteam_green .im-switch.im-switch-checked > .im-switch-lever {
  background-color: #18D893;
}
.im-theme-dark_calls .im-switch input[type=checkbox]:checked + .im-switch-lever,
.im-theme-dark_calls .im-switch.im-switch-checked > .im-switch-lever {
  background-color: #0C7CFF;
}
.im-switch input[type=checkbox]:checked + .im-switch-lever::after,
.im-switch.im-switch-checked > .im-switch-lever::after {
  left: 21px;
}
body .im-switch input[type=checkbox]:checked + .im-switch-lever::after,
body .im-switch.im-switch-checked > .im-switch-lever::after {
  background-color: #ffffff;
}
.im-theme-dark_green .im-switch input[type=checkbox]:checked + .im-switch-lever::after,
.im-theme-dark_green .im-switch.im-switch-checked > .im-switch-lever::after {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-switch input[type=checkbox]:checked + .im-switch-lever::after,
.im-theme-dark_blue .im-switch.im-switch-checked > .im-switch-lever::after {
  background-color: #2b2c34;
}
.im-theme-blue .im-switch input[type=checkbox]:checked + .im-switch-lever::after,
.im-theme-blue .im-switch.im-switch-checked > .im-switch-lever::after {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-switch input[type=checkbox]:checked + .im-switch-lever::after,
.im-theme-vk_dark_blue .im-switch.im-switch-checked > .im-switch-lever::after {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-switch input[type=checkbox]:checked + .im-switch-lever::after,
.im-theme-vk_blue .im-switch.im-switch-checked > .im-switch-lever::after {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-switch input[type=checkbox]:checked + .im-switch-lever::after,
.im-theme-dit_blue .im-switch.im-switch-checked > .im-switch-lever::after {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-switch input[type=checkbox]:checked + .im-switch-lever::after,
.im-theme-myteam_green .im-switch.im-switch-checked > .im-switch-lever::after {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-switch input[type=checkbox]:checked + .im-switch-lever::after,
.im-theme-dark_calls .im-switch.im-switch-checked > .im-switch-lever::after {
  background-color: #2B2B2B;
}

.im-switch input[type=checkbox]:disabled + .im-switch-lever,
.im-switch.im-switch-disabled > .im-switch-lever,
.im-switch input[type=checkbox]:disabled + .im-switch-lever::after,
.im-switch.im-switch-disabled > .im-switch-lever::after {
  opacity: 0.5;
}

.im-switch .im-switch-lever {
  content: "";
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 15px;
  transition: background 0.3s ease;
  vertical-align: middle;
  height: 20px;
  width: 40px;
  margin: 0;
}
body .im-switch .im-switch-lever {
  background-color: #cccfd8;
}
.im-theme-dark_green .im-switch .im-switch-lever {
  background-color: #5e5f6c;
}
.im-theme-dark_blue .im-switch .im-switch-lever {
  background-color: #5e5f6c;
}
.im-theme-blue .im-switch .im-switch-lever {
  background-color: #cccfd8;
}
.im-theme-vk_dark_blue .im-switch .im-switch-lever {
  background-color: #5D5F61;
}
.im-theme-vk_blue .im-switch .im-switch-lever {
  background-color: #B8C1CC;
}
.im-theme-dit_blue .im-switch .im-switch-lever {
  background-color: #cccfd8;
}
.im-theme-myteam_green .im-switch .im-switch-lever {
  background-color: #cccfd8;
}
.im-theme-dark_calls .im-switch .im-switch-lever {
  background-color: #858585;
}

.im-switch .im-switch-lever::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 21px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 2px;
}
body .im-switch .im-switch-lever::after {
  background-color: #ffffff;
}
.im-theme-dark_green .im-switch .im-switch-lever::after {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-switch .im-switch-lever::after {
  background-color: #2b2c34;
}
.im-theme-blue .im-switch .im-switch-lever::after {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-switch .im-switch-lever::after {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-switch .im-switch-lever::after {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-switch .im-switch-lever::after {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-switch .im-switch-lever::after {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-switch .im-switch-lever::after {
  background-color: #2B2B2B;
}

body input[type=checkbox]:checked:not(:disabled) ~ .im-switch-lever:active::after,
body .im-switch.im-switch-checked:not(.disabled) > .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(33, 216, 106, 0.1);
}
.im-theme-dark_green input[type=checkbox]:checked:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-dark_green .im-switch.im-switch-checked:not(.disabled) > .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(10, 220, 94, 0.1);
}
.im-theme-dark_blue input[type=checkbox]:checked:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-dark_blue .im-switch.im-switch-checked:not(.disabled) > .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(46, 145, 255, 0.1);
}
.im-theme-blue input[type=checkbox]:checked:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-blue .im-switch.im-switch-checked:not(.disabled) > .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(45, 144, 245, 0.1);
}
.im-theme-vk_dark_blue input[type=checkbox]:checked:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-vk_dark_blue .im-switch.im-switch-checked:not(.disabled) > .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(113, 170, 235, 0.1);
}
.im-theme-vk_blue input[type=checkbox]:checked:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-vk_blue .im-switch.im-switch-checked:not(.disabled) > .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(63, 138, 224, 0.1);
}
.im-theme-dit_blue input[type=checkbox]:checked:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-dit_blue .im-switch.im-switch-checked:not(.disabled) > .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(46, 114, 191, 0.1);
}
.im-theme-myteam_green input[type=checkbox]:checked:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-myteam_green .im-switch.im-switch-checked:not(.disabled) > .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(24, 216, 147, 0.1);
}
.im-theme-dark_calls input[type=checkbox]:checked:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-dark_calls .im-switch.im-switch-checked:not(.disabled) > .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(12, 124, 255, 0.1);
}

body input[type=checkbox]:not(:disabled) ~ .im-switch-lever:active::after,
body .im-switch.im-switch-checked:not(.disabled) ~ .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(17, 17, 17, 0.08);
}
.im-theme-dark_green input[type=checkbox]:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-dark_green .im-switch.im-switch-checked:not(.disabled) ~ .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(255, 255, 255, 0.08);
}
.im-theme-dark_blue input[type=checkbox]:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-dark_blue .im-switch.im-switch-checked:not(.disabled) ~ .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(255, 255, 255, 0.08);
}
.im-theme-blue input[type=checkbox]:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-blue .im-switch.im-switch-checked:not(.disabled) ~ .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(17, 17, 17, 0.08);
}
.im-theme-vk_dark_blue input[type=checkbox]:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-vk_dark_blue .im-switch.im-switch-checked:not(.disabled) ~ .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(225, 227, 230, 0.08);
}
.im-theme-vk_blue input[type=checkbox]:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-vk_blue .im-switch.im-switch-checked:not(.disabled) ~ .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(17, 17, 17, 0.08);
}
.im-theme-dit_blue input[type=checkbox]:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-dit_blue .im-switch.im-switch-checked:not(.disabled) ~ .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(17, 17, 17, 0.08);
}
.im-theme-myteam_green input[type=checkbox]:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-myteam_green .im-switch.im-switch-checked:not(.disabled) ~ .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(17, 17, 17, 0.08);
}
.im-theme-dark_calls input[type=checkbox]:not(:disabled) ~ .im-switch-lever:active::after,
.im-theme-dark_calls .im-switch.im-switch-checked:not(.disabled) ~ .im-switch-lever:active::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 0 8px rgba(255, 255, 255, 0.08);
}

.im-switch input[type=checkbox][disabled] + .im-switch-lever,
.im-switch.disabled > .im-switch-lever {
  cursor: default;
}

.im-phone__input {
  display: block;
  margin: 0;
  border: none;
  padding: 0 2px 2px;
  height: 22px;
  font-size: 16px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
  border-bottom: 1px solid;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-phone__input:focus {
  border-bottom: 1px solid;
}
body .im-phone__input {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #eceef3;
}
body .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
body .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
body .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
body .im-phone__input:focus {
  border-bottom-color: #21D86A;
}
body .im-phone__input::selection {
  background-color: #0ABD47;
}
.im-theme-dark_green .im-phone__input {
  background-color: #2b2c34;
  color: #ffffff;
  border-bottom-color: #3c3d47;
}
.im-theme-dark_green .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_green .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_green .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_green .im-phone__input:focus {
  border-bottom-color: #0ADC5E;
}
.im-theme-dark_green .im-phone__input::selection {
  background-color: #0AC248;
}
.im-theme-dark_blue .im-phone__input {
  background-color: #2b2c34;
  color: #ffffff;
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_blue .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_blue .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_blue .im-phone__input:focus {
  border-bottom-color: #2e91ff;
}
.im-theme-dark_blue .im-phone__input::selection {
  background-color: #73a5dc;
}
.im-theme-blue .im-phone__input {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-blue .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-blue .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-blue .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-blue .im-phone__input:focus {
  border-bottom-color: #2D90F5;
}
.im-theme-blue .im-phone__input::selection {
  background-color: #6087B3;
}
.im-theme-vk_dark_blue .im-phone__input {
  background-color: #2B2C34;
  color: #E1E3E6;
  border-bottom-color: #3C3D47;
}
.im-theme-vk_dark_blue .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #909499;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_dark_blue .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909499;
}
.im-theme-vk_dark_blue .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #909499;
}
.im-theme-vk_dark_blue .im-phone__input:focus {
  border-bottom-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-phone__input::selection {
  background-color: #72A4DB;
}
.im-theme-vk_blue .im-phone__input {
  background-color: #FFFFFF;
  color: #111111;
  border-bottom-color: #ECEEF3;
}
.im-theme-vk_blue .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #818C99;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_blue .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #818C99;
}
.im-theme-vk_blue .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #818C99;
}
.im-theme-vk_blue .im-phone__input:focus {
  border-bottom-color: #3F8AE0;
}
.im-theme-vk_blue .im-phone__input::selection {
  background-color: #4772A6;
}
.im-theme-dit_blue .im-phone__input {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-dit_blue .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-dit_blue .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-dit_blue .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-dit_blue .im-phone__input:focus {
  border-bottom-color: #2E72BF;
}
.im-theme-dit_blue .im-phone__input::selection {
  background-color: #5A8ABF;
}
.im-theme-myteam_green .im-phone__input {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-myteam_green .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-myteam_green .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-myteam_green .im-phone__input:focus {
  border-bottom-color: #18D893;
}
.im-theme-myteam_green .im-phone__input::selection {
  background-color: #61CEBA;
}
.im-theme-dark_calls .im-phone__input {
  background-color: #2B2B2B;
  color: #FFFFFF;
  border-bottom-color: #1F1F1F;
}
.im-theme-dark_calls .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9C9C9C;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_calls .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9C9C9C;
}
.im-theme-dark_calls .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9C9C9C;
}
.im-theme-dark_calls .im-phone__input:focus {
  border-bottom-color: #0C7CFF;
}
.im-theme-dark_calls .im-phone__input::selection {
  background-color: #2D8DFF;
}
body .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
body .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
body .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
.im-theme-dark_green .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_green .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_green .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_blue .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_blue .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_blue .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-blue .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
.im-theme-blue .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
.im-theme-blue .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #76787A;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_dark_blue .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #76787A;
}
.im-theme-vk_dark_blue .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #76787A;
}
.im-theme-vk_blue .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99A2AD;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_blue .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #99A2AD;
}
.im-theme-vk_blue .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #99A2AD;
}
.im-theme-dit_blue .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
.im-theme-dit_blue .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
.im-theme-dit_blue .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
.im-theme-myteam_green .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
.im-theme-myteam_green .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
.im-theme-myteam_green .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
.im-theme-dark_calls .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #949494;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_calls .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #949494;
}
.im-theme-dark_calls .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #949494;
}

.im-phone__code {
  display: inline-block;
  height: 20px;
  padding-bottom: 8px;
  font-size: 18px;
  border-bottom: 1px solid;
  line-height: 21px;
  text-align: center;
  width: 23%;
  cursor: pointer;
}
.im-phone__code + .im-phone__input {
  display: inline-block;
  float: right;
  width: 75%;
  height: 29px;
  padding-bottom: 8px;
  font-size: 18px;
}
body .im-phone__code + .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
body .im-phone__code + .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
body .im-phone__code + .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
.im-theme-dark_green .im-phone__code + .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_green .im-phone__code + .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_green .im-phone__code + .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_blue .im-phone__code + .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_blue .im-phone__code + .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_blue .im-phone__code + .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-blue .im-phone__code + .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
.im-theme-blue .im-phone__code + .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
.im-theme-blue .im-phone__code + .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-phone__code + .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #76787A;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_dark_blue .im-phone__code + .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #76787A;
}
.im-theme-vk_dark_blue .im-phone__code + .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #76787A;
}
.im-theme-vk_blue .im-phone__code + .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99A2AD;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_blue .im-phone__code + .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #99A2AD;
}
.im-theme-vk_blue .im-phone__code + .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #99A2AD;
}
.im-theme-dit_blue .im-phone__code + .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
.im-theme-dit_blue .im-phone__code + .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
.im-theme-dit_blue .im-phone__code + .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
.im-theme-myteam_green .im-phone__code + .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
.im-theme-myteam_green .im-phone__code + .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
.im-theme-myteam_green .im-phone__code + .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
.im-theme-dark_calls .im-phone__code + .im-phone__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #949494;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_calls .im-phone__code + .im-phone__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #949494;
}
.im-theme-dark_calls .im-phone__code + .im-phone__input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #949494;
}
body .im-phone__code {
  border-bottom-color: #b7bcc9;
  color: #111111;
}
.im-theme-dark_green .im-phone__code {
  border-bottom-color: #7e848f;
  color: #ffffff;
}
.im-theme-dark_blue .im-phone__code {
  border-bottom-color: #7e848f;
  color: #ffffff;
}
.im-theme-blue .im-phone__code {
  border-bottom-color: #b7bcc9;
  color: #111111;
}
.im-theme-vk_dark_blue .im-phone__code {
  border-bottom-color: #76787A;
  color: #E1E3E6;
}
.im-theme-vk_blue .im-phone__code {
  border-bottom-color: #99A2AD;
  color: #111111;
}
.im-theme-dit_blue .im-phone__code {
  border-bottom-color: #b7bcc9;
  color: #111111;
}
.im-theme-myteam_green .im-phone__code {
  border-bottom-color: #b7bcc9;
  color: #111111;
}
.im-theme-dark_calls .im-phone__code {
  border-bottom-color: #949494;
  color: #FFFFFF;
}

body .im-phone_error .im-phone__input {
  border-color: #f83e33;
}
.im-theme-dark_green .im-phone_error .im-phone__input {
  border-color: #f75d5d;
}
.im-theme-dark_blue .im-phone_error .im-phone__input {
  border-color: #f75d5d;
}
.im-theme-blue .im-phone_error .im-phone__input {
  border-color: #f83e33;
}
.im-theme-vk_dark_blue .im-phone_error .im-phone__input {
  border-color: #FF5C5C;
}
.im-theme-vk_blue .im-phone_error .im-phone__input {
  border-color: #FF3347;
}
.im-theme-dit_blue .im-phone_error .im-phone__input {
  border-color: #f83e33;
}
.im-theme-myteam_green .im-phone_error .im-phone__input {
  border-color: #EC264A;
}
.im-theme-dark_calls .im-phone_error .im-phone__input {
  border-color: #FC2C38;
}

.im-phone__submessage {
  visibility: hidden;
  font-size: 14px;
  position: relative;
  left: 25%;
  line-height: 18px;
  height: 18px;
  top: 4px;
}
body .im-phone__submessage {
  color: #00B84D;
}
.im-theme-dark_green .im-phone__submessage {
  color: #0AC248;
}
.im-theme-dark_blue .im-phone__submessage {
  color: #2f92ff;
}
.im-theme-blue .im-phone__submessage {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-phone__submessage {
  color: #71AAEB;
}
.im-theme-vk_blue .im-phone__submessage {
  color: #4986CC;
}
.im-theme-dit_blue .im-phone__submessage {
  color: #2E72BF;
}
.im-theme-myteam_green .im-phone__submessage {
  color: #17C97E;
}
.im-theme-dark_calls .im-phone__submessage {
  color: #027AFF;
}

body .im-phone__submessage-red .im-phonet__code + input {
  border-color: #f83e33;
}
.im-theme-dark_green .im-phone__submessage-red .im-phonet__code + input {
  border-color: #f75d5d;
}
.im-theme-dark_blue .im-phone__submessage-red .im-phonet__code + input {
  border-color: #f75d5d;
}
.im-theme-blue .im-phone__submessage-red .im-phonet__code + input {
  border-color: #f83e33;
}
.im-theme-vk_dark_blue .im-phone__submessage-red .im-phonet__code + input {
  border-color: #FF5C5C;
}
.im-theme-vk_blue .im-phone__submessage-red .im-phonet__code + input {
  border-color: #FF3347;
}
.im-theme-dit_blue .im-phone__submessage-red .im-phonet__code + input {
  border-color: #f83e33;
}
.im-theme-myteam_green .im-phone__submessage-red .im-phonet__code + input {
  border-color: #EC264A;
}
.im-theme-dark_calls .im-phone__submessage-red .im-phonet__code + input {
  border-color: #FC2C38;
}

body .im-phone__submessage-red .im-phone__submessage {
  color: #f83e33;
}
.im-theme-dark_green .im-phone__submessage-red .im-phone__submessage {
  color: #f75d5d;
}
.im-theme-dark_blue .im-phone__submessage-red .im-phone__submessage {
  color: #f75d5d;
}
.im-theme-blue .im-phone__submessage-red .im-phone__submessage {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-phone__submessage-red .im-phone__submessage {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-phone__submessage-red .im-phone__submessage {
  color: #FF3347;
}
.im-theme-dit_blue .im-phone__submessage-red .im-phone__submessage {
  color: #f83e33;
}
.im-theme-myteam_green .im-phone__submessage-red .im-phone__submessage {
  color: #EC264A;
}
.im-theme-dark_calls .im-phone__submessage-red .im-phone__submessage {
  color: #FC2C38;
}

.im-phone__submessage-show .im-phone__submessage {
  visibility: visible;
}

.im-connection-title__wrapper {
  display: none;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  margin-top: -15px;
  width: 100%;
  text-align: center;
}

.im-connection-title {
  display: none;
  line-height: 30px;
  padding-left: 32px;
  padding-right: 8px;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-connection-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 9px;
  width: 12px;
  height: 12px;
  margin-top: -8px;
  border: 2px solid;
  border-radius: 10px;
  animation: connectionSpinner 1s linear infinite;
}
body .im-connection-title::before {
  border-color: #838690;
  border-right-color: transparent;
}
.im-theme-dark_green .im-connection-title::before {
  border-color: #7e848f;
  border-right-color: transparent;
}
.im-theme-dark_blue .im-connection-title::before {
  border-color: #7e848f;
  border-right-color: transparent;
}
.im-theme-blue .im-connection-title::before {
  border-color: #838690;
  border-right-color: transparent;
}
.im-theme-vk_dark_blue .im-connection-title::before {
  border-color: #909499;
  border-right-color: transparent;
}
.im-theme-vk_blue .im-connection-title::before {
  border-color: #818C99;
  border-right-color: transparent;
}
.im-theme-dit_blue .im-connection-title::before {
  border-color: #838690;
  border-right-color: transparent;
}
.im-theme-myteam_green .im-connection-title::before {
  border-color: #838690;
  border-right-color: transparent;
}
.im-theme-dark_calls .im-connection-title::before {
  border-color: #9C9C9C;
  border-right-color: transparent;
}
.im-pane_default .im-connection-title {
  border-radius: 18px;
}
body .im-pane_default .im-connection-title {
  color: #111111;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-dark_green .im-pane_default .im-connection-title {
  color: #ffffff;
  background-color: #2b2c34;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-dark_blue .im-pane_default .im-connection-title {
  color: #ffffff;
  background-color: #2b2c34;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-blue .im-pane_default .im-connection-title {
  color: #111111;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-vk_dark_blue .im-pane_default .im-connection-title {
  color: #E1E3E6;
  background-color: #2B2C34;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-vk_blue .im-pane_default .im-connection-title {
  color: #111111;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-dit_blue .im-pane_default .im-connection-title {
  color: #111111;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-myteam_green .im-pane_default .im-connection-title {
  color: #111111;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-dark_calls .im-pane_default .im-connection-title {
  color: #FFFFFF;
  background-color: #2B2B2B;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-connection-title .im-connection-title__troubles,
.im-connection-title .im-connection-title__offline {
  display: none;
  font-size: 16px;
  font-weight: normal;
  font-family: arial, sans-serif;
}

.im-connection-trouble:not(.im-splitview) .im-connection-title__wrapper,
.im-connection-trouble:not(.im-splitview) .im-connection-title,
.im-connection-trouble:not(.im-offline-page) .im-pane .im-connection-title__wrapper,
.im-connection-trouble:not(.im-offline-page) .im-pane .im-connection-title,
.im-connection-trouble .im-pane-box_expanded .im-connection-title__wrapper,
.im-connection-trouble .im-pane-box_expanded .im-connection-title {
  display: inline-block;
}
.im-connection-trouble:not(.im-splitview) .im-connection-title__online,
.im-connection-trouble:not(.im-offline-page) .im-pane .im-connection-title__online,
.im-connection-trouble .im-pane-box_expanded .im-connection-title__online {
  display: none;
}
.im-connection-trouble:not(.im-splitview) .im-connection-title__troubles,
.im-connection-trouble:not(.im-offline-page) .im-pane .im-connection-title__troubles,
.im-connection-trouble .im-pane-box_expanded .im-connection-title__troubles {
  display: inline;
}

.im-connection-offline:not(.im-splitview) .im-connection-title__wrapper,
.im-connection-offline:not(.im-splitview) .im-connection-title,
.im-connection-offline:not(.im-offline-page) .im-pane .im-connection-title__wrapper,
.im-connection-offline:not(.im-offline-page) .im-pane .im-connection-title,
.im-connection-offline .im-pane-box_expanded .im-connection-title__wrapper,
.im-connection-offline .im-pane-box_expanded .im-connection-title {
  display: inline-block;
}
.im-connection-offline:not(.im-splitview) .im-connection-title__online,
.im-connection-offline:not(.im-offline-page) .im-pane .im-connection-title__online,
.im-connection-offline .im-pane-box_expanded .im-connection-title__online {
  display: none;
}
.im-connection-offline:not(.im-splitview) .im-connection-title__offline,
.im-connection-offline:not(.im-offline-page) .im-pane .im-connection-title__offline,
.im-connection-offline .im-pane-box_expanded .im-connection-title__offline {
  display: inline;
}

@keyframes connectionSpinner {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.im-verify-phone__sms {
  display: none;
}
.im-verify-phone_auto-submit .im-verify-phone__sms .im-verify-phone__button_ok {
  display: none;
}

.im-verify-phone__title {
  font-size: 22px;
  line-height: 22px;
  height: 48px;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 35px;
  padding-top: 10px;
}

.im-verify-phone_code .im-verify-phone__input {
  display: none;
}
.im-verify-phone_code .im-verify-phone__sms {
  display: block;
}

.im-verify-phone__code {
  display: block;
  margin: 0;
  border: none;
  padding: 0 2px 2px;
  height: 22px;
  font-size: 16px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
  border-bottom: 1px solid;
  margin-top: 20px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  margin-bottom: 32px;
}
.im-verify-phone__code:focus {
  border-bottom: 1px solid;
}
body .im-verify-phone__code {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #eceef3;
}
body .im-verify-phone__code::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
body .im-verify-phone__code:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
body .im-verify-phone__code::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
body .im-verify-phone__code:focus {
  border-bottom-color: #21D86A;
}
body .im-verify-phone__code::selection {
  background-color: #0ABD47;
}
.im-theme-dark_green .im-verify-phone__code {
  background-color: #2b2c34;
  color: #ffffff;
  border-bottom-color: #3c3d47;
}
.im-theme-dark_green .im-verify-phone__code::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_green .im-verify-phone__code:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_green .im-verify-phone__code::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_green .im-verify-phone__code:focus {
  border-bottom-color: #0ADC5E;
}
.im-theme-dark_green .im-verify-phone__code::selection {
  background-color: #0AC248;
}
.im-theme-dark_blue .im-verify-phone__code {
  background-color: #2b2c34;
  color: #ffffff;
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-verify-phone__code::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_blue .im-verify-phone__code:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_blue .im-verify-phone__code::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_blue .im-verify-phone__code:focus {
  border-bottom-color: #2e91ff;
}
.im-theme-dark_blue .im-verify-phone__code::selection {
  background-color: #73a5dc;
}
.im-theme-blue .im-verify-phone__code {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-blue .im-verify-phone__code::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-blue .im-verify-phone__code:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-blue .im-verify-phone__code::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-blue .im-verify-phone__code:focus {
  border-bottom-color: #2D90F5;
}
.im-theme-blue .im-verify-phone__code::selection {
  background-color: #6087B3;
}
.im-theme-vk_dark_blue .im-verify-phone__code {
  background-color: #2B2C34;
  color: #E1E3E6;
  border-bottom-color: #3C3D47;
}
.im-theme-vk_dark_blue .im-verify-phone__code::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #909499;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_dark_blue .im-verify-phone__code:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909499;
}
.im-theme-vk_dark_blue .im-verify-phone__code::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #909499;
}
.im-theme-vk_dark_blue .im-verify-phone__code:focus {
  border-bottom-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-verify-phone__code::selection {
  background-color: #72A4DB;
}
.im-theme-vk_blue .im-verify-phone__code {
  background-color: #FFFFFF;
  color: #111111;
  border-bottom-color: #ECEEF3;
}
.im-theme-vk_blue .im-verify-phone__code::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #818C99;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_blue .im-verify-phone__code:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #818C99;
}
.im-theme-vk_blue .im-verify-phone__code::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #818C99;
}
.im-theme-vk_blue .im-verify-phone__code:focus {
  border-bottom-color: #3F8AE0;
}
.im-theme-vk_blue .im-verify-phone__code::selection {
  background-color: #4772A6;
}
.im-theme-dit_blue .im-verify-phone__code {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-dit_blue .im-verify-phone__code::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-dit_blue .im-verify-phone__code:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-dit_blue .im-verify-phone__code::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-dit_blue .im-verify-phone__code:focus {
  border-bottom-color: #2E72BF;
}
.im-theme-dit_blue .im-verify-phone__code::selection {
  background-color: #5A8ABF;
}
.im-theme-myteam_green .im-verify-phone__code {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-verify-phone__code::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-myteam_green .im-verify-phone__code:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-myteam_green .im-verify-phone__code::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-myteam_green .im-verify-phone__code:focus {
  border-bottom-color: #18D893;
}
.im-theme-myteam_green .im-verify-phone__code::selection {
  background-color: #61CEBA;
}
.im-theme-dark_calls .im-verify-phone__code {
  background-color: #2B2B2B;
  color: #FFFFFF;
  border-bottom-color: #1F1F1F;
}
.im-theme-dark_calls .im-verify-phone__code::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9C9C9C;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_calls .im-verify-phone__code:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9C9C9C;
}
.im-theme-dark_calls .im-verify-phone__code::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9C9C9C;
}
.im-theme-dark_calls .im-verify-phone__code:focus {
  border-bottom-color: #0C7CFF;
}
.im-theme-dark_calls .im-verify-phone__code::selection {
  background-color: #2D8DFF;
}
body .im-verify-phone__code_error .im-verify-phone__code {
  border-color: #f83e33;
}
.im-theme-dark_green .im-verify-phone__code_error .im-verify-phone__code {
  border-color: #f75d5d;
}
.im-theme-dark_blue .im-verify-phone__code_error .im-verify-phone__code {
  border-color: #f75d5d;
}
.im-theme-blue .im-verify-phone__code_error .im-verify-phone__code {
  border-color: #f83e33;
}
.im-theme-vk_dark_blue .im-verify-phone__code_error .im-verify-phone__code {
  border-color: #FF5C5C;
}
.im-theme-vk_blue .im-verify-phone__code_error .im-verify-phone__code {
  border-color: #FF3347;
}
.im-theme-dit_blue .im-verify-phone__code_error .im-verify-phone__code {
  border-color: #f83e33;
}
.im-theme-myteam_green .im-verify-phone__code_error .im-verify-phone__code {
  border-color: #EC264A;
}
.im-theme-dark_calls .im-verify-phone__code_error .im-verify-phone__code {
  border-color: #FC2C38;
}

.im-verify-phone__resend,
.im-verify-phone__voice,
.im-verify-phone__error {
  display: block;
  margin: 12px auto 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 13px;
  border: none;
  outline: none;
  background: none;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-verify-phone__resend,
body .im-verify-phone__voice,
body .im-verify-phone__error {
  color: #00B84D;
}
.im-theme-dark_green .im-verify-phone__resend,
.im-theme-dark_green .im-verify-phone__voice,
.im-theme-dark_green .im-verify-phone__error {
  color: #0AC248;
}
.im-theme-dark_blue .im-verify-phone__resend,
.im-theme-dark_blue .im-verify-phone__voice,
.im-theme-dark_blue .im-verify-phone__error {
  color: #2f92ff;
}
.im-theme-blue .im-verify-phone__resend,
.im-theme-blue .im-verify-phone__voice,
.im-theme-blue .im-verify-phone__error {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-verify-phone__resend,
.im-theme-vk_dark_blue .im-verify-phone__voice,
.im-theme-vk_dark_blue .im-verify-phone__error {
  color: #71AAEB;
}
.im-theme-vk_blue .im-verify-phone__resend,
.im-theme-vk_blue .im-verify-phone__voice,
.im-theme-vk_blue .im-verify-phone__error {
  color: #4986CC;
}
.im-theme-dit_blue .im-verify-phone__resend,
.im-theme-dit_blue .im-verify-phone__voice,
.im-theme-dit_blue .im-verify-phone__error {
  color: #2E72BF;
}
.im-theme-myteam_green .im-verify-phone__resend,
.im-theme-myteam_green .im-verify-phone__voice,
.im-theme-myteam_green .im-verify-phone__error {
  color: #17C97E;
}
.im-theme-dark_calls .im-verify-phone__resend,
.im-theme-dark_calls .im-verify-phone__voice,
.im-theme-dark_calls .im-verify-phone__error {
  color: #027AFF;
}
body .im-verify-phone__resend:disabled,
body .im-verify-phone__voice:disabled,
body .im-verify-phone__error:disabled {
  color: #838690;
}
.im-theme-dark_green .im-verify-phone__resend:disabled,
.im-theme-dark_green .im-verify-phone__voice:disabled,
.im-theme-dark_green .im-verify-phone__error:disabled {
  color: #7e848f;
}
.im-theme-dark_blue .im-verify-phone__resend:disabled,
.im-theme-dark_blue .im-verify-phone__voice:disabled,
.im-theme-dark_blue .im-verify-phone__error:disabled {
  color: #7e848f;
}
.im-theme-blue .im-verify-phone__resend:disabled,
.im-theme-blue .im-verify-phone__voice:disabled,
.im-theme-blue .im-verify-phone__error:disabled {
  color: #838690;
}
.im-theme-vk_dark_blue .im-verify-phone__resend:disabled,
.im-theme-vk_dark_blue .im-verify-phone__voice:disabled,
.im-theme-vk_dark_blue .im-verify-phone__error:disabled {
  color: #909499;
}
.im-theme-vk_blue .im-verify-phone__resend:disabled,
.im-theme-vk_blue .im-verify-phone__voice:disabled,
.im-theme-vk_blue .im-verify-phone__error:disabled {
  color: #818C99;
}
.im-theme-dit_blue .im-verify-phone__resend:disabled,
.im-theme-dit_blue .im-verify-phone__voice:disabled,
.im-theme-dit_blue .im-verify-phone__error:disabled {
  color: #838690;
}
.im-theme-myteam_green .im-verify-phone__resend:disabled,
.im-theme-myteam_green .im-verify-phone__voice:disabled,
.im-theme-myteam_green .im-verify-phone__error:disabled {
  color: #838690;
}
.im-theme-dark_calls .im-verify-phone__resend:disabled,
.im-theme-dark_calls .im-verify-phone__voice:disabled,
.im-theme-dark_calls .im-verify-phone__error:disabled {
  color: #9C9C9C;
}

.im-verify-phone__resend span {
  padding-left: 4px;
}

.im-verify-phone__submessage {
  margin-top: 32px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
body .im-verify-phone__submessage {
  color: #838690;
}
.im-theme-dark_green .im-verify-phone__submessage {
  color: #7e848f;
}
.im-theme-dark_blue .im-verify-phone__submessage {
  color: #7e848f;
}
.im-theme-blue .im-verify-phone__submessage {
  color: #838690;
}
.im-theme-vk_dark_blue .im-verify-phone__submessage {
  color: #909499;
}
.im-theme-vk_blue .im-verify-phone__submessage {
  color: #818C99;
}
.im-theme-dit_blue .im-verify-phone__submessage {
  color: #838690;
}
.im-theme-myteam_green .im-verify-phone__submessage {
  color: #838690;
}
.im-theme-dark_calls .im-verify-phone__submessage {
  color: #9C9C9C;
}
body .im-phone_error + .im-verify-phone__submessage {
  color: #f83e33;
}
.im-theme-dark_green .im-phone_error + .im-verify-phone__submessage {
  color: #f75d5d;
}
.im-theme-dark_blue .im-phone_error + .im-verify-phone__submessage {
  color: #f75d5d;
}
.im-theme-blue .im-phone_error + .im-verify-phone__submessage {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-phone_error + .im-verify-phone__submessage {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-phone_error + .im-verify-phone__submessage {
  color: #FF3347;
}
.im-theme-dit_blue .im-phone_error + .im-verify-phone__submessage {
  color: #f83e33;
}
.im-theme-myteam_green .im-phone_error + .im-verify-phone__submessage {
  color: #EC264A;
}
.im-theme-dark_calls .im-phone_error + .im-verify-phone__submessage {
  color: #FC2C38;
}

.im-verify-phone__error {
  cursor: auto;
}
body .im-verify-phone__error {
  color: #f83e33;
}
.im-theme-dark_green .im-verify-phone__error {
  color: #f75d5d;
}
.im-theme-dark_blue .im-verify-phone__error {
  color: #f75d5d;
}
.im-theme-blue .im-verify-phone__error {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-verify-phone__error {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-verify-phone__error {
  color: #FF3347;
}
.im-theme-dit_blue .im-verify-phone__error {
  color: #f83e33;
}
.im-theme-myteam_green .im-verify-phone__error {
  color: #EC264A;
}
.im-theme-dark_calls .im-verify-phone__error {
  color: #FC2C38;
}

.im-verify-phone__number {
  min-height: 18px;
  margin-top: 30px;
  text-align: left;
  border-bottom: 1px solid;
  padding-bottom: 7px;
}
.im-verify-phone__number span {
  font-size: 16px;
}
body .im-verify-phone__number {
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-dark_green .im-verify-phone__number {
  color: #ffffff;
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-verify-phone__number {
  color: #ffffff;
  border-bottom-color: #3c3d47;
}
.im-theme-blue .im-verify-phone__number {
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-vk_dark_blue .im-verify-phone__number {
  color: #E1E3E6;
  border-bottom-color: #3C3D47;
}
.im-theme-vk_blue .im-verify-phone__number {
  color: #111111;
  border-bottom-color: #ECEEF3;
}
.im-theme-dit_blue .im-verify-phone__number {
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-verify-phone__number {
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-dark_calls .im-verify-phone__number {
  color: #FFFFFF;
  border-bottom-color: #1F1F1F;
}

.im-verify-phone__change {
  float: right;
  cursor: pointer;
  font-size: 13px;
}
body .im-verify-phone__change {
  color: #838690;
}
.im-theme-dark_green .im-verify-phone__change {
  color: #7e848f;
}
.im-theme-dark_blue .im-verify-phone__change {
  color: #7e848f;
}
.im-theme-blue .im-verify-phone__change {
  color: #838690;
}
.im-theme-vk_dark_blue .im-verify-phone__change {
  color: #909499;
}
.im-theme-vk_blue .im-verify-phone__change {
  color: #818C99;
}
.im-theme-dit_blue .im-verify-phone__change {
  color: #838690;
}
.im-theme-myteam_green .im-verify-phone__change {
  color: #838690;
}
.im-theme-dark_calls .im-verify-phone__change {
  color: #9C9C9C;
}

.im-verify-phone_auto-submit .im-verify-phone__sms .im-verify-phone__ok {
  display: none;
}

/* text input 2019 */
.im-text-input, .im-input-country-phone__phone {
  position: relative;
  height: 48px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px;
  font-size: 15px;
  padding: 0 20px;
  border: none;
  outline: none;
  -webkit-appearance: none;
}
body .im-text-input, body .im-input-country-phone__phone {
  color: #111111;
  background: #ffffff;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15);
}
body .im-text-input::placeholder, body .im-input-country-phone__phone::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
body .im-text-input:-ms-input-placeholder, body .im-input-country-phone__phone:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
body .im-text-input::-ms-input-placeholder, body .im-input-country-phone__phone::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
body .im-text-input:focus, body .im-input-country-phone__phone:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2);
}
body .im-text-input:disabled, body .im-input-country-phone__phone:disabled {
  background-color: #f3f5f8;
}
.im-theme-dark_green .im-text-input, .im-theme-dark_green .im-input-country-phone__phone {
  color: #ffffff;
  background: #3A3B42;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15);
}
.im-theme-dark_green .im-text-input::placeholder, .im-theme-dark_green .im-input-country-phone__phone::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_green .im-text-input:-ms-input-placeholder, .im-theme-dark_green .im-input-country-phone__phone:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_green .im-text-input::-ms-input-placeholder, .im-theme-dark_green .im-input-country-phone__phone::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_green .im-text-input:focus, .im-theme-dark_green .im-input-country-phone__phone:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2);
}
.im-theme-dark_green .im-text-input:disabled, .im-theme-dark_green .im-input-country-phone__phone:disabled {
  background-color: #3c3d48;
}
.im-theme-dark_blue .im-text-input, .im-theme-dark_blue .im-input-country-phone__phone {
  color: #ffffff;
  background: #3A3B42;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15);
}
.im-theme-dark_blue .im-text-input::placeholder, .im-theme-dark_blue .im-input-country-phone__phone::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_blue .im-text-input:-ms-input-placeholder, .im-theme-dark_blue .im-input-country-phone__phone:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_blue .im-text-input::-ms-input-placeholder, .im-theme-dark_blue .im-input-country-phone__phone::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_blue .im-text-input:focus, .im-theme-dark_blue .im-input-country-phone__phone:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2);
}
.im-theme-dark_blue .im-text-input:disabled, .im-theme-dark_blue .im-input-country-phone__phone:disabled {
  background-color: #3c3d48;
}
.im-theme-blue .im-text-input, .im-theme-blue .im-input-country-phone__phone {
  color: #111111;
  background: #ffffff;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15);
}
.im-theme-blue .im-text-input::placeholder, .im-theme-blue .im-input-country-phone__phone::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-blue .im-text-input:-ms-input-placeholder, .im-theme-blue .im-input-country-phone__phone:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-blue .im-text-input::-ms-input-placeholder, .im-theme-blue .im-input-country-phone__phone::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-blue .im-text-input:focus, .im-theme-blue .im-input-country-phone__phone:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2);
}
.im-theme-blue .im-text-input:disabled, .im-theme-blue .im-input-country-phone__phone:disabled {
  background-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-text-input, .im-theme-vk_dark_blue .im-input-country-phone__phone {
  color: #E1E3E6;
  background: #3A3B42;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15);
}
.im-theme-vk_dark_blue .im-text-input::placeholder, .im-theme-vk_dark_blue .im-input-country-phone__phone::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #909499;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_dark_blue .im-text-input:-ms-input-placeholder, .im-theme-vk_dark_blue .im-input-country-phone__phone:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909499;
}
.im-theme-vk_dark_blue .im-text-input::-ms-input-placeholder, .im-theme-vk_dark_blue .im-input-country-phone__phone::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #909499;
}
.im-theme-vk_dark_blue .im-text-input:focus, .im-theme-vk_dark_blue .im-input-country-phone__phone:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15);
}
.im-theme-vk_dark_blue .im-text-input:disabled, .im-theme-vk_dark_blue .im-input-country-phone__phone:disabled {
  background-color: #3C3D48;
}
.im-theme-vk_blue .im-text-input, .im-theme-vk_blue .im-input-country-phone__phone {
  color: #111111;
  background: #ffffff;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15);
}
.im-theme-vk_blue .im-text-input::placeholder, .im-theme-vk_blue .im-input-country-phone__phone::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #818C99;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_blue .im-text-input:-ms-input-placeholder, .im-theme-vk_blue .im-input-country-phone__phone:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #818C99;
}
.im-theme-vk_blue .im-text-input::-ms-input-placeholder, .im-theme-vk_blue .im-input-country-phone__phone::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #818C99;
}
.im-theme-vk_blue .im-text-input:focus, .im-theme-vk_blue .im-input-country-phone__phone:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2);
}
.im-theme-vk_blue .im-text-input:disabled, .im-theme-vk_blue .im-input-country-phone__phone:disabled {
  background-color: #F1F3F7;
}
.im-theme-dit_blue .im-text-input, .im-theme-dit_blue .im-input-country-phone__phone {
  color: #111111;
  background: #ffffff;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15);
}
.im-theme-dit_blue .im-text-input::placeholder, .im-theme-dit_blue .im-input-country-phone__phone::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-dit_blue .im-text-input:-ms-input-placeholder, .im-theme-dit_blue .im-input-country-phone__phone:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-dit_blue .im-text-input::-ms-input-placeholder, .im-theme-dit_blue .im-input-country-phone__phone::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-dit_blue .im-text-input:focus, .im-theme-dit_blue .im-input-country-phone__phone:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2);
}
.im-theme-dit_blue .im-text-input:disabled, .im-theme-dit_blue .im-input-country-phone__phone:disabled {
  background-color: #f3f5f8;
}
.im-theme-myteam_green .im-text-input, .im-theme-myteam_green .im-input-country-phone__phone {
  color: #111111;
  background: #ffffff;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15);
}
.im-theme-myteam_green .im-text-input::placeholder, .im-theme-myteam_green .im-input-country-phone__phone::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-myteam_green .im-text-input:-ms-input-placeholder, .im-theme-myteam_green .im-input-country-phone__phone:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-myteam_green .im-text-input::-ms-input-placeholder, .im-theme-myteam_green .im-input-country-phone__phone::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-myteam_green .im-text-input:focus, .im-theme-myteam_green .im-input-country-phone__phone:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2);
}
.im-theme-myteam_green .im-text-input:disabled, .im-theme-myteam_green .im-input-country-phone__phone:disabled {
  background-color: #f3f5f8;
}
.im-theme-dark_calls .im-text-input, .im-theme-dark_calls .im-input-country-phone__phone {
  color: #FFFFFF;
  background: #3A3A3A;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15);
}
.im-theme-dark_calls .im-text-input::placeholder, .im-theme-dark_calls .im-input-country-phone__phone::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9C9C9C;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_calls .im-text-input:-ms-input-placeholder, .im-theme-dark_calls .im-input-country-phone__phone:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9C9C9C;
}
.im-theme-dark_calls .im-text-input::-ms-input-placeholder, .im-theme-dark_calls .im-input-country-phone__phone::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9C9C9C;
}
.im-theme-dark_calls .im-text-input:focus, .im-theme-dark_calls .im-input-country-phone__phone:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2);
}
.im-theme-dark_calls .im-text-input:disabled, .im-theme-dark_calls .im-input-country-phone__phone:disabled {
  background-color: #1F1F1F;
}

/* phone input 2019 */
.im-input-country-phone {
  position: relative;
}

.im-input-country-phone__code {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 24px 0 0 24px;
  width: 60px;
  height: 48px;
  font-size: 15px;
  line-height: 48px;
  text-align: right;
  cursor: pointer;
}
body .im-input-country-phone__code:before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-input-country-phone__code:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-input-country-phone__code:before {
  background-color: #7e848f;
}
.im-theme-blue .im-input-country-phone__code:before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-input-country-phone__code:before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-input-country-phone__code:before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-input-country-phone__code:before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-input-country-phone__code:before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-input-country-phone__code:before {
  background-color: #949494;
}
.im-desktop .im-input-country-phone__code:hover:before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-input-country-phone__code:hover:before {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-input-country-phone__code:hover:before {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-input-country-phone__code:hover:before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-input-country-phone__code:hover:before {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-input-country-phone__code:hover:before {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-input-country-phone__code:hover:before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-input-country-phone__code:hover:before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-input-country-phone__code:hover:before {
  background-color: #858585;
}
.im-desktop .im-input-country-phone__code:active:before {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-input-country-phone__code:active:before {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-input-country-phone__code:active:before {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-input-country-phone__code:active:before {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-input-country-phone__code:active:before {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-input-country-phone__code:active:before {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-input-country-phone__code:active:before {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-input-country-phone__code:active:before {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-input-country-phone__code:active:before {
  background-color: #7A7A7A;
}
body .im-input-country-phone__code:active:before {
  background-color: #6f747e;
}
.im-theme-dark_green .im-input-country-phone__code:active:before {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-input-country-phone__code:active:before {
  background-color: #9ea0b2;
}
.im-theme-blue .im-input-country-phone__code:active:before {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-input-country-phone__code:active:before {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-input-country-phone__code:active:before {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-input-country-phone__code:active:before {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-input-country-phone__code:active:before {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-input-country-phone__code:active:before {
  background-color: #7A7A7A;
}
body .im-input-country-phone__code {
  color: #111111;
}
.im-theme-dark_green .im-input-country-phone__code {
  color: #ffffff;
}
.im-theme-dark_blue .im-input-country-phone__code {
  color: #ffffff;
}
.im-theme-blue .im-input-country-phone__code {
  color: #111111;
}
.im-theme-vk_dark_blue .im-input-country-phone__code {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-input-country-phone__code {
  color: #111111;
}
.im-theme-dit_blue .im-input-country-phone__code {
  color: #111111;
}
.im-theme-myteam_green .im-input-country-phone__code {
  color: #111111;
}
.im-theme-dark_calls .im-input-country-phone__code {
  color: #FFFFFF;
}
.im-input-country-phone__code::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 40px;
  margin-left: -4px;
  margin-top: -4px;
}
body .im-input-country-phone__code::after {
  border-right-color: #b7bcc9;
  border-bottom-color: #b7bcc9;
}
.im-theme-dark_green .im-input-country-phone__code::after {
  border-right-color: #7e848f;
  border-bottom-color: #7e848f;
}
.im-theme-dark_blue .im-input-country-phone__code::after {
  border-right-color: #7e848f;
  border-bottom-color: #7e848f;
}
.im-theme-blue .im-input-country-phone__code::after {
  border-right-color: #b7bcc9;
  border-bottom-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-input-country-phone__code::after {
  border-right-color: #76787A;
  border-bottom-color: #76787A;
}
.im-theme-vk_blue .im-input-country-phone__code::after {
  border-right-color: #99A2AD;
  border-bottom-color: #99A2AD;
}
.im-theme-dit_blue .im-input-country-phone__code::after {
  border-right-color: #b7bcc9;
  border-bottom-color: #b7bcc9;
}
.im-theme-myteam_green .im-input-country-phone__code::after {
  border-right-color: #b7bcc9;
  border-bottom-color: #b7bcc9;
}
.im-theme-dark_calls .im-input-country-phone__code::after {
  border-right-color: #949494;
  border-bottom-color: #949494;
}

.im-input-country-phone__phone {
  padding-left: 64px;
  width: 100%;
}

/* grab and sort items  */
.im-grab-item-container {
  position: relative;
}
.im-grab-item-container .im-grab-item-original {
  visibility: hidden;
}
.im-grab-item-container .im-grab-item-grabbing {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  cursor: grabbing;
}
.im-grab-item-container .im-grab-item-grabbing div {
  cursor: grabbing;
}

.im-grab-cursor * {
  cursor: grabbing !important;
}

.im-calls-loader {
  display: inline-block;
}
.im-calls-loader span, .im-calls-loader::before, .im-calls-loader::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 3px;
  opacity: 1;
  border-radius: 50%;
}
body .im-calls-loader span, body .im-calls-loader::before, body .im-calls-loader::after {
  background-color: #ffffff;
}
.im-theme-dark_green .im-calls-loader span, .im-theme-dark_green .im-calls-loader::before, .im-theme-dark_green .im-calls-loader::after {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-calls-loader span, .im-theme-dark_blue .im-calls-loader::before, .im-theme-dark_blue .im-calls-loader::after {
  background-color: #2b2c34;
}
.im-theme-blue .im-calls-loader span, .im-theme-blue .im-calls-loader::before, .im-theme-blue .im-calls-loader::after {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-calls-loader span, .im-theme-vk_dark_blue .im-calls-loader::before, .im-theme-vk_dark_blue .im-calls-loader::after {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-calls-loader span, .im-theme-vk_blue .im-calls-loader::before, .im-theme-vk_blue .im-calls-loader::after {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-calls-loader span, .im-theme-dit_blue .im-calls-loader::before, .im-theme-dit_blue .im-calls-loader::after {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-calls-loader span, .im-theme-myteam_green .im-calls-loader::before, .im-theme-myteam_green .im-calls-loader::after {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-calls-loader span, .im-theme-dark_calls .im-calls-loader::before, .im-theme-dark_calls .im-calls-loader::after {
  background-color: #2B2B2B;
}
.im-calls-loader span {
  animation-name: callsLoader;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 300ms;
}
.im-calls-loader::before {
  margin-left: 0;
  animation-name: callsLoader;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 0ms;
}
.im-calls-loader::after {
  margin-right: 0;
  animation-name: callsLoader;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-delay: 6s;
}

@keyframes callsLoader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.im-create-group__name {
  position: relative;
  padding: 0 16px 0 88px;
  overflow: hidden;
  line-height: 64px;
}
.im-create-group__name .im-field-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 21px;
}
.im-create-group__name .im-field-text {
  height: 25px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  vertical-align: unset;
  line-height: 20px;
  font-size: 18px;
  width: 100%;
}
.im-create-group__name .im-box__extra-info .im-box__subinfo {
  padding-right: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.im-field-text__singleline {
  white-space: nowrap;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.im-field-text__singleline::-webkit-scrollbar {
  display: none;
}

.im-create-group__name__refresh {
  width: 32px;
  height: 32px;
  display: none;
  position: absolute;
  top: 50%;
  right: 16px;
  bottom: auto;
  left: auto;
  margin-top: -19px;
  cursor: pointer;
}
.im-create-group__name__refresh::after {
  content: "";
  width: 26px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 3px;
}
.im-create-group__name__refresh:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.169 23.447C22.7597 21.9882 24.5096 19.2119 24.5096 16.0268C24.5096 12.0354 21.7616 8.68588 18.0544 7.76687M11.7527 8.65133C9.20505 10.1216 7.49041 12.874 7.49041 16.0268C7.49041 20.3009 10.6415 23.8391 14.7473 24.4448' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.9257 7.30437L21.7611 6.27668' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M18.9534 11.1398L17.9257 7.30439' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M15.1048 24.7499L11.4084 26.2' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M13.6546 21.0534L15.1048 24.7498' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.169 23.447C22.7597 21.9882 24.5096 19.2119 24.5096 16.0268C24.5096 12.0354 21.7616 8.68588 18.0544 7.76687M11.7527 8.65133C9.20505 10.1216 7.49041 12.874 7.49041 16.0268C7.49041 20.3009 10.6415 23.8391 14.7473 24.4448' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.9257 7.30437L21.7611 6.27668' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M18.9534 11.1398L17.9257 7.30439' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M15.1048 24.7499L11.4084 26.2' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M13.6546 21.0534L15.1048 24.7498' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-create-group__name__refresh:after {
  background-color: #21D86A;
}
.im-theme-dark_green .im-create-group__name__refresh:after {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-create-group__name__refresh:after {
  background-color: #2e91ff;
}
.im-theme-blue .im-create-group__name__refresh:after {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-create-group__name__refresh:after {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-create-group__name__refresh:after {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-create-group__name__refresh:after {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-create-group__name__refresh:after {
  background-color: #18D893;
}
.im-theme-dark_calls .im-create-group__name__refresh:after {
  background-color: #0C7CFF;
}
.im-desktop .im-create-group__name__refresh:hover:after {
  background-color: #1EC360;
}
.im-desktop.im-theme-dark_green .im-create-group__name__refresh:hover:after {
  background-color: #0BF468;
}
.im-desktop.im-theme-dark_blue .im-create-group__name__refresh:hover:after {
  background-color: #479dff;
}
.im-desktop.im-theme-blue .im-create-group__name__refresh:hover:after {
  background-color: #2C84DF;
}
.im-desktop.im-theme-vk_dark_blue .im-create-group__name__refresh:hover:after {
  background-color: #6A9EDB;
}
.im-desktop.im-theme-vk_blue .im-create-group__name__refresh:hover:after {
  background-color: #3C85D7;
}
.im-desktop.im-theme-dit_blue .im-create-group__name__refresh:hover:after {
  background-color: #2769B5;
}
.im-desktop.im-theme-myteam_green .im-create-group__name__refresh:hover:after {
  background-color: #1AD08E;
}
.im-desktop.im-theme-dark_calls .im-create-group__name__refresh:hover:after {
  background-color: #005BEF;
}
.im-desktop .im-create-group__name__refresh:active:after {
  background-color: #1BB157;
}
.im-desktop.im-theme-dark_green .im-create-group__name__refresh:active:after {
  background-color: #3CF686;
}
.im-desktop.im-theme-dark_blue .im-create-group__name__refresh:active:after {
  background-color: #3b96ff;
}
.im-desktop.im-theme-blue .im-create-group__name__refresh:active:after {
  background-color: #317BC7;
}
.im-desktop.im-theme-vk_dark_blue .im-create-group__name__refresh:active:after {
  background-color: #5A88BC;
}
.im-desktop.im-theme-vk_blue .im-create-group__name__refresh:active:after {
  background-color: #2975CC;
}
.im-desktop.im-theme-dit_blue .im-create-group__name__refresh:active:after {
  background-color: #2061AB;
}
.im-desktop.im-theme-myteam_green .im-create-group__name__refresh:active:after {
  background-color: #1CC88A;
}
.im-desktop.im-theme-dark_calls .im-create-group__name__refresh:active:after {
  background-color: #0057E5;
}
body .im-create-group__name__refresh:active:after {
  background-color: #1BB157;
}
.im-theme-dark_green .im-create-group__name__refresh:active:after {
  background-color: #3CF686;
}
.im-theme-dark_blue .im-create-group__name__refresh:active:after {
  background-color: #3b96ff;
}
.im-theme-blue .im-create-group__name__refresh:active:after {
  background-color: #317BC7;
}
.im-theme-vk_dark_blue .im-create-group__name__refresh:active:after {
  background-color: #5A88BC;
}
.im-theme-vk_blue .im-create-group__name__refresh:active:after {
  background-color: #2975CC;
}
.im-theme-dit_blue .im-create-group__name__refresh:active:after {
  background-color: #2061AB;
}
.im-theme-myteam_green .im-create-group__name__refresh:active:after {
  background-color: #1CC88A;
}
.im-theme-dark_calls .im-create-group__name__refresh:active:after {
  background-color: #0057E5;
}

.im-create-group__avatar {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 15px;
  border-radius: 30px;
}
.im-create-group__avatar .im-avatarbox {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  border-radius: 28px;
}
.im-create-group__avatar .im-avatar-uploader__wrap::after {
  width: 26px;
  height: 22px;
  margin-left: -13px;
  margin-top: -11px;
}
body .im-create-group__avatar .im-avatar-uploader__wrap::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-create-group__avatar .im-avatar-uploader__wrap::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-create-group__avatar .im-avatar-uploader__wrap::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-create-group__avatar .im-avatar-uploader__wrap::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-create-group__avatar .im-avatar-uploader__wrap::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-create-group__avatar .im-avatar-uploader__wrap::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-create-group__avatar .im-avatar-uploader__wrap::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-create-group__avatar .im-avatar-uploader__wrap::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-create-group__avatar .im-avatar-uploader__wrap::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-create-group__avatar input[type=file] {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  opacity: 0;
  font-size: 0;
  padding-bottom: 20px;
  margin-top: -20px;
  cursor: pointer;
}
body .im-create-group__avatar input[type=file] {
  color: #21D86A;
}
.im-theme-dark_green .im-create-group__avatar input[type=file] {
  color: #0ADC5E;
}
.im-theme-dark_blue .im-create-group__avatar input[type=file] {
  color: #2e91ff;
}
.im-theme-blue .im-create-group__avatar input[type=file] {
  color: #2D90F5;
}
.im-theme-vk_dark_blue .im-create-group__avatar input[type=file] {
  color: #71AAEB;
}
.im-theme-vk_blue .im-create-group__avatar input[type=file] {
  color: #3F8AE0;
}
.im-theme-dit_blue .im-create-group__avatar input[type=file] {
  color: #2E72BF;
}
.im-theme-myteam_green .im-create-group__avatar input[type=file] {
  color: #18D893;
}
.im-theme-dark_calls .im-create-group__avatar input[type=file] {
  color: #0C7CFF;
}

.im-create-group__avatar__edit-btn {
  width: 16px;
  height: 16px;
  border: 2px solid;
  display: block;
  border-radius: 10px;
  position: absolute;
  top: auto;
  right: -2px;
  bottom: -2px;
  left: auto;
}
body .im-create-group__avatar__edit-btn {
  background: #21D86A;
  border-color: #ffffff;
}
.im-theme-dark_green .im-create-group__avatar__edit-btn {
  background: #0ADC5E;
  border-color: #2b2c34;
}
.im-theme-dark_blue .im-create-group__avatar__edit-btn {
  background: #2e91ff;
  border-color: #2b2c34;
}
.im-theme-blue .im-create-group__avatar__edit-btn {
  background: #2D90F5;
  border-color: #ffffff;
}
.im-theme-vk_dark_blue .im-create-group__avatar__edit-btn {
  background: #71AAEB;
  border-color: #2B2C34;
}
.im-theme-vk_blue .im-create-group__avatar__edit-btn {
  background: #3F8AE0;
  border-color: #FFFFFF;
}
.im-theme-dit_blue .im-create-group__avatar__edit-btn {
  background: #2E72BF;
  border-color: #ffffff;
}
.im-theme-myteam_green .im-create-group__avatar__edit-btn {
  background: #18D893;
  border-color: #ffffff;
}
.im-theme-dark_calls .im-create-group__avatar__edit-btn {
  background: #0C7CFF;
  border-color: #2B2B2B;
}
.im-create-group__avatar__edit-btn::after {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -6px;
  margin-top: -5px;
}
body .im-create-group__avatar__edit-btn::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-create-group__avatar__edit-btn::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2b2c34;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-create-group__avatar__edit-btn::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2b2c34;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-create-group__avatar__edit-btn::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-create-group__avatar__edit-btn::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2B2C34;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-create-group__avatar__edit-btn::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFFFFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-create-group__avatar__edit-btn::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-create-group__avatar__edit-btn::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-create-group__avatar__edit-btn::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.9751 12.6493L10.5661 6.05825L13.9421 9.43425L9.0391 14.3373L7.3511 16.0253C7.3501 16.0262 6.9731 16.3753 6.2431 16.5123C5.2041 16.7093 4.4491 16.8512 3.7211 16.9893C3.5141 17.0282 3.3061 16.9613 3.1611 16.8393C3.0391 16.6943 2.9721 16.4862 3.0111 16.2793C3.1491 15.5512 3.2911 14.7963 3.4881 13.7572C3.6251 13.0282 3.9731 12.6523 3.9751 12.6493ZM4.9851 13.5652C4.9891 13.5602 4.9941 13.5553 4.9981 13.5512C5.1491 13.4002 5.3941 13.4002 5.5451 13.5512L6.4491 14.4552C6.6001 14.6062 6.6001 14.8502 6.4491 15.0012L6.3901 15.0602C6.3901 15.0602 6.2281 15.2102 5.9141 15.2692C5.4681 15.3542 5.1441 15.4152 4.8311 15.4742C4.7421 15.4913 4.6521 15.4622 4.5901 15.4102C4.5381 15.3482 4.5091 15.2583 4.5261 15.1692C4.5851 14.8562 4.6461 14.5322 4.7311 14.0862C4.7901 13.7723 4.9401 13.6102 4.9401 13.6102L4.9851 13.5652ZM14.7461 3.29325C14.3561 2.90225 13.7221 2.90225 13.3321 3.29325L12.0001 4.62425L15.3761 8.00025L16.7071 6.66825C17.0981 6.27825 17.0981 5.64425 16.7071 5.25425L14.7461 3.29325Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2B2B2B;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-avatar-uploader__wrap:empty + .im-create-group__avatar__edit-btn {
  display: none;
}

.im-tooltip {
  min-width: 43px;
  white-space: nowrap;
  display: inline-block;
  border-radius: 8px;
  padding: 5px;
  position: absolute;
  z-index: 1000;
  left: 50%;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-tooltip {
  color: #111111;
  background-color: #ffffff;
  border-color: #eceef3;
}
.im-theme-dark_green .im-tooltip {
  color: #ffffff;
  background-color: #2b2c34;
  border-color: #3c3d47;
}
.im-theme-dark_blue .im-tooltip {
  color: #ffffff;
  background-color: #2b2c34;
  border-color: #3c3d47;
}
.im-theme-blue .im-tooltip {
  color: #111111;
  background-color: #ffffff;
  border-color: #eceef3;
}
.im-theme-vk_dark_blue .im-tooltip {
  color: #E1E3E6;
  background-color: #2B2C34;
  border-color: #3C3D47;
}
.im-theme-vk_blue .im-tooltip {
  color: #111111;
  background-color: #FFFFFF;
  border-color: #ECEEF3;
}
.im-theme-dit_blue .im-tooltip {
  color: #111111;
  background-color: #ffffff;
  border-color: #eceef3;
}
.im-theme-myteam_green .im-tooltip {
  color: #111111;
  background-color: #ffffff;
  border-color: #eceef3;
}
.im-theme-dark_calls .im-tooltip {
  color: #FFFFFF;
  background-color: #2B2B2B;
  border-color: #1F1F1F;
}

.im-tooltip-content {
  max-height: 212px;
  width: max-content;
  max-width: 400px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  white-space: pre-line;
  align-items: center;
}

.im-tooltip__left-position {
  margin: 0;
  justify-content: flex-start;
  text-align: left;
}

.im-tooltip-arrow {
  position: absolute;
  bottom: -5px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
body .im-tooltip-arrow {
  background: #ffffff;
  border-left: 1px solid #eceef3;
  border-top: 1px solid #eceef3;
}
.im-theme-dark_green .im-tooltip-arrow {
  background: #2b2c34;
  border-left: 1px solid #3c3d47;
  border-top: 1px solid #3c3d47;
}
.im-theme-dark_blue .im-tooltip-arrow {
  background: #2b2c34;
  border-left: 1px solid #3c3d47;
  border-top: 1px solid #3c3d47;
}
.im-theme-blue .im-tooltip-arrow {
  background: #ffffff;
  border-left: 1px solid #eceef3;
  border-top: 1px solid #eceef3;
}
.im-theme-vk_dark_blue .im-tooltip-arrow {
  background: #2B2C34;
  border-left: 1px solid #3C3D47;
  border-top: 1px solid #3C3D47;
}
.im-theme-vk_blue .im-tooltip-arrow {
  background: #FFFFFF;
  border-left: 1px solid #ECEEF3;
  border-top: 1px solid #ECEEF3;
}
.im-theme-dit_blue .im-tooltip-arrow {
  background: #ffffff;
  border-left: 1px solid #eceef3;
  border-top: 1px solid #eceef3;
}
.im-theme-myteam_green .im-tooltip-arrow {
  background: #ffffff;
  border-left: 1px solid #eceef3;
  border-top: 1px solid #eceef3;
}
.im-theme-dark_calls .im-tooltip-arrow {
  background: #2B2B2B;
  border-left: 1px solid #1F1F1F;
  border-top: 1px solid #1F1F1F;
}

.im-tooltip__flipped .im-tooltip-arrow {
  top: -5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.im-toast-cross span:last-child {
  content: "";
  display: block;
}
.im-toast-cross span:last-child::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  margin-top: -9px;
  right: 5px;
  top: 50%;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-toast-cross span:last-child::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-toast-cross span:last-child::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-toast-cross span:last-child::after {
  background-color: #7e848f;
}
.im-theme-blue .im-toast-cross span:last-child::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-toast-cross span:last-child::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-toast-cross span:last-child::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-toast-cross span:last-child::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-toast-cross span:last-child::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-toast-cross span:last-child::after {
  background-color: #949494;
}

body .im-threads-dialog {
  background-color: #eceef3;
}
.im-theme-dark_green .im-threads-dialog {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-threads-dialog {
  background-color: #3c3d47;
}
.im-theme-blue .im-threads-dialog {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-threads-dialog {
  background-color: #3c3d47;
}
.im-theme-vk_blue .im-threads-dialog {
  background-color: #eceef3;
}
.im-theme-dit_blue .im-threads-dialog {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-threads-dialog {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-threads-dialog {
  background-color: #1f1f1f;
}
.im-threads-dialog span {
  width: 20px;
  height: 20px;
  display: block;
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-threads-dialog span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-threads-dialog span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-threads-dialog span {
  background-color: #7e848f;
}
.im-theme-blue .im-threads-dialog span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-threads-dialog span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-threads-dialog span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-threads-dialog span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-threads-dialog span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-threads-dialog span {
  background-color: #949494;
}
body .im-threads-dialog span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-threads-dialog span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-threads-dialog span {
  background-color: #7e848f;
}
.im-theme-blue .im-threads-dialog span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-threads-dialog span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-threads-dialog span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-threads-dialog span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-threads-dialog span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-threads-dialog span {
  background-color: #949494;
}

div.im-avatarbox.im-threads-dialog.im-threads-dialog {
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* user select dropdown box */
.im-user-select {
  position: relative;
}

.im-user-select__field {
  display: block;
  margin: 0;
  padding: 11px 12px;
  height: 40px;
  line-height: 18px;
  font-size: 15px;
  border-width: 1px;
  border-style: solid;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-radius: 8px;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 11px 52px 11px 12px;
  width: 100%;
}
body .im-user-select__field {
  background-color: #f3f5f8;
  color: #111111;
  border-color: #cccfd8;
}
body .im-user-select__field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
body .im-user-select__field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
body .im-user-select__field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
body .im-user-select__field:focus {
  border-color: #21D86A;
}
body .im-user-select__field::selection {
  background-color: #0ABD47;
}
.im-theme-dark_green .im-user-select__field {
  background-color: #3c3d48;
  color: #ffffff;
  border-color: #5e5f6c;
}
.im-theme-dark_green .im-user-select__field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_green .im-user-select__field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_green .im-user-select__field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_green .im-user-select__field:focus {
  border-color: #0ADC5E;
}
.im-theme-dark_green .im-user-select__field::selection {
  background-color: #0AC248;
}
.im-theme-dark_blue .im-user-select__field {
  background-color: #3c3d48;
  color: #ffffff;
  border-color: #5e5f6c;
}
.im-theme-dark_blue .im-user-select__field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_blue .im-user-select__field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_blue .im-user-select__field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_blue .im-user-select__field:focus {
  border-color: #2e91ff;
}
.im-theme-dark_blue .im-user-select__field::selection {
  background-color: #73a5dc;
}
.im-theme-blue .im-user-select__field {
  background-color: #f3f5f8;
  color: #111111;
  border-color: #cccfd8;
}
.im-theme-blue .im-user-select__field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
.im-theme-blue .im-user-select__field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
.im-theme-blue .im-user-select__field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
.im-theme-blue .im-user-select__field:focus {
  border-color: #2D90F5;
}
.im-theme-blue .im-user-select__field::selection {
  background-color: #6087B3;
}
.im-theme-vk_dark_blue .im-user-select__field {
  background-color: #3C3D48;
  color: #E1E3E6;
  border-color: #5D5F61;
}
.im-theme-vk_dark_blue .im-user-select__field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #76787A;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_dark_blue .im-user-select__field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #76787A;
}
.im-theme-vk_dark_blue .im-user-select__field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #76787A;
}
.im-theme-vk_dark_blue .im-user-select__field:focus {
  border-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-user-select__field::selection {
  background-color: #72A4DB;
}
.im-theme-vk_blue .im-user-select__field {
  background-color: #F1F3F7;
  color: #111111;
  border-color: #B8C1CC;
}
.im-theme-vk_blue .im-user-select__field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #99A2AD;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_blue .im-user-select__field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #99A2AD;
}
.im-theme-vk_blue .im-user-select__field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #99A2AD;
}
.im-theme-vk_blue .im-user-select__field:focus {
  border-color: #3F8AE0;
}
.im-theme-vk_blue .im-user-select__field::selection {
  background-color: #4772A6;
}
.im-theme-dit_blue .im-user-select__field {
  background-color: #f3f5f8;
  color: #111111;
  border-color: #cccfd8;
}
.im-theme-dit_blue .im-user-select__field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
.im-theme-dit_blue .im-user-select__field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
.im-theme-dit_blue .im-user-select__field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
.im-theme-dit_blue .im-user-select__field:focus {
  border-color: #2E72BF;
}
.im-theme-dit_blue .im-user-select__field::selection {
  background-color: #5A8ABF;
}
.im-theme-myteam_green .im-user-select__field {
  background-color: #f3f5f8;
  color: #111111;
  border-color: #cccfd8;
}
.im-theme-myteam_green .im-user-select__field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b7bcc9;
  opacity: 1;
  /* Firefox */
}
.im-theme-myteam_green .im-user-select__field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7bcc9;
}
.im-theme-myteam_green .im-user-select__field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b7bcc9;
}
.im-theme-myteam_green .im-user-select__field:focus {
  border-color: #18D893;
}
.im-theme-myteam_green .im-user-select__field::selection {
  background-color: #61CEBA;
}
.im-theme-dark_calls .im-user-select__field {
  background-color: #1F1F1F;
  color: #FFFFFF;
  border-color: #858585;
}
.im-theme-dark_calls .im-user-select__field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #949494;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_calls .im-user-select__field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #949494;
}
.im-theme-dark_calls .im-user-select__field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #949494;
}
.im-theme-dark_calls .im-user-select__field:focus {
  border-color: #0C7CFF;
}
.im-theme-dark_calls .im-user-select__field::selection {
  background-color: #2D8DFF;
}

.im-user-select_selected .im-user-select__field {
  padding-left: 36px;
}
.im-user-select_selected .im-user-select__ava {
  display: block;
}

.im-user-select__ava {
  position: absolute;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 12px;
  display: none;
}
.im-user-select__ava .im-avatarbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 10px;
}

.im-user-select__arrow {
  width: 39px;
  height: 38px;
  border-radius: 0 8px 8px 0;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: auto;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .im-user-select__arrow {
  background-color: #f3f5f8;
}
.im-theme-dark_green .im-user-select__arrow {
  background-color: #3c3d48;
}
.im-theme-dark_blue .im-user-select__arrow {
  background-color: #3c3d48;
}
.im-theme-blue .im-user-select__arrow {
  background-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-user-select__arrow {
  background-color: #3C3D48;
}
.im-theme-vk_blue .im-user-select__arrow {
  background-color: #F1F3F7;
}
.im-theme-dit_blue .im-user-select__arrow {
  background-color: #f3f5f8;
}
.im-theme-myteam_green .im-user-select__arrow {
  background-color: #f3f5f8;
}
.im-theme-dark_calls .im-user-select__arrow {
  background-color: #1F1F1F;
}
body .im-user-select__arrow svg {
  stroke: #838690;
}
.im-theme-dark_green .im-user-select__arrow svg {
  stroke: #7e848f;
}
.im-theme-dark_blue .im-user-select__arrow svg {
  stroke: #7e848f;
}
.im-theme-blue .im-user-select__arrow svg {
  stroke: #838690;
}
.im-theme-vk_dark_blue .im-user-select__arrow svg {
  stroke: #909499;
}
.im-theme-vk_blue .im-user-select__arrow svg {
  stroke: #818C99;
}
.im-theme-dit_blue .im-user-select__arrow svg {
  stroke: #838690;
}
.im-theme-myteam_green .im-user-select__arrow svg {
  stroke: #838690;
}
.im-theme-dark_calls .im-user-select__arrow svg {
  stroke: #9C9C9C;
}

.im-user-select__arrow_flip svg {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.im-infinite-list__wrapper .im-infinite-list .im-infinite-list__spinner {
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.im-infinite-list__wrapper .im-infinite-list .im-infinite-list__spinner .im-message__spinner {
  left: unset;
  margin-left: unset;
}

.im-reload-button {
  display: flex;
  justify-content: center;
}
.im-reload-button .im-reload-button__wrapper {
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  padding: 6px 20px 11px;
}
body .im-reload-button .im-reload-button__wrapper {
  color: #838690;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dark_green .im-reload-button .im-reload-button__wrapper {
  color: #7e848f;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dark_blue .im-reload-button .im-reload-button__wrapper {
  color: #7e848f;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-blue .im-reload-button .im-reload-button__wrapper {
  color: #838690;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-vk_dark_blue .im-reload-button .im-reload-button__wrapper {
  color: #909499;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-vk_blue .im-reload-button .im-reload-button__wrapper {
  color: #818C99;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dit_blue .im-reload-button .im-reload-button__wrapper {
  color: #838690;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-myteam_green .im-reload-button .im-reload-button__wrapper {
  color: #838690;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dark_calls .im-reload-button .im-reload-button__wrapper {
  color: #9C9C9C;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-reload-button .im-reload-button__wrapper .im-button-2021 {
  margin: 8px 0 0 0;
}
.im-reload-button .im-reload-button__wrapper .im-reload-button__title {
  display: flex;
}
.im-reload-button .im-reload-button__wrapper .im-reload-button__title .im-reload-button__icon {
  margin-right: 3px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: 84px 84px;
  background-image: url("../images/emoji/s8.png");
  background-position-x: -84px;
  background-position-y: 0px;
}

body .im-input_error.im-field-textinput {
  border-color: #f83e33;
}
.im-theme-dark_green .im-input_error.im-field-textinput {
  border-color: #f75d5d;
}
.im-theme-dark_blue .im-input_error.im-field-textinput {
  border-color: #f75d5d;
}
.im-theme-blue .im-input_error.im-field-textinput {
  border-color: #f83e33;
}
.im-theme-vk_dark_blue .im-input_error.im-field-textinput {
  border-color: #FF5C5C;
}
.im-theme-vk_blue .im-input_error.im-field-textinput {
  border-color: #FF3347;
}
.im-theme-dit_blue .im-input_error.im-field-textinput {
  border-color: #f83e33;
}
.im-theme-myteam_green .im-input_error.im-field-textinput {
  border-color: #EC264A;
}
.im-theme-dark_calls .im-input_error.im-field-textinput {
  border-color: #FC2C38;
}

.im-new-checkbox.im-tickbox {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  cursor: pointer;
}
body .im-new-checkbox.im-tickbox {
  border-color: #cccfd8;
}
.im-theme-dark_green .im-new-checkbox.im-tickbox {
  border-color: #5e5f6c;
}
.im-theme-dark_blue .im-new-checkbox.im-tickbox {
  border-color: #5e5f6c;
}
.im-theme-blue .im-new-checkbox.im-tickbox {
  border-color: #cccfd8;
}
.im-theme-vk_dark_blue .im-new-checkbox.im-tickbox {
  border-color: #5D5F61;
}
.im-theme-vk_blue .im-new-checkbox.im-tickbox {
  border-color: #B8C1CC;
}
.im-theme-dit_blue .im-new-checkbox.im-tickbox {
  border-color: #cccfd8;
}
.im-theme-myteam_green .im-new-checkbox.im-tickbox {
  border-color: #cccfd8;
}
.im-theme-dark_calls .im-new-checkbox.im-tickbox {
  border-color: #858585;
}
.im-new-checkbox.im-tickbox_checked {
  display: flex;
  justify-content: center;
  align-items: center;
}
.im-new-checkbox.im-tickbox_checked:before {
  display: none;
}
.im-new-checkbox.im-tickbox_checked:after {
  content: "";
  width: 8px;
  height: 6px;
}
body .im-new-checkbox.im-tickbox_checked:after {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f3f5f8;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-new-checkbox.im-tickbox_checked:after {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3c3d48;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-new-checkbox.im-tickbox_checked:after {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3c3d48;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-new-checkbox.im-tickbox_checked:after {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f3f5f8;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-new-checkbox.im-tickbox_checked:after {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3C3D48;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-new-checkbox.im-tickbox_checked:after {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #F1F3F7;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-new-checkbox.im-tickbox_checked:after {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f3f5f8;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-new-checkbox.im-tickbox_checked:after {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f3f5f8;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-new-checkbox.im-tickbox_checked:after {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.7 0.3C7.3 -0.1 6.7 -0.1 6.3 0.3L3 3.6L1.7 2.3C1.3 1.9 0.7 1.9 0.3 2.3C-0.1 2.7 -0.1 3.3 0.3 3.7L2.3 5.7C2.5 5.9 2.7 6 3 6C3.3 6 3.5 5.9 3.7 5.7L7.7 1.7C8.1 1.3 8.1 0.7 7.7 0.3Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #1F1F1F;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-checkbox_wrapper {
  display: flex;
  text-align: left;
}
.im-checkbox_wrapper .im-tickbox {
  cursor: pointer;
  margin-right: 12px;
  border-radius: 4px;
}
body .im-checkbox_wrapper .im-tickbox {
  border-color: #cccfd8;
}
.im-theme-dark_green .im-checkbox_wrapper .im-tickbox {
  border-color: #5e5f6c;
}
.im-theme-dark_blue .im-checkbox_wrapper .im-tickbox {
  border-color: #5e5f6c;
}
.im-theme-blue .im-checkbox_wrapper .im-tickbox {
  border-color: #cccfd8;
}
.im-theme-vk_dark_blue .im-checkbox_wrapper .im-tickbox {
  border-color: #5D5F61;
}
.im-theme-vk_blue .im-checkbox_wrapper .im-tickbox {
  border-color: #B8C1CC;
}
.im-theme-dit_blue .im-checkbox_wrapper .im-tickbox {
  border-color: #cccfd8;
}
.im-theme-myteam_green .im-checkbox_wrapper .im-tickbox {
  border-color: #cccfd8;
}
.im-theme-dark_calls .im-checkbox_wrapper .im-tickbox {
  border-color: #858585;
}
.im-checkbox_wrapper .im-tickbox::before {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* Old browser page */
.im-old-cat {
  margin-top: 40px;
  font-family: arial, sans-serif;
  font-size: 18px;
  text-align: center;
}

/* Login page */
.im-authpage.im-authpage {
  width: 100%;
  max-width: 100%;
  left: 0;
  border-right: none;
}
body .im-authpage.im-authpage a {
  color: #00B84D;
}
.im-theme-dark_green .im-authpage.im-authpage a {
  color: #0AC248;
}
.im-theme-dark_blue .im-authpage.im-authpage a {
  color: #2f92ff;
}
.im-theme-blue .im-authpage.im-authpage a {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-authpage.im-authpage a {
  color: #71AAEB;
}
.im-theme-vk_blue .im-authpage.im-authpage a {
  color: #4986CC;
}
.im-theme-dit_blue .im-authpage.im-authpage a {
  color: #2E72BF;
}
.im-theme-myteam_green .im-authpage.im-authpage a {
  color: #17C97E;
}
.im-theme-dark_calls .im-authpage.im-authpage a {
  color: #027AFF;
}

.im-auth-formwrap {
  display: flex;
  width: 300px;
  max-width: 90%;
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
  align-items: center;
}

.im-auth-form, .im-auth-form-code, .im-auth-form-password {
  max-width: 100%;
  padding: 48px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.im-auth-form .im-input-country-phone, .im-auth-form-code .im-input-country-phone, .im-auth-form-password .im-input-country-phone {
  width: 300px;
  max-width: 100%;
  margin-top: 28px;
}
.im-auth-form .im-text-input, .im-auth-form-code .im-text-input, .im-auth-form-password .im-text-input, .im-auth-form .im-input-country-phone__phone, .im-auth-form-code .im-input-country-phone__phone, .im-auth-form-password .im-input-country-phone__phone {
  width: 300px;
  max-width: 100%;
}

.im-auth-input-login {
  margin-top: 32px;
}

.im-auth-input-pswd {
  margin-top: 20px;
}

.im-auth-form-code .im-text-input, .im-auth-form-code .im-input-country-phone__phone {
  margin-top: 28px;
  letter-spacing: 9px;
  padding-left: 34%;
}

.im-auth-title {
  font-weight: bold;
  display: block;
  font-size: 22px;
  letter-spacing: -0.02em;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.im-auth-description {
  display: block;
  font-size: 15px;
  line-height: 144%;
  margin-top: 16px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.im-auth-error {
  display: block;
  margin-top: 16px;
  min-height: 20px;
  line-height: 20px;
  font-size: 15px;
}
body .im-auth-error {
  color: #f83e33;
}
.im-theme-dark_green .im-auth-error {
  color: #f75d5d;
}
.im-theme-dark_blue .im-auth-error {
  color: #f75d5d;
}
.im-theme-blue .im-auth-error {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-auth-error {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-auth-error {
  color: #FF3347;
}
.im-theme-dit_blue .im-auth-error {
  color: #f83e33;
}
.im-theme-myteam_green .im-auth-error {
  color: #EC264A;
}
.im-theme-dark_calls .im-auth-error {
  color: #FC2C38;
}
.im-auth-error:empty {
  visibility: hidden;
}

.im-auth-code-input {
  position: relative;
}
.im-auth-code-input .im-circ-spinner {
  width: 24px;
  height: 24px;
  position: absolute;
  top: auto;
  right: 12px;
  bottom: 12px;
  left: auto;
  display: none;
}

.im-auth-submit {
  display: inline-block;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  line-height: 40px;
  height: 40px;
  min-width: 110px;
  text-align: center;
  border-radius: 20px;
  font-size: 15px;
  border: none;
  outline: none;
  padding: 0 32px 12px;
  margin-top: 16px;
  -webkit-appearance: none;
  cursor: pointer;
}
body .im-auth-submit {
  color: #ffffff;
  background: #21D86A;
}
body .im-auth-submit:hover {
  background: #1EC360;
}
body .im-auth-submit:active {
  background: #1BB157;
}
body .im-auth-submit:disabled {
  cursor: default;
  background: #cccfd8;
}
.im-theme-dark_green .im-auth-submit {
  color: #2b2c34;
  background: #0ADC5E;
}
.im-theme-dark_green .im-auth-submit:hover {
  background: #0BF468;
}
.im-theme-dark_green .im-auth-submit:active {
  background: #3CF686;
}
.im-theme-dark_green .im-auth-submit:disabled {
  cursor: default;
  background: #5e5f6c;
}
.im-theme-dark_blue .im-auth-submit {
  color: #2b2c34;
  background: #2e91ff;
}
.im-theme-dark_blue .im-auth-submit:hover {
  background: #479dff;
}
.im-theme-dark_blue .im-auth-submit:active {
  background: #3b96ff;
}
.im-theme-dark_blue .im-auth-submit:disabled {
  cursor: default;
  background: #5e5f6c;
}
.im-theme-blue .im-auth-submit {
  color: #ffffff;
  background: #2D90F5;
}
.im-theme-blue .im-auth-submit:hover {
  background: #2C84DF;
}
.im-theme-blue .im-auth-submit:active {
  background: #317BC7;
}
.im-theme-blue .im-auth-submit:disabled {
  cursor: default;
  background: #cccfd8;
}
.im-theme-vk_dark_blue .im-auth-submit {
  color: #2B2C34;
  background: #71AAEB;
}
.im-theme-vk_dark_blue .im-auth-submit:hover {
  background: #6A9EDB;
}
.im-theme-vk_dark_blue .im-auth-submit:active {
  background: #5A88BC;
}
.im-theme-vk_dark_blue .im-auth-submit:disabled {
  cursor: default;
  background: #5D5F61;
}
.im-theme-vk_blue .im-auth-submit {
  color: #FFFFFF;
  background: #3F8AE0;
}
.im-theme-vk_blue .im-auth-submit:hover {
  background: #3C85D7;
}
.im-theme-vk_blue .im-auth-submit:active {
  background: #2975CC;
}
.im-theme-vk_blue .im-auth-submit:disabled {
  cursor: default;
  background: #B8C1CC;
}
.im-theme-dit_blue .im-auth-submit {
  color: #ffffff;
  background: #2E72BF;
}
.im-theme-dit_blue .im-auth-submit:hover {
  background: #2769B5;
}
.im-theme-dit_blue .im-auth-submit:active {
  background: #2061AB;
}
.im-theme-dit_blue .im-auth-submit:disabled {
  cursor: default;
  background: #cccfd8;
}
.im-theme-myteam_green .im-auth-submit {
  color: #ffffff;
  background: #18D893;
}
.im-theme-myteam_green .im-auth-submit:hover {
  background: #1AD08E;
}
.im-theme-myteam_green .im-auth-submit:active {
  background: #1CC88A;
}
.im-theme-myteam_green .im-auth-submit:disabled {
  cursor: default;
  background: #cccfd8;
}
.im-theme-dark_calls .im-auth-submit {
  color: #2B2B2B;
  background: #0C7CFF;
}
.im-theme-dark_calls .im-auth-submit:hover {
  background: #005BEF;
}
.im-theme-dark_calls .im-auth-submit:active {
  background: #0057E5;
}
.im-theme-dark_calls .im-auth-submit:disabled {
  cursor: default;
  background: #858585;
}

.im-auth-mail-ru {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.im-auth-mail-ru .im-auth-submit-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  margin-top: 52px;
}
body .im-auth-mail-ru .im-auth-submit-center {
  background: #1f64f0;
  color: #ffffff;
}
.im-theme-dark_green .im-auth-mail-ru .im-auth-submit-center {
  background: #1f64f0;
  color: #ffffff;
}
.im-theme-dark_blue .im-auth-mail-ru .im-auth-submit-center {
  background: #1f64f0;
  color: #ffffff;
}
.im-theme-blue .im-auth-mail-ru .im-auth-submit-center {
  background: #1f64f0;
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-auth-mail-ru .im-auth-submit-center {
  background: #1f64f0;
  color: #E1E3E6;
}
.im-theme-vk_blue .im-auth-mail-ru .im-auth-submit-center {
  background: #1f64f0;
  color: #ffffff;
}
.im-theme-dit_blue .im-auth-mail-ru .im-auth-submit-center {
  background: #1f64f0;
  color: #ffffff;
}
.im-theme-myteam_green .im-auth-mail-ru .im-auth-submit-center {
  background: #1f64f0;
  color: #ffffff;
}
.im-theme-dark_calls .im-auth-mail-ru .im-auth-submit-center {
  background: #1f64f0;
  color: #FFFFFF;
}
.im-auth-mail-ru .im-auth-submit-center svg {
  margin-right: 8px;
}

.im-auth-button-blank {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 5px;
  height: 32px;
  min-width: 32px;
  font-size: 14px;
  text-transform: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-auth-button-blank {
  color: #838690;
  background-color: transparent;
}
body .im-auth-button-blank:hover {
  color: #7A7E8B;
}
body .im-auth-button-blank:active {
  color: #707482;
}
.im-theme-dark_green .im-auth-button-blank {
  color: #7e848f;
  background-color: transparent;
}
.im-theme-dark_green .im-auth-button-blank:hover {
  color: #8C939E;
}
.im-theme-dark_green .im-auth-button-blank:active {
  color: #9BA2AD;
}
.im-theme-dark_blue .im-auth-button-blank {
  color: #7e848f;
  background-color: transparent;
}
.im-theme-dark_blue .im-auth-button-blank:hover {
  color: #8C939E;
}
.im-theme-dark_blue .im-auth-button-blank:active {
  color: #9BA2AD;
}
.im-theme-blue .im-auth-button-blank {
  color: #838690;
  background-color: transparent;
}
.im-theme-blue .im-auth-button-blank:hover {
  color: #7A7E8B;
}
.im-theme-blue .im-auth-button-blank:active {
  color: #707482;
}
.im-theme-vk_dark_blue .im-auth-button-blank {
  color: #909499;
  background-color: transparent;
}
.im-theme-vk_dark_blue .im-auth-button-blank:hover {
  color: #999DA1;
}
.im-theme-vk_dark_blue .im-auth-button-blank:active {
  color: #A0A3A7;
}
.im-theme-vk_blue .im-auth-button-blank {
  color: #818C99;
  background-color: transparent;
}
.im-theme-vk_blue .im-auth-button-blank:hover {
  color: #707985;
}
.im-theme-vk_blue .im-auth-button-blank:active {
  color: #67707A;
}
.im-theme-dit_blue .im-auth-button-blank {
  color: #838690;
  background-color: transparent;
}
.im-theme-dit_blue .im-auth-button-blank:hover {
  color: #7A7E8B;
}
.im-theme-dit_blue .im-auth-button-blank:active {
  color: #707482;
}
.im-theme-myteam_green .im-auth-button-blank {
  color: #838690;
  background-color: transparent;
}
.im-theme-myteam_green .im-auth-button-blank:hover {
  color: #7A7E8B;
}
.im-theme-myteam_green .im-auth-button-blank:active {
  color: #707482;
}
.im-theme-dark_calls .im-auth-button-blank {
  color: #9C9C9C;
  background-color: transparent;
}
.im-theme-dark_calls .im-auth-button-blank:hover {
  color: #8F8F8F;
}
.im-theme-dark_calls .im-auth-button-blank:active {
  color: #828282;
}

body .im-auth-button-accent {
  background-color: #ffffff;
}
.im-theme-dark_green .im-auth-button-accent {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-auth-button-accent {
  background-color: #2b2c34;
}
.im-theme-blue .im-auth-button-accent {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-auth-button-accent {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-auth-button-accent {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-auth-button-accent {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-auth-button-accent {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-auth-button-accent {
  background-color: #2B2B2B;
}
.im-auth-button-accent[data-action=resendCode] {
  margin-top: 16px;
}

.im-auth-switch-form {
  display: none;
  position: absolute;
  top: 16px;
  right: auto;
  bottom: auto;
  left: 20px;
  z-index: 1;
}
.im-auth-switch-form[data-back="1"], .im-auth-switch-form[data-form=frmSmsCode], .im-auth-switch-form[data-form=frmProfile] {
  display: block;
  width: 32px;
  top: 12px;
  left: 12px;
}
.im-auth-switch-form[data-back="1"], .im-auth-switch-form[data-form=frmSmsCode], .im-auth-switch-form[data-form=frmProfile] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 18.1693L8.25 12.2258L14.25 6.16934' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 18.1693L8.25 12.2258L14.25 6.16934' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-auth-switch-form[data-back="1"], body .im-auth-switch-form[data-form=frmSmsCode], body .im-auth-switch-form[data-form=frmProfile] {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-auth-switch-form[data-back="1"], .im-theme-dark_green .im-auth-switch-form[data-form=frmSmsCode], .im-theme-dark_green .im-auth-switch-form[data-form=frmProfile] {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-auth-switch-form[data-back="1"], .im-theme-dark_blue .im-auth-switch-form[data-form=frmSmsCode], .im-theme-dark_blue .im-auth-switch-form[data-form=frmProfile] {
  background-color: #7e848f;
}
.im-theme-blue .im-auth-switch-form[data-back="1"], .im-theme-blue .im-auth-switch-form[data-form=frmSmsCode], .im-theme-blue .im-auth-switch-form[data-form=frmProfile] {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-auth-switch-form[data-back="1"], .im-theme-vk_dark_blue .im-auth-switch-form[data-form=frmSmsCode], .im-theme-vk_dark_blue .im-auth-switch-form[data-form=frmProfile] {
  background-color: #76787A;
}
.im-theme-vk_blue .im-auth-switch-form[data-back="1"], .im-theme-vk_blue .im-auth-switch-form[data-form=frmSmsCode], .im-theme-vk_blue .im-auth-switch-form[data-form=frmProfile] {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-auth-switch-form[data-back="1"], .im-theme-dit_blue .im-auth-switch-form[data-form=frmSmsCode], .im-theme-dit_blue .im-auth-switch-form[data-form=frmProfile] {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-auth-switch-form[data-back="1"], .im-theme-myteam_green .im-auth-switch-form[data-form=frmSmsCode], .im-theme-myteam_green .im-auth-switch-form[data-form=frmProfile] {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-auth-switch-form[data-back="1"], .im-theme-dark_calls .im-auth-switch-form[data-form=frmSmsCode], .im-theme-dark_calls .im-auth-switch-form[data-form=frmProfile] {
  background-color: #949494;
}
.im-desktop .im-auth-switch-form[data-back="1"]:hover, .im-desktop .im-auth-switch-form[data-form=frmSmsCode]:hover, .im-desktop .im-auth-switch-form[data-form=frmProfile]:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-auth-switch-form[data-back="1"]:hover, .im-desktop.im-theme-dark_green .im-auth-switch-form[data-form=frmSmsCode]:hover, .im-desktop.im-theme-dark_green .im-auth-switch-form[data-form=frmProfile]:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-auth-switch-form[data-back="1"]:hover, .im-desktop.im-theme-dark_blue .im-auth-switch-form[data-form=frmSmsCode]:hover, .im-desktop.im-theme-dark_blue .im-auth-switch-form[data-form=frmProfile]:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-auth-switch-form[data-back="1"]:hover, .im-desktop.im-theme-blue .im-auth-switch-form[data-form=frmSmsCode]:hover, .im-desktop.im-theme-blue .im-auth-switch-form[data-form=frmProfile]:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-auth-switch-form[data-back="1"]:hover, .im-desktop.im-theme-vk_dark_blue .im-auth-switch-form[data-form=frmSmsCode]:hover, .im-desktop.im-theme-vk_dark_blue .im-auth-switch-form[data-form=frmProfile]:hover {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-auth-switch-form[data-back="1"]:hover, .im-desktop.im-theme-vk_blue .im-auth-switch-form[data-form=frmSmsCode]:hover, .im-desktop.im-theme-vk_blue .im-auth-switch-form[data-form=frmProfile]:hover {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-auth-switch-form[data-back="1"]:hover, .im-desktop.im-theme-dit_blue .im-auth-switch-form[data-form=frmSmsCode]:hover, .im-desktop.im-theme-dit_blue .im-auth-switch-form[data-form=frmProfile]:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-auth-switch-form[data-back="1"]:hover, .im-desktop.im-theme-myteam_green .im-auth-switch-form[data-form=frmSmsCode]:hover, .im-desktop.im-theme-myteam_green .im-auth-switch-form[data-form=frmProfile]:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-auth-switch-form[data-back="1"]:hover, .im-desktop.im-theme-dark_calls .im-auth-switch-form[data-form=frmSmsCode]:hover, .im-desktop.im-theme-dark_calls .im-auth-switch-form[data-form=frmProfile]:hover {
  background-color: #858585;
}
.im-desktop .im-auth-switch-form[data-back="1"]:active, .im-desktop .im-auth-switch-form[data-form=frmSmsCode]:active, .im-desktop .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-auth-switch-form[data-back="1"]:active, .im-desktop.im-theme-dark_green .im-auth-switch-form[data-form=frmSmsCode]:active, .im-desktop.im-theme-dark_green .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-auth-switch-form[data-back="1"]:active, .im-desktop.im-theme-dark_blue .im-auth-switch-form[data-form=frmSmsCode]:active, .im-desktop.im-theme-dark_blue .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-auth-switch-form[data-back="1"]:active, .im-desktop.im-theme-blue .im-auth-switch-form[data-form=frmSmsCode]:active, .im-desktop.im-theme-blue .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-auth-switch-form[data-back="1"]:active, .im-desktop.im-theme-vk_dark_blue .im-auth-switch-form[data-form=frmSmsCode]:active, .im-desktop.im-theme-vk_dark_blue .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-auth-switch-form[data-back="1"]:active, .im-desktop.im-theme-vk_blue .im-auth-switch-form[data-form=frmSmsCode]:active, .im-desktop.im-theme-vk_blue .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-auth-switch-form[data-back="1"]:active, .im-desktop.im-theme-dit_blue .im-auth-switch-form[data-form=frmSmsCode]:active, .im-desktop.im-theme-dit_blue .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-auth-switch-form[data-back="1"]:active, .im-desktop.im-theme-myteam_green .im-auth-switch-form[data-form=frmSmsCode]:active, .im-desktop.im-theme-myteam_green .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-auth-switch-form[data-back="1"]:active, .im-desktop.im-theme-dark_calls .im-auth-switch-form[data-form=frmSmsCode]:active, .im-desktop.im-theme-dark_calls .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #7A7A7A;
}
body .im-auth-switch-form[data-back="1"]:active, body .im-auth-switch-form[data-form=frmSmsCode]:active, body .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #6f747e;
}
.im-theme-dark_green .im-auth-switch-form[data-back="1"]:active, .im-theme-dark_green .im-auth-switch-form[data-form=frmSmsCode]:active, .im-theme-dark_green .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-auth-switch-form[data-back="1"]:active, .im-theme-dark_blue .im-auth-switch-form[data-form=frmSmsCode]:active, .im-theme-dark_blue .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #9ea0b2;
}
.im-theme-blue .im-auth-switch-form[data-back="1"]:active, .im-theme-blue .im-auth-switch-form[data-form=frmSmsCode]:active, .im-theme-blue .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-auth-switch-form[data-back="1"]:active, .im-theme-vk_dark_blue .im-auth-switch-form[data-form=frmSmsCode]:active, .im-theme-vk_dark_blue .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-auth-switch-form[data-back="1"]:active, .im-theme-vk_blue .im-auth-switch-form[data-form=frmSmsCode]:active, .im-theme-vk_blue .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-auth-switch-form[data-back="1"]:active, .im-theme-dit_blue .im-auth-switch-form[data-form=frmSmsCode]:active, .im-theme-dit_blue .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-auth-switch-form[data-back="1"]:active, .im-theme-myteam_green .im-auth-switch-form[data-form=frmSmsCode]:active, .im-theme-myteam_green .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-auth-switch-form[data-back="1"]:active, .im-theme-dark_calls .im-auth-switch-form[data-form=frmSmsCode]:active, .im-theme-dark_calls .im-auth-switch-form[data-form=frmProfile]:active {
  background-color: #7A7A7A;
}

.im-auth-link {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
  margin-top: 24px;
}
body .im-auth-link {
  color: #00B84D;
}
.im-theme-dark_green .im-auth-link {
  color: #0AC248;
}
.im-theme-dark_blue .im-auth-link {
  color: #2f92ff;
}
.im-theme-blue .im-auth-link {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-auth-link {
  color: #71AAEB;
}
.im-theme-vk_blue .im-auth-link {
  color: #4986CC;
}
.im-theme-dit_blue .im-auth-link {
  color: #2E72BF;
}
.im-theme-myteam_green .im-auth-link {
  color: #17C97E;
}
.im-theme-dark_calls .im-auth-link {
  color: #027AFF;
}
.im-auth-link:empty {
  display: none;
}

.im-auth-sysinfo {
  position: absolute;
  top: 2px;
  right: 5px;
  bottom: auto;
  left: auto;
  font-size: 8px;
}
body .im-auth-sysinfo {
  color: #b7bcc9;
}
.im-theme-dark_green .im-auth-sysinfo {
  color: #7e848f;
}
.im-theme-dark_blue .im-auth-sysinfo {
  color: #7e848f;
}
.im-theme-blue .im-auth-sysinfo {
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-auth-sysinfo {
  color: #76787A;
}
.im-theme-vk_blue .im-auth-sysinfo {
  color: #99A2AD;
}
.im-theme-dit_blue .im-auth-sysinfo {
  color: #b7bcc9;
}
.im-theme-myteam_green .im-auth-sysinfo {
  color: #b7bcc9;
}
.im-theme-dark_calls .im-auth-sysinfo {
  color: #949494;
}

/* Attach phone page */
.im-attachphone-wrap {
  padding: 52px 20px 0;
  margin-bottom: 14px;
}

.im-attachphone {
  overflow: auto;
}
.im-attachphone .app-topbar {
  box-shadow: none;
}
.im-attachphone .app-content {
  top: 0;
}
.im-attachphone .im-authpage-phone-country {
  margin-top: 50px;
}
.im-attachphone .im-authpage-input {
  margin-bottom: 0;
}
.im-attachphone input::placeholder,
.im-attachphone input::-webkit-input-placeholder {
  font-size: 18px;
}
.im-attachphone input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 18px;
  transform: scale(0.9) translateX(-0.1rem);
}
.im-attachphone input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: 18px;
  transform: scale(0.9) translateX(-0.1rem);
}

.im-attachphone-logout {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: auto;
  left: auto;
  font-size: 14px;
  cursor: pointer;
}
body .im-attachphone-logout {
  color: #838690;
}
.im-theme-dark_green .im-attachphone-logout {
  color: #7e848f;
}
.im-theme-dark_blue .im-attachphone-logout {
  color: #7e848f;
}
.im-theme-blue .im-attachphone-logout {
  color: #838690;
}
.im-theme-vk_dark_blue .im-attachphone-logout {
  color: #909499;
}
.im-theme-vk_blue .im-attachphone-logout {
  color: #818C99;
}
.im-theme-dit_blue .im-attachphone-logout {
  color: #838690;
}
.im-theme-myteam_green .im-attachphone-logout {
  color: #838690;
}
.im-theme-dark_calls .im-attachphone-logout {
  color: #9C9C9C;
}

.im-attachphone-head {
  width: 100%;
  padding-top: 16px;
  position: relative;
}

.im-attachphone-logo {
  width: 88px;
  height: 80px;
  margin: 10px auto;
  background: url("../images/shield_icon.png") no-repeat center;
  background-size: 88px 80px;
}

.im-attachphone-title {
  margin-top: 35px;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.im-attachphone-text {
  margin-top: 33px;
  display: block;
  text-align: center;
}
.im-attachphone-text span {
  display: inline-block;
  max-width: 260px;
  font-size: 14px;
}
body .im-attachphone-text span {
  color: #111111;
}
.im-theme-dark_green .im-attachphone-text span {
  color: #ffffff;
}
.im-theme-dark_blue .im-attachphone-text span {
  color: #ffffff;
}
.im-theme-blue .im-attachphone-text span {
  color: #111111;
}
.im-theme-vk_dark_blue .im-attachphone-text span {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-attachphone-text span {
  color: #111111;
}
.im-theme-dit_blue .im-attachphone-text span {
  color: #111111;
}
.im-theme-myteam_green .im-attachphone-text span {
  color: #111111;
}
.im-theme-dark_calls .im-attachphone-text span {
  color: #FFFFFF;
}

.im-attachphone-button {
  margin: 18px auto;
  display: block;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  width: 116px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  border: none;
  outline: none;
  -webkit-appearance: none;
}
body .im-attachphone-button {
  background: #21D86A;
  color: #ffffff;
}
body .im-attachphone-button:disabled {
  background: #b7bcc9;
  color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_green .im-attachphone-button {
  background: #0ADC5E;
  color: #2b2c34;
}
.im-theme-dark_green .im-attachphone-button:disabled {
  background: #7e848f;
  color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_blue .im-attachphone-button {
  background: #2e91ff;
  color: #2b2c34;
}
.im-theme-dark_blue .im-attachphone-button:disabled {
  background: #7e848f;
  color: rgba(255, 255, 255, 0.6);
}
.im-theme-blue .im-attachphone-button {
  background: #2D90F5;
  color: #ffffff;
}
.im-theme-blue .im-attachphone-button:disabled {
  background: #b7bcc9;
  color: rgba(255, 255, 255, 0.6);
}
.im-theme-vk_dark_blue .im-attachphone-button {
  background: #71AAEB;
  color: #2B2C34;
}
.im-theme-vk_dark_blue .im-attachphone-button:disabled {
  background: #76787A;
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-vk_blue .im-attachphone-button {
  background: #3F8AE0;
  color: #FFFFFF;
}
.im-theme-vk_blue .im-attachphone-button:disabled {
  background: #99A2AD;
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-dit_blue .im-attachphone-button {
  background: #2E72BF;
  color: #ffffff;
}
.im-theme-dit_blue .im-attachphone-button:disabled {
  background: #b7bcc9;
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-myteam_green .im-attachphone-button {
  background: #18D893;
  color: #ffffff;
}
.im-theme-myteam_green .im-attachphone-button:disabled {
  background: #b7bcc9;
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-dark_calls .im-attachphone-button {
  background: #0C7CFF;
  color: #2B2B2B;
}
.im-theme-dark_calls .im-attachphone-button:disabled {
  background: #949494;
  color: rgba(255, 255, 255, 0.8);
}
.im-attachphone-button:last-child {
  margin-bottom: 0;
}
.im-attachphone-button.im-attachphone-button_white {
  border: 1px solid;
}
body .im-attachphone-button.im-attachphone-button_white {
  background: #ffffff;
  color: #b7bcc9;
  border-color: #b7bcc9;
}
.im-theme-dark_green .im-attachphone-button.im-attachphone-button_white {
  background: #2b2c34;
  color: #7e848f;
  border-color: #7e848f;
}
.im-theme-dark_blue .im-attachphone-button.im-attachphone-button_white {
  background: #2b2c34;
  color: #7e848f;
  border-color: #7e848f;
}
.im-theme-blue .im-attachphone-button.im-attachphone-button_white {
  background: #ffffff;
  color: #b7bcc9;
  border-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-attachphone-button.im-attachphone-button_white {
  background: #2B2C34;
  color: #76787A;
  border-color: #76787A;
}
.im-theme-vk_blue .im-attachphone-button.im-attachphone-button_white {
  background: #FFFFFF;
  color: #99A2AD;
  border-color: #99A2AD;
}
.im-theme-dit_blue .im-attachphone-button.im-attachphone-button_white {
  background: #ffffff;
  color: #b7bcc9;
  border-color: #b7bcc9;
}
.im-theme-myteam_green .im-attachphone-button.im-attachphone-button_white {
  background: #ffffff;
  color: #b7bcc9;
  border-color: #b7bcc9;
}
.im-theme-dark_calls .im-attachphone-button.im-attachphone-button_white {
  background: #2B2B2B;
  color: #949494;
  border-color: #949494;
}

.im-attachphone-code {
  border-radius: 0;
  border-width: 0;
  border-bottom-width: 1px;
  margin-top: 20px;
  font-size: 19px;
  padding-left: 2px;
  height: 40px;
  line-height: 40px;
}

.im-attachphone-cancel {
  display: block;
  width: 116px;
  text-align: center;
  margin: 18px auto;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
body .im-attachphone-cancel {
  color: #838690;
}
.im-theme-dark_green .im-attachphone-cancel {
  color: #7e848f;
}
.im-theme-dark_blue .im-attachphone-cancel {
  color: #7e848f;
}
.im-theme-blue .im-attachphone-cancel {
  color: #838690;
}
.im-theme-vk_dark_blue .im-attachphone-cancel {
  color: #909499;
}
.im-theme-vk_blue .im-attachphone-cancel {
  color: #818C99;
}
.im-theme-dit_blue .im-attachphone-cancel {
  color: #838690;
}
.im-theme-myteam_green .im-attachphone-cancel {
  color: #838690;
}
.im-theme-dark_calls .im-attachphone-cancel {
  color: #9C9C9C;
}

.im-attachphone-resend {
  display: block;
  margin: 30px auto 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  border: none;
  outline: none;
  background: none;
  height: 30px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-attachphone-resend {
  color: #838690;
}
.im-theme-dark_green .im-attachphone-resend {
  color: #7e848f;
}
.im-theme-dark_blue .im-attachphone-resend {
  color: #7e848f;
}
.im-theme-blue .im-attachphone-resend {
  color: #838690;
}
.im-theme-vk_dark_blue .im-attachphone-resend {
  color: #909499;
}
.im-theme-vk_blue .im-attachphone-resend {
  color: #818C99;
}
.im-theme-dit_blue .im-attachphone-resend {
  color: #838690;
}
.im-theme-myteam_green .im-attachphone-resend {
  color: #838690;
}
.im-theme-dark_calls .im-attachphone-resend {
  color: #9C9C9C;
}

.im-attachphone-wait {
  min-height: 18px;
  margin-top: 30px;
  text-align: left;
  border-bottom: 1px solid;
  padding-bottom: 7px;
}
.im-attachphone-wait span {
  font-size: 16px;
}
body .im-attachphone-wait {
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-dark_green .im-attachphone-wait {
  color: #ffffff;
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-attachphone-wait {
  color: #ffffff;
  border-bottom-color: #3c3d47;
}
.im-theme-blue .im-attachphone-wait {
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-vk_dark_blue .im-attachphone-wait {
  color: #E1E3E6;
  border-bottom-color: #3C3D47;
}
.im-theme-vk_blue .im-attachphone-wait {
  color: #111111;
  border-bottom-color: #ECEEF3;
}
.im-theme-dit_blue .im-attachphone-wait {
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-attachphone-wait {
  color: #111111;
  border-bottom-color: #eceef3;
}
.im-theme-dark_calls .im-attachphone-wait {
  color: #FFFFFF;
  border-bottom-color: #1F1F1F;
}

.im-attachphone-change {
  float: right;
  cursor: pointer;
  font-size: 14px;
}
body .im-attachphone-change {
  color: #111111;
}
.im-theme-dark_green .im-attachphone-change {
  color: #ffffff;
}
.im-theme-dark_blue .im-attachphone-change {
  color: #ffffff;
}
.im-theme-blue .im-attachphone-change {
  color: #111111;
}
.im-theme-vk_dark_blue .im-attachphone-change {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-attachphone-change {
  color: #111111;
}
.im-theme-dit_blue .im-attachphone-change {
  color: #111111;
}
.im-theme-myteam_green .im-attachphone-change {
  color: #111111;
}
.im-theme-dark_calls .im-attachphone-change {
  color: #FFFFFF;
}

#frmAttachDone .im-attachphone-wait {
  margin-top: 100px;
  border: none;
  text-align: center;
  font-size: 19px;
}
body #frmAttachDone .im-attachphone-wait {
  color: #111111;
}
.im-theme-dark_green #frmAttachDone .im-attachphone-wait {
  color: #ffffff;
}
.im-theme-dark_blue #frmAttachDone .im-attachphone-wait {
  color: #ffffff;
}
.im-theme-blue #frmAttachDone .im-attachphone-wait {
  color: #111111;
}
.im-theme-vk_dark_blue #frmAttachDone .im-attachphone-wait {
  color: #E1E3E6;
}
.im-theme-vk_blue #frmAttachDone .im-attachphone-wait {
  color: #111111;
}
.im-theme-dit_blue #frmAttachDone .im-attachphone-wait {
  color: #111111;
}
.im-theme-myteam_green #frmAttachDone .im-attachphone-wait {
  color: #111111;
}
.im-theme-dark_calls #frmAttachDone .im-attachphone-wait {
  color: #FFFFFF;
}
#frmAttachDone .im-attachphone-button {
  margin-top: 50px;
}

.im-authpage-phone-country {
  position: relative;
}
.im-authpage-phone-country div {
  box-sizing: border-box;
  border-right: 1px solid;
  width: 71px;
  height: 58px;
  line-height: 60px;
  text-align: center;
  display: block;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: -1px;
  font-size: 22px;
}
body .im-authpage-phone-country div {
  border-right-color: #eceef3;
  color: #111111;
}
.im-theme-dark_green .im-authpage-phone-country div {
  border-right-color: #3c3d47;
  color: #ffffff;
}
.im-theme-dark_blue .im-authpage-phone-country div {
  border-right-color: #3c3d47;
  color: #ffffff;
}
.im-theme-blue .im-authpage-phone-country div {
  border-right-color: #eceef3;
  color: #111111;
}
.im-theme-vk_dark_blue .im-authpage-phone-country div {
  border-right-color: #3C3D47;
  color: #E1E3E6;
}
.im-theme-vk_blue .im-authpage-phone-country div {
  border-right-color: #ECEEF3;
  color: #111111;
}
.im-theme-dit_blue .im-authpage-phone-country div {
  border-right-color: #eceef3;
  color: #111111;
}
.im-theme-myteam_green .im-authpage-phone-country div {
  border-right-color: #eceef3;
  color: #111111;
}
.im-theme-dark_calls .im-authpage-phone-country div {
  border-right-color: #1F1F1F;
  color: #FFFFFF;
}

.im-authpage-input {
  margin-bottom: 24px;
  width: 100%;
  height: 60px;
  line-height: 56px;
  padding: 0 0 0 22px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 22px;
  border: 1px solid;
  outline: none;
}
body .im-authpage-input {
  color: #111111;
  border-color: #b7bcc9;
  background: #ffffff;
}
body .im-authpage-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
body .im-authpage-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
body .im-authpage-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
body .im-authpage-input:focus {
  border-color: #21D86A;
}
body .im-authpage-input.im-authpage_error {
  border-color: #f83e33;
}
.im-theme-dark_green .im-authpage-input {
  color: #ffffff;
  border-color: #7e848f;
  background: #2b2c34;
}
.im-theme-dark_green .im-authpage-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_green .im-authpage-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_green .im-authpage-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_green .im-authpage-input:focus {
  border-color: #0ADC5E;
}
.im-theme-dark_green .im-authpage-input.im-authpage_error {
  border-color: #f75d5d;
}
.im-theme-dark_blue .im-authpage-input {
  color: #ffffff;
  border-color: #7e848f;
  background: #2b2c34;
}
.im-theme-dark_blue .im-authpage-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_blue .im-authpage-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_blue .im-authpage-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_blue .im-authpage-input:focus {
  border-color: #2e91ff;
}
.im-theme-dark_blue .im-authpage-input.im-authpage_error {
  border-color: #f75d5d;
}
.im-theme-blue .im-authpage-input {
  color: #111111;
  border-color: #b7bcc9;
  background: #ffffff;
}
.im-theme-blue .im-authpage-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-blue .im-authpage-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-blue .im-authpage-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-blue .im-authpage-input:focus {
  border-color: #2D90F5;
}
.im-theme-blue .im-authpage-input.im-authpage_error {
  border-color: #f83e33;
}
.im-theme-vk_dark_blue .im-authpage-input {
  color: #E1E3E6;
  border-color: #76787A;
  background: #2B2C34;
}
.im-theme-vk_dark_blue .im-authpage-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #909499;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_dark_blue .im-authpage-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909499;
}
.im-theme-vk_dark_blue .im-authpage-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #909499;
}
.im-theme-vk_dark_blue .im-authpage-input:focus {
  border-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-authpage-input.im-authpage_error {
  border-color: #FF5C5C;
}
.im-theme-vk_blue .im-authpage-input {
  color: #111111;
  border-color: #99A2AD;
  background: #FFFFFF;
}
.im-theme-vk_blue .im-authpage-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #818C99;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_blue .im-authpage-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #818C99;
}
.im-theme-vk_blue .im-authpage-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #818C99;
}
.im-theme-vk_blue .im-authpage-input:focus {
  border-color: #3F8AE0;
}
.im-theme-vk_blue .im-authpage-input.im-authpage_error {
  border-color: #FF3347;
}
.im-theme-dit_blue .im-authpage-input {
  color: #111111;
  border-color: #b7bcc9;
  background: #ffffff;
}
.im-theme-dit_blue .im-authpage-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-dit_blue .im-authpage-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-dit_blue .im-authpage-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-dit_blue .im-authpage-input:focus {
  border-color: #2E72BF;
}
.im-theme-dit_blue .im-authpage-input.im-authpage_error {
  border-color: #f83e33;
}
.im-theme-myteam_green .im-authpage-input {
  color: #111111;
  border-color: #b7bcc9;
  background: #ffffff;
}
.im-theme-myteam_green .im-authpage-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-myteam_green .im-authpage-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-myteam_green .im-authpage-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-myteam_green .im-authpage-input:focus {
  border-color: #18D893;
}
.im-theme-myteam_green .im-authpage-input.im-authpage_error {
  border-color: #EC264A;
}
.im-theme-dark_calls .im-authpage-input {
  color: #FFFFFF;
  border-color: #949494;
  background: #2B2B2B;
}
.im-theme-dark_calls .im-authpage-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9C9C9C;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_calls .im-authpage-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9C9C9C;
}
.im-theme-dark_calls .im-authpage-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9C9C9C;
}
.im-theme-dark_calls .im-authpage-input:focus {
  border-color: #0C7CFF;
}
.im-theme-dark_calls .im-authpage-input.im-authpage_error {
  border-color: #FC2C38;
}

.im-authpage-phone {
  padding-left: 80px;
}

.im-countrypage .im-ui-button {
  font-weight: normal;
  text-overflow: ellipsis;
}
body .im-countrypage .im-ui-button {
  color: #111111;
}
.im-theme-dark_green .im-countrypage .im-ui-button {
  color: #ffffff;
}
.im-theme-dark_blue .im-countrypage .im-ui-button {
  color: #ffffff;
}
.im-theme-blue .im-countrypage .im-ui-button {
  color: #111111;
}
.im-theme-vk_dark_blue .im-countrypage .im-ui-button {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-countrypage .im-ui-button {
  color: #111111;
}
.im-theme-dit_blue .im-countrypage .im-ui-button {
  color: #111111;
}
.im-theme-myteam_green .im-countrypage .im-ui-button {
  color: #111111;
}
.im-theme-dark_calls .im-countrypage .im-ui-button {
  color: #FFFFFF;
}
.im-countrypage .app-content {
  overflow: auto;
}
.im-countrypage .app-topbar .im-ui-button {
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: 0;
  width: auto;
  height: 100%;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  line-height: 56px;
}
.im-countrypage .app-topbar__icon {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  margin-left: 23px;
  width: 27px;
  height: 27px;
}
.im-countrypage .app-topbar__title {
  padding: 0 17px;
  vertical-align: middle;
}
.im-countrypage .im-scrollbar {
  top: 53px;
}

.im-countrypage__list {
  width: 100%;
  position: absolute;
  top: 53px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
.im-countrypage__list .im-plainlist-item {
  padding: 0 55px 0 20px;
}
.im-countrypage__list .im-plainlist-item-label {
  line-height: 52px;
  font-size: 18px;
}
.im-countrypage__list .im-plainlist-item-sublabel {
  line-height: 52px;
}

/* welcome screen */
.im-welcome-screen {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
body .im-welcome-screen {
  background-color: #ffffff;
}
body .im-welcome-screen a {
  color: #00B84D;
  text-decoration: none;
}
.im-theme-dark_green .im-welcome-screen {
  background-color: #2b2c34;
}
.im-theme-dark_green .im-welcome-screen a {
  color: #0AC248;
  text-decoration: none;
}
.im-theme-dark_blue .im-welcome-screen {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-welcome-screen a {
  color: #2f92ff;
  text-decoration: none;
}
.im-theme-blue .im-welcome-screen {
  background-color: #ffffff;
}
.im-theme-blue .im-welcome-screen a {
  color: #1B85F1;
  text-decoration: none;
}
.im-theme-vk_dark_blue .im-welcome-screen {
  background-color: #2B2C34;
}
.im-theme-vk_dark_blue .im-welcome-screen a {
  color: #71AAEB;
  text-decoration: none;
}
.im-theme-vk_blue .im-welcome-screen {
  background-color: #FFFFFF;
}
.im-theme-vk_blue .im-welcome-screen a {
  color: #4986CC;
  text-decoration: none;
}
.im-theme-dit_blue .im-welcome-screen {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-welcome-screen a {
  color: #2E72BF;
  text-decoration: none;
}
.im-theme-myteam_green .im-welcome-screen {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-welcome-screen a {
  color: #17C97E;
  text-decoration: none;
}
.im-theme-dark_calls .im-welcome-screen {
  background-color: #2B2B2B;
}
.im-theme-dark_calls .im-welcome-screen a {
  color: #027AFF;
  text-decoration: none;
}

.im-welcome-screen__top {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-height: 150px;
  height: 50%;
  text-align: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-welcome-screen__top {
  background: #F7FAFD;
}
.im-theme-dark_green .im-welcome-screen__top {
  background: #23242D;
}
.im-theme-dark_blue .im-welcome-screen__top {
  background: #23242D;
}
.im-theme-blue .im-welcome-screen__top {
  background: #F7FAFD;
}
.im-theme-vk_dark_blue .im-welcome-screen__top {
  background: #232324;
}
.im-theme-vk_blue .im-welcome-screen__top {
  background: #F9F9F9;
}
.im-theme-dit_blue .im-welcome-screen__top {
  background: #F7FAFD;
}
.im-theme-myteam_green .im-welcome-screen__top {
  background: #F7FAFD;
}
.im-theme-dark_calls .im-welcome-screen__top {
  background: #23242D;
}

.im-welcome-screen__image {
  display: inline-block;
  height: 76%;
  max-height: 248px;
  width: 100%;
  background: url("../images/agent/welcome_green.svg") center center no-repeat scroll;
  background-size: contain;
}

.im-root_myteam .im-welcome-screen__box {
  align-items: unset;
  padding-top: 47px;
}
.im-root_myteam .im-welcome-screen__image {
  height: 228px;
  background-image: url("../images/myteam/");
}
.im-root_myteam.im-theme-dark_green .im-welcome-screen__image {
  height: 228px;
  background-image: url("../images/myteam/");
}
.im-root_myteam.im-theme-dark_blue .im-welcome-screen__image {
  height: 228px;
  background-image: url("../images/myteam/");
}
.im-root_myteam.im-theme-blue .im-welcome-screen__image {
  height: 228px;
  background-image: url("../images/myteam/");
}
.im-root_myteam.im-theme-vk_dark_blue .im-welcome-screen__image {
  height: 228px;
  background-image: url("../images/myteam/welcome-dark.png");
}
.im-root_myteam.im-theme-vk_blue .im-welcome-screen__image {
  height: 228px;
  background-image: url("../images/myteam/welcome.png");
}
.im-root_myteam.im-theme-dit_blue .im-welcome-screen__image {
  height: 228px;
  background-image: url("../images/myteam/");
}
.im-root_myteam.im-theme-myteam_green .im-welcome-screen__image {
  height: 228px;
  background-image: url("../images/myteam/");
}
.im-root_myteam.im-theme-dark_calls .im-welcome-screen__image {
  height: 228px;
  background-image: url("../images/myteam/");
}
.im-root_myteam .im-welcome-screen__text {
  max-width: 480px;
}
.im-root_myteam .im-welcome-screen__cookies {
  display: none;
}

.im-welcome-screen__box {
  flex: 1 1 auto;
  height: 50%;
  min-height: 250px;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-welcome-screen__box .im-auth-submit {
  margin-top: 20px;
  font-size: 18px;
}

.im-welcome-screen__text {
  margin: 0 auto;
  max-width: 460px;
  text-align: center;
}
.im-welcome-screen__text .im-checkbox_wrapper:first-child {
  margin-bottom: 20px;
}

.im-welcome-screen__title {
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.02em;
}

.im-welcome-screen__description {
  margin-top: 16px;
  font-size: 15px;
  line-height: 144%;
}

/* Offline box */
.im-offline-box {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-offline-box .im-modal-box__body {
  padding: 16px 16px 0;
  text-align: center;
}
.im-offline-box .im-modal-box__bottom {
  height: 54px;
  line-height: 54px;
}
.im-offline-box .im-avatarbox {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  margin: 24px 0;
  position: relative;
}
.im-offline-box .im-avatarbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}
body .im-offline-box .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.im-theme-dark_green .im-offline-box .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.im-theme-dark_blue .im-offline-box .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.im-theme-blue .im-offline-box .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.im-theme-vk_dark_blue .im-offline-box .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.15);
}
.im-theme-vk_blue .im-offline-box .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.im-theme-dit_blue .im-offline-box .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.im-theme-myteam_green .im-offline-box .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.im-theme-dark_calls .im-offline-box .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.im-offline-box .im-offline-box__msg {
  padding: 12px 0;
  font-size: 15px;
  cursor: default;
}

.im-mainpage .app-content {
  top: 96px;
  bottom: 52px;
}
.im-mainpage .app-topbar {
  height: 96px;
  border-bottom: none;
}
.im-mainpage .im-search-field-wrap, .im-mainpage .im-search-bar {
  top: 56px;
}
body .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex], body .im-mainpage .im-tab-focused[data-tabindex].im-search-bar, body .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus {
  background-color: #ffffff;
}
body .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex] .im-search-field, body .im-mainpage .im-tab-focused[data-tabindex].im-search-bar .im-search-field, body .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus .im-search-field {
  background-color: rgba(33, 216, 106, 0.28);
}
.im-theme-dark_green .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex], .im-theme-dark_green .im-mainpage .im-tab-focused[data-tabindex].im-search-bar, .im-theme-dark_green .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus {
  background-color: #2b2c34;
}
.im-theme-dark_green .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex] .im-search-field, .im-theme-dark_green .im-mainpage .im-tab-focused[data-tabindex].im-search-bar .im-search-field, .im-theme-dark_green .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus .im-search-field {
  background-color: rgba(10, 220, 94, 0.28);
}
.im-theme-dark_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex], .im-theme-dark_blue .im-mainpage .im-tab-focused[data-tabindex].im-search-bar, .im-theme-dark_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex] .im-search-field, .im-theme-dark_blue .im-mainpage .im-tab-focused[data-tabindex].im-search-bar .im-search-field, .im-theme-dark_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus .im-search-field {
  background-color: rgba(46, 145, 255, 0.28);
}
.im-theme-blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex], .im-theme-blue .im-mainpage .im-tab-focused[data-tabindex].im-search-bar, .im-theme-blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus {
  background-color: #ffffff;
}
.im-theme-blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex] .im-search-field, .im-theme-blue .im-mainpage .im-tab-focused[data-tabindex].im-search-bar .im-search-field, .im-theme-blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus .im-search-field {
  background-color: rgba(45, 144, 245, 0.28);
}
.im-theme-vk_dark_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex], .im-theme-vk_dark_blue .im-mainpage .im-tab-focused[data-tabindex].im-search-bar, .im-theme-vk_dark_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus {
  background-color: #2B2C34;
}
.im-theme-vk_dark_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex] .im-search-field, .im-theme-vk_dark_blue .im-mainpage .im-tab-focused[data-tabindex].im-search-bar .im-search-field, .im-theme-vk_dark_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus .im-search-field {
  background-color: rgba(113, 170, 235, 0.28);
}
.im-theme-vk_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex], .im-theme-vk_blue .im-mainpage .im-tab-focused[data-tabindex].im-search-bar, .im-theme-vk_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus {
  background-color: #FFFFFF;
}
.im-theme-vk_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex] .im-search-field, .im-theme-vk_blue .im-mainpage .im-tab-focused[data-tabindex].im-search-bar .im-search-field, .im-theme-vk_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus .im-search-field {
  background-color: rgba(63, 138, 224, 0.28);
}
.im-theme-dit_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex], .im-theme-dit_blue .im-mainpage .im-tab-focused[data-tabindex].im-search-bar, .im-theme-dit_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex] .im-search-field, .im-theme-dit_blue .im-mainpage .im-tab-focused[data-tabindex].im-search-bar .im-search-field, .im-theme-dit_blue .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus .im-search-field {
  background-color: rgba(46, 114, 191, 0.28);
}
.im-theme-myteam_green .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex], .im-theme-myteam_green .im-mainpage .im-tab-focused[data-tabindex].im-search-bar, .im-theme-myteam_green .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex] .im-search-field, .im-theme-myteam_green .im-mainpage .im-tab-focused[data-tabindex].im-search-bar .im-search-field, .im-theme-myteam_green .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus .im-search-field {
  background-color: rgba(24, 216, 147, 0.28);
}
.im-theme-dark_calls .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex], .im-theme-dark_calls .im-mainpage .im-tab-focused[data-tabindex].im-search-bar, .im-theme-dark_calls .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus {
  background-color: #2B2B2B;
}
.im-theme-dark_calls .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex] .im-search-field, .im-theme-dark_calls .im-mainpage .im-tab-focused[data-tabindex].im-search-bar .im-search-field, .im-theme-dark_calls .im-mainpage .im-search-field-wrap.im-tab-focused[data-tabindex]:focus .im-search-field {
  background-color: rgba(12, 124, 255, 0.28);
}
.im-mainpage .app-topbar__title {
  display: block;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0 76px;
}
body .im-mainpage .app-topbar__title {
  color: #111111;
}
.im-theme-dark_green .im-mainpage .app-topbar__title {
  color: #ffffff;
}
.im-theme-dark_blue .im-mainpage .app-topbar__title {
  color: #ffffff;
}
.im-theme-blue .im-mainpage .app-topbar__title {
  color: #111111;
}
.im-theme-vk_dark_blue .im-mainpage .app-topbar__title {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-mainpage .app-topbar__title {
  color: #111111;
}
.im-theme-dit_blue .im-mainpage .app-topbar__title {
  color: #111111;
}
.im-theme-myteam_green .im-mainpage .app-topbar__title {
  color: #111111;
}
.im-theme-dark_calls .im-mainpage .app-topbar__title {
  color: #FFFFFF;
}

.app-topbar__title .im-tabs-title__clist,
.app-topbar__title .im-tabs-title__settings {
  display: none;
}

.im-topbar-buttons .im-ui-button {
  position: absolute;
  top: 16px;
  right: auto;
  bottom: auto;
  left: auto;
  width: 24px;
  height: 24px;
}
.im-topbar-buttons .im-ui-button::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
body .im-topbar-buttons .im-ui-button:active::before {
  background-color: #6f747e;
}
.im-theme-dark_green .im-topbar-buttons .im-ui-button:active::before {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-topbar-buttons .im-ui-button:active::before {
  background-color: #9ea0b2;
}
.im-theme-blue .im-topbar-buttons .im-ui-button:active::before {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-topbar-buttons .im-ui-button:active::before {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-topbar-buttons .im-ui-button:active::before {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-topbar-buttons .im-ui-button:active::before {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-topbar-buttons .im-ui-button:active::before {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-topbar-buttons .im-ui-button:active::before {
  background-color: #7A7A7A;
}
.im-desktop .im-topbar-buttons .im-ui-button:hover::before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-topbar-buttons .im-ui-button:hover::before {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-topbar-buttons .im-ui-button:hover::before {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-topbar-buttons .im-ui-button:hover::before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-topbar-buttons .im-ui-button:hover::before {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-topbar-buttons .im-ui-button:hover::before {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-topbar-buttons .im-ui-button:hover::before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-topbar-buttons .im-ui-button:hover::before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-topbar-buttons .im-ui-button:hover::before {
  background-color: #858585;
}
.im-topbar-buttons .im-readall-button {
  left: 12px;
}
body .im-topbar-buttons .im-readall-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-topbar-buttons .im-readall-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-topbar-buttons .im-readall-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-topbar-buttons .im-readall-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-topbar-buttons .im-readall-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-topbar-buttons .im-readall-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-topbar-buttons .im-readall-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-topbar-buttons .im-readall-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-topbar-buttons .im-readall-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-topbar-buttons .im-menu-button {
  position: absolute;
  top: 23px;
  right: auto;
  bottom: auto;
  left: 12px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10C2 8.89543 2.89543 8 4 8C5.10457 8 6 8.89543 6 10C6 11.1046 5.10457 12 4 12C2.89543 12 2 11.1046 2 10Z' fill='%23363637'/%3E%3Cpath d='M14 10C14 8.89543 14.8954 8 16 8C17.1046 8 18 8.89543 18 10C18 11.1046 17.1046 12 16 12C14.8954 12 14 11.1046 14 10Z' fill='%23363637'/%3E%3Cpath d='M8 10C8 8.89543 8.89543 8 10 8C11.1046 8 12 8.89543 12 10C12 11.1046 11.1046 12 10 12C8.89543 12 8 11.1046 8 10Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10C2 8.89543 2.89543 8 4 8C5.10457 8 6 8.89543 6 10C6 11.1046 5.10457 12 4 12C2.89543 12 2 11.1046 2 10Z' fill='%23363637'/%3E%3Cpath d='M14 10C14 8.89543 14.8954 8 16 8C17.1046 8 18 8.89543 18 10C18 11.1046 17.1046 12 16 12C14.8954 12 14 11.1046 14 10Z' fill='%23363637'/%3E%3Cpath d='M8 10C8 8.89543 8.89543 8 10 8C11.1046 8 12 8.89543 12 10C12 11.1046 11.1046 12 10 12C8.89543 12 8 11.1046 8 10Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 16px;
  height: 16px;
}
.im-topbar-buttons .im-menu-button:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10C2 8.89543 2.89543 8 4 8C5.10457 8 6 8.89543 6 10C6 11.1046 5.10457 12 4 12C2.89543 12 2 11.1046 2 10Z' fill='%23363637'/%3E%3Cpath d='M14 10C14 8.89543 14.8954 8 16 8C17.1046 8 18 8.89543 18 10C18 11.1046 17.1046 12 16 12C14.8954 12 14 11.1046 14 10Z' fill='%23363637'/%3E%3Cpath d='M8 10C8 8.89543 8.89543 8 10 8C11.1046 8 12 8.89543 12 10C12 11.1046 11.1046 12 10 12C8.89543 12 8 11.1046 8 10Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10C2 8.89543 2.89543 8 4 8C5.10457 8 6 8.89543 6 10C6 11.1046 5.10457 12 4 12C2.89543 12 2 11.1046 2 10Z' fill='%23363637'/%3E%3Cpath d='M14 10C14 8.89543 14.8954 8 16 8C17.1046 8 18 8.89543 18 10C18 11.1046 17.1046 12 16 12C14.8954 12 14 11.1046 14 10Z' fill='%23363637'/%3E%3Cpath d='M8 10C8 8.89543 8.89543 8 10 8C11.1046 8 12 8.89543 12 10C12 11.1046 11.1046 12 10 12C8.89543 12 8 11.1046 8 10Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-topbar-buttons .im-menu-button:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-topbar-buttons .im-menu-button:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-topbar-buttons .im-menu-button:after {
  background-color: #7e848f;
}
.im-theme-blue .im-topbar-buttons .im-menu-button:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-topbar-buttons .im-menu-button:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-topbar-buttons .im-menu-button:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-topbar-buttons .im-menu-button:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-topbar-buttons .im-menu-button:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-topbar-buttons .im-menu-button:after {
  background-color: #949494;
}
.im-desktop .im-topbar-buttons .im-menu-button:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-topbar-buttons .im-menu-button:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-topbar-buttons .im-menu-button:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-topbar-buttons .im-menu-button:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-topbar-buttons .im-menu-button:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-topbar-buttons .im-menu-button:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-topbar-buttons .im-menu-button:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-topbar-buttons .im-menu-button:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-topbar-buttons .im-menu-button:hover:after {
  background-color: #858585;
}
.im-desktop .im-topbar-buttons .im-menu-button:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-topbar-buttons .im-menu-button:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-topbar-buttons .im-menu-button:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-topbar-buttons .im-menu-button:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-topbar-buttons .im-menu-button:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-topbar-buttons .im-menu-button:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-topbar-buttons .im-menu-button:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-topbar-buttons .im-menu-button:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-topbar-buttons .im-menu-button:active:after {
  background-color: #7A7A7A;
}
body .im-topbar-buttons .im-menu-button:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-topbar-buttons .im-menu-button:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-topbar-buttons .im-menu-button:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-topbar-buttons .im-menu-button:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-topbar-buttons .im-menu-button:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-topbar-buttons .im-menu-button:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-topbar-buttons .im-menu-button:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-topbar-buttons .im-menu-button:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-topbar-buttons .im-menu-button:active:after {
  background-color: #7A7A7A;
}
body .im-topbar-buttons .im-menu-button {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-topbar-buttons .im-menu-button {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-topbar-buttons .im-menu-button {
  background-color: #7e848f;
}
.im-theme-blue .im-topbar-buttons .im-menu-button {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-topbar-buttons .im-menu-button {
  background-color: #76787A;
}
.im-theme-vk_blue .im-topbar-buttons .im-menu-button {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-topbar-buttons .im-menu-button {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-topbar-buttons .im-menu-button {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-topbar-buttons .im-menu-button {
  background-color: #949494;
}
.im-topbar-buttons .im-unknown-button {
  display: none;
  left: 48px;
  overflow: visible;
}
.im-topbar-buttons .im-unknown-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5.5C10.5 6.88071 9.38071 8 8 8C6.61929 8 5.5 6.88071 5.5 5.5C5.5 4.11929 6.61929 3 8 3C9.38071 3 10.5 4.11929 10.5 5.5Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.05376 8C3.85734 8 2.96153 13 5.16884 13H10.7517C13.0201 13 12.2409 8 8.05376 8Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5.5C10.5 6.88071 9.38071 8 8 8C6.61929 8 5.5 6.88071 5.5 5.5C5.5 4.11929 6.61929 3 8 3C9.38071 3 10.5 4.11929 10.5 5.5Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.05376 8C3.85734 8 2.96153 13 5.16884 13H10.7517C13.0201 13 12.2409 8 8.05376 8Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-topbar-buttons .im-unknown-button::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-topbar-buttons .im-unknown-button::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-topbar-buttons .im-unknown-button::before {
  background-color: #7e848f;
}
.im-theme-blue .im-topbar-buttons .im-unknown-button::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-topbar-buttons .im-unknown-button::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-topbar-buttons .im-unknown-button::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-topbar-buttons .im-unknown-button::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-topbar-buttons .im-unknown-button::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-topbar-buttons .im-unknown-button::before {
  background-color: #949494;
}
.im-topbar-buttons .im-unknown-button .im-msg-counter {
  position: absolute;
  top: -9px;
  right: auto;
  bottom: auto;
  left: 11px;
  margin-top: 0;
  font-size: 9px;
  min-width: 18px;
  height: 18px;
  line-height: 16px;
  border: 1px solid;
  padding: 0 5px;
}
body .im-topbar-buttons .im-unknown-button .im-msg-counter {
  border-color: #ffffff;
}
.im-theme-dark_green .im-topbar-buttons .im-unknown-button .im-msg-counter {
  border-color: #2b2c34;
}
.im-theme-dark_blue .im-topbar-buttons .im-unknown-button .im-msg-counter {
  border-color: #2b2c34;
}
.im-theme-blue .im-topbar-buttons .im-unknown-button .im-msg-counter {
  border-color: #ffffff;
}
.im-theme-vk_dark_blue .im-topbar-buttons .im-unknown-button .im-msg-counter {
  border-color: #2B2C34;
}
.im-theme-vk_blue .im-topbar-buttons .im-unknown-button .im-msg-counter {
  border-color: #FFFFFF;
}
.im-theme-dit_blue .im-topbar-buttons .im-unknown-button .im-msg-counter {
  border-color: #ffffff;
}
.im-theme-myteam_green .im-topbar-buttons .im-unknown-button .im-msg-counter {
  border-color: #ffffff;
}
.im-theme-dark_calls .im-topbar-buttons .im-unknown-button .im-msg-counter {
  border-color: #2B2B2B;
}
.im-topbar-buttons .im-add-button {
  right: 52px;
}
body .im-topbar-buttons .im-add-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-topbar-buttons .im-add-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-topbar-buttons .im-add-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-topbar-buttons .im-add-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-topbar-buttons .im-add-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-topbar-buttons .im-add-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-topbar-buttons .im-add-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-topbar-buttons .im-add-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-topbar-buttons .im-add-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-topbar-buttons .im-write-button {
  right: 16px;
}
body .im-topbar-buttons .im-write-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-topbar-buttons .im-write-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-topbar-buttons .im-write-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-topbar-buttons .im-write-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-topbar-buttons .im-write-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-topbar-buttons .im-write-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-topbar-buttons .im-write-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-topbar-buttons .im-write-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-topbar-buttons .im-write-button::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3333 5H5C3.89543 5 3 5.89543 3 7V19C3 20.1046 3.89543 21 5 21H17C18.1046 21 19 20.1046 19 19V7.66667' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.5 16L7.85052 15.974C7.84273 16.1687 7.92272 16.3567 8.06845 16.4861C8.21417 16.6155 8.41026 16.6726 8.60269 16.6418L8.5 16ZM11.9728 15.1396L11.5051 14.6882L11.9728 15.1396ZM11.1305 15.5791L11.0278 14.9373L11.1305 15.5791ZM21.3699 4.05689L20.8889 4.49413L21.3699 4.05689ZM21.3495 5.42401L21.8172 5.8754L21.3495 5.42401ZM18.7584 2.74158L19.218 3.2012L18.7584 2.74158ZM9.0397 12.4603L9.49932 12.9199L9.0397 12.4603ZM9.14948 16.026L9.25104 13.487L7.95208 13.435L7.85052 15.974L9.14948 16.026ZM9.49932 12.9199L19.218 3.2012L18.2988 2.28196L8.58008 12.0007L9.49932 12.9199ZM19.7245 3.21325L20.8889 4.49413L21.8509 3.61965L20.6864 2.33878L19.7245 3.21325ZM20.8818 4.97262L11.5051 14.6882L12.4405 15.591L21.8172 5.8754L20.8818 4.97262ZM11.0278 14.9373L8.39731 15.3582L8.60269 16.6418L11.2332 16.221L11.0278 14.9373ZM11.5051 14.6882C11.3772 14.8208 11.2097 14.9082 11.0278 14.9373L11.2332 16.221C11.6932 16.1474 12.1169 15.9263 12.4405 15.591L11.5051 14.6882ZM20.8889 4.49413C21.013 4.63059 21.0099 4.83991 20.8818 4.97262L21.8172 5.8754C22.421 5.24979 22.4357 4.26299 21.8509 3.61965L20.8889 4.49413ZM19.218 3.2012C19.3593 3.05989 19.5901 3.06538 19.7245 3.21325L20.6864 2.33878C20.0527 1.64169 18.965 1.6158 18.2988 2.28196L19.218 3.2012ZM9.25104 13.487C9.25958 13.2735 9.34822 13.071 9.49932 12.9199L8.58008 12.0007C8.1979 12.3829 7.97368 12.895 7.95208 13.435L9.25104 13.487Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-main-menu {
  z-index: 2;
  padding: 4px 0;
  overflow: hidden;
  min-height: 36px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 100ms, visibility 100ms;
  -moz-transition: opacity 100ms, visibility 100ms;
  -o-transition: opacity 100ms, visibility 100ms;
  -webkit-transition: opacity 100ms, visibility 100ms;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 8px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
body .im-main-menu {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-dark_green .im-main-menu {
  background-color: #2b2c34;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-dark_blue .im-main-menu {
  background-color: #2b2c34;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-blue .im-main-menu {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-vk_dark_blue .im-main-menu {
  background-color: #2B2C34;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-vk_blue .im-main-menu {
  background-color: #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-dit_blue .im-main-menu {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-myteam_green .im-main-menu {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-dark_calls .im-main-menu {
  background-color: #2B2B2B;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.im-main-menu_visible {
  opacity: 1;
}

.im-tabs {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  border-top: 1px solid;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  height: 52px;
  overflow: hidden;
}
body .im-tabs {
  border-top-color: #eceef3;
  background-color: #ffffff;
}
.im-theme-dark_green .im-tabs {
  border-top-color: #3c3d47;
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-tabs {
  border-top-color: #3c3d47;
  background-color: #2b2c34;
}
.im-theme-blue .im-tabs {
  border-top-color: #eceef3;
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-tabs {
  border-top-color: #3C3D47;
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-tabs {
  border-top-color: #ECEEF3;
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-tabs {
  border-top-color: #eceef3;
  background-color: #ffffff;
}
.im-theme-myteam_green .im-tabs {
  border-top-color: #eceef3;
  background-color: #ffffff;
}
.im-theme-dark_calls .im-tabs {
  border-top-color: #1F1F1F;
  background-color: #2B2B2B;
}
.im-tabs .im-ui-button {
  position: relative;
  height: 100%;
  width: 33.3333%;
  display: inline-block;
  overflow: visible;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*&.active {
      background: $activeButtonColor;
  }*/
}
body .im-tabs .im-ui-button span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-tabs .im-ui-button span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-tabs .im-ui-button span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-tabs .im-ui-button span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-tabs .im-ui-button span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-tabs .im-ui-button span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-tabs .im-ui-button span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-tabs .im-ui-button span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-tabs .im-ui-button span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-tabs .im-ui-button span {
  height: 26px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -14px;
  margin-top: -19px;
}
.im-tabs .im-ui-button > div {
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.7px;
  width: auto;
  font-weight: normal;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 6px;
  left: 0;
}
body .im-tabs .im-ui-button > div {
  color: #838690;
}
.im-theme-dark_green .im-tabs .im-ui-button > div {
  color: #7e848f;
}
.im-theme-dark_blue .im-tabs .im-ui-button > div {
  color: #7e848f;
}
.im-theme-blue .im-tabs .im-ui-button > div {
  color: #838690;
}
.im-theme-vk_dark_blue .im-tabs .im-ui-button > div {
  color: #909499;
}
.im-theme-vk_blue .im-tabs .im-ui-button > div {
  color: #818C99;
}
.im-theme-dit_blue .im-tabs .im-ui-button > div {
  color: #838690;
}
.im-theme-myteam_green .im-tabs .im-ui-button > div {
  color: #838690;
}
.im-theme-dark_calls .im-tabs .im-ui-button > div {
  color: #9C9C9C;
}
.im-tabs .im-ui-button .im-msg-counter {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  border: 1px solid;
  font-size: 10px;
  min-width: 18px;
  height: 18px;
  line-height: 16px;
  padding: 0 5px;
}
.im-tabs .im-ui-button .im-msg-counter .im-msg-counter__unread-symbol {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
body .im-tabs .im-ui-button .im-msg-counter {
  border-color: #ffffff;
  background-color: #f83e33;
  color: #ffffff;
}
.im-theme-dark_green .im-tabs .im-ui-button .im-msg-counter {
  border-color: #2b2c34;
  background-color: #f75d5d;
  color: #ffffff;
}
.im-theme-dark_blue .im-tabs .im-ui-button .im-msg-counter {
  border-color: #2b2c34;
  background-color: #f75d5d;
  color: #ffffff;
}
.im-theme-blue .im-tabs .im-ui-button .im-msg-counter {
  border-color: #ffffff;
  background-color: #f83e33;
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-tabs .im-ui-button .im-msg-counter {
  border-color: #2B2C34;
  background-color: #FF5C5C;
  color: #E1E3E6;
}
.im-theme-vk_blue .im-tabs .im-ui-button .im-msg-counter {
  border-color: #FFFFFF;
  background-color: #FF3347;
  color: #ffffff;
}
.im-theme-dit_blue .im-tabs .im-ui-button .im-msg-counter {
  border-color: #ffffff;
  background-color: #f83e33;
  color: #ffffff;
}
.im-theme-myteam_green .im-tabs .im-ui-button .im-msg-counter {
  border-color: #ffffff;
  background-color: #EC264A;
  color: #ffffff;
}
.im-theme-dark_calls .im-tabs .im-ui-button .im-msg-counter {
  border-color: #2B2B2B;
  background-color: #FC2C38;
  color: #FFFFFF;
}
body .im-tabs .im-ui-button.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-tabs .im-ui-button.tab-active div {
  color: #00B84D;
}
body .im-tabs .im-ui-button.tab-active .im-msg-counter {
  color: #ffffff;
}
body .im-tabs .im-ui-button:first-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-tabs .im-ui-button:first-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-tabs .im-ui-button:last-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-tabs .im-ui-button:last-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-tabs .im-ui-button.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-tabs .im-ui-button.tab-active div {
  color: #0AC248;
}
.im-theme-dark_green .im-tabs .im-ui-button.tab-active .im-msg-counter {
  color: #ffffff;
}
.im-theme-dark_green .im-tabs .im-ui-button:first-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-tabs .im-ui-button:first-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-tabs .im-ui-button:last-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-tabs .im-ui-button:last-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-tabs .im-ui-button.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-tabs .im-ui-button.tab-active div {
  color: #2f92ff;
}
.im-theme-dark_blue .im-tabs .im-ui-button.tab-active .im-msg-counter {
  color: #ffffff;
}
.im-theme-dark_blue .im-tabs .im-ui-button:first-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-tabs .im-ui-button:first-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-tabs .im-ui-button:last-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-tabs .im-ui-button:last-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-tabs .im-ui-button.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-tabs .im-ui-button.tab-active div {
  color: #1B85F1;
}
.im-theme-blue .im-tabs .im-ui-button.tab-active .im-msg-counter {
  color: #ffffff;
}
.im-theme-blue .im-tabs .im-ui-button:first-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-tabs .im-ui-button:first-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-tabs .im-ui-button:last-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-tabs .im-ui-button:last-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-tabs .im-ui-button.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-tabs .im-ui-button.tab-active div {
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-tabs .im-ui-button.tab-active .im-msg-counter {
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-tabs .im-ui-button:first-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-tabs .im-ui-button:first-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-tabs .im-ui-button:last-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-tabs .im-ui-button:last-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-tabs .im-ui-button.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-tabs .im-ui-button.tab-active div {
  color: #4986CC;
}
.im-theme-vk_blue .im-tabs .im-ui-button.tab-active .im-msg-counter {
  color: #ffffff;
}
.im-theme-vk_blue .im-tabs .im-ui-button:first-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-tabs .im-ui-button:first-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-tabs .im-ui-button:last-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-tabs .im-ui-button:last-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-tabs .im-ui-button.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-tabs .im-ui-button.tab-active div {
  color: #2E72BF;
}
.im-theme-dit_blue .im-tabs .im-ui-button.tab-active .im-msg-counter {
  color: #ffffff;
}
.im-theme-dit_blue .im-tabs .im-ui-button:first-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-tabs .im-ui-button:first-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-tabs .im-ui-button:last-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-tabs .im-ui-button:last-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-tabs .im-ui-button.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-tabs .im-ui-button.tab-active div {
  color: #17C97E;
}
.im-theme-myteam_green .im-tabs .im-ui-button.tab-active .im-msg-counter {
  color: #ffffff;
}
.im-theme-myteam_green .im-tabs .im-ui-button:first-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-tabs .im-ui-button:first-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-tabs .im-ui-button:last-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-tabs .im-ui-button:last-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-tabs .im-ui-button.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-tabs .im-ui-button.tab-active div {
  color: #027AFF;
}
.im-theme-dark_calls .im-tabs .im-ui-button.tab-active .im-msg-counter {
  color: #FFFFFF;
}
.im-theme-dark_calls .im-tabs .im-ui-button:first-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-tabs .im-ui-button:first-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-tabs .im-ui-button:last-child span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-tabs .im-ui-button:last-child.tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-desktop .im-tabs .im-ui-button:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-desktop .im-tabs .im-ui-button:not(.tab-active):hover div {
  color: #8e94a2;
}
.im-desktop .im-tabs .im-ui-button:not(.tab-active):hover .im-msg-counter {
  color: #ffffff;
}
.im-desktop.im-theme-dark_green .im-tabs .im-ui-button:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_green .im-tabs .im-ui-button:not(.tab-active):hover div {
  color: #8c8d9c;
}
.im-desktop.im-theme-dark_green .im-tabs .im-ui-button:not(.tab-active):hover .im-msg-counter {
  color: #ffffff;
}
.im-desktop.im-theme-dark_blue .im-tabs .im-ui-button:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-tabs .im-ui-button:not(.tab-active):hover div {
  color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-tabs .im-ui-button:not(.tab-active):hover .im-msg-counter {
  color: #ffffff;
}
.im-desktop.im-theme-blue .im-tabs .im-ui-button:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-desktop.im-theme-blue .im-tabs .im-ui-button:not(.tab-active):hover div {
  color: #8e94a2;
}
.im-desktop.im-theme-blue .im-tabs .im-ui-button:not(.tab-active):hover .im-msg-counter {
  color: #ffffff;
}
.im-desktop.im-theme-vk_dark_blue .im-tabs .im-ui-button:not(.tab-active):hover span {
  background-color: #818385;
}
.im-desktop.im-theme-vk_dark_blue .im-tabs .im-ui-button:not(.tab-active):hover div {
  color: #818385;
}
.im-desktop.im-theme-vk_dark_blue .im-tabs .im-ui-button:not(.tab-active):hover .im-msg-counter {
  color: #E1E3E6;
}
.im-desktop.im-theme-vk_blue .im-tabs .im-ui-button:not(.tab-active):hover span {
  background-color: #9199A3;
}
.im-desktop.im-theme-vk_blue .im-tabs .im-ui-button:not(.tab-active):hover div {
  color: #9199A3;
}
.im-desktop.im-theme-vk_blue .im-tabs .im-ui-button:not(.tab-active):hover .im-msg-counter {
  color: #ffffff;
}
.im-desktop.im-theme-dit_blue .im-tabs .im-ui-button:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dit_blue .im-tabs .im-ui-button:not(.tab-active):hover div {
  color: #8e94a2;
}
.im-desktop.im-theme-dit_blue .im-tabs .im-ui-button:not(.tab-active):hover .im-msg-counter {
  color: #ffffff;
}
.im-desktop.im-theme-myteam_green .im-tabs .im-ui-button:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-tabs .im-ui-button:not(.tab-active):hover div {
  color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-tabs .im-ui-button:not(.tab-active):hover .im-msg-counter {
  color: #ffffff;
}
.im-desktop.im-theme-dark_calls .im-tabs .im-ui-button:not(.tab-active):hover span {
  background-color: #858585;
}
.im-desktop.im-theme-dark_calls .im-tabs .im-ui-button:not(.tab-active):hover div {
  color: #858585;
}
.im-desktop.im-theme-dark_calls .im-tabs .im-ui-button:not(.tab-active):hover .im-msg-counter {
  color: #FFFFFF;
}

.im-cl,
.im-recent,
.im-settings {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
}
body .im-cl,
body .im-recent,
body .im-settings {
  background-color: #ffffff;
}
.im-theme-dark_green .im-cl,
.im-theme-dark_green .im-recent,
.im-theme-dark_green .im-settings {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-cl,
.im-theme-dark_blue .im-recent,
.im-theme-dark_blue .im-settings {
  background-color: #2b2c34;
}
.im-theme-blue .im-cl,
.im-theme-blue .im-recent,
.im-theme-blue .im-settings {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-cl,
.im-theme-vk_dark_blue .im-recent,
.im-theme-vk_dark_blue .im-settings {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-cl,
.im-theme-vk_blue .im-recent,
.im-theme-vk_blue .im-settings {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-cl,
.im-theme-dit_blue .im-recent,
.im-theme-dit_blue .im-settings {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-cl,
.im-theme-myteam_green .im-recent,
.im-theme-myteam_green .im-settings {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-cl,
.im-theme-dark_calls .im-recent,
.im-theme-dark_calls .im-settings {
  background-color: #2B2B2B;
}

.im-cl {
  padding-top: 0;
  overflow: hidden;
}

.im-cl__default-screen {
  display: none;
  width: 100%;
  height: 120px;
  margin-top: -60px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.im-cl__default-screen__icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 25px;
  background-image: url("../images/im_big_search.png");
  background-size: 75px;
}

.im-cl__default-screen__title {
  font-size: 16px;
}
body .im-cl__default-screen__title {
  color: #838690;
}
.im-theme-dark_green .im-cl__default-screen__title {
  color: #7e848f;
}
.im-theme-dark_blue .im-cl__default-screen__title {
  color: #7e848f;
}
.im-theme-blue .im-cl__default-screen__title {
  color: #838690;
}
.im-theme-vk_dark_blue .im-cl__default-screen__title {
  color: #909499;
}
.im-theme-vk_blue .im-cl__default-screen__title {
  color: #818C99;
}
.im-theme-dit_blue .im-cl__default-screen__title {
  color: #838690;
}
.im-theme-myteam_green .im-cl__default-screen__title {
  color: #838690;
}
.im-theme-dark_calls .im-cl__default-screen__title {
  color: #9C9C9C;
}

.im-mainpage.im-clist__visible .im-cl {
  visibility: visible;
}
.im-mainpage.im-clist__visible .im-recent {
  visibility: hidden;
}
.im-mainpage.im-clist__visible .app-topbar__title .im-tabs-title__recent {
  display: none;
}
.im-mainpage.im-clist__visible .app-topbar__title .im-tabs-title__clist {
  display: inline;
}
.im-mainpage.im-clist__visible .im-topbar-buttons .im-readall-button,
.im-mainpage.im-clist__visible .im-topbar-buttons .im-write-button {
  display: none;
}
.im-mainpage.im-clist__visible .im-topbar-buttons .im-unknown-button {
  display: none !important;
}
.im-mainpage.im-clist__visible .im-topbar-buttons .im-add-button {
  right: 16px;
}

.im-mainpage.im-settings__visible .im-settings {
  visibility: visible;
}
.im-mainpage.im-settings__visible .im-recent {
  visibility: hidden;
}
.im-mainpage.im-settings__visible .app-topbar__title .im-tabs-title__recent {
  display: none;
}
.im-mainpage.im-settings__visible .app-topbar__title .im-tabs-title__settings {
  display: inline;
}
.im-mainpage.im-settings__visible .app-content {
  top: 56px;
}
.im-mainpage.im-settings__visible .app-topbar {
  height: 56px;
}
.im-mainpage.im-settings__visible .im-search-field-wrap, .im-mainpage.im-settings__visible .im-search-bar,
.im-mainpage.im-settings__visible .im-topbar-buttons {
  display: none;
}

/*----new contact dialog----*/
.im-add-contact {
  width: 100%;
}
.im-add-contact .im-modal-box__title {
  padding: 0 16px;
  line-height: 60px;
}
.im-add-contact .im-modal-box__body {
  padding: 0 48px 37px 20px;
}
.im-add-contact .im-modal-box__body .im-field-text {
  margin-top: 40px;
  width: 100%;
}
body .im-add-contact input.im-new-contact__name-empty {
  border-color: #f83e33;
}
.im-theme-dark_green .im-add-contact input.im-new-contact__name-empty {
  border-color: #f75d5d;
}
.im-theme-dark_blue .im-add-contact input.im-new-contact__name-empty {
  border-color: #f75d5d;
}
.im-theme-blue .im-add-contact input.im-new-contact__name-empty {
  border-color: #f83e33;
}
.im-theme-vk_dark_blue .im-add-contact input.im-new-contact__name-empty {
  border-color: #FF5C5C;
}
.im-theme-vk_blue .im-add-contact input.im-new-contact__name-empty {
  border-color: #FF3347;
}
.im-theme-dit_blue .im-add-contact input.im-new-contact__name-empty {
  border-color: #f83e33;
}
.im-theme-myteam_green .im-add-contact input.im-new-contact__name-empty {
  border-color: #EC264A;
}
.im-theme-dark_calls .im-add-contact input.im-new-contact__name-empty {
  border-color: #FC2C38;
}
.im-add-contact .im-new-contact__phone-block {
  margin-top: 40px;
}

.im-contact-not-found {
  width: 100%;
}
.im-contact-not-found .im-modal-box__body.im-modal-box__body {
  background: url("../images/stickers/cat_icon.png") no-repeat center top;
  background-size: 120px;
  padding: 181px 24px 37px;
  margin-top: 47px;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0.1px;
  font-size: 16px;
}
body .im-contact-not-found .im-modal-box__body.im-modal-box__body {
  color: #111111;
  text-shadow: #ffffff 0 2px 0;
}
.im-theme-dark_green .im-contact-not-found .im-modal-box__body.im-modal-box__body {
  color: #ffffff;
  text-shadow: #2b2c34 0 2px 0;
}
.im-theme-dark_blue .im-contact-not-found .im-modal-box__body.im-modal-box__body {
  color: #ffffff;
  text-shadow: #2b2c34 0 2px 0;
}
.im-theme-blue .im-contact-not-found .im-modal-box__body.im-modal-box__body {
  color: #111111;
  text-shadow: #ffffff 0 2px 0;
}
.im-theme-vk_dark_blue .im-contact-not-found .im-modal-box__body.im-modal-box__body {
  color: #E1E3E6;
  text-shadow: #2B2C34 0 2px 0;
}
.im-theme-vk_blue .im-contact-not-found .im-modal-box__body.im-modal-box__body {
  color: #111111;
  text-shadow: #FFFFFF 0 2px 0;
}
.im-theme-dit_blue .im-contact-not-found .im-modal-box__body.im-modal-box__body {
  color: #111111;
  text-shadow: #ffffff 0 2px 0;
}
.im-theme-myteam_green .im-contact-not-found .im-modal-box__body.im-modal-box__body {
  color: #111111;
  text-shadow: #ffffff 0 2px 0;
}
.im-theme-dark_calls .im-contact-not-found .im-modal-box__body.im-modal-box__body {
  color: #FFFFFF;
  text-shadow: #2B2B2B 0 2px 0;
}

/*----start overlay----*/
.im-main-start_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}
body .im-main-start_overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_green .im-main-start_overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_blue .im-main-start_overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-blue .im-main-start_overlay {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-vk_dark_blue .im-main-start_overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-vk_blue .im-main-start_overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-dit_blue .im-main-start_overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-myteam_green .im-main-start_overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-dark_calls .im-main-start_overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-main-overlayed .im-main-start_overlay {
  display: block;
}
.im-main-start_overlay .im-circ-spinner {
  top: 50%;
  left: 50%;
  margin-left: -36px;
  margin-top: -36px;
  width: 72px;
  height: 72px;
}
body .im-main-start_overlay .im-circ-spinner {
  border-color: #C8F9D4;
}
body .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #eceef3;
}
body .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #eceef3;
}
body .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #eceef3;
}
.im-theme-dark_green .im-main-start_overlay .im-circ-spinner {
  border-color: #4C8959;
}
.im-theme-dark_green .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #3c3d47;
}
.im-theme-dark_green .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #3c3d47;
}
.im-theme-dark_green .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #3c3d47;
}
.im-theme-dark_blue .im-main-start_overlay .im-circ-spinner {
  border-color: #2A4A71;
}
.im-theme-dark_blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #3c3d47;
}
.im-theme-dark_blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #3c3d47;
}
.im-theme-blue .im-main-start_overlay .im-circ-spinner {
  border-color: #AAD7FF;
}
.im-theme-blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #eceef3;
}
.im-theme-blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #eceef3;
}
.im-theme-blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #eceef3;
}
.im-theme-vk_dark_blue .im-main-start_overlay .im-circ-spinner {
  border-color: #2A4A71;
}
.im-theme-vk_dark_blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #3C3D47;
}
.im-theme-vk_dark_blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #3C3D47;
}
.im-theme-vk_dark_blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #3C3D47;
}
.im-theme-vk_blue .im-main-start_overlay .im-circ-spinner {
  border-color: #AAD7FF;
}
.im-theme-vk_blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #ECEEF3;
}
.im-theme-vk_blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #ECEEF3;
}
.im-theme-vk_blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #ECEEF3;
}
.im-theme-dit_blue .im-main-start_overlay .im-circ-spinner {
  border-color: #B1D6FF;
}
.im-theme-dit_blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #eceef3;
}
.im-theme-dit_blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #eceef3;
}
.im-theme-dit_blue .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #eceef3;
}
.im-theme-myteam_green .im-main-start_overlay .im-circ-spinner {
  border-color: #C6F5D9;
}
.im-theme-myteam_green .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #eceef3;
}
.im-theme-myteam_green .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #eceef3;
}
.im-theme-dark_calls .im-main-start_overlay .im-circ-spinner {
  border-color: #044CA1;
}
.im-theme-dark_calls .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #1F1F1F;
}
.im-theme-dark_calls .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #1F1F1F;
}
.im-theme-dark_calls .im-main-start_overlay .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #1F1F1F;
}

.im-main-navbar {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  border-top: 1px solid;
  white-space: nowrap;
  height: 52px;
  overflow: hidden;
}
body .im-main-navbar {
  border-top-color: #eceef3;
  background-color: #ffffff;
}
.im-theme-dark_green .im-main-navbar {
  border-top-color: #3c3d47;
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-main-navbar {
  border-top-color: #3c3d47;
  background-color: #2b2c34;
}
.im-theme-blue .im-main-navbar {
  border-top-color: #eceef3;
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-main-navbar {
  border-top-color: #3C3D47;
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-main-navbar {
  border-top-color: #ECEEF3;
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-main-navbar {
  border-top-color: #eceef3;
  background-color: #ffffff;
}
.im-theme-myteam_green .im-main-navbar {
  border-top-color: #eceef3;
  background-color: #ffffff;
}
.im-theme-dark_calls .im-main-navbar {
  border-top-color: #1F1F1F;
  background-color: #2B2B2B;
}

.im-ui-button__main-navbar {
  position: relative;
  height: 100%;
  display: flex;
  overflow: visible;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.im-ui-button__main-navbar span {
  height: 28px;
}
.im-ui-button__main-navbar > div {
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.7px;
  width: auto;
  font-weight: normal;
}
body .im-ui-button__main-navbar > div {
  color: #838690;
}
.im-theme-dark_green .im-ui-button__main-navbar > div {
  color: #7e848f;
}
.im-theme-dark_blue .im-ui-button__main-navbar > div {
  color: #7e848f;
}
.im-theme-blue .im-ui-button__main-navbar > div {
  color: #838690;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar > div {
  color: #909499;
}
.im-theme-vk_blue .im-ui-button__main-navbar > div {
  color: #818C99;
}
.im-theme-dit_blue .im-ui-button__main-navbar > div {
  color: #838690;
}
.im-theme-myteam_green .im-ui-button__main-navbar > div {
  color: #838690;
}
.im-theme-dark_calls .im-ui-button__main-navbar > div {
  color: #9C9C9C;
}
.im-ui-button__main-navbar .im-msg-counter {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  border: 1px solid;
  font-size: 10px;
  min-width: 18px;
  height: 18px;
  line-height: 16px;
  padding: 0 5px;
}
.im-ui-button__main-navbar .im-msg-counter .im-msg-counter__unread-symbol {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
body .im-ui-button__main-navbar .im-msg-counter {
  border-color: #ffffff;
  background-color: #f83e33;
  color: #ffffff;
}
.im-theme-dark_green .im-ui-button__main-navbar .im-msg-counter {
  border-color: #2b2c34;
  background-color: #f75d5d;
  color: #ffffff;
}
.im-theme-dark_blue .im-ui-button__main-navbar .im-msg-counter {
  border-color: #2b2c34;
  background-color: #f75d5d;
  color: #ffffff;
}
.im-theme-blue .im-ui-button__main-navbar .im-msg-counter {
  border-color: #ffffff;
  background-color: #f83e33;
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar .im-msg-counter {
  border-color: #2B2C34;
  background-color: #FF5C5C;
  color: #E1E3E6;
}
.im-theme-vk_blue .im-ui-button__main-navbar .im-msg-counter {
  border-color: #FFFFFF;
  background-color: #FF3347;
  color: #ffffff;
}
.im-theme-dit_blue .im-ui-button__main-navbar .im-msg-counter {
  border-color: #ffffff;
  background-color: #f83e33;
  color: #ffffff;
}
.im-theme-myteam_green .im-ui-button__main-navbar .im-msg-counter {
  border-color: #ffffff;
  background-color: #EC264A;
  color: #ffffff;
}
.im-theme-dark_calls .im-ui-button__main-navbar .im-msg-counter {
  border-color: #2B2B2B;
  background-color: #FC2C38;
  color: #FFFFFF;
}
body .im-ui-button__main-navbar.tab-active div {
  color: #00B84D;
}
body .im-ui-button__main-navbar.tab-active .im-msg-counter {
  color: #ffffff;
}
body .im-ui-button__main-navbar[data-tab=clist] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=clist].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=clist]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
body .im-ui-button__main-navbar[data-tab=recent] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=recent].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=recent]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
body .im-ui-button__main-navbar[data-tab=settings] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=settings].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=settings]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
body .im-ui-button__main-navbar[data-tab=tasks] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=tasks].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=tasks]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
body .im-ui-button__main-navbar[data-tab=orgstructure] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=orgstructure].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=orgstructure]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
body .im-ui-button__main-navbar[data-tab=calendar] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=calendar].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=calendar]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
body .im-ui-button__main-navbar[data-tab=mail] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=mail].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=mail]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
body .im-ui-button__main-navbar[data-tab=cloud] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=cloud].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=cloud]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
body .im-ui-button__main-navbar[data-tab=trueconf] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=trueconf].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-ui-button__main-navbar[data-tab=trueconf]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-dark_green .im-ui-button__main-navbar.tab-active div {
  color: #0AC248;
}
.im-theme-dark_green .im-ui-button__main-navbar.tab-active .im-msg-counter {
  color: #ffffff;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=clist] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=clist].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=clist]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=recent] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=recent].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=recent]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=settings] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=settings].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=settings]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=tasks] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=tasks].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=tasks]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=orgstructure] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=orgstructure].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=orgstructure]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=calendar] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=calendar].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=calendar]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=mail] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=mail].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=mail]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=cloud] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=cloud].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=cloud]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=trueconf] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=trueconf].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-ui-button__main-navbar[data-tab=trueconf]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_blue .im-ui-button__main-navbar.tab-active div {
  color: #2f92ff;
}
.im-theme-dark_blue .im-ui-button__main-navbar.tab-active .im-msg-counter {
  color: #ffffff;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=clist] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=clist].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=clist]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=recent] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=recent].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=recent]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=settings] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=settings].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=settings]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=tasks] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=tasks].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=tasks]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=orgstructure] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=orgstructure].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=orgstructure]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=calendar] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=calendar].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=calendar]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=mail] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=mail].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=mail]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=cloud] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=cloud].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=cloud]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=trueconf] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=trueconf].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-ui-button__main-navbar[data-tab=trueconf]:not(.tab-active):hover span {
  background-color: #8c8d9c;
}
.im-theme-blue .im-ui-button__main-navbar.tab-active div {
  color: #1B85F1;
}
.im-theme-blue .im-ui-button__main-navbar.tab-active .im-msg-counter {
  color: #ffffff;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=clist] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=clist].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=clist]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=recent] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=recent].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=recent]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=settings] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=settings].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=settings]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=tasks] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=tasks].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=tasks]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=orgstructure] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=orgstructure].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=orgstructure]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=calendar] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=calendar].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=calendar]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=mail] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=mail].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=mail]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=cloud] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=cloud].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=cloud]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=trueconf] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=trueconf].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-ui-button__main-navbar[data-tab=trueconf]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar.tab-active div {
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar.tab-active .im-msg-counter {
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=clist] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=clist].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=clist]:not(.tab-active):hover span {
  background-color: #818385;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=recent] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=recent].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=recent]:not(.tab-active):hover span {
  background-color: #818385;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=settings] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=settings].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=settings]:not(.tab-active):hover span {
  background-color: #818385;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=tasks] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=tasks].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=tasks]:not(.tab-active):hover span {
  background-color: #818385;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=orgstructure] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=orgstructure].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=orgstructure]:not(.tab-active):hover span {
  background-color: #818385;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=calendar] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=calendar].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=calendar]:not(.tab-active):hover span {
  background-color: #818385;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=mail] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=mail].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=mail]:not(.tab-active):hover span {
  background-color: #818385;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=cloud] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=cloud].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=cloud]:not(.tab-active):hover span {
  background-color: #818385;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=trueconf] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=trueconf].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-ui-button__main-navbar[data-tab=trueconf]:not(.tab-active):hover span {
  background-color: #818385;
}
.im-theme-vk_blue .im-ui-button__main-navbar.tab-active div {
  color: #4986CC;
}
.im-theme-vk_blue .im-ui-button__main-navbar.tab-active .im-msg-counter {
  color: #ffffff;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=clist] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=clist].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=clist]:not(.tab-active):hover span {
  background-color: #9199A3;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=recent] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=recent].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=recent]:not(.tab-active):hover span {
  background-color: #9199A3;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=settings] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=settings].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=settings]:not(.tab-active):hover span {
  background-color: #9199A3;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=tasks] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=tasks].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=tasks]:not(.tab-active):hover span {
  background-color: #9199A3;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=orgstructure] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=orgstructure].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=orgstructure]:not(.tab-active):hover span {
  background-color: #9199A3;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=calendar] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=calendar].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=calendar]:not(.tab-active):hover span {
  background-color: #9199A3;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=mail] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=mail].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=mail]:not(.tab-active):hover span {
  background-color: #9199A3;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=cloud] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=cloud].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=cloud]:not(.tab-active):hover span {
  background-color: #9199A3;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=trueconf] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=trueconf].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-ui-button__main-navbar[data-tab=trueconf]:not(.tab-active):hover span {
  background-color: #9199A3;
}
.im-theme-dit_blue .im-ui-button__main-navbar.tab-active div {
  color: #2E72BF;
}
.im-theme-dit_blue .im-ui-button__main-navbar.tab-active .im-msg-counter {
  color: #ffffff;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=clist] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=clist].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=clist]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=recent] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=recent].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=recent]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=settings] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=settings].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=settings]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=tasks] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=tasks].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=tasks]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=orgstructure] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=orgstructure].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=orgstructure]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=calendar] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=calendar].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=calendar]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=mail] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=mail].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=mail]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=cloud] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=cloud].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=cloud]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=trueconf] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=trueconf].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-ui-button__main-navbar[data-tab=trueconf]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-myteam_green .im-ui-button__main-navbar.tab-active div {
  color: #17C97E;
}
.im-theme-myteam_green .im-ui-button__main-navbar.tab-active .im-msg-counter {
  color: #ffffff;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=clist] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=clist].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=clist]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=recent] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=recent].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=recent]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=settings] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=settings].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=settings]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=tasks] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=tasks].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=tasks]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=orgstructure] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=orgstructure].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=orgstructure]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=calendar] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=calendar].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=calendar]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=mail] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=mail].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=mail]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=cloud] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=cloud].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=cloud]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=trueconf] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=trueconf].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-ui-button__main-navbar[data-tab=trueconf]:not(.tab-active):hover span {
  background-color: #8e94a2;
}
.im-theme-dark_calls .im-ui-button__main-navbar.tab-active div {
  color: #027AFF;
}
.im-theme-dark_calls .im-ui-button__main-navbar.tab-active .im-msg-counter {
  color: #FFFFFF;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=clist] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=clist].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M18.406 15.1C17.8224 14.7712 17.337 14.2928 16.9999 13.7139C16.6627 13.1351 16.486 12.4768 16.488 11.807C16.488 9.731 18.148 8.048 20.195 8.048C22.242 8.048 23.901 9.731 23.901 11.808C23.901 13.231 23.121 14.47 21.971 15.108C22.8386 15.3063 23.6441 15.7151 24.3163 16.2983C24.9886 16.8815 25.5071 17.6211 25.826 18.452C26.332 19.76 25.698 21.237 24.408 21.75C24.1163 21.8666 23.8051 21.9267 23.491 21.927H18.628C18.952 20.912 18.989 19.952 18.74 19.045C18.49 18.139 17.919 17.137 17.024 16.039C17.361 15.573 17.821 15.259 18.406 15.101V15.1ZM9.376 15.262H10.556C13.165 15.262 15.496 16.918 16.388 19.406C16.828 20.633 16.204 21.989 14.994 22.436C14.7391 22.5299 14.4696 22.578 14.198 22.578H5.733C4.446 22.578 3.403 21.519 3.403 20.214C3.403 19.938 3.45 19.664 3.543 19.406C4.435 16.918 6.766 15.262 9.376 15.262ZM9.376 13.84H10.556C13.755 13.84 16.613 15.87 17.706 18.92C18.411 20.885 17.411 23.057 15.473 23.772C15.065 23.922 14.633 24 14.198 24H5.733C3.67 24 2 22.305 2 20.214C2 19.772 2.076 19.334 2.225 18.92C3.318 15.87 6.176 13.84 9.375 13.84H9.376ZM9.876 14.55C7.276 14.55 5.169 12.413 5.169 9.775C5.169 7.138 7.277 5 9.877 5C12.477 5 14.585 7.138 14.585 9.775C14.585 12.413 12.477 14.551 9.877 14.551L9.876 14.55Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=clist]:not(.tab-active):hover span {
  background-color: #858585;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=recent] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2645 4.96922H20.7356C21.8277 4.96922 22.6932 4.96921 23.3908 5.02621C24.1042 5.0845 24.7078 5.2061 25.259 5.48694C26.1528 5.94234 26.8794 6.669 27.3348 7.56277C27.6157 8.11394 27.7373 8.71757 27.7956 9.43096C27.8526 10.1286 27.8526 10.9941 27.8526 12.0862V17.0852C27.8526 18.1773 27.8526 19.0428 27.7956 19.7404C27.7373 20.4538 27.6157 21.0574 27.3348 21.6086C26.8794 22.5024 26.1528 23.229 25.259 23.6844C24.7078 23.9653 24.1042 24.0869 23.3908 24.1451C22.6932 24.2021 21.8277 24.2021 20.7356 24.2021H11.2612C10.9958 24.2021 10.9697 24.2058 10.9517 24.2096C10.9201 24.2163 10.8896 24.2273 10.861 24.2423C10.8448 24.2508 10.8223 24.2646 10.6177 24.4337L8.22885 26.4085C7.79275 26.7691 7.42605 27.0723 7.11933 27.2823C6.81868 27.4882 6.44933 27.6975 6.02026 27.7028C5.45273 27.7098 4.9134 27.4559 4.55719 27.014C4.28788 26.6799 4.21385 26.2619 4.18097 25.899C4.14743 25.5288 4.14745 25.053 4.14746 24.4872L4.14746 12.0862C4.14746 10.9941 4.14745 10.1286 4.20445 9.43096C4.26274 8.71757 4.38434 8.11394 4.66518 7.56277C5.12058 6.669 5.84724 5.94234 6.74101 5.48694C7.29218 5.2061 7.89581 5.0845 8.6092 5.02621C9.30682 4.96921 10.1723 4.96922 11.2645 4.96922ZM8.73134 6.52123C8.11072 6.57194 7.72647 6.66832 7.42199 6.82345C6.81047 7.13504 6.31328 7.63223 6.00169 8.24375C5.84655 8.54823 5.75018 8.93248 5.69947 9.55311C5.64805 10.1825 5.64746 10.9867 5.64746 12.1192V24.451C5.64746 25.0626 5.6482 25.4695 5.67486 25.7637C5.69549 25.9914 5.72682 26.0685 5.73168 26.0806C5.79676 26.1566 5.89128 26.2011 5.99129 26.2029C6.00373 26.1989 6.08313 26.1739 6.2718 26.0447C6.51551 25.8778 6.82957 25.6191 7.30099 25.2294L9.66198 23.2776C9.67345 23.2681 9.68493 23.2586 9.69642 23.2491C9.84229 23.1282 9.99094 23.0049 10.1636 22.9142C10.3147 22.8349 10.4761 22.7768 10.6431 22.7417C10.834 22.7016 11.0271 22.7018 11.2165 22.7021C11.2314 22.7021 11.2464 22.7021 11.2612 22.7021H20.7026C21.835 22.7021 22.6393 22.7015 23.2687 22.6501C23.8893 22.5994 24.2736 22.503 24.578 22.3479C25.1896 22.0363 25.6867 21.5391 25.9983 20.9276C26.1535 20.6231 26.2499 20.2389 26.3006 19.6183C26.352 18.9889 26.3526 18.1846 26.3526 17.0521V12.1192C26.3526 10.9867 26.352 10.1825 26.3006 9.5531C26.2499 8.93248 26.1535 8.54823 25.9983 8.24375C25.6867 7.63223 25.1896 7.13504 24.578 6.82345C24.2736 6.66832 23.8893 6.57194 23.2687 6.52123C22.6393 6.46981 21.835 6.46922 20.7026 6.46922H11.2975C10.165 6.46922 9.36073 6.46981 8.73134 6.52123Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2999 16.404C11.1124 16.404 11.771 15.7454 11.771 14.933C11.771 14.1205 11.1124 13.4619 10.2999 13.4619C9.48747 13.4619 8.82885 14.1205 8.82885 14.933C8.82885 15.7454 9.48747 16.404 10.2999 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.0127 16.404C16.8252 16.404 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5416 14.1205 14.5416 14.933C14.5416 15.7454 15.2003 16.404 16.0127 16.404Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7255 16.404C22.538 16.404 23.1966 15.7454 23.1966 14.933C23.1966 14.1205 22.538 13.4619 21.7255 13.4619C20.9131 13.4619 20.2544 14.1205 20.2544 14.933C20.2544 15.7454 20.9131 16.404 21.7255 16.404Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=recent].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.33343 7.90328C4.89746 8.75892 4.89746 9.87903 4.89746 12.1192V18.3122V24.451C4.89746 25.6444 4.89746 26.2411 5.14108 26.5433C5.35288 26.806 5.67357 26.957 6.01102 26.9528C6.39916 26.9481 6.85906 26.5679 7.77886 25.8075L10.1399 23.8557C10.3207 23.7062 10.4111 23.6315 10.5123 23.5783C10.6022 23.5311 10.6981 23.4966 10.7974 23.4757C10.9094 23.4521 11.0267 23.4521 11.2612 23.4521H20.7026C22.9428 23.4521 24.0629 23.4521 24.9185 23.0162C25.6712 22.6327 26.2831 22.0208 26.6666 21.2681C27.1026 20.4125 27.1026 19.2924 27.1026 17.0521V12.1192C27.1026 9.87903 27.1026 8.75892 26.6666 7.90328C26.2831 7.15063 25.6712 6.53871 24.9185 6.15521C24.0629 5.71924 22.9428 5.71924 20.7026 5.71924H11.2975C9.05725 5.71924 7.93715 5.71924 7.0815 6.15521C6.32885 6.53871 5.71693 7.15063 5.33343 7.90328ZM11.771 14.933C11.771 15.7454 11.1124 16.4041 10.2999 16.4041C9.48748 16.4041 8.82886 15.7454 8.82886 14.933C8.82886 14.1205 9.48748 13.4619 10.2999 13.4619C11.1124 13.4619 11.771 14.1205 11.771 14.933ZM16.0127 16.4041C16.8252 16.4041 17.4838 15.7454 17.4838 14.933C17.4838 14.1205 16.8252 13.4619 16.0127 13.4619C15.2003 13.4619 14.5417 14.1205 14.5417 14.933C14.5417 15.7454 15.2003 16.4041 16.0127 16.4041ZM23.1966 14.933C23.1966 15.7454 22.538 16.4041 21.7255 16.4041C20.9131 16.4041 20.2545 15.7454 20.2545 14.933C20.2545 14.1205 20.9131 13.4619 21.7255 13.4619C22.538 13.4619 23.1966 14.1205 23.1966 14.933Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=recent]:not(.tab-active):hover span {
  background-color: #858585;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=settings] span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  background-size: 28px;
  width: 28px;
  height: 28px;
  mask-size: 28px;
  -webkit-mask-size: 28px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=settings].tab-active span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 21.2126C17.088 21.2126 21.2126 17.088 21.2126 12C21.2126 6.912 17.088 2.78735 12 2.78735C6.912 2.78735 2.78735 6.912 2.78735 12C2.78735 17.088 6.912 21.2126 12 21.2126ZM12.0599 20.0741C7.56639 20.0741 3.92369 16.4314 3.92369 11.9379C3.92369 7.44444 7.56639 3.80174 12.0599 3.80174C16.5534 3.80174 20.1961 7.44444 20.1961 11.9379C20.1961 16.4314 16.5534 20.0741 12.0599 20.0741ZM7.53274 17.2477L9.58247 15.198C10.2703 15.7215 11.1288 16.0323 12.0599 16.0323C13.7608 16.0323 15.2194 14.9951 15.8379 13.5187L18.6385 14.2692C17.6791 16.9764 15.096 18.9155 12.0599 18.9155C10.3323 18.9155 8.75133 18.2877 7.53274 17.2477ZM6.71651 16.4254C5.69664 15.2122 5.08231 13.6468 5.08231 11.9379C5.08231 8.91103 7.0097 6.33429 9.70415 5.36803L10.455 8.17013C8.99143 8.79432 7.96556 10.2463 7.96556 11.9379C7.96556 12.8502 8.26393 13.6928 8.76841 14.3735L6.71651 16.4254ZM18.9328 13.1485L16.1287 12.3972C16.1456 12.2464 16.1542 12.0932 16.1542 11.9379C16.1542 9.6767 14.3211 7.84361 12.0599 7.84361C11.8957 7.84361 11.7337 7.85327 11.5746 7.87207L10.8237 5.06953C11.2249 4.99779 11.638 4.96036 12.0599 4.96036C15.9135 4.96036 19.0375 8.08432 19.0375 11.9379C19.0375 12.3508 19.0016 12.7553 18.9328 13.1485Z' fill='%23363637'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.06 14.8736C13.6813 14.8736 14.9957 13.5593 14.9957 11.9379C14.9957 10.3166 13.6813 9.00223 12.06 9.00223C10.4386 9.00223 9.12427 10.3166 9.12427 11.9379C9.12427 13.5593 10.4386 14.8736 12.06 14.8736Z' fill='%23363637'/%3E    %3Cpath d='M11.4207 1.24139C11.4207 0.921445 11.6801 0.662079 12 0.662079C12.32 0.662079 12.5794 0.921445 12.5794 1.24139V2.99844C12.5794 3.31839 12.32 3.57775 12 3.57775C11.6801 3.57775 11.4207 3.31839 11.4207 2.99844V1.24139ZM16.8777 2.39312C17.0376 2.11604 17.3919 2.0211 17.669 2.18107C17.9461 2.34105 18.041 2.69535 17.881 2.97243L17.0025 4.49408C16.8425 4.77116 16.4882 4.86609 16.2112 4.70612C15.9341 4.54615 15.8392 4.19185 15.9991 3.91477L16.8777 2.39312ZM21.0276 6.119C21.3047 5.95903 21.659 6.05396 21.819 6.33104C21.9789 6.60812 21.884 6.96242 21.6069 7.1224L20.0853 8.00092C19.8082 8.1609 19.4539 8.06596 19.2939 7.78888C19.134 7.5118 19.2289 7.1575 19.506 6.99753L21.0276 6.119ZM22.7587 11.4207C23.0786 11.4207 23.338 11.6801 23.338 12C23.338 12.32 23.0786 12.5793 22.7587 12.5793H21.0016C20.6817 12.5793 20.4223 12.32 20.4223 12C20.4223 11.6801 20.6817 11.4207 21.0016 11.4207H22.7587ZM21.6069 16.8776C21.884 17.0376 21.9789 17.3919 21.819 17.669C21.659 17.9461 21.3047 18.041 21.0276 17.881L19.506 17.0025C19.2289 16.8425 19.134 16.4882 19.2939 16.2111C19.4539 15.9341 19.8082 15.8391 20.0853 15.9991L21.6069 16.8776ZM17.881 21.0276C18.041 21.3047 17.9461 21.659 17.669 21.8189C17.3919 21.9789 17.0376 21.884 16.8777 21.6069L15.9991 20.0853C15.8392 19.8082 15.9341 19.4539 16.2112 19.2939C16.4882 19.1339 16.8425 19.2289 17.0025 19.5059L17.881 21.0276ZM12.5794 22.7586C12.5794 23.0786 12.32 23.3379 12 23.3379C11.6801 23.3379 11.4207 23.0786 11.4207 22.7586V21.0016C11.4207 20.6816 11.6801 20.4223 12 20.4223C12.32 20.4223 12.5794 20.6816 12.5794 21.0016V22.7586ZM7.12243 21.6069C6.96245 21.884 6.60815 21.9789 6.33107 21.8189C6.05399 21.659 5.95906 21.3047 6.11903 21.0276L6.99756 19.5059C7.15753 19.2289 7.51183 19.1339 7.78891 19.2939C8.06599 19.4539 8.16093 19.8082 8.00095 20.0853L7.12243 21.6069ZM2.97246 17.881C2.69538 18.041 2.34108 17.9461 2.1811 17.669C2.02113 17.3919 2.11607 17.0376 2.39315 16.8776L3.9148 15.9991C4.19188 15.8391 4.54618 15.9341 4.70615 16.2111C4.86612 16.4882 4.77119 16.8425 4.49411 17.0025L2.97246 17.881ZM1.24142 12.5793C0.921475 12.5793 0.662109 12.32 0.662109 12C0.662109 11.6801 0.921475 11.4207 1.24142 11.4207H2.99847C3.31842 11.4207 3.57778 11.6801 3.57778 12C3.57778 12.32 3.31842 12.5793 2.99847 12.5793H1.24142ZM2.39315 7.1224C2.11607 6.96242 2.02113 6.60812 2.1811 6.33104C2.34108 6.05396 2.69538 5.95903 2.97246 6.119L4.49411 6.99753C4.77119 7.1575 4.86612 7.5118 4.70615 7.78888C4.54618 8.06596 4.19188 8.1609 3.9148 8.00092L2.39315 7.1224ZM6.11903 2.97243C5.95906 2.69535 6.05399 2.34105 6.33107 2.18107C6.60815 2.0211 6.96245 2.11604 7.12243 2.39312L8.00095 3.91477C8.16093 4.19185 8.06599 4.54615 7.78891 4.70612C7.51183 4.86609 7.15753 4.77116 6.99756 4.49408L6.11903 2.97243Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=settings]:not(.tab-active):hover span {
  background-color: #858585;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=tasks] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3.5' y='3.5' width='21' height='21' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.79773 13.1577L13.7507 17.0882L19.6801 10.9117' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=tasks].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.84998 6.49998C2.84998 4.48414 4.48414 2.84998 6.49998 2.84998H21.5C23.5158 2.84998 25.15 4.48414 25.15 6.49998V21.5C25.15 23.5158 23.5158 25.15 21.5 25.15H6.49998C4.48414 25.15 2.84998 23.5158 2.84998 21.5V6.49998ZM20.4015 11.6042C20.7839 11.2058 20.771 10.5728 20.3726 10.1903C19.9742 9.80785 19.3412 9.82077 18.9587 10.2192L13.7341 15.6615L10.5028 12.4486C10.1112 12.0592 9.47802 12.061 9.08861 12.4526C8.6992 12.8442 8.701 13.4774 9.09264 13.8668L13.0456 17.7973C13.2358 17.9865 13.4941 18.0912 13.7623 18.0881C14.0305 18.085 14.2863 17.9742 14.4721 17.7807L20.4015 11.6042Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=tasks]:not(.tab-active):hover span {
  background-color: #858585;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=orgstructure] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3994 11.9658C23.3994 13.8664 21.8737 15.3974 20.0039 15.3974C18.134 15.3974 16.6083 13.8664 16.6083 11.9658C16.6083 10.0651 18.134 8.53422 20.0039 8.53422C21.8737 8.53422 23.3994 10.0651 23.3994 11.9658Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.7132 9.63849C14.7132 12.1593 12.6632 14.206 10.1303 14.206C7.59746 14.206 5.54743 12.1593 5.54743 9.63849C5.54743 7.11772 7.59746 5.07096 10.1303 5.07096C12.6632 5.07096 14.7132 7.11772 14.7132 9.63849Z' stroke='white' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6907 17.075C16.376 16.6984 16.01 16.3415 15.5923 16.0168C15.7292 15.9123 15.886 15.8041 16.0642 15.6967C16.9056 15.1899 18.1939 14.7203 20.0571 14.7203C23.7584 14.7203 25.943 16.4461 26.6357 18.4063C26.9735 19.3623 26.9492 20.3832 26.5126 21.2C26.0599 22.0471 25.2032 22.5921 24.0956 22.5921H24.082H24.0684H24.0547H24.041H24.0271H24.0133H23.9993H23.9853H23.9712H23.9571H23.9429H23.9287H23.9143H23.9H23.8855H23.871H23.8564H23.8418H23.8271H23.8124H23.7976H23.7827H23.7678H23.7529H23.7378H23.7227H23.7076H23.6924H23.6771H23.6618H23.6465H23.631H23.6156H23.6H23.5844H23.5688H23.5531H23.5374H23.5216H23.5057H23.4898H23.4739H23.4579H23.4418H23.4257H23.4096H23.3934H23.3771H23.3608H23.3445H23.3281H23.3116H23.2951H23.2786H23.262H23.2454H23.2287H23.212H23.1952H23.1784H23.1616H23.1447H23.1277H23.1107H23.0937H23.0766H23.0595H23.0424H23.0252H23.0079H22.9906H22.9733H22.956H22.9386H22.9211H22.9036H22.8861H22.8686H22.851H22.8334H22.8157H22.798H22.7802H22.7625H22.7447H22.7268H22.7089H22.691H22.6731H22.6551H22.6371H22.619H22.6009H22.5828H22.5647H22.5465H22.5283H22.51H22.4917H22.4734H22.4551H22.4367H22.4184H22.3999H22.3815H22.363H22.3445H22.326H22.3074H22.2888H22.2702H22.2516H22.2329H22.2142H22.1955H22.1768H22.158H22.1392H22.1204H22.1016H22.0827H22.0638H22.0449H22.026H22.0071H21.9881H21.9691H21.9501H21.9311H21.912H21.893H21.8739H21.8548H21.8357H21.8165H21.7974H21.7782H21.759H21.7398H21.7206H21.7014H21.6821H21.6629H21.6436H21.6243H21.605H21.5857H21.5663H21.547H21.5276H21.5083H21.4889H21.4695H21.4501H21.4307H21.4112H21.3918H21.3724H21.3529H21.3335H21.314H21.2945H21.275H21.2555H21.236H21.2165H21.197H21.1775H21.158H21.1385H21.1189H21.0994H21.0799H21.0603H21.0408H21.0212H21.0017H20.9821H20.9626H20.943H20.9234H20.9039H20.8843H20.8648H20.8452H20.8257H20.8061H20.7865H20.767H20.7474H20.7279H20.7084H20.6888H20.6693H20.6497H20.6302H20.6107H20.5912H20.5717H20.5521H20.5326H20.5131H20.4937H20.4742H20.4547H20.4352H20.4158H20.3963H20.3769H20.3575H20.338H20.3186H20.2992H20.2798H20.2605H20.2411H20.2217H20.2024H20.1831H20.1638H20.1445H20.1252H20.1059H20.0866H20.0674H20.0482H20.0289H20.0097H19.9906H19.9714H19.9522H19.9331H19.914H19.8949H19.8758H19.8568H19.8377H19.8187H19.7997H19.7807H19.7618H19.7428H19.7239H19.705H19.6862H19.6673H19.6485H19.6297H19.6109H19.5921H19.5734H19.5547H19.536H19.5174H19.4987H19.4801H19.4615H19.443H19.4245H19.406H19.3875H19.3691H19.3506H19.3323H19.3139H19.2956H19.2773H19.259H19.2408H19.2226H19.2044H19.1863H19.1682H19.1501H19.132H19.114H19.0961H19.0781H19.0602H19.0423H19.0245H19.0067H18.9889H18.9712H18.9535H18.9359H18.9182H18.9007H18.8831H18.8656H18.8481H18.8307H18.8133H18.796H18.7787H18.7614H18.7442H18.727H18.7098H18.6927H18.6757H18.6587H18.6417H18.6248H18.6079H18.591H18.5742H18.5575H18.5408H18.5241H18.5075H18.4909H18.4744H18.4579H18.4415H18.4251H18.4088H18.3925H18.3763H18.3601H18.3439H18.3278H18.3118H18.2958H18.2799H18.264H18.2482H18.2324H18.2167H18.201H18.1854H18.1698H18.1543H18.1388H18.1234H18.108H18.0928H18.0775H18.0623H18.0472H18.0321H18.0171H18.0022H17.9873H17.9724H17.9576H17.9429H17.9282H17.9136H17.8991H17.8846H17.8702H17.8558H17.8415H17.8273H17.8131H17.799H17.7849H17.7709H17.757H17.7432H17.7294H17.7156H17.702H17.6884H17.6748H17.6633C17.9434 22.1789 18.105 21.6631 18.1461 21.0921H18.1543H18.1698H18.1854H18.201H18.2167H18.2324H18.2482H18.264H18.2799H18.2958H18.3118H18.3278H18.3439H18.3601H18.3763H18.3925H18.4088H18.4251H18.4415H18.4579H18.4744H18.4909H18.5075H18.5241H18.5408H18.5575H18.5742H18.591H18.6079H18.6248H18.6417H18.6587H18.6757H18.6927H18.7098H18.727H18.7442H18.7614H18.7787H18.796H18.8133H18.8307H18.8481H18.8656H18.8831H18.9007H18.9182H18.9359H18.9535H18.9712H18.9889H19.0067H19.0245H19.0423H19.0602H19.0781H19.0961H19.114H19.132H19.1501H19.1682H19.1863H19.2044H19.2226H19.2408H19.259H19.2773H19.2956H19.3139H19.3323H19.3506H19.3691H19.3875H19.406H19.4245H19.443H19.4615H19.4801H19.4987H19.5174H19.536H19.5547H19.5734H19.5921H19.6109H19.6297H19.6485H19.6673H19.6862H19.705H19.7239H19.7428H19.7618H19.7807H19.7997H19.8187H19.8377H19.8568H19.8758H19.8949H19.914H19.9331H19.9522H19.9714H19.9906H20.0097H20.0289H20.0482H20.0674H20.0866H20.1059H20.1252H20.1445H20.1638H20.1831H20.2024H20.2217H20.2411H20.2605H20.2798H20.2992H20.3186H20.338H20.3575H20.3769H20.3963H20.4158H20.4352H20.4547H20.4742H20.4937H20.5131H20.5326H20.5521H20.5717H20.5912H20.6107H20.6302H20.6497H20.6693H20.6888H20.7084H20.7279H20.7474H20.767H20.7865H20.8061H20.8257H20.8452H20.8648H20.8843H20.9039H20.9234H20.943H20.9626H20.9821H21.0017H21.0212H21.0408H21.0603H21.0799H21.0994H21.1189H21.1385H21.158H21.1775H21.197H21.2165H21.236H21.2555H21.275H21.2945H21.314H21.3335H21.3529H21.3724H21.3918H21.4112H21.4307H21.4501H21.4695H21.4889H21.5083H21.5276H21.547H21.5663H21.5857H21.605H21.6243H21.6436H21.6629H21.6821H21.7014H21.7206H21.7398H21.759H21.7782H21.7974H21.8165H21.8357H21.8548H21.8739H21.893H21.912H21.9311H21.9501H21.9691H21.9881H22.0071H22.026H22.0449H22.0638H22.0827H22.1016H22.1204H22.1392H22.158H22.1768H22.1955H22.2142H22.2329H22.2516H22.2702H22.2888H22.3074H22.326H22.3445H22.363H22.3815H22.3999H22.4184H22.4367H22.4551H22.4734H22.4917H22.51H22.5283H22.5465H22.5647H22.5828H22.6009H22.619H22.6371H22.6551H22.6731H22.691H22.7089H22.7268H22.7447H22.7625H22.7802H22.798H22.8157H22.8334H22.851H22.8686H22.8861H22.9036H22.9211H22.9386H22.956H22.9733H22.9906H23.0079H23.0252H23.0424H23.0595H23.0766H23.0937H23.1107H23.1277H23.1447H23.1616H23.1784H23.1952H23.212H23.2287H23.2454H23.262H23.2786H23.2951H23.3116H23.3281H23.3445H23.3608H23.3771H23.3934H23.4096H23.4257H23.4418H23.4579H23.4739H23.4898H23.5057H23.5216H23.5374H23.5531H23.5688H23.5844H23.6H23.6156H23.631H23.6465H23.6618H23.6771H23.6924H23.7076H23.7227H23.7378H23.7529H23.7678H23.7827H23.7976H23.8124H23.8271H23.8418H23.8564H23.871H23.8855H23.9H23.9143H23.9287H23.9429H23.9571H23.9712H23.9853H23.9993H24.0133H24.0271H24.041H24.0547H24.0684H24.082H24.0956C24.6626 21.0921 25.0039 20.8407 25.1897 20.493C25.3917 20.1151 25.4465 19.543 25.2214 18.9061C24.7882 17.6804 23.2789 16.2203 20.0571 16.2203C18.4587 16.2203 17.4392 16.6196 16.8383 16.9816C16.7862 17.013 16.7371 17.0442 16.6907 17.075Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.2949 22.585C3.5165 22.7401 3.8246 22.8491 4.25277 22.8491H15.6159C16.4665 22.8491 16.962 22.4503 17.213 21.8545C17.4862 21.2061 17.4903 20.2499 17.0965 19.2148C16.3242 17.1845 14.0791 15.0471 10.1246 15.0471C6.1586 15.0471 3.84035 17.1887 2.99402 19.2348C2.5628 20.2773 2.5338 21.2371 2.77593 21.8821C2.89388 22.1963 3.07185 22.4289 3.2949 22.585ZM1.60792 18.6614C2.68539 16.0565 5.54943 13.5471 10.1246 13.5471C14.6926 13.5471 17.5016 16.0607 18.4985 18.6814C18.9894 19.9718 19.057 21.3411 18.5953 22.4369C18.1115 23.5852 17.0738 24.3491 15.6159 24.3491H4.25277C3.55777 24.3491 2.94006 24.1675 2.43481 23.8139C1.93101 23.4613 1.58106 22.9672 1.37163 22.4093C0.95897 21.3101 1.07725 19.9444 1.60792 18.6614Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=orgstructure].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243988 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.0904 11.9637C24.0904 13.2392 23.504 14.3778 22.5861 15.1246C24.7345 15.7081 26.0473 17.0164 26.5514 18.4372C26.8844 19.376 26.8578 20.3712 26.4335 21.1619C25.9953 21.9786 25.1677 22.5046 24.0903 22.5046H20.0042C20.4818 21.1097 20.334 19.5312 19.8028 18.1344C19.2096 16.5749 18.091 15.087 16.4839 13.9899C16.141 13.3932 15.9449 12.7014 15.9449 11.9637C15.9449 9.71442 17.7683 7.89099 20.0176 7.89099C22.2669 7.89099 24.0904 9.71442 24.0904 11.9637ZM15.768 21.4999L14.8373 17.7774C15.4394 18.333 15.8394 18.9657 16.0641 19.5564C16.3773 20.3799 16.3133 20.9928 16.1969 21.269C16.1406 21.4028 16.0971 21.4967 15.768 21.4999Z' fill='white'/%3E%3Cpath d='M10.1266 14.291C1.5804 14.291 -0.243989 23.6001 4.25134 23.6001H15.6211C20.2408 23.6001 18.654 14.291 10.1266 14.291Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M14.713 9.6364C14.713 12.1694 12.6596 14.2228 10.1266 14.2228C7.59365 14.2228 5.54026 12.1694 5.54026 9.6364C5.54026 7.10342 7.59365 5.05002 10.1266 5.05002C12.6596 5.05002 14.713 7.10342 14.713 9.6364Z' fill='white' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=orgstructure]:not(.tab-active):hover span {
  background-color: #858585;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=calendar] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.55267 5.18994L8.55267 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.4473 5.18994L19.4473 2.49988' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='2.5' y='3.71045' width='23' height='21.7895' rx='3' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.8947 12L9 12' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.0526 18L8.99998 18' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=calendar].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.55273 5.09063C7.55273 5.64291 8.00045 6.09063 8.55273 6.09063C9.10502 6.09063 9.55273 5.64291 9.55273 5.09063L9.55273 3.09937C9.55273 2.54708 9.10502 2.09937 8.55273 2.09937C8.00045 2.09937 7.55273 2.54708 7.55273 3.09937V5.09063ZM18.4473 5.09063C18.4473 5.64291 18.895 6.09063 19.4473 6.09063C19.9996 6.09063 20.4473 5.64291 20.4473 5.09063V3.09937C20.4473 2.54708 19.9995 2.09937 19.4473 2.09937C18.895 2.09937 18.4473 2.54708 18.4473 3.09937V5.09063Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 7.11108C2.5 5.45423 3.84315 4.11108 5.5 4.11108H22.5C24.1569 4.11108 25.5 5.45423 25.5 7.11108V22.9006C25.5 24.5574 24.1569 25.9006 22.5 25.9006H5.5C3.84315 25.9006 2.5 24.5574 2.5 22.9006V7.11108ZM20 12C20 12.5523 19.515 13 18.9167 13H8.08333C7.48502 13 7 12.5523 7 12C7 11.4477 7.48502 11 8.08333 11H18.9167C19.515 11 20 11.4477 20 12ZM13.8571 19C14.4883 19 15 18.5523 15 18C15 17.4477 14.4883 17 13.8571 17H8.14286C7.51167 17 7 17.4477 7 18C7 18.5523 7.51167 19 8.14286 19H13.8571Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=calendar]:not(.tab-active):hover span {
  background-color: #858585;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=mail] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.5 9V8C25.5 6.34315 24.1569 5 22.5 5H5.5C3.84315 5 2.5 6.34315 2.5 8V9M25.5 9V19.5C25.5 21.1569 24.1569 22.5 22.5 22.5H5.5C3.84315 22.5 2.5 21.1569 2.5 19.5V9M25.5 9L15.6388 15.4312C14.6428 16.0808 13.3572 16.0808 12.3612 15.4312L2.5 9' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=mail].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5H23C24.6243 5 25.9472 6.29094 25.9985 7.90281L15.3376 15.2834C14.5329 15.8405 13.4671 15.8405 12.6624 15.2834L2.00154 7.90281C2.05285 6.29094 3.37567 5 5 5Z' fill='white'/%3E%3Cpath d='M2 9.48288V20C2 21.6569 3.34315 23 5 23H23C24.6569 23 26 21.6569 26 20V9.48288L16.0776 16.3522C14.8277 17.2176 13.1723 17.2176 11.9224 16.3522L2 9.48288Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=mail]:not(.tab-active):hover span {
  background-color: #858585;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=cloud] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L9.2 22H6.48166C4.06215 21.9275 2 19.9701 2 17.5Z' stroke='white' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=cloud].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 17.5C2 15.5542 3.24631 13.8473 5.06043 13.2352C4.47132 9.71452 8.2942 6.94241 11.4303 8.43388C12.6543 6.90684 14.5025 6 16.5 6C20.3337 6 23.3888 9.45425 22.9581 13.2424C24.7628 13.8591 26 15.5614 26 17.5C26 19.9057 24.1073 21.8841 21.7118 21.9951L21.684 21.9964L6.48166 22C4.06215 21.9275 2 19.9701 2 17.5Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=cloud]:not(.tab-active):hover span {
  background-color: #858585;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=trueconf] span {
  padding: 0 0 0 28px;
  display: block;
  min-height: 28px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66722 22.2649C9.50967 23.3566 11.6331 23.9614 13.8211 23.9982C16.152 24.0374 18.433 23.4299 20.3991 22.2649M7.66722 22.2649C7.07371 21.9132 6.50936 21.511 5.98139 21.0609C3.81444 19.2139 2.40267 16.6824 2 13.922L4.91959 12.7805C4.91959 12.7805 2.38805 6.43902 6.43852 6.43902C10.489 6.43902 7.95745 12.7805 7.95745 12.7805L8.97007 13.8139M7.66722 22.2649V14.7317L8.97007 13.8139M8.97007 13.8139L12.5142 11.3171C12.5142 11.3171 8.97006 4 14.0332 4C19.0963 4 15.5521 11.3171 15.5521 11.3171L19.0963 13.8139M20.3991 22.2649C20.8731 21.984 21.3288 21.6708 21.7624 21.3263C23.995 19.5532 25.4976 17.0708 26 14.3256L23.1468 12.7805C23.1468 12.7805 25.6783 6.43902 21.6278 6.43902C17.5773 6.43902 20.1089 12.7805 20.1089 12.7805L19.0963 13.8139M20.3991 22.2649V14.7317L19.0963 13.8139' stroke='white' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=trueconf].tab-active span {
  mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0037 4.78006C11.5455 3.80116 12.5628 3.25 14.0332 3.25C15.5035 3.25 16.5208 3.80116 17.0627 4.78006C17.5614 5.68095 17.5679 6.79529 17.4342 7.76135C17.2972 8.75118 16.9927 9.72248 16.7304 10.4334C16.643 10.6702 16.5592 10.881 16.486 11.0575L16.9628 11.3935L16.9401 11.4137L20.25 15.1272V23.0791C18.3645 24.1635 16.2232 24.7445 14.0317 24.75C13.9573 24.75 13.8829 24.7494 13.8085 24.7481C13.5358 24.7435 13.264 24.7306 12.9935 24.7095C11.1413 24.5601 9.3518 24.0004 7.75 23.0791V15.1272L11.0347 11.4419L11.5803 11.0576C11.5071 10.881 11.4233 10.6702 11.3359 10.4334C11.0736 9.72248 10.7691 8.75118 10.6321 7.76135C10.4984 6.79529 10.5049 5.68095 11.0037 4.78006ZM9.21158 11.233C9.32332 10.7539 9.42097 10.215 9.46452 9.66945C9.53182 8.82661 9.48037 7.85311 9.03933 7.06398C8.55695 6.20088 7.68481 5.68902 6.43851 5.68902C5.19221 5.68902 4.32007 6.20088 3.83769 7.06398C3.39665 7.85311 3.3452 8.82661 3.41249 9.66945C3.48147 10.5333 3.68609 11.3806 3.86752 12.0004C3.9037 12.1239 3.93924 12.2394 3.97302 12.3453L1.72688 13.2235C1.40189 13.3506 1.20747 13.685 1.25784 14.0303C1.68737 16.9748 3.19255 19.6693 5.49485 21.6317C5.73948 21.8402 5.99141 22.0391 6.25 22.2279V14.8415C6.25 14.6575 6.31766 14.4799 6.44011 14.3425L9.21158 11.233ZM21.75 22.276C21.9122 22.1591 22.0719 22.0383 22.2289 21.9136C24.6002 20.0303 26.2019 17.3887 26.7377 14.4607C26.7962 14.1414 26.6426 13.8207 26.3571 13.6661L24.0673 12.4261C24.1086 12.2991 24.1532 12.1561 24.1988 12.0004C24.3802 11.3806 24.5848 10.5333 24.6538 9.66945C24.7211 8.8266 24.6697 7.85311 24.2286 7.06398C23.7462 6.20088 22.8741 5.68902 21.6278 5.68902C20.3815 5.68902 19.5094 6.20088 19.027 7.06398C18.5859 7.85312 18.5345 8.82661 18.6018 9.66945C18.6484 10.2538 18.7572 10.8305 18.8788 11.3344L21.5599 14.3425C21.6823 14.4799 21.75 14.6575 21.75 14.8415V22.276Z' fill='white'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-ui-button__main-navbar[data-tab=trueconf]:not(.tab-active):hover span {
  background-color: #858585;
}
.im-desktop .im-ui-button__main-navbar:not(.tab-active):hover div {
  color: #8e94a2;
}
.im-desktop .im-ui-button__main-navbar:not(.tab-active):hover .im-msg-counter {
  color: #ffffff;
}
.im-desktop.im-theme-dark_green .im-ui-button__main-navbar:not(.tab-active):hover div {
  color: #8c8d9c;
}
.im-desktop.im-theme-dark_green .im-ui-button__main-navbar:not(.tab-active):hover .im-msg-counter {
  color: #ffffff;
}
.im-desktop.im-theme-dark_blue .im-ui-button__main-navbar:not(.tab-active):hover div {
  color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-ui-button__main-navbar:not(.tab-active):hover .im-msg-counter {
  color: #ffffff;
}
.im-desktop.im-theme-blue .im-ui-button__main-navbar:not(.tab-active):hover div {
  color: #8e94a2;
}
.im-desktop.im-theme-blue .im-ui-button__main-navbar:not(.tab-active):hover .im-msg-counter {
  color: #ffffff;
}
.im-desktop.im-theme-vk_dark_blue .im-ui-button__main-navbar:not(.tab-active):hover div {
  color: #818385;
}
.im-desktop.im-theme-vk_dark_blue .im-ui-button__main-navbar:not(.tab-active):hover .im-msg-counter {
  color: #E1E3E6;
}
.im-desktop.im-theme-vk_blue .im-ui-button__main-navbar:not(.tab-active):hover div {
  color: #9199A3;
}
.im-desktop.im-theme-vk_blue .im-ui-button__main-navbar:not(.tab-active):hover .im-msg-counter {
  color: #ffffff;
}
.im-desktop.im-theme-dit_blue .im-ui-button__main-navbar:not(.tab-active):hover div {
  color: #8e94a2;
}
.im-desktop.im-theme-dit_blue .im-ui-button__main-navbar:not(.tab-active):hover .im-msg-counter {
  color: #ffffff;
}
.im-desktop.im-theme-myteam_green .im-ui-button__main-navbar:not(.tab-active):hover div {
  color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-ui-button__main-navbar:not(.tab-active):hover .im-msg-counter {
  color: #ffffff;
}
.im-desktop.im-theme-dark_calls .im-ui-button__main-navbar:not(.tab-active):hover div {
  color: #858585;
}
.im-desktop.im-theme-dark_calls .im-ui-button__main-navbar:not(.tab-active):hover .im-msg-counter {
  color: #FFFFFF;
}

.im-recent {
  visibility: visible;
  overflow: hidden;
}

.im-recent-list {
  width: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.im-recent-list_empty .im-recent__placeholder,
.im-recent-list_empty .im-recent-item {
  display: none;
}
.im-recent-list_empty .im-recent__default-screen {
  display: block;
}

.im-recent-list_loading div {
  display: none;
}
.im-recent-list_loading .im-recent__default-screen {
  display: none;
}
.im-recent-list_loading .im-recent__placeholder {
  display: block;
}

.im-recent__placeholder {
  display: none;
  width: 100%;
  height: 72px;
  background: url("../images/recents_placeholder_180x50.gif") no-repeat left center;
}
.im-recent__placeholder:nth-child(2) {
  opacity: 0.6;
}
.im-recent__placeholder:nth-child(3) {
  opacity: 0.4;
}
.im-recent__placeholder:nth-child(4) {
  opacity: 0.2;
}
body .im-recent__placeholder {
  background-image: url("../images/recents_placeholder_180x50.gif");
}
.im-theme-dark_green .im-recent__placeholder {
  background-image: url("../images/dark_recents_placeholder_180x50.gif");
}
.im-theme-dark_blue .im-recent__placeholder {
  background-image: url("../images/dark_recents_placeholder_180x50.gif");
}
.im-theme-blue .im-recent__placeholder {
  background-image: url("../images/recents_placeholder_180x50.gif");
}
.im-theme-vk_dark_blue .im-recent__placeholder {
  background-image: url("../images/dark_recents_placeholder_180x50.gif");
}
.im-theme-vk_blue .im-recent__placeholder {
  background-image: url("../images/recents_placeholder_180x50.gif");
}
.im-theme-dit_blue .im-recent__placeholder {
  background-image: url("../images/recents_placeholder_180x50.gif");
}
.im-theme-myteam_green .im-recent__placeholder {
  background-image: url("../images/recents_placeholder_180x50.gif");
}
.im-theme-dark_calls .im-recent__placeholder {
  background-image: url("../images/dark_recents_placeholder_180x50.gif");
}

.im-recent__default-screen {
  width: 100%;
  height: 168px;
  margin-top: -84px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: none;
}
.im-recent__default-screen span {
  font-size: 16px;
}
body .im-recent__default-screen span {
  color: #838690;
}
.im-theme-dark_green .im-recent__default-screen span {
  color: #7e848f;
}
.im-theme-dark_blue .im-recent__default-screen span {
  color: #7e848f;
}
.im-theme-blue .im-recent__default-screen span {
  color: #838690;
}
.im-theme-vk_dark_blue .im-recent__default-screen span {
  color: #909499;
}
.im-theme-vk_blue .im-recent__default-screen span {
  color: #818C99;
}
.im-theme-dit_blue .im-recent__default-screen span {
  color: #838690;
}
.im-theme-myteam_green .im-recent__default-screen span {
  color: #838690;
}
.im-theme-dark_calls .im-recent__default-screen span {
  color: #9C9C9C;
}
.im-recent__default-screen button {
  margin-top: 20px;
}
.im-recent__default-screen .im-recent__default-screen__title {
  display: block;
  font-size: 14px;
  padding: 0 8px;
}

.im-recent__default-screen__sticker {
  background: url("../images/stickers/palm.png") no-repeat center;
  background-size: contain;
  height: 88px;
  margin: 21px 0 17px;
}

.im-recent__default-screen__icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 25px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-recent__default-screen__icon {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-recent__default-screen__icon {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-recent__default-screen__icon {
  background-color: #7e848f;
}
.im-theme-blue .im-recent__default-screen__icon {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-recent__default-screen__icon {
  background-color: #76787A;
}
.im-theme-vk_blue .im-recent__default-screen__icon {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-recent__default-screen__icon {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-recent__default-screen__icon {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-recent__default-screen__icon {
  background-color: #949494;
}

.im-recent .im-dragdrop-area {
  height: 72px;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-recent .im-dragdrop-area div {
  position: absolute;
  top: 1px;
  right: 4px;
  bottom: 1px;
  left: 4px;
  font-size: 16px;
}
.im-recent .im-dragdrop-area.im-dragdrop-area_min {
  height: 48px;
}

.im-recent-item {
  height: auto;
  width: 100%;
  position: relative;
  font-weight: normal;
  /*@if ($property == transform) or ($property == box-shadow) or ($property == border-radius) {
      $real_val: $val;
      $val: $property $val, -o- + $property $val, -webkit- + $property $val;
      @if ($excludeFF == false) {
          $val: $val, -moz- + $property $real_val;
      }
  } @else {*/
  transition: transform 300ms;
  -moz-transition: transform 300ms;
  -o-transition: transform 300ms;
  -webkit-transition: transform 300ms;
}
.im-recent-item.im-recent__swapped-item {
  transition: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
}
.im-recent-item.im-recent__slide-item {
  /*@if ($property == transform) or ($property == box-shadow) or ($property == border-radius) {
      $real_val: $val;
      $val: $property $val, -o- + $property $val, -webkit- + $property $val;
      @if ($excludeFF == false) {
          $val: $val, -moz- + $property $real_val;
      }
  } @else {*/
  transition: transform 300ms;
  -moz-transition: transform 300ms;
  -o-transition: transform 300ms;
  -webkit-transition: transform 300ms;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

body .im-recent-item_active {
  background-color: rgba(33, 216, 106, 0.28);
}
.im-theme-dark_green .im-recent-item_active {
  background-color: rgba(10, 220, 94, 0.28);
}
.im-theme-dark_blue .im-recent-item_active {
  background-color: rgba(46, 145, 255, 0.28);
}
.im-theme-blue .im-recent-item_active {
  background-color: rgba(45, 144, 245, 0.28);
}
.im-theme-vk_dark_blue .im-recent-item_active {
  background-color: rgba(113, 170, 235, 0.28);
}
.im-theme-vk_blue .im-recent-item_active {
  background-color: rgba(63, 138, 224, 0.28);
}
.im-theme-dit_blue .im-recent-item_active {
  background-color: rgba(46, 114, 191, 0.28);
}
.im-theme-myteam_green .im-recent-item_active {
  background-color: rgba(24, 216, 147, 0.28);
}
.im-theme-dark_calls .im-recent-item_active {
  background-color: rgba(12, 124, 255, 0.28);
}

.im-recent-item__box {
  width: 100%;
  height: 72px;
  position: relative;
  cursor: pointer;
  padding: 8px 47px 8px 68px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-recent-item__box > .im-avatarbox {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  border-radius: 26px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 8px;
  margin-top: -26px;
}
.im-recent-item__box .im-msg-counter {
  position: relative;
  display: none;
  margin-left: 3px;
  float: right;
}
body .im-recent-item__box .im-msg-counter {
  color: #ffffff;
}
body .im-recent-item__box .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #ffffff;
}
.im-theme-dark_green .im-recent-item__box .im-msg-counter {
  color: #2b2c34;
}
.im-theme-dark_green .im-recent-item__box .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-recent-item__box .im-msg-counter {
  color: #2b2c34;
}
.im-theme-dark_blue .im-recent-item__box .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #2b2c34;
}
.im-theme-blue .im-recent-item__box .im-msg-counter {
  color: #ffffff;
}
.im-theme-blue .im-recent-item__box .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-recent-item__box .im-msg-counter {
  color: #2B2C34;
}
.im-theme-vk_dark_blue .im-recent-item__box .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-recent-item__box .im-msg-counter {
  color: #FFFFFF;
}
.im-theme-vk_blue .im-recent-item__box .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-recent-item__box .im-msg-counter {
  color: #ffffff;
}
.im-theme-dit_blue .im-recent-item__box .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-recent-item__box .im-msg-counter {
  color: #ffffff;
}
.im-theme-myteam_green .im-recent-item__box .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-recent-item__box .im-msg-counter {
  color: #2B2B2B;
}
.im-theme-dark_calls .im-recent-item__box .im-msg-counter .im-msg-counter__unread-symbol {
  background-color: #2B2B2B;
}
.im-recent-item__box.im-recent-item_mentioned {
  padding-right: 70px;
}
.im-recent-item__box.im-recent-item_mentioned .im-recent-item__flags {
  width: 63px;
}
.im-recent-item__box .im-avatarmark {
  top: 50%;
  left: 41px;
  margin-top: 7px;
}

body .im-recent-item_focused {
  background-color: #1DCF67;
}
.im-theme-dark_green .im-recent-item_focused {
  background-color: #2A4533;
}
.im-theme-dark_blue .im-recent-item_focused {
  background-color: #253956;
}
.im-theme-blue .im-recent-item_focused {
  background-color: #429BF6;
}
.im-theme-vk_dark_blue .im-recent-item_focused {
  background-color: #2A3F57;
}
.im-theme-vk_blue .im-recent-item_focused {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-recent-item_focused {
  background-color: #EAF1F9;
}
.im-theme-myteam_green .im-recent-item_focused {
  background-color: #E8FBF4;
}
.im-theme-dark_calls .im-recent-item_focused {
  background-color: #004BA4;
}
body .im-recent-item_focused .im-avatarmark {
  border-color: #1DCF67;
}
.im-theme-dark_green .im-recent-item_focused .im-avatarmark {
  border-color: #2A4533;
}
.im-theme-dark_blue .im-recent-item_focused .im-avatarmark {
  border-color: #253956;
}
.im-theme-blue .im-recent-item_focused .im-avatarmark {
  border-color: #429BF6;
}
.im-theme-vk_dark_blue .im-recent-item_focused .im-avatarmark {
  border-color: #2A3F57;
}
.im-theme-vk_blue .im-recent-item_focused .im-avatarmark {
  border-color: #3F8AE0;
}
.im-theme-dit_blue .im-recent-item_focused .im-avatarmark {
  border-color: #EAF1F9;
}
.im-theme-myteam_green .im-recent-item_focused .im-avatarmark {
  border-color: #E8FBF4;
}
.im-theme-dark_calls .im-recent-item_focused .im-avatarmark {
  border-color: #004BA4;
}
body .im-recent-item_focused .im-avatarmark_mute {
  background-color: #0ABD47;
}
.im-theme-dark_green .im-recent-item_focused .im-avatarmark_mute {
  background-color: #0AC248;
}
.im-theme-dark_blue .im-recent-item_focused .im-avatarmark_mute {
  background-color: #73a5dc;
}
.im-theme-blue .im-recent-item_focused .im-avatarmark_mute {
  background-color: #6087B3;
}
.im-theme-vk_dark_blue .im-recent-item_focused .im-avatarmark_mute {
  background-color: #72A4DB;
}
.im-theme-vk_blue .im-recent-item_focused .im-avatarmark_mute {
  background-color: #4772A6;
}
.im-theme-dit_blue .im-recent-item_focused .im-avatarmark_mute {
  background-color: #5A8ABF;
}
.im-theme-myteam_green .im-recent-item_focused .im-avatarmark_mute {
  background-color: #61CEBA;
}
.im-theme-dark_calls .im-recent-item_focused .im-avatarmark_mute {
  background-color: #2D8DFF;
}
.im-recent-item_focused .im-avatarmark_online::before {
  background-color: #fff;
}
.im-search-results__item .im-recent-item_focused mark {
  background-color: transparent;
}
body .im-recent-item_focused .im-recent-item__title,
body .im-recent-item_focused .im-recent-item__subtitle,
body .im-recent-item_focused .im-recent-item__subtitle__from,
body .im-recent-item_focused .im-recent-item__date,
body .im-recent-item_focused .im-recent-item__draft {
  color: #ffffff;
}
body .im-recent-item_focused .im-settings__option-icon::after {
  background-color: #ffffff;
}
body .im-recent-item_focused .im-link-as-text svg {
  fill: #ffffff;
}
body .im-recent-item_focused .im-link-as-text::before {
  background-color: #ffffff;
}
body .im-recent-item_focused .im-recent-item__flags .im-msg-counter, body .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned {
  background-color: #ffffff;
  color: #1DCF67;
}
body .im-recent-item_focused .im-recent-item__flags .im-msg-counter::before, body .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned::before {
  background-color: #1DCF67;
}
.im-theme-dark_green .im-recent-item_focused .im-recent-item__title,
.im-theme-dark_green .im-recent-item_focused .im-recent-item__subtitle,
.im-theme-dark_green .im-recent-item_focused .im-recent-item__subtitle__from,
.im-theme-dark_green .im-recent-item_focused .im-recent-item__date,
.im-theme-dark_green .im-recent-item_focused .im-recent-item__draft {
  color: #ffffff;
}
.im-theme-dark_green .im-recent-item_focused .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-dark_green .im-recent-item_focused .im-link-as-text svg {
  fill: #ffffff;
}
.im-theme-dark_green .im-recent-item_focused .im-link-as-text::before {
  background-color: #ffffff;
}
.im-theme-dark_green .im-recent-item_focused .im-recent-item__flags .im-msg-counter, .im-theme-dark_green .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned {
  background-color: #ffffff;
  color: #2A4533;
}
.im-theme-dark_green .im-recent-item_focused .im-recent-item__flags .im-msg-counter::before, .im-theme-dark_green .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned::before {
  background-color: #2A4533;
}
.im-theme-dark_blue .im-recent-item_focused .im-recent-item__title,
.im-theme-dark_blue .im-recent-item_focused .im-recent-item__subtitle,
.im-theme-dark_blue .im-recent-item_focused .im-recent-item__subtitle__from,
.im-theme-dark_blue .im-recent-item_focused .im-recent-item__date,
.im-theme-dark_blue .im-recent-item_focused .im-recent-item__draft {
  color: #ffffff;
}
.im-theme-dark_blue .im-recent-item_focused .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-recent-item_focused .im-link-as-text svg {
  fill: #ffffff;
}
.im-theme-dark_blue .im-recent-item_focused .im-link-as-text::before {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-recent-item_focused .im-recent-item__flags .im-msg-counter, .im-theme-dark_blue .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned {
  background-color: #ffffff;
  color: #253956;
}
.im-theme-dark_blue .im-recent-item_focused .im-recent-item__flags .im-msg-counter::before, .im-theme-dark_blue .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned::before {
  background-color: #253956;
}
.im-theme-blue .im-recent-item_focused .im-recent-item__title,
.im-theme-blue .im-recent-item_focused .im-recent-item__subtitle,
.im-theme-blue .im-recent-item_focused .im-recent-item__subtitle__from,
.im-theme-blue .im-recent-item_focused .im-recent-item__date,
.im-theme-blue .im-recent-item_focused .im-recent-item__draft {
  color: #ffffff;
}
.im-theme-blue .im-recent-item_focused .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-blue .im-recent-item_focused .im-link-as-text svg {
  fill: #ffffff;
}
.im-theme-blue .im-recent-item_focused .im-link-as-text::before {
  background-color: #ffffff;
}
.im-theme-blue .im-recent-item_focused .im-recent-item__flags .im-msg-counter, .im-theme-blue .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned {
  background-color: #ffffff;
  color: #429BF6;
}
.im-theme-blue .im-recent-item_focused .im-recent-item__flags .im-msg-counter::before, .im-theme-blue .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned::before {
  background-color: #429BF6;
}
.im-theme-vk_dark_blue .im-recent-item_focused .im-recent-item__title,
.im-theme-vk_dark_blue .im-recent-item_focused .im-recent-item__subtitle,
.im-theme-vk_dark_blue .im-recent-item_focused .im-recent-item__subtitle__from,
.im-theme-vk_dark_blue .im-recent-item_focused .im-recent-item__date,
.im-theme-vk_dark_blue .im-recent-item_focused .im-recent-item__draft {
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-recent-item_focused .im-settings__option-icon::after {
  background-color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-recent-item_focused .im-link-as-text svg {
  fill: #E1E3E6;
}
.im-theme-vk_dark_blue .im-recent-item_focused .im-link-as-text::before {
  background-color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-recent-item_focused .im-recent-item__flags .im-msg-counter, .im-theme-vk_dark_blue .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned {
  background-color: #E1E3E6;
  color: #2A3F57;
}
.im-theme-vk_dark_blue .im-recent-item_focused .im-recent-item__flags .im-msg-counter::before, .im-theme-vk_dark_blue .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned::before {
  background-color: #2A3F57;
}
.im-theme-vk_blue .im-recent-item_focused .im-recent-item__title,
.im-theme-vk_blue .im-recent-item_focused .im-recent-item__subtitle,
.im-theme-vk_blue .im-recent-item_focused .im-recent-item__subtitle__from,
.im-theme-vk_blue .im-recent-item_focused .im-recent-item__date,
.im-theme-vk_blue .im-recent-item_focused .im-recent-item__draft {
  color: #ffffff;
}
.im-theme-vk_blue .im-recent-item_focused .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-vk_blue .im-recent-item_focused .im-link-as-text svg {
  fill: #ffffff;
}
.im-theme-vk_blue .im-recent-item_focused .im-link-as-text::before {
  background-color: #ffffff;
}
.im-theme-vk_blue .im-recent-item_focused .im-recent-item__flags .im-msg-counter, .im-theme-vk_blue .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned {
  background-color: #ffffff;
  color: #3F8AE0;
}
.im-theme-vk_blue .im-recent-item_focused .im-recent-item__flags .im-msg-counter::before, .im-theme-vk_blue .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned::before {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-recent-item_focused .im-recent-item__title,
.im-theme-dit_blue .im-recent-item_focused .im-recent-item__subtitle,
.im-theme-dit_blue .im-recent-item_focused .im-recent-item__subtitle__from,
.im-theme-dit_blue .im-recent-item_focused .im-recent-item__date,
.im-theme-dit_blue .im-recent-item_focused .im-recent-item__draft {
  color: #ffffff;
}
.im-theme-dit_blue .im-recent-item_focused .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-recent-item_focused .im-link-as-text svg {
  fill: #ffffff;
}
.im-theme-dit_blue .im-recent-item_focused .im-link-as-text::before {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-recent-item_focused .im-recent-item__flags .im-msg-counter, .im-theme-dit_blue .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned {
  background-color: #ffffff;
  color: #EAF1F9;
}
.im-theme-dit_blue .im-recent-item_focused .im-recent-item__flags .im-msg-counter::before, .im-theme-dit_blue .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned::before {
  background-color: #EAF1F9;
}
.im-theme-myteam_green .im-recent-item_focused .im-recent-item__title,
.im-theme-myteam_green .im-recent-item_focused .im-recent-item__subtitle,
.im-theme-myteam_green .im-recent-item_focused .im-recent-item__subtitle__from,
.im-theme-myteam_green .im-recent-item_focused .im-recent-item__date,
.im-theme-myteam_green .im-recent-item_focused .im-recent-item__draft {
  color: #ffffff;
}
.im-theme-myteam_green .im-recent-item_focused .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-recent-item_focused .im-link-as-text svg {
  fill: #ffffff;
}
.im-theme-myteam_green .im-recent-item_focused .im-link-as-text::before {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-recent-item_focused .im-recent-item__flags .im-msg-counter, .im-theme-myteam_green .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned {
  background-color: #ffffff;
  color: #E8FBF4;
}
.im-theme-myteam_green .im-recent-item_focused .im-recent-item__flags .im-msg-counter::before, .im-theme-myteam_green .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned::before {
  background-color: #E8FBF4;
}
.im-theme-dark_calls .im-recent-item_focused .im-recent-item__title,
.im-theme-dark_calls .im-recent-item_focused .im-recent-item__subtitle,
.im-theme-dark_calls .im-recent-item_focused .im-recent-item__subtitle__from,
.im-theme-dark_calls .im-recent-item_focused .im-recent-item__date,
.im-theme-dark_calls .im-recent-item_focused .im-recent-item__draft {
  color: #FFFFFF;
}
.im-theme-dark_calls .im-recent-item_focused .im-settings__option-icon::after {
  background-color: #FFFFFF;
}
.im-theme-dark_calls .im-recent-item_focused .im-link-as-text svg {
  fill: #FFFFFF;
}
.im-theme-dark_calls .im-recent-item_focused .im-link-as-text::before {
  background-color: #FFFFFF;
}
.im-theme-dark_calls .im-recent-item_focused .im-recent-item__flags .im-msg-counter, .im-theme-dark_calls .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned {
  background-color: #FFFFFF;
  color: #004BA4;
}
.im-theme-dark_calls .im-recent-item_focused .im-recent-item__flags .im-msg-counter::before, .im-theme-dark_calls .im-recent-item_focused .im-recent-item__flags .im-recent-item__mentioned::before {
  background-color: #004BA4;
}

body .im-recent-item_min .im-recent-item_focused .im-avatarbox {
  background-color: #c8f9d4;
}
body .im-recent-item_min .im-recent-item_focused .im-avatarbox span {
  background-color: #21D86A;
}
body .im-recent-item_min .im-recent-item_focused .im-avatarbox svg {
  color: #21D86A;
}
.im-theme-dark_green .im-recent-item_min .im-recent-item_focused .im-avatarbox {
  background-color: #4c8959;
}
.im-theme-dark_green .im-recent-item_min .im-recent-item_focused .im-avatarbox span {
  background-color: #0ADC5E;
}
.im-theme-dark_green .im-recent-item_min .im-recent-item_focused .im-avatarbox svg {
  color: #0ADC5E;
}
.im-theme-dark_blue .im-recent-item_min .im-recent-item_focused .im-avatarbox {
  background-color: #2a4a71;
}
.im-theme-dark_blue .im-recent-item_min .im-recent-item_focused .im-avatarbox span {
  background-color: #2e91ff;
}
.im-theme-dark_blue .im-recent-item_min .im-recent-item_focused .im-avatarbox svg {
  color: #2e91ff;
}
.im-theme-blue .im-recent-item_min .im-recent-item_focused .im-avatarbox {
  background-color: #aad7ff;
}
.im-theme-blue .im-recent-item_min .im-recent-item_focused .im-avatarbox span {
  background-color: #2D90F5;
}
.im-theme-blue .im-recent-item_min .im-recent-item_focused .im-avatarbox svg {
  color: #2D90F5;
}
.im-theme-vk_dark_blue .im-recent-item_min .im-recent-item_focused .im-avatarbox {
  background-color: #2a4a71;
}
.im-theme-vk_dark_blue .im-recent-item_min .im-recent-item_focused .im-avatarbox span {
  background-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-recent-item_min .im-recent-item_focused .im-avatarbox svg {
  color: #71AAEB;
}
.im-theme-vk_blue .im-recent-item_min .im-recent-item_focused .im-avatarbox {
  background-color: #aad7ff;
}
.im-theme-vk_blue .im-recent-item_min .im-recent-item_focused .im-avatarbox span {
  background-color: #3F8AE0;
}
.im-theme-vk_blue .im-recent-item_min .im-recent-item_focused .im-avatarbox svg {
  color: #3F8AE0;
}
.im-theme-dit_blue .im-recent-item_min .im-recent-item_focused .im-avatarbox {
  background-color: #b1d6ff;
}
.im-theme-dit_blue .im-recent-item_min .im-recent-item_focused .im-avatarbox span {
  background-color: #2E72BF;
}
.im-theme-dit_blue .im-recent-item_min .im-recent-item_focused .im-avatarbox svg {
  color: #2E72BF;
}
.im-theme-myteam_green .im-recent-item_min .im-recent-item_focused .im-avatarbox {
  background-color: #c6f5d9;
}
.im-theme-myteam_green .im-recent-item_min .im-recent-item_focused .im-avatarbox span {
  background-color: #18D893;
}
.im-theme-myteam_green .im-recent-item_min .im-recent-item_focused .im-avatarbox svg {
  color: #18D893;
}
.im-theme-dark_calls .im-recent-item_min .im-recent-item_focused .im-avatarbox {
  background-color: #044ca1;
}
.im-theme-dark_calls .im-recent-item_min .im-recent-item_focused .im-avatarbox span {
  background-color: #0C7CFF;
}
.im-theme-dark_calls .im-recent-item_min .im-recent-item_focused .im-avatarbox svg {
  color: #0C7CFF;
}

.im-desktop .im-recent-list .im-recent-item:hover {
  background-color: #f3f5f8;
}
.im-desktop .im-recent-list .im-recent-item:hover .im-avatarmark {
  border-color: #f3f5f8;
}
.im-desktop .im-recent-list .im-recent-item:hover .im-recent-item_focused .im-avatarmark {
  border-color: #1DCF67;
}
.im-desktop.im-theme-dark_green .im-recent-list .im-recent-item:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_green .im-recent-list .im-recent-item:hover .im-avatarmark {
  border-color: #3c3d48;
}
.im-desktop.im-theme-dark_green .im-recent-list .im-recent-item:hover .im-recent-item_focused .im-avatarmark {
  border-color: #2A4533;
}
.im-desktop.im-theme-dark_blue .im-recent-list .im-recent-item:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-recent-list .im-recent-item:hover .im-avatarmark {
  border-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-recent-list .im-recent-item:hover .im-recent-item_focused .im-avatarmark {
  border-color: #253956;
}
.im-desktop.im-theme-blue .im-recent-list .im-recent-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-blue .im-recent-list .im-recent-item:hover .im-avatarmark {
  border-color: #f3f5f8;
}
.im-desktop.im-theme-blue .im-recent-list .im-recent-item:hover .im-recent-item_focused .im-avatarmark {
  border-color: #429BF6;
}
.im-desktop.im-theme-vk_dark_blue .im-recent-list .im-recent-item:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_dark_blue .im-recent-list .im-recent-item:hover .im-avatarmark {
  border-color: #3C3D48;
}
.im-desktop.im-theme-vk_dark_blue .im-recent-list .im-recent-item:hover .im-recent-item_focused .im-avatarmark {
  border-color: #2A3F57;
}
.im-desktop.im-theme-vk_blue .im-recent-list .im-recent-item:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-vk_blue .im-recent-list .im-recent-item:hover .im-avatarmark {
  border-color: #F1F3F7;
}
.im-desktop.im-theme-vk_blue .im-recent-list .im-recent-item:hover .im-recent-item_focused .im-avatarmark {
  border-color: #3F8AE0;
}
.im-desktop.im-theme-dit_blue .im-recent-list .im-recent-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dit_blue .im-recent-list .im-recent-item:hover .im-avatarmark {
  border-color: #f3f5f8;
}
.im-desktop.im-theme-dit_blue .im-recent-list .im-recent-item:hover .im-recent-item_focused .im-avatarmark {
  border-color: #EAF1F9;
}
.im-desktop.im-theme-myteam_green .im-recent-list .im-recent-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-recent-list .im-recent-item:hover .im-avatarmark {
  border-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-recent-list .im-recent-item:hover .im-recent-item_focused .im-avatarmark {
  border-color: #E8FBF4;
}
.im-desktop.im-theme-dark_calls .im-recent-list .im-recent-item:hover {
  background-color: #1F1F1F;
}
.im-desktop.im-theme-dark_calls .im-recent-list .im-recent-item:hover .im-avatarmark {
  border-color: #1F1F1F;
}
.im-desktop.im-theme-dark_calls .im-recent-list .im-recent-item:hover .im-recent-item_focused .im-avatarmark {
  border-color: #004BA4;
}

.im-recent-item__date {
  position: absolute;
  top: 8px;
  right: 15px;
  bottom: auto;
  left: auto;
  font-size: 12px;
}
body .im-recent-item__date {
  color: #838690;
}
.im-theme-dark_green .im-recent-item__date {
  color: #7e848f;
}
.im-theme-dark_blue .im-recent-item__date {
  color: #7e848f;
}
.im-theme-blue .im-recent-item__date {
  color: #838690;
}
.im-theme-vk_dark_blue .im-recent-item__date {
  color: #909499;
}
.im-theme-vk_blue .im-recent-item__date {
  color: #818C99;
}
.im-theme-dit_blue .im-recent-item__date {
  color: #838690;
}
.im-theme-myteam_green .im-recent-item__date {
  color: #838690;
}
.im-theme-dark_calls .im-recent-item__date {
  color: #9C9C9C;
}

.im-recent-item__flags {
  width: 40px;
  height: 20px;
  position: absolute;
  top: 46px;
  right: 15px;
  bottom: auto;
  left: auto;
  margin-top: -10px;
}

.im-recent-item__mentioned {
  display: none;
  float: right;
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 10px;
}
body .im-recent-item__mentioned {
  background-color: #21D86A;
}
.im-theme-dark_green .im-recent-item__mentioned {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-recent-item__mentioned {
  background-color: #2e91ff;
}
.im-theme-blue .im-recent-item__mentioned {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-recent-item__mentioned {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-recent-item__mentioned {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-recent-item__mentioned {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-recent-item__mentioned {
  background-color: #18D893;
}
.im-theme-dark_calls .im-recent-item__mentioned {
  background-color: #0C7CFF;
}
.im-recent-item__mentioned::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
body .im-recent-item__mentioned::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-recent-item__mentioned::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2b2c34;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-recent-item__mentioned::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2b2c34;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-recent-item__mentioned::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-recent-item__mentioned::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2B2C34;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-recent-item__mentioned::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFFFFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-recent-item__mentioned::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-recent-item__mentioned::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-recent-item__mentioned::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2B2B2B;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-msg-seenby {
  display: block;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  right: 2px;
  bottom: auto;
  left: auto;
  margin-top: -7px;
}
.im-msg-seenby .im-avatarbox {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  border-radius: 7px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  float: right;
}
.im-msg-seenby .im-avatarbox:not(:last-child) {
  margin-left: -4px;
}

.im-recent_message__state {
  width: 16px;
  height: 16px;
}
.im-recent_message__state.im-message_state-sending {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='5.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8 5V8L10 9.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='5.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8 5V8L10 9.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-recent_message__state.im-message_state-sending {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-recent_message__state.im-message_state-sending {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-recent_message__state.im-message_state-sending {
  background-color: #7e848f;
}
.im-theme-blue .im-recent_message__state.im-message_state-sending {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-recent_message__state.im-message_state-sending {
  background-color: #76787A;
}
.im-theme-vk_blue .im-recent_message__state.im-message_state-sending {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-recent_message__state.im-message_state-sending {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-recent_message__state.im-message_state-sending {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-recent_message__state.im-message_state-sending {
  background-color: #949494;
}
.im-recent_message__state.im-message_state-sent {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-recent_message__state.im-message_state-sent {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-recent_message__state.im-message_state-sent {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-recent_message__state.im-message_state-sent {
  background-color: #7e848f;
}
.im-theme-blue .im-recent_message__state.im-message_state-sent {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-recent_message__state.im-message_state-sent {
  background-color: #76787A;
}
.im-theme-vk_blue .im-recent_message__state.im-message_state-sent {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-recent_message__state.im-message_state-sent {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-recent_message__state.im-message_state-sent {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-recent_message__state.im-message_state-sent {
  background-color: #949494;
}
.im-recent_message__state.im-message_state-delivered {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8L5.5 10.5L11 5M8.5 10L9.5 11L13.5 7' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8L5.5 10.5L11 5M8.5 10L9.5 11L13.5 7' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-recent_message__state.im-message_state-delivered {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-recent_message__state.im-message_state-delivered {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-recent_message__state.im-message_state-delivered {
  background-color: #7e848f;
}
.im-theme-blue .im-recent_message__state.im-message_state-delivered {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-recent_message__state.im-message_state-delivered {
  background-color: #76787A;
}
.im-theme-vk_blue .im-recent_message__state.im-message_state-delivered {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-recent_message__state.im-message_state-delivered {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-recent_message__state.im-message_state-delivered {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-recent_message__state.im-message_state-delivered {
  background-color: #949494;
}
.im-recent-item_focused .im-recent_message__state {
  -webkit-filter: brightness(2);
  -moz-filter: brightness(2);
  -o-filter: brightness(2);
  -ms-filter: brightness(2);
  filter: brightness(2);
}

.im-recent-item__title {
  max-width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 15px;
  font-family: arial, sans-serif;
  line-height: 20px;
  height: 22px;
  padding-right: 16px;
  display: flex;
  position: relative;
}
.im-recent-item__title .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
body .im-recent-item__title {
  color: #111111;
}
.im-theme-dark_green .im-recent-item__title {
  color: #ffffff;
}
.im-theme-dark_blue .im-recent-item__title {
  color: #ffffff;
}
.im-theme-blue .im-recent-item__title {
  color: #111111;
}
.im-theme-vk_dark_blue .im-recent-item__title {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-recent-item__title {
  color: #111111;
}
.im-theme-dit_blue .im-recent-item__title {
  color: #111111;
}
.im-theme-myteam_green .im-recent-item__title {
  color: #111111;
}
.im-theme-dark_calls .im-recent-item__title {
  color: #FFFFFF;
}
body .im-cl-contact_self:not(.im-recent-item_focused) .im-recent-item__title {
  color: #00B84D;
}
.im-theme-dark_green .im-cl-contact_self:not(.im-recent-item_focused) .im-recent-item__title {
  color: #0AC248;
}
.im-theme-dark_blue .im-cl-contact_self:not(.im-recent-item_focused) .im-recent-item__title {
  color: #2f92ff;
}
.im-theme-blue .im-cl-contact_self:not(.im-recent-item_focused) .im-recent-item__title {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-cl-contact_self:not(.im-recent-item_focused) .im-recent-item__title {
  color: #71AAEB;
}
.im-theme-vk_blue .im-cl-contact_self:not(.im-recent-item_focused) .im-recent-item__title {
  color: #4986CC;
}
.im-theme-dit_blue .im-cl-contact_self:not(.im-recent-item_focused) .im-recent-item__title {
  color: #2E72BF;
}
.im-theme-myteam_green .im-cl-contact_self:not(.im-recent-item_focused) .im-recent-item__title {
  color: #17C97E;
}
.im-theme-dark_calls .im-cl-contact_self:not(.im-recent-item_focused) .im-recent-item__title {
  color: #027AFF;
}
.im-recent-item__title .im-emoji_inline {
  vertical-align: text-top;
}
.im-recent-item__title span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.im-recent-item__subtitle {
  position: relative;
  font-size: 13px;
  overflow: hidden;
  line-height: 16px;
  display: block;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: 32px;
}
.im-recent-item__subtitle .im-emoji_inline {
  vertical-align: text-top;
}
.im-recent-item__subtitle .im-emoji_inline {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
}
body .im-recent-item__subtitle {
  color: #838690;
}
.im-theme-dark_green .im-recent-item__subtitle {
  color: #7e848f;
}
.im-theme-dark_blue .im-recent-item__subtitle {
  color: #7e848f;
}
.im-theme-blue .im-recent-item__subtitle {
  color: #838690;
}
.im-theme-vk_dark_blue .im-recent-item__subtitle {
  color: #909499;
}
.im-theme-vk_blue .im-recent-item__subtitle {
  color: #818C99;
}
.im-theme-dit_blue .im-recent-item__subtitle {
  color: #838690;
}
.im-theme-myteam_green .im-recent-item__subtitle {
  color: #838690;
}
.im-theme-dark_calls .im-recent-item__subtitle {
  color: #9C9C9C;
}

.im-recent-item__lastmsg {
  display: block;
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  max-height: 32px;
}
.im-recent-item__lastmsg b {
  font-weight: normal;
}

.im-recent-item__draft {
  margin-right: 4px;
}
body .im-recent-item__draft {
  color: #00B84D;
}
.im-theme-dark_green .im-recent-item__draft {
  color: #0AC248;
}
.im-theme-dark_blue .im-recent-item__draft {
  color: #2f92ff;
}
.im-theme-blue .im-recent-item__draft {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-recent-item__draft {
  color: #71AAEB;
}
.im-theme-vk_blue .im-recent-item__draft {
  color: #4986CC;
}
.im-theme-dit_blue .im-recent-item__draft {
  color: #2E72BF;
}
.im-theme-myteam_green .im-recent-item__draft {
  color: #17C97E;
}
.im-theme-dark_calls .im-recent-item__draft {
  color: #027AFF;
}

body .im-recent-item__subtitle__from {
  color: #111111;
}
.im-theme-dark_green .im-recent-item__subtitle__from {
  color: #ffffff;
}
.im-theme-dark_blue .im-recent-item__subtitle__from {
  color: #ffffff;
}
.im-theme-blue .im-recent-item__subtitle__from {
  color: #111111;
}
.im-theme-vk_dark_blue .im-recent-item__subtitle__from {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-recent-item__subtitle__from {
  color: #111111;
}
.im-theme-dit_blue .im-recent-item__subtitle__from {
  color: #111111;
}
.im-theme-myteam_green .im-recent-item__subtitle__from {
  color: #111111;
}
.im-theme-dark_calls .im-recent-item__subtitle__from {
  color: #FFFFFF;
}

body .im-recent-item_mute .im-msg-counter {
  background-color: #cccfd8;
  color: #ffffff;
}
.im-theme-dark_green .im-recent-item_mute .im-msg-counter {
  background-color: #5e5f6c;
  color: #2b2c34;
}
.im-theme-dark_blue .im-recent-item_mute .im-msg-counter {
  background-color: #5e5f6c;
  color: #2b2c34;
}
.im-theme-blue .im-recent-item_mute .im-msg-counter {
  background-color: #cccfd8;
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-recent-item_mute .im-msg-counter {
  background-color: #5D5F61;
  color: #2B2C34;
}
.im-theme-vk_blue .im-recent-item_mute .im-msg-counter {
  background-color: #B8C1CC;
  color: #FFFFFF;
}
.im-theme-dit_blue .im-recent-item_mute .im-msg-counter {
  background-color: #cccfd8;
  color: #ffffff;
}
.im-theme-myteam_green .im-recent-item_mute .im-msg-counter {
  background-color: #cccfd8;
  color: #ffffff;
}
.im-theme-dark_calls .im-recent-item_mute .im-msg-counter {
  background-color: #858585;
  color: #2B2B2B;
}

body .im-recent-item_unread__mark .im-msg-counter {
  background-color: #21D86A;
}
.im-theme-dark_green .im-recent-item_unread__mark .im-msg-counter {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-recent-item_unread__mark .im-msg-counter {
  background-color: #2e91ff;
}
.im-theme-blue .im-recent-item_unread__mark .im-msg-counter {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-recent-item_unread__mark .im-msg-counter {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-recent-item_unread__mark .im-msg-counter {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-recent-item_unread__mark .im-msg-counter {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-recent-item_unread__mark .im-msg-counter {
  background-color: #18D893;
}
.im-theme-dark_calls .im-recent-item_unread__mark .im-msg-counter {
  background-color: #0C7CFF;
}

.im-link-as-text::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-bottom: 1px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}

.im-link-photo::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6014 2.07642H12.3986C13.9895 2.07642 14.7848 2.07642 15.6412 2.34714C16.5762 2.68746 17.3126 3.42382 17.6529 4.35881C17.9236 5.21508 17.9236 6.01061 17.9236 7.6014V12.3986C17.9236 13.9895 17.9236 14.7848 17.6529 15.6412C17.3126 16.5762 16.5762 17.3126 15.6412 17.6527C14.7848 17.9236 13.9895 17.9236 12.3986 17.9236H7.6014C6.01048 17.9236 5.21508 17.9236 4.35881 17.6527C3.42382 17.3126 2.68746 16.5762 2.34714 15.6412C2.07642 14.7848 2.07642 13.9895 2.07642 12.3986V7.6014C2.07642 6.01061 2.07642 5.21508 2.34714 4.35881C2.68746 3.42382 3.42382 2.68746 4.35881 2.34714C5.21508 2.07642 6.01048 2.07642 7.6014 2.07642ZM10 14.7542C12.6257 14.7542 14.7542 12.6257 14.7542 10C14.7542 7.37436 12.6257 5.24585 10 5.24585C7.37436 5.24585 5.24585 7.37436 5.24585 10C5.24585 12.6257 7.37436 14.7542 10 14.7542ZM10 13.4864C8.07453 13.4864 6.51363 11.9255 6.51363 10C6.51363 8.07453 8.07453 6.51363 10 6.51363C11.9255 6.51363 13.4864 8.07453 13.4864 10C13.4864 11.9255 11.9255 13.4864 10 13.4864Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6014 2.07642H12.3986C13.9895 2.07642 14.7848 2.07642 15.6412 2.34714C16.5762 2.68746 17.3126 3.42382 17.6529 4.35881C17.9236 5.21508 17.9236 6.01061 17.9236 7.6014V12.3986C17.9236 13.9895 17.9236 14.7848 17.6529 15.6412C17.3126 16.5762 16.5762 17.3126 15.6412 17.6527C14.7848 17.9236 13.9895 17.9236 12.3986 17.9236H7.6014C6.01048 17.9236 5.21508 17.9236 4.35881 17.6527C3.42382 17.3126 2.68746 16.5762 2.34714 15.6412C2.07642 14.7848 2.07642 13.9895 2.07642 12.3986V7.6014C2.07642 6.01061 2.07642 5.21508 2.34714 4.35881C2.68746 3.42382 3.42382 2.68746 4.35881 2.34714C5.21508 2.07642 6.01048 2.07642 7.6014 2.07642ZM10 14.7542C12.6257 14.7542 14.7542 12.6257 14.7542 10C14.7542 7.37436 12.6257 5.24585 10 5.24585C7.37436 5.24585 5.24585 7.37436 5.24585 10C5.24585 12.6257 7.37436 14.7542 10 14.7542ZM10 13.4864C8.07453 13.4864 6.51363 11.9255 6.51363 10C6.51363 8.07453 8.07453 6.51363 10 6.51363C11.9255 6.51363 13.4864 8.07453 13.4864 10C13.4864 11.9255 11.9255 13.4864 10 13.4864Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-link-photo::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-link-photo::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-link-photo::before {
  background-color: #7e848f;
}
.im-theme-blue .im-link-photo::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-link-photo::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-link-photo::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-link-photo::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-link-photo::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-link-photo::before {
  background-color: #949494;
}

.im-link-video::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9C7.34315 9 6 10.3431 6 12V20C6 21.6569 7.34315 23 9 23H17C18.6569 23 20 21.6569 20 20V17.355C20.0624 17.4185 20.13 17.4788 20.2027 17.5353L24.3861 20.7885C25.043 21.2993 26 20.8312 26 19.9991V11.914C26 11.0819 25.043 10.6137 24.3861 11.1245L20.2027 14.3777C20.13 14.4342 20.0624 14.4945 20 14.5581V12C20 10.3431 18.6569 9 17 9H9Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9C7.34315 9 6 10.3431 6 12V20C6 21.6569 7.34315 23 9 23H17C18.6569 23 20 21.6569 20 20V17.355C20.0624 17.4185 20.13 17.4788 20.2027 17.5353L24.3861 20.7885C25.043 21.2993 26 20.8312 26 19.9991V11.914C26 11.0819 25.043 10.6137 24.3861 11.1245L20.2027 14.3777C20.13 14.4342 20.0624 14.4945 20 14.5581V12C20 10.3431 18.6569 9 17 9H9Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-link-video::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-link-video::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-link-video::before {
  background-color: #7e848f;
}
.im-theme-blue .im-link-video::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-link-video::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-link-video::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-link-video::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-link-video::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-link-video::before {
  background-color: #949494;
}

.im-link-voice::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.9323 16.5655C22.6515 20.1484 19.6551 22.9684 16 22.9684C12.3449 22.9684 9.34846 20.1484 9.06769 16.5655' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16 25.7711V22.9718' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3E%3Crect x='12.0355' y='6.45319' width='7.82302' height='13.0384' rx='3.91151' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.9323 16.5655C22.6515 20.1484 19.6551 22.9684 16 22.9684C12.3449 22.9684 9.34846 20.1484 9.06769 16.5655' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16 25.7711V22.9718' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3E%3Crect x='12.0355' y='6.45319' width='7.82302' height='13.0384' rx='3.91151' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-link-voice::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-link-voice::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-link-voice::before {
  background-color: #7e848f;
}
.im-theme-blue .im-link-voice::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-link-voice::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-link-voice::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-link-voice::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-link-voice::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-link-voice::before {
  background-color: #949494;
}

.im-link-sticker::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 16.5C13.5899 16.5 16.5 13.5899 16.5 10C16.5 6.41015 13.5899 3.5 10 3.5C6.41015 3.5 3.5 6.41015 3.5 10C3.5 13.5899 6.41015 16.5 10 16.5ZM10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 14.4183 14.4183 18 10 18ZM7.25 9.5C7.94036 9.5 8.5 8.94036 8.5 8.25C8.5 7.55964 7.94036 7 7.25 7C6.55964 7 6 7.55964 6 8.25C6 8.94036 6.55964 9.5 7.25 9.5ZM12.75 9.5C13.4404 9.5 14 8.94036 14 8.25C14 7.55964 13.4404 7 12.75 7C12.0596 7 11.5 7.55964 11.5 8.25C11.5 8.94036 12.0596 9.5 12.75 9.5ZM6.10533 11C6.05139 11 5.9977 11.0073 5.9457 11.0216C5.62624 11.1098 5.43872 11.4402 5.52688 11.7597L5.52694 11.7597C6.12305 13.9199 7.6135 15 9.9983 15C12.3831 15 13.8736 13.9199 14.4697 11.7596C14.484 11.7076 14.4913 11.6539 14.4913 11.6C14.4913 11.2686 14.2227 11 13.8913 11L6.10533 11Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 16.5C13.5899 16.5 16.5 13.5899 16.5 10C16.5 6.41015 13.5899 3.5 10 3.5C6.41015 3.5 3.5 6.41015 3.5 10C3.5 13.5899 6.41015 16.5 10 16.5ZM10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 14.4183 14.4183 18 10 18ZM7.25 9.5C7.94036 9.5 8.5 8.94036 8.5 8.25C8.5 7.55964 7.94036 7 7.25 7C6.55964 7 6 7.55964 6 8.25C6 8.94036 6.55964 9.5 7.25 9.5ZM12.75 9.5C13.4404 9.5 14 8.94036 14 8.25C14 7.55964 13.4404 7 12.75 7C12.0596 7 11.5 7.55964 11.5 8.25C11.5 8.94036 12.0596 9.5 12.75 9.5ZM6.10533 11C6.05139 11 5.9977 11.0073 5.9457 11.0216C5.62624 11.1098 5.43872 11.4402 5.52688 11.7597L5.52694 11.7597C6.12305 13.9199 7.6135 15 9.9983 15C12.3831 15 13.8736 13.9199 14.4697 11.7596C14.484 11.7076 14.4913 11.6539 14.4913 11.6C14.4913 11.2686 14.2227 11 13.8913 11L6.10533 11Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-link-sticker::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-link-sticker::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-link-sticker::before {
  background-color: #7e848f;
}
.im-theme-blue .im-link-sticker::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-link-sticker::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-link-sticker::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-link-sticker::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-link-sticker::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-link-sticker::before {
  background-color: #949494;
}

.im-link-file::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.625 1.75C4.52043 1.75 3.625 2.64543 3.625 3.75V16.25C3.625 17.3546 4.52043 18.25 5.625 18.25H14.375C15.4796 18.25 16.375 17.3546 16.375 16.25V9.125C16.375 8.57272 15.9273 8.125 15.375 8.125H11C10.4477 8.125 10 7.67728 10 7.125V2.75C10 2.19772 9.55228 1.75 9 1.75H5.625ZM11.9786 2.60355C11.6636 2.28857 11.125 2.51165 11.125 2.95711V6C11.125 6.55228 11.5727 7 12.125 7H15.1679C15.6133 7 15.8364 6.46143 15.5214 6.14645L11.9786 2.60355Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.625 1.75C4.52043 1.75 3.625 2.64543 3.625 3.75V16.25C3.625 17.3546 4.52043 18.25 5.625 18.25H14.375C15.4796 18.25 16.375 17.3546 16.375 16.25V9.125C16.375 8.57272 15.9273 8.125 15.375 8.125H11C10.4477 8.125 10 7.67728 10 7.125V2.75C10 2.19772 9.55228 1.75 9 1.75H5.625ZM11.9786 2.60355C11.6636 2.28857 11.125 2.51165 11.125 2.95711V6C11.125 6.55228 11.5727 7 12.125 7H15.1679C15.6133 7 15.8364 6.46143 15.5214 6.14645L11.9786 2.60355Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-link-file::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-link-file::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-link-file::before {
  background-color: #7e848f;
}
.im-theme-blue .im-link-file::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-link-file::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-link-file::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-link-file::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-link-file::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-link-file::before {
  background-color: #949494;
}

.im-link-contact::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5.5C10.5 6.88071 9.38071 8 8 8C6.61929 8 5.5 6.88071 5.5 5.5C5.5 4.11929 6.61929 3 8 3C9.38071 3 10.5 4.11929 10.5 5.5Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.09248 8.435C3.63429 9.6515 3.36248 13 5.16884 13H10.7517C12.6215 13 12.4206 9.60265 9.94713 8.40882C9.39045 8.78219 8.72066 9 8 9C7.29635 9 6.6412 8.79236 6.09248 8.435Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 5.5C10.5 6.88071 9.38071 8 8 8C6.61929 8 5.5 6.88071 5.5 5.5C5.5 4.11929 6.61929 3 8 3C9.38071 3 10.5 4.11929 10.5 5.5Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.09248 8.435C3.63429 9.6515 3.36248 13 5.16884 13H10.7517C12.6215 13 12.4206 9.60265 9.94713 8.40882C9.39045 8.78219 8.72066 9 8 9C7.29635 9 6.6412 8.79236 6.09248 8.435Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-link-contact::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-link-contact::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-link-contact::before {
  background-color: #7e848f;
}
.im-theme-blue .im-link-contact::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-link-contact::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-link-contact::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-link-contact::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-link-contact::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-link-contact::before {
  background-color: #949494;
}

.im-link-poll::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12V10' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8 12V6' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 12L12 3' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12V10' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8 12V6' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M12 12L12 3' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-link-poll::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-link-poll::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-link-poll::before {
  background-color: #7e848f;
}
.im-theme-blue .im-link-poll::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-link-poll::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-link-poll::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-link-poll::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-link-poll::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-link-poll::before {
  background-color: #949494;
}

.im-link-task::before {
  content: none;
}
.im-link-task svg {
  position: relative;
  top: 2px;
  padding-right: 4px;
}
body .im-link-task svg {
  fill: #b7bcc9;
}
.im-theme-dark_green .im-link-task svg {
  fill: #7e848f;
}
.im-theme-dark_blue .im-link-task svg {
  fill: #7e848f;
}
.im-theme-blue .im-link-task svg {
  fill: #b7bcc9;
}
.im-theme-vk_dark_blue .im-link-task svg {
  fill: #76787A;
}
.im-theme-vk_blue .im-link-task svg {
  fill: #99A2AD;
}
.im-theme-dit_blue .im-link-task svg {
  fill: #b7bcc9;
}
.im-theme-myteam_green .im-link-task svg {
  fill: #b7bcc9;
}
.im-theme-dark_calls .im-link-task svg {
  fill: #949494;
}

.im-link-call::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M17.3116 21.2979C17.3116 21.2979 15.4648 20.9009 13.2409 18.7037L10.9096 21.0226C13.8257 23.892 17.6457 26.2693 21.8697 26.5801C24.0685 26.7419 24.7434 26.2644 25.2679 25.633C26.035 24.7097 26.1587 24.1094 26.3373 23.1108C26.5158 22.1123 26.2423 21.0821 24.396 20.5391C22.5497 19.9961 22.5497 19.9961 19.2646 19.1002L19.2645 19.1002C17.9567 18.7435 17.3116 21.2979 17.3116 21.2979Z' fill='%23363637'/%3E%3Cpath d='M10.685 14.6713C10.685 14.6713 11.082 16.5182 13.2792 18.7421L10.9603 21.0734C8.09083 18.1572 5.71363 14.3372 5.40279 10.1133C5.24098 7.91452 5.71845 7.23957 6.34983 6.71507C7.27316 5.94801 7.87346 5.82423 8.87203 5.64571C9.8706 5.4672 10.9008 5.7407 11.4438 7.58697C11.9868 9.43323 11.9868 9.43324 12.8827 12.7184L12.8827 12.7185C13.2394 14.0263 10.685 14.6713 10.685 14.6713Z' fill='%23363637'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M17.3116 21.2979C17.3116 21.2979 15.4648 20.9009 13.2409 18.7037L10.9096 21.0226C13.8257 23.892 17.6457 26.2693 21.8697 26.5801C24.0685 26.7419 24.7434 26.2644 25.2679 25.633C26.035 24.7097 26.1587 24.1094 26.3373 23.1108C26.5158 22.1123 26.2423 21.0821 24.396 20.5391C22.5497 19.9961 22.5497 19.9961 19.2646 19.1002L19.2645 19.1002C17.9567 18.7435 17.3116 21.2979 17.3116 21.2979Z' fill='%23363637'/%3E%3Cpath d='M10.685 14.6713C10.685 14.6713 11.082 16.5182 13.2792 18.7421L10.9603 21.0734C8.09083 18.1572 5.71363 14.3372 5.40279 10.1133C5.24098 7.91452 5.71845 7.23957 6.34983 6.71507C7.27316 5.94801 7.87346 5.82423 8.87203 5.64571C9.8706 5.4672 10.9008 5.7407 11.4438 7.58697C11.9868 9.43323 11.9868 9.43324 12.8827 12.7184L12.8827 12.7185C13.2394 14.0263 10.685 14.6713 10.685 14.6713Z' fill='%23363637'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-link-call::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-link-call::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-link-call::before {
  background-color: #7e848f;
}
.im-theme-blue .im-link-call::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-link-call::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-link-call::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-link-call::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-link-call::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-link-call::before {
  background-color: #949494;
}

.im-recent-item_min .im-recent-item__box {
  padding: 0 15px 0 12px;
  height: 48px;
  display: flex;
  align-items: center;
}
.im-recent-item_min .im-recent-item__box > .im-avatarbox {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 16px;
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  margin-top: unset;
  margin-right: 12px;
}
.im-recent-item_min .im-recent-item__box .im-avatarmark {
  top: 50%;
  left: 32px;
  margin-top: 2px;
}
.im-recent-item_min .im-recent-item__box .im-recent-item__flags {
  top: unset;
  margin-top: unset;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: unset;
  width: auto;
}
.im-recent-item_min .im-recent-item__box .im-recent-item__flags .im-recent-item__flag {
  margin-left: 4px;
}
.im-recent-item_min .im-recent-item__box .im-recent-item__title {
  width: 100%;
  overflow: hidden;
  padding-right: 0;
}
.im-recent-item_min .im-msg-seenby {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin-top: unset;
}
body .im-recent-item_min[data-mail=threadsFlow] .im-msg-counter {
  background-color: #c8f9d4;
  color: #00B84D;
}
.im-theme-dark_green .im-recent-item_min[data-mail=threadsFlow] .im-msg-counter {
  background-color: #4c8959;
  color: #0AC248;
}
.im-theme-dark_blue .im-recent-item_min[data-mail=threadsFlow] .im-msg-counter {
  background-color: #2a4a71;
  color: #2f92ff;
}
.im-theme-blue .im-recent-item_min[data-mail=threadsFlow] .im-msg-counter {
  background-color: #aad7ff;
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-recent-item_min[data-mail=threadsFlow] .im-msg-counter {
  background-color: #2a4a71;
  color: #71AAEB;
}
.im-theme-vk_blue .im-recent-item_min[data-mail=threadsFlow] .im-msg-counter {
  background-color: #aad7ff;
  color: #4986CC;
}
.im-theme-dit_blue .im-recent-item_min[data-mail=threadsFlow] .im-msg-counter {
  background-color: #b1d6ff;
  color: #2E72BF;
}
.im-theme-myteam_green .im-recent-item_min[data-mail=threadsFlow] .im-msg-counter {
  background-color: #c6f5d9;
  color: #17C97E;
}
.im-theme-dark_calls .im-recent-item_min[data-mail=threadsFlow] .im-msg-counter {
  background-color: #044ca1;
  color: #027AFF;
}
body .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned {
  background-color: #C8F9D4;
}
.im-theme-dark_green .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned {
  background-color: #4C8959;
}
.im-theme-dark_blue .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned {
  background-color: #2A4A71;
}
.im-theme-blue .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned {
  background-color: #AAD7FF;
}
.im-theme-vk_dark_blue .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned {
  background-color: #2A4A71;
}
.im-theme-vk_blue .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned {
  background-color: #AAD7FF;
}
.im-theme-dit_blue .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned {
  background-color: #B1D6FF;
}
.im-theme-myteam_green .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned {
  background-color: #C6F5D9;
}
.im-theme-dark_calls .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned {
  background-color: #044CA1;
}
body .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned::before {
  background-color: #00B84D;
}
.im-theme-dark_green .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned::before {
  background-color: #0AC248;
}
.im-theme-dark_blue .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned::before {
  background-color: #2f92ff;
}
.im-theme-blue .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned::before {
  background-color: #1B85F1;
}
.im-theme-vk_dark_blue .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned::before {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned::before {
  background-color: #4986CC;
}
.im-theme-dit_blue .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned::before {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned::before {
  background-color: #17C97E;
}
.im-theme-dark_calls .im-recent-item_min[data-mail=threadsFlow] .im-recent-item__mentioned::before {
  background-color: #027AFF;
}
.im-recent-item_min[data-mail=threadsFlow] .im-recent-item__title::after {
  content: "β";
  margin-top: -4px;
  font-size: 10px;
}
.im-recent-item_min .im-recent-item__messages-exist .im-recent-item__flags .im-recent-item__messages {
  display: block;
}
body .im-recent__static-items .im-recent-item_min:hover .im-recent-item__box:not(.im-recent-item_focused) > .im-avatarbox {
  background-color: #e4e7ef;
}
.im-theme-dark_green .im-recent__static-items .im-recent-item_min:hover .im-recent-item__box:not(.im-recent-item_focused) > .im-avatarbox {
  background-color: #444551;
}
.im-theme-dark_blue .im-recent__static-items .im-recent-item_min:hover .im-recent-item__box:not(.im-recent-item_focused) > .im-avatarbox {
  background-color: #444551;
}
.im-theme-blue .im-recent__static-items .im-recent-item_min:hover .im-recent-item__box:not(.im-recent-item_focused) > .im-avatarbox {
  background-color: #e4e7ef;
}
.im-theme-vk_dark_blue .im-recent__static-items .im-recent-item_min:hover .im-recent-item__box:not(.im-recent-item_focused) > .im-avatarbox {
  background-color: #444551;
}
.im-theme-vk_blue .im-recent__static-items .im-recent-item_min:hover .im-recent-item__box:not(.im-recent-item_focused) > .im-avatarbox {
  background-color: #E4E7EF;
}
.im-theme-dit_blue .im-recent__static-items .im-recent-item_min:hover .im-recent-item__box:not(.im-recent-item_focused) > .im-avatarbox {
  background-color: #e4e7ef;
}
.im-theme-myteam_green .im-recent__static-items .im-recent-item_min:hover .im-recent-item__box:not(.im-recent-item_focused) > .im-avatarbox {
  background-color: #e4e7ef;
}
.im-theme-dark_calls .im-recent__static-items .im-recent-item_min:hover .im-recent-item__box:not(.im-recent-item_focused) > .im-avatarbox {
  background-color: #0F0F0F;
}

.im-recent-item_mentioned .im-recent-item__mentioned {
  display: inline-block;
}
.im-recent-item_mentioned .im-msg-seenby {
  display: none;
}

.im-recent-item_unread .im-msg-counter {
  display: inline-block;
}
.im-recent-item_unread .im-msg-seenby {
  display: none;
}

.im-unknownspage .app-content {
  overflow: auto;
}
.im-unknownspage .im-scrollbar {
  top: 56px;
}
.im-unknownspage .im-recent-item__box {
  height: 44px;
  padding: 4px 89px 4px 56px;
  line-height: 44px;
}
.im-unknownspage .im-recent-item__box > .im-avatarbox {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 12px;
  margin-top: -16px;
}
.im-unknownspage .im-unknown-buttons {
  position: absolute;
  top: 50%;
  right: 26px;
  bottom: auto;
  left: auto;
  margin-top: -20px;
  height: 40px;
  line-height: 40px;
}
.im-unknownspage .im-unknown-buttons button {
  outline: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 40px;
  width: 40px;
}
.im-unknownspage .im-unknown-buttons button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
}
.im-unknownspage .im-unknown-add::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-unknownspage .im-unknown-add::after {
  background-color: #21D86A;
}
.im-theme-dark_green .im-unknownspage .im-unknown-add::after {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-unknownspage .im-unknown-add::after {
  background-color: #2e91ff;
}
.im-theme-blue .im-unknownspage .im-unknown-add::after {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-unknownspage .im-unknown-add::after {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-unknownspage .im-unknown-add::after {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-unknownspage .im-unknown-add::after {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-unknownspage .im-unknown-add::after {
  background-color: #18D893;
}
.im-theme-dark_calls .im-unknownspage .im-unknown-add::after {
  background-color: #0C7CFF;
}
.im-unknownspage .im-unknown-remove::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-unknownspage .im-unknown-remove::after {
  background-color: #f83e33;
}
.im-theme-dark_green .im-unknownspage .im-unknown-remove::after {
  background-color: #f75d5d;
}
.im-theme-dark_blue .im-unknownspage .im-unknown-remove::after {
  background-color: #f75d5d;
}
.im-theme-blue .im-unknownspage .im-unknown-remove::after {
  background-color: #f83e33;
}
.im-theme-vk_dark_blue .im-unknownspage .im-unknown-remove::after {
  background-color: #FF5C5C;
}
.im-theme-vk_blue .im-unknownspage .im-unknown-remove::after {
  background-color: #FF3347;
}
.im-theme-dit_blue .im-unknownspage .im-unknown-remove::after {
  background-color: #f83e33;
}
.im-theme-myteam_green .im-unknownspage .im-unknown-remove::after {
  background-color: #EC264A;
}
.im-theme-dark_calls .im-unknownspage .im-unknown-remove::after {
  background-color: #FC2C38;
}
.im-unknownspage .im-recent-item_unread .im-msg-counter {
  float: none;
  position: absolute;
  top: 50%;
  right: 66px;
  bottom: auto;
  left: auto;
  margin: -10px 0 0;
}
.im-unknownspage .im-recent-item_unread .im-unknown-add {
  display: none;
}
.im-unknownspage .im-recent-item__title {
  display: inline-block;
}

/* block search */
.im-search {
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 16px 6px 20px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
body .im-search {
  background-color: #ffffff;
}
.im-theme-dark_green .im-search {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-search {
  background-color: #2b2c34;
}
.im-theme-blue .im-search {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-search {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-search {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-search {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-search {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-search {
  background-color: #2B2B2B;
}
.im-search .im-search-clear {
  top: 18px;
}

/* block contact list */
/*.im-clist_search_mode {
    overflow-y: hidden;
    .im-scrollbar {
        top: 0;
    }
}*/
.im-clist__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.im-clist__wrap:empty + .im-cl__default-screen {
  display: block;
}

.im-clist {
  height: auto;
  width: 100%;
  padding-bottom: 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
body .im-clist {
  background-color: #ffffff;
}
.im-theme-dark_green .im-clist {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-clist {
  background-color: #2b2c34;
}
.im-theme-blue .im-clist {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-clist {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-clist {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-clist {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-clist {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-clist {
  background-color: #2B2B2B;
}
.im-desktop .im-clist .im-cl-contact:hover {
  background-color: #f3f5f8;
}
.im-desktop .im-clist .im-cl-contact:hover .im-avatarmark {
  border-color: #f3f5f8;
}
.im-desktop.im-theme-dark_green .im-clist .im-cl-contact:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_green .im-clist .im-cl-contact:hover .im-avatarmark {
  border-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-clist .im-cl-contact:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-clist .im-cl-contact:hover .im-avatarmark {
  border-color: #3c3d48;
}
.im-desktop.im-theme-blue .im-clist .im-cl-contact:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-blue .im-clist .im-cl-contact:hover .im-avatarmark {
  border-color: #f3f5f8;
}
.im-desktop.im-theme-vk_dark_blue .im-clist .im-cl-contact:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_dark_blue .im-clist .im-cl-contact:hover .im-avatarmark {
  border-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-clist .im-cl-contact:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-vk_blue .im-clist .im-cl-contact:hover .im-avatarmark {
  border-color: #F1F3F7;
}
.im-desktop.im-theme-dit_blue .im-clist .im-cl-contact:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dit_blue .im-clist .im-cl-contact:hover .im-avatarmark {
  border-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-clist .im-cl-contact:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-clist .im-cl-contact:hover .im-avatarmark {
  border-color: #f3f5f8;
}
.im-desktop.im-theme-dark_calls .im-clist .im-cl-contact:hover {
  background-color: #1F1F1F;
}
.im-desktop.im-theme-dark_calls .im-clist .im-cl-contact:hover .im-avatarmark {
  border-color: #1F1F1F;
}

.im-cl-contact {
  height: 44px;
  line-height: 44px;
  z-index: 0;
  position: absolute;
  font-weight: normal;
  font-size: 16px;
  overflow: hidden;
  padding-left: 56px;
  width: 100%;
  white-space: nowrap;
  text-align: left;
  background-color: inherit;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-cl-contact {
  color: #111111;
}
body .im-cl-contact.active {
  background-color: #9AF4B1;
}
body .im-cl-contact.active .im-avatarmark {
  border-color: #9AF4B1;
}
.im-theme-dark_green .im-cl-contact {
  color: #ffffff;
}
.im-theme-dark_green .im-cl-contact.active {
  background-color: #61A871;
}
.im-theme-dark_green .im-cl-contact.active .im-avatarmark {
  border-color: #61A871;
}
.im-theme-dark_blue .im-cl-contact {
  color: #ffffff;
}
.im-theme-dark_blue .im-cl-contact.active {
  background-color: #376195;
}
.im-theme-dark_blue .im-cl-contact.active .im-avatarmark {
  border-color: #376195;
}
.im-theme-blue .im-cl-contact {
  color: #111111;
}
.im-theme-blue .im-cl-contact.active {
  background-color: #90C6F4;
}
.im-theme-blue .im-cl-contact.active .im-avatarmark {
  border-color: #90C6F4;
}
.im-theme-vk_dark_blue .im-cl-contact {
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-cl-contact.active {
  background-color: #376195;
}
.im-theme-vk_dark_blue .im-cl-contact.active .im-avatarmark {
  border-color: #376195;
}
.im-theme-vk_blue .im-cl-contact {
  color: #111111;
}
.im-theme-vk_blue .im-cl-contact.active {
  background-color: #90C6F4;
}
.im-theme-vk_blue .im-cl-contact.active .im-avatarmark {
  border-color: #90C6F4;
}
.im-theme-dit_blue .im-cl-contact {
  color: #111111;
}
.im-theme-dit_blue .im-cl-contact.active {
  background-color: #92C1F3;
}
.im-theme-dit_blue .im-cl-contact.active .im-avatarmark {
  border-color: #92C1F3;
}
.im-theme-myteam_green .im-cl-contact {
  color: #111111;
}
.im-theme-myteam_green .im-cl-contact.active {
  background-color: #AAE5C3;
}
.im-theme-myteam_green .im-cl-contact.active .im-avatarmark {
  border-color: #AAE5C3;
}
.im-theme-dark_calls .im-cl-contact {
  color: #FFFFFF;
}
.im-theme-dark_calls .im-cl-contact.active {
  background-color: #1768C7;
}
.im-theme-dark_calls .im-cl-contact.active .im-avatarmark {
  border-color: #1768C7;
}
.im-cl-contact .im-avatarbox {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 12px;
  margin-top: -16px;
}
.im-cl-contact .im-avatarmark {
  top: 50%;
  left: 32px;
  margin-top: 2px;
}

.im-contact-namebox {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  line-height: 13px;
  max-width: 100%;
  padding-right: 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.im-contact-namebox__friendly {
  height: 20px;
  line-height: 20px;
  display: block;
  display: inline-block;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.im-contact-namebox__friendly .im-emoji_inline {
  vertical-align: text-top;
}
.im-contact-namebox__friendly .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
body .im-cl-contact_self .im-contact-namebox__friendly {
  color: #00B84D;
}
.im-theme-dark_green .im-cl-contact_self .im-contact-namebox__friendly {
  color: #0AC248;
}
.im-theme-dark_blue .im-cl-contact_self .im-contact-namebox__friendly {
  color: #2f92ff;
}
.im-theme-blue .im-cl-contact_self .im-contact-namebox__friendly {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-cl-contact_self .im-contact-namebox__friendly {
  color: #71AAEB;
}
.im-theme-vk_blue .im-cl-contact_self .im-contact-namebox__friendly {
  color: #4986CC;
}
.im-theme-dit_blue .im-cl-contact_self .im-contact-namebox__friendly {
  color: #2E72BF;
}
.im-theme-myteam_green .im-cl-contact_self .im-contact-namebox__friendly {
  color: #17C97E;
}
.im-theme-dark_calls .im-cl-contact_self .im-contact-namebox__friendly {
  color: #027AFF;
}

.im-contact-namebox__msg {
  display: block;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .im-contact-namebox__msg {
  color: #838690;
}
.im-theme-dark_green .im-contact-namebox__msg {
  color: #7e848f;
}
.im-theme-dark_blue .im-contact-namebox__msg {
  color: #7e848f;
}
.im-theme-blue .im-contact-namebox__msg {
  color: #838690;
}
.im-theme-vk_dark_blue .im-contact-namebox__msg {
  color: #909499;
}
.im-theme-vk_blue .im-contact-namebox__msg {
  color: #818C99;
}
.im-theme-dit_blue .im-contact-namebox__msg {
  color: #838690;
}
.im-theme-myteam_green .im-contact-namebox__msg {
  color: #838690;
}
.im-theme-dark_calls .im-contact-namebox__msg {
  color: #9C9C9C;
}

/*.im-cl-contact-icon {
    display: block;
    width: 24px;
    height: 18px;
    @include absolutize($top: 3px, $left: 4px);
}*/
.im-contact-no-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
body .im-contact-no-avatar {
  background-color: #eceef3;
}
.im-theme-dark_green .im-contact-no-avatar {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-contact-no-avatar {
  background-color: #3c3d47;
}
.im-theme-blue .im-contact-no-avatar {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-contact-no-avatar {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-contact-no-avatar {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-contact-no-avatar {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-contact-no-avatar {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-contact-no-avatar {
  background-color: #1F1F1F;
}
.im-contact-no-avatar svg {
  height: 80%;
  width: 100%;
}
body .im-contact-no-avatar svg {
  stroke: #b7bcc9;
}
.im-theme-dark_green .im-contact-no-avatar svg {
  stroke: #7e848f;
}
.im-theme-dark_blue .im-contact-no-avatar svg {
  stroke: #7e848f;
}
.im-theme-blue .im-contact-no-avatar svg {
  stroke: #b7bcc9;
}
.im-theme-vk_dark_blue .im-contact-no-avatar svg {
  stroke: #76787A;
}
.im-theme-vk_blue .im-contact-no-avatar svg {
  stroke: #99A2AD;
}
.im-theme-dit_blue .im-contact-no-avatar svg {
  stroke: #b7bcc9;
}
.im-theme-myteam_green .im-contact-no-avatar svg {
  stroke: #b7bcc9;
}
.im-theme-dark_calls .im-contact-no-avatar svg {
  stroke: #949494;
}

.im-livechat-item {
  position: relative;
  padding: 15px 17px 15px 97px;
  border-bottom: 1px solid;
}
body .im-livechat-item {
  border-bottom-color: #eceef3;
}
.im-theme-dark_green .im-livechat-item {
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-livechat-item {
  border-bottom-color: #3c3d47;
}
.im-theme-blue .im-livechat-item {
  border-bottom-color: #eceef3;
}
.im-theme-vk_dark_blue .im-livechat-item {
  border-bottom-color: #3C3D47;
}
.im-theme-vk_blue .im-livechat-item {
  border-bottom-color: #ECEEF3;
}
.im-theme-dit_blue .im-livechat-item {
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-livechat-item {
  border-bottom-color: #eceef3;
}
.im-theme-dark_calls .im-livechat-item {
  border-bottom-color: #1F1F1F;
}
.im-livechat-item .im-avatarbox {
  top: 15px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  border-radius: 32px;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 13px;
}
.im-livechat-item .im-livechat-block > div {
  padding-top: 5px;
}
.im-livechat-item .im-livechat-name {
  font-size: 19px;
  padding-top: 0;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.im-livechat-item.im-livechat-moderated::after {
  content: "";
  position: absolute;
  top: 31px;
  right: 18px;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 13px;
  height: 9px;
  border-radius: 2px;
}
body .im-livechat-item.im-livechat-moderated::after {
  background: #838690;
}
.im-theme-dark_green .im-livechat-item.im-livechat-moderated::after {
  background: #7e848f;
}
.im-theme-dark_blue .im-livechat-item.im-livechat-moderated::after {
  background: #7e848f;
}
.im-theme-blue .im-livechat-item.im-livechat-moderated::after {
  background: #838690;
}
.im-theme-vk_dark_blue .im-livechat-item.im-livechat-moderated::after {
  background: #909499;
}
.im-theme-vk_blue .im-livechat-item.im-livechat-moderated::after {
  background: #818C99;
}
.im-theme-dit_blue .im-livechat-item.im-livechat-moderated::after {
  background: #838690;
}
.im-theme-myteam_green .im-livechat-item.im-livechat-moderated::after {
  background: #838690;
}
.im-theme-dark_calls .im-livechat-item.im-livechat-moderated::after {
  background: #9C9C9C;
}
.im-livechat-item.im-livechat-moderated::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 20px;
  bottom: auto;
  left: auto;
  width: 5px;
  height: 8px;
  border-radius: 10px;
  border: 2px solid;
}
body .im-livechat-item.im-livechat-moderated::before {
  border-color: #838690;
}
.im-theme-dark_green .im-livechat-item.im-livechat-moderated::before {
  border-color: #7e848f;
}
.im-theme-dark_blue .im-livechat-item.im-livechat-moderated::before {
  border-color: #7e848f;
}
.im-theme-blue .im-livechat-item.im-livechat-moderated::before {
  border-color: #838690;
}
.im-theme-vk_dark_blue .im-livechat-item.im-livechat-moderated::before {
  border-color: #909499;
}
.im-theme-vk_blue .im-livechat-item.im-livechat-moderated::before {
  border-color: #818C99;
}
.im-theme-dit_blue .im-livechat-item.im-livechat-moderated::before {
  border-color: #838690;
}
.im-theme-myteam_green .im-livechat-item.im-livechat-moderated::before {
  border-color: #838690;
}
.im-theme-dark_calls .im-livechat-item.im-livechat-moderated::before {
  border-color: #9C9C9C;
}
.im-livechat-item .im-livechat-about {
  line-height: 20px;
  max-height: 40px;
  display: flex;
  display: block;
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  white-space: pre-line;
}
.im-livechat-item .im-livechat-about .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
body .im-livechat-item .im-livechat-about {
  color: #838690;
}
.im-theme-dark_green .im-livechat-item .im-livechat-about {
  color: #7e848f;
}
.im-theme-dark_blue .im-livechat-item .im-livechat-about {
  color: #7e848f;
}
.im-theme-blue .im-livechat-item .im-livechat-about {
  color: #838690;
}
.im-theme-vk_dark_blue .im-livechat-item .im-livechat-about {
  color: #909499;
}
.im-theme-vk_blue .im-livechat-item .im-livechat-about {
  color: #818C99;
}
.im-theme-dit_blue .im-livechat-item .im-livechat-about {
  color: #838690;
}
.im-theme-myteam_green .im-livechat-item .im-livechat-about {
  color: #838690;
}
.im-theme-dark_calls .im-livechat-item .im-livechat-about {
  color: #9C9C9C;
}
.im-livechat-item .im-livechat-floor {
  display: table;
  width: 100%;
}
.im-livechat-item .im-livechat-users__wrap {
  max-height: 40px;
  overflow: hidden;
  padding: 0 9px;
}
.im-livechat-item .im-livechat-users {
  display: inline-table;
}
.im-livechat-item .im-livechat-users .im-avatarbox {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 18px;
  position: static;
  display: none;
  border: 2px solid;
  margin-left: -9px;
}
body .im-livechat-item .im-livechat-users .im-avatarbox {
  border-color: #ffffff;
}
.im-theme-dark_green .im-livechat-item .im-livechat-users .im-avatarbox {
  border-color: #2b2c34;
}
.im-theme-dark_blue .im-livechat-item .im-livechat-users .im-avatarbox {
  border-color: #2b2c34;
}
.im-theme-blue .im-livechat-item .im-livechat-users .im-avatarbox {
  border-color: #ffffff;
}
.im-theme-vk_dark_blue .im-livechat-item .im-livechat-users .im-avatarbox {
  border-color: #2B2C34;
}
.im-theme-vk_blue .im-livechat-item .im-livechat-users .im-avatarbox {
  border-color: #FFFFFF;
}
.im-theme-dit_blue .im-livechat-item .im-livechat-users .im-avatarbox {
  border-color: #ffffff;
}
.im-theme-myteam_green .im-livechat-item .im-livechat-users .im-avatarbox {
  border-color: #ffffff;
}
.im-theme-dark_calls .im-livechat-item .im-livechat-users .im-avatarbox {
  border-color: #2B2B2B;
}
.im-livechat-item .im-livechat-users .im-avatarbox:nth-child(1),
.im-livechat-item .im-livechat-users .im-avatarbox:nth-child(2),
.im-livechat-item .im-livechat-users .im-avatarbox:nth-child(3) {
  display: inline-block;
}
.im-livechat-item .im-livechat-users .im-livechat-count,
.im-livechat-item .im-livechat-users .im-livechat-count__full {
  line-height: 40px;
  vertical-align: text-bottom;
}
body .im-livechat-item .im-livechat-users .im-livechat-count,
body .im-livechat-item .im-livechat-users .im-livechat-count__full {
  color: #838690;
}
.im-theme-dark_green .im-livechat-item .im-livechat-users .im-livechat-count,
.im-theme-dark_green .im-livechat-item .im-livechat-users .im-livechat-count__full {
  color: #7e848f;
}
.im-theme-dark_blue .im-livechat-item .im-livechat-users .im-livechat-count,
.im-theme-dark_blue .im-livechat-item .im-livechat-users .im-livechat-count__full {
  color: #7e848f;
}
.im-theme-blue .im-livechat-item .im-livechat-users .im-livechat-count,
.im-theme-blue .im-livechat-item .im-livechat-users .im-livechat-count__full {
  color: #838690;
}
.im-theme-vk_dark_blue .im-livechat-item .im-livechat-users .im-livechat-count,
.im-theme-vk_dark_blue .im-livechat-item .im-livechat-users .im-livechat-count__full {
  color: #909499;
}
.im-theme-vk_blue .im-livechat-item .im-livechat-users .im-livechat-count,
.im-theme-vk_blue .im-livechat-item .im-livechat-users .im-livechat-count__full {
  color: #818C99;
}
.im-theme-dit_blue .im-livechat-item .im-livechat-users .im-livechat-count,
.im-theme-dit_blue .im-livechat-item .im-livechat-users .im-livechat-count__full {
  color: #838690;
}
.im-theme-myteam_green .im-livechat-item .im-livechat-users .im-livechat-count,
.im-theme-myteam_green .im-livechat-item .im-livechat-users .im-livechat-count__full {
  color: #838690;
}
.im-theme-dark_calls .im-livechat-item .im-livechat-users .im-livechat-count,
.im-theme-dark_calls .im-livechat-item .im-livechat-users .im-livechat-count__full {
  color: #9C9C9C;
}
.im-livechat-item .im-livechat-users .im-livechat-count__full {
  display: none;
  line-height: 36px;
}
.im-livechat-item .im-livechat-actions {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.im-livechat-item .im-livechat-actions .im-ui-button,
.im-livechat-item .im-livechat-actions .im-livechat-pending_butt {
  width: 85px;
  height: 30px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
}
body .im-livechat-item .im-livechat-actions .im-ui-button {
  background: #21D86A;
  border-color: #21D86A;
  color: #ffffff;
}
body .im-livechat-item .im-livechat-actions .im-ui-button.active {
  background-color: #1BB157;
}
.im-theme-dark_green .im-livechat-item .im-livechat-actions .im-ui-button {
  background: #0ADC5E;
  border-color: #0ADC5E;
  color: #2b2c34;
}
.im-theme-dark_green .im-livechat-item .im-livechat-actions .im-ui-button.active {
  background-color: #3CF686;
}
.im-theme-dark_blue .im-livechat-item .im-livechat-actions .im-ui-button {
  background: #2e91ff;
  border-color: #2e91ff;
  color: #2b2c34;
}
.im-theme-dark_blue .im-livechat-item .im-livechat-actions .im-ui-button.active {
  background-color: #3b96ff;
}
.im-theme-blue .im-livechat-item .im-livechat-actions .im-ui-button {
  background: #2D90F5;
  border-color: #2D90F5;
  color: #ffffff;
}
.im-theme-blue .im-livechat-item .im-livechat-actions .im-ui-button.active {
  background-color: #317BC7;
}
.im-theme-vk_dark_blue .im-livechat-item .im-livechat-actions .im-ui-button {
  background: #71AAEB;
  border-color: #71AAEB;
  color: #2B2C34;
}
.im-theme-vk_dark_blue .im-livechat-item .im-livechat-actions .im-ui-button.active {
  background-color: #5A88BC;
}
.im-theme-vk_blue .im-livechat-item .im-livechat-actions .im-ui-button {
  background: #3F8AE0;
  border-color: #3F8AE0;
  color: #FFFFFF;
}
.im-theme-vk_blue .im-livechat-item .im-livechat-actions .im-ui-button.active {
  background-color: #2975CC;
}
.im-theme-dit_blue .im-livechat-item .im-livechat-actions .im-ui-button {
  background: #2E72BF;
  border-color: #2E72BF;
  color: #ffffff;
}
.im-theme-dit_blue .im-livechat-item .im-livechat-actions .im-ui-button.active {
  background-color: #2061AB;
}
.im-theme-myteam_green .im-livechat-item .im-livechat-actions .im-ui-button {
  background: #18D893;
  border-color: #18D893;
  color: #ffffff;
}
.im-theme-myteam_green .im-livechat-item .im-livechat-actions .im-ui-button.active {
  background-color: #1CC88A;
}
.im-theme-dark_calls .im-livechat-item .im-livechat-actions .im-ui-button {
  background: #0C7CFF;
  border-color: #0C7CFF;
  color: #2B2B2B;
}
.im-theme-dark_calls .im-livechat-item .im-livechat-actions .im-ui-button.active {
  background-color: #0057E5;
}
body .im-livechat-item .im-livechat-actions .im-livechat-pending_butt {
  background: #ffffff;
  color: #b7bcc9;
  border-color: #b7bcc9;
}
.im-theme-dark_green .im-livechat-item .im-livechat-actions .im-livechat-pending_butt {
  background: #2b2c34;
  color: #7e848f;
  border-color: #7e848f;
}
.im-theme-dark_blue .im-livechat-item .im-livechat-actions .im-livechat-pending_butt {
  background: #2b2c34;
  color: #7e848f;
  border-color: #7e848f;
}
.im-theme-blue .im-livechat-item .im-livechat-actions .im-livechat-pending_butt {
  background: #ffffff;
  color: #b7bcc9;
  border-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-livechat-item .im-livechat-actions .im-livechat-pending_butt {
  background: #2B2C34;
  color: #76787A;
  border-color: #76787A;
}
.im-theme-vk_blue .im-livechat-item .im-livechat-actions .im-livechat-pending_butt {
  background: #FFFFFF;
  color: #99A2AD;
  border-color: #99A2AD;
}
.im-theme-dit_blue .im-livechat-item .im-livechat-actions .im-livechat-pending_butt {
  background: #ffffff;
  color: #b7bcc9;
  border-color: #b7bcc9;
}
.im-theme-myteam_green .im-livechat-item .im-livechat-actions .im-livechat-pending_butt {
  background: #ffffff;
  color: #b7bcc9;
  border-color: #b7bcc9;
}
.im-theme-dark_calls .im-livechat-item .im-livechat-actions .im-livechat-pending_butt {
  background: #2B2B2B;
  color: #949494;
  border-color: #949494;
}
.im-livechat-item .im-livechat-actions .im-livechat-open,
.im-livechat-item .im-livechat-actions .im-livechat-join__comment,
.im-livechat-item .im-livechat-actions .im-livechat-pending_butt {
  display: none;
}
.im-livechat-item .im-livechat-cancel {
  display: none;
  position: relative;
  height: 0;
  overflow: visible;
  font-weight: normal;
  top: 40px;
}
body .im-livechat-item .im-livechat-cancel {
  color: #ffffff;
}
.im-theme-dark_green .im-livechat-item .im-livechat-cancel {
  color: #ffffff;
}
.im-theme-dark_blue .im-livechat-item .im-livechat-cancel {
  color: #ffffff;
}
.im-theme-blue .im-livechat-item .im-livechat-cancel {
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-livechat-item .im-livechat-cancel {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-livechat-item .im-livechat-cancel {
  color: #ffffff;
}
.im-theme-dit_blue .im-livechat-item .im-livechat-cancel {
  color: #ffffff;
}
.im-theme-myteam_green .im-livechat-item .im-livechat-cancel {
  color: #ffffff;
}
.im-theme-dark_calls .im-livechat-item .im-livechat-cancel {
  color: #FFFFFF;
}
.im-livechat-item .im-livechat-cancel.active {
  text-decoration: underline;
}

.im-livechat-inlist .im-livechat-actions .im-livechat-open {
  display: inline-block;
}
body .im-livechat-inlist .im-livechat-actions .im-livechat-open {
  color: #00B84D;
  background: #ffffff;
}
body .im-livechat-inlist .im-livechat-actions .im-livechat-open.active {
  background-color: #ffffff;
  color: #009940;
  border-color: #1BB157;
}
.im-theme-dark_green .im-livechat-inlist .im-livechat-actions .im-livechat-open {
  color: #0AC248;
  background: #2b2c34;
}
.im-theme-dark_green .im-livechat-inlist .im-livechat-actions .im-livechat-open.active {
  background-color: #2b2c34;
  color: #0DF25A;
  border-color: #3CF686;
}
.im-theme-dark_blue .im-livechat-inlist .im-livechat-actions .im-livechat-open {
  color: #2f92ff;
  background: #2b2c34;
}
.im-theme-dark_blue .im-livechat-inlist .im-livechat-actions .im-livechat-open.active {
  background-color: #2b2c34;
  color: #47a0ff;
  border-color: #3b96ff;
}
.im-theme-blue .im-livechat-inlist .im-livechat-actions .im-livechat-open {
  color: #1B85F1;
  background: #ffffff;
}
.im-theme-blue .im-livechat-inlist .im-livechat-actions .im-livechat-open.active {
  background-color: #ffffff;
  color: #2173C6;
  border-color: #317BC7;
}
.im-theme-vk_dark_blue .im-livechat-inlist .im-livechat-actions .im-livechat-open {
  color: #71AAEB;
  background: #2B2C34;
}
.im-theme-vk_dark_blue .im-livechat-inlist .im-livechat-actions .im-livechat-open.active {
  background-color: #2B2C34;
  color: #689CD8;
  border-color: #5A88BC;
}
.im-theme-vk_blue .im-livechat-inlist .im-livechat-actions .im-livechat-open {
  color: #4986CC;
  background: #FFFFFF;
}
.im-theme-vk_blue .im-livechat-inlist .im-livechat-actions .im-livechat-open.active {
  background-color: #FFFFFF;
  color: #4077B4;
  border-color: #2975CC;
}
.im-theme-dit_blue .im-livechat-inlist .im-livechat-actions .im-livechat-open {
  color: #2E72BF;
  background: #ffffff;
}
.im-theme-dit_blue .im-livechat-inlist .im-livechat-actions .im-livechat-open.active {
  background-color: #ffffff;
  color: #1B5CA8;
  border-color: #2061AB;
}
.im-theme-myteam_green .im-livechat-inlist .im-livechat-actions .im-livechat-open {
  color: #17C97E;
  background: #ffffff;
}
.im-theme-myteam_green .im-livechat-inlist .im-livechat-actions .im-livechat-open.active {
  background-color: #ffffff;
  color: #10AC6B;
  border-color: #1CC88A;
}
.im-theme-dark_calls .im-livechat-inlist .im-livechat-actions .im-livechat-open {
  color: #027AFF;
  background: #2B2B2B;
}
.im-theme-dark_calls .im-livechat-inlist .im-livechat-actions .im-livechat-open.active {
  background-color: #2B2B2B;
  color: #0270EB;
  border-color: #0057E5;
}
.im-livechat-inlist .im-livechat-actions .im-livechat-join {
  display: none;
}

.im-livechat-pending .im-livechat-actions .im-livechat-pending_butt {
  display: inline-block;
}
.im-livechat-pending .im-livechat-actions .im-livechat-join,
.im-livechat-pending .im-livechat-actions .im-livechat-open {
  display: none;
}

.im-box-livechat {
  overflow: auto;
  padding: 15px;
  text-align: center;
  max-width: 500px;
  border-radius: 10px;
}
.im-box-livechat .im-livechat-item {
  padding: 10px 10px 0;
  text-align: center;
  border-bottom: none;
}
.im-box-livechat .im-livechat-item > .im-avatarbox {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50px;
  position: static;
  display: inline-block;
}
.im-box-livechat .im-livechat-item .im-livechat-friends {
  line-height: 30px;
}
.im-box-livechat .im-livechat-item .im-livechat-cancel {
  display: block;
}
.im-box-livechat .im-livechat-item .im-livechat-name {
  margin-right: 0;
  white-space: normal;
}
.im-box-livechat .im-livechat-item::after, .im-box-livechat .im-livechat-item::before {
  display: none;
}
.im-box-livechat .im-livechat-item.im-livechat-moderated .im-livechat-actions .im-livechat-join__comment {
  margin-top: 10px;
  display: block;
}
.im-box-livechat .im-livechat-about {
  max-height: 80px;
  -webkit-line-clamp: 4;
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}
.im-box-livechat .im-livechat-floor {
  display: inline-block;
  width: auto;
}
.im-box-livechat .im-livechat-actions {
  display: block;
  text-align: center;
}
.im-box-livechat .im-livechat-actions .im-ui-button,
.im-box-livechat .im-livechat-actions .im-livechat-pending_butt {
  width: 183px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  text-transform: none;
  margin: 10px 0 0;
}
.im-box-livechat .im-livechat-users__wrap {
  max-height: none;
}
.im-box-livechat .im-livechat-users .im-avatarbox {
  display: inline-block;
}
.im-box-livechat .im-livechat-users .im-livechat-count {
  display: none;
}
.im-box-livechat .im-livechat-users .im-livechat-count__full {
  display: inline;
}

.im-livechat-compact .im-livechat-users,
.im-livechat-compact .im-livechat-about {
  display: none;
}
.im-livechat-compact .im-livechat-item > .im-avatarbox {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  border-radius: 32px;
}
.im-livechat-compact .im-livechat-item .im-livechat-friends {
  line-height: inherit;
}
.im-livechat-compact .im-livechat-actions .im-ui-button,
.im-livechat-compact .im-livechat-actions .im-livechat-pending_butt {
  margin: 5px 0 0;
}

/* settings page */
.im-settings {
  overflow: auto;
  overflow-x: hidden;
  font-size: 16px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-settings {
  color: #111111;
}
.im-theme-dark_green .im-settings {
  color: #ffffff;
}
.im-theme-dark_blue .im-settings {
  color: #ffffff;
}
.im-theme-blue .im-settings {
  color: #111111;
}
.im-theme-vk_dark_blue .im-settings {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-settings {
  color: #111111;
}
.im-theme-dit_blue .im-settings {
  color: #111111;
}
.im-theme-myteam_green .im-settings {
  color: #111111;
}
.im-theme-dark_calls .im-settings {
  color: #FFFFFF;
}

.im-settings__widget {
  position: relative;
  height: 84px;
  cursor: pointer;
}
.im-settings__widget .im-avatarbox {
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  border-radius: 26px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 12px;
  margin-top: -26px;
}
.im-settings__widget .im-avatarmark {
  left: 45px;
  top: 50%;
  margin-top: 7px;
}
.im-settings__widget::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  margin-top: -10px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-settings__widget::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-settings__widget::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-settings__widget::after {
  background-color: #7e848f;
}
.im-theme-blue .im-settings__widget::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-settings__widget::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-settings__widget::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-settings__widget::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-settings__widget::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-settings__widget::after {
  background-color: #949494;
}
body .im-settings__widget.im-settings__menu-item_active::after {
  background-color: #ffffff;
}
.im-theme-dark_green .im-settings__widget.im-settings__menu-item_active::after {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-settings__widget.im-settings__menu-item_active::after {
  background-color: #ffffff;
}
.im-theme-blue .im-settings__widget.im-settings__menu-item_active::after {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-settings__widget.im-settings__menu-item_active::after {
  background-color: #E1E3E6;
}
.im-theme-vk_blue .im-settings__widget.im-settings__menu-item_active::after {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-settings__widget.im-settings__menu-item_active::after {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-settings__widget.im-settings__menu-item_active::after {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-settings__widget.im-settings__menu-item_active::after {
  background-color: #FFFFFF;
}
.im-desktop .im-settings__widget:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_green .im-settings__widget:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-settings__widget:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-blue .im-settings__widget:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-vk_dark_blue .im-settings__widget:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-settings__widget:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-dit_blue .im-settings__widget:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-settings__widget:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_calls .im-settings__widget:hover {
  background-color: #1F1F1F;
}

.im-settings__widget-namebox {
  position: absolute;
  top: 16px;
  right: 38px;
  bottom: 16px;
  left: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}

.im-settings__widget-friendly {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 20px;
  padding-right: 12px;
  vertical-align: middle;
  white-space: nowrap;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.im-settings__widget-nick {
  font-size: 14px;
  white-space: nowrap;
}
body .im-settings__widget-nick {
  color: #00B84D;
}
.im-theme-dark_green .im-settings__widget-nick {
  color: #0AC248;
}
.im-theme-dark_blue .im-settings__widget-nick {
  color: #2f92ff;
}
.im-theme-blue .im-settings__widget-nick {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-settings__widget-nick {
  color: #71AAEB;
}
.im-theme-vk_blue .im-settings__widget-nick {
  color: #4986CC;
}
.im-theme-dit_blue .im-settings__widget-nick {
  color: #2E72BF;
}
.im-theme-myteam_green .im-settings__widget-nick {
  color: #17C97E;
}
.im-theme-dark_calls .im-settings__widget-nick {
  color: #027AFF;
}

.im-settings__menu-gap {
  width: 100%;
  height: 8px;
}
body .im-settings__menu-gap {
  background-color: #F7FAFD;
}
.im-theme-dark_green .im-settings__menu-gap {
  background-color: #23242D;
}
.im-theme-dark_blue .im-settings__menu-gap {
  background-color: #23242D;
}
.im-theme-blue .im-settings__menu-gap {
  background-color: #F7FAFD;
}
.im-theme-vk_dark_blue .im-settings__menu-gap {
  background-color: #232324;
}
.im-theme-vk_blue .im-settings__menu-gap {
  background-color: #F9F9F9;
}
.im-theme-dit_blue .im-settings__menu-gap {
  background-color: #F7FAFD;
}
.im-theme-myteam_green .im-settings__menu-gap {
  background-color: #F7FAFD;
}
.im-theme-dark_calls .im-settings__menu-gap {
  background-color: #23242D;
}

.im-settings__menu-item {
  white-space: nowrap;
  padding: 0 12px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  line-height: 44px;
  font-family: arial, sans-serif;
  text-shadow: none;
  font-weight: normal;
}
body .im-settings__menu-item {
  color: #111111;
}
.im-theme-dark_green .im-settings__menu-item {
  color: #ffffff;
}
.im-theme-dark_blue .im-settings__menu-item {
  color: #ffffff;
}
.im-theme-blue .im-settings__menu-item {
  color: #111111;
}
.im-theme-vk_dark_blue .im-settings__menu-item {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-settings__menu-item {
  color: #111111;
}
.im-theme-dit_blue .im-settings__menu-item {
  color: #111111;
}
.im-theme-myteam_green .im-settings__menu-item {
  color: #111111;
}
.im-theme-dark_calls .im-settings__menu-item {
  color: #FFFFFF;
}
.im-desktop .im-settings__menu-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_green .im-settings__menu-item:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-settings__menu-item:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-blue .im-settings__menu-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-vk_dark_blue .im-settings__menu-item:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-settings__menu-item:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-dit_blue .im-settings__menu-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-settings__menu-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_calls .im-settings__menu-item:hover {
  background-color: #1F1F1F;
}

body .im-settings__menu-item_active {
  background-color: #1DCF67;
  color: #ffffff;
}
body .im-settings__menu-item_active .im-settings__widget-nick {
  color: #ffffff;
}
body .im-settings__menu-item_active .im-settings__option-icon {
  background-color: rgba(255, 255, 255, 0.05);
}
body .im-settings__menu-item_active .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-dark_green .im-settings__menu-item_active {
  background-color: #2A4533;
  color: #ffffff;
}
.im-theme-dark_green .im-settings__menu-item_active .im-settings__widget-nick {
  color: #ffffff;
}
.im-theme-dark_green .im-settings__menu-item_active .im-settings__option-icon {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dark_green .im-settings__menu-item_active .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-settings__menu-item_active {
  background-color: #253956;
  color: #ffffff;
}
.im-theme-dark_blue .im-settings__menu-item_active .im-settings__widget-nick {
  color: #ffffff;
}
.im-theme-dark_blue .im-settings__menu-item_active .im-settings__option-icon {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dark_blue .im-settings__menu-item_active .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-blue .im-settings__menu-item_active {
  background-color: #429BF6;
  color: #ffffff;
}
.im-theme-blue .im-settings__menu-item_active .im-settings__widget-nick {
  color: #ffffff;
}
.im-theme-blue .im-settings__menu-item_active .im-settings__option-icon {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-blue .im-settings__menu-item_active .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-settings__menu-item_active {
  background-color: #2A3F57;
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-settings__menu-item_active .im-settings__widget-nick {
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-settings__menu-item_active .im-settings__option-icon {
  background-color: rgba(225, 227, 230, 0.05);
}
.im-theme-vk_dark_blue .im-settings__menu-item_active .im-settings__option-icon::after {
  background-color: #E1E3E6;
}
.im-theme-vk_blue .im-settings__menu-item_active {
  background-color: #3F8AE0;
  color: #ffffff;
}
.im-theme-vk_blue .im-settings__menu-item_active .im-settings__widget-nick {
  color: #ffffff;
}
.im-theme-vk_blue .im-settings__menu-item_active .im-settings__option-icon {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-vk_blue .im-settings__menu-item_active .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-settings__menu-item_active {
  background-color: #EAF1F9;
  color: #ffffff;
}
.im-theme-dit_blue .im-settings__menu-item_active .im-settings__widget-nick {
  color: #ffffff;
}
.im-theme-dit_blue .im-settings__menu-item_active .im-settings__option-icon {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dit_blue .im-settings__menu-item_active .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-settings__menu-item_active {
  background-color: #E8FBF4;
  color: #ffffff;
}
.im-theme-myteam_green .im-settings__menu-item_active .im-settings__widget-nick {
  color: #ffffff;
}
.im-theme-myteam_green .im-settings__menu-item_active .im-settings__option-icon {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-myteam_green .im-settings__menu-item_active .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-settings__menu-item_active {
  background-color: #004BA4;
  color: #FFFFFF;
}
.im-theme-dark_calls .im-settings__menu-item_active .im-settings__widget-nick {
  color: #FFFFFF;
}
.im-theme-dark_calls .im-settings__menu-item_active .im-settings__option-icon {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dark_calls .im-settings__menu-item_active .im-settings__option-icon::after {
  background-color: #FFFFFF;
}
.im-desktop .im-settings__menu-item_active:hover {
  background-color: #1DCF67;
}
.im-desktop.im-theme-dark_green .im-settings__menu-item_active:hover {
  background-color: #2A4533;
}
.im-desktop.im-theme-dark_blue .im-settings__menu-item_active:hover {
  background-color: #253956;
}
.im-desktop.im-theme-blue .im-settings__menu-item_active:hover {
  background-color: #429BF6;
}
.im-desktop.im-theme-vk_dark_blue .im-settings__menu-item_active:hover {
  background-color: #2A3F57;
}
.im-desktop.im-theme-vk_blue .im-settings__menu-item_active:hover {
  background-color: #3F8AE0;
}
.im-desktop.im-theme-dit_blue .im-settings__menu-item_active:hover {
  background-color: #EAF1F9;
}
.im-desktop.im-theme-myteam_green .im-settings__menu-item_active:hover {
  background-color: #E8FBF4;
}
.im-desktop.im-theme-dark_calls .im-settings__menu-item_active:hover {
  background-color: #004BA4;
}

/* Setting options page */
.im-settingoptions .app-topbar {
  text-align: center;
  line-height: 56px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding: 0 32px;
}
.im-settingoptions .app-topbar span {
  font-weight: bold;
}
.im-settingoptions .app-content {
  overflow-y: auto;
}
.im-settingoptions .im-scrollbar {
  top: 56px;
}

.im-settings-options {
  display: none;
  padding: 0;
  margin-top: 32px;
}
.im-settings-options select {
  width: 286px;
  border: none;
  border-bottom: 1px solid;
  outline: none;
  margin-bottom: 14px;
  padding: 4px 0;
  font-size: 16px;
}
body .im-settings-options select {
  color: #7A7E8B;
  border-color: #7A7E8B;
}
.im-theme-dark_green .im-settings-options select {
  color: #8C939E;
  border-color: #8C939E;
}
.im-theme-dark_blue .im-settings-options select {
  color: #8C939E;
  border-color: #8C939E;
}
.im-theme-blue .im-settings-options select {
  color: #7A7E8B;
  border-color: #7A7E8B;
}
.im-theme-vk_dark_blue .im-settings-options select {
  color: #999DA1;
  border-color: #999DA1;
}
.im-theme-vk_blue .im-settings-options select {
  color: #707985;
  border-color: #707985;
}
.im-theme-dit_blue .im-settings-options select {
  color: #7A7E8B;
  border-color: #7A7E8B;
}
.im-theme-myteam_green .im-settings-options select {
  color: #7A7E8B;
  border-color: #7A7E8B;
}
.im-theme-dark_calls .im-settings-options select {
  color: #8F8F8F;
  border-color: #8F8F8F;
}

.im-settings__option {
  white-space: nowrap;
  margin: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  padding-left: 16px;
  padding-right: 56px;
}

.im-switch_settings-like {
  position: absolute;
  top: 50%;
  right: 16px;
  bottom: auto;
  left: auto;
  margin-top: -10px;
  height: 20px;
}

.im-field-radio_settings-like {
  line-height: 23px;
  padding-left: 16px;
  padding-right: 57px;
  min-height: 44px;
  white-space: normal;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: initial;
  -webkit-justify-content: initial;
  -ms-justify-content: initial;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.im-field-radio_settings-like span {
  left: auto;
  right: 24px;
}

.im-settings__topic {
  line-height: 44px;
  font-weight: bold;
  padding: 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 18px;
  font-size: 17px;
  cursor: default;
}
.im-settings__topic:first-child {
  margin-top: 0;
}

.im-settings__option_dry {
  cursor: default;
  line-height: 40px;
  padding-left: 16px;
  position: relative;
}

.im-settings__session {
  font-size: 15px;
  line-height: 20px;
  height: 65px;
  padding: 0 44px 0 16px;
}
.im-settings__session span {
  cursor: text;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.im-settings__session_current .im-settings__option-close {
  display: none;
}

.im-settings__session__title {
  font-weight: bold;
  margin-bottom: 11px;
}

.im-settings__session__info {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
body .im-settings__session__info {
  color: #838690;
}
.im-theme-dark_green .im-settings__session__info {
  color: #7e848f;
}
.im-theme-dark_blue .im-settings__session__info {
  color: #7e848f;
}
.im-theme-blue .im-settings__session__info {
  color: #838690;
}
.im-theme-vk_dark_blue .im-settings__session__info {
  color: #909499;
}
.im-theme-vk_blue .im-settings__session__info {
  color: #818C99;
}
.im-theme-dit_blue .im-settings__session__info {
  color: #838690;
}
.im-theme-myteam_green .im-settings__session__info {
  color: #838690;
}
.im-theme-dark_calls .im-settings__session__info {
  color: #9C9C9C;
}

.im-settings__option-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 18px;
  bottom: auto;
  left: auto;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-settings__option-close {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-settings__option-close {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-settings__option-close {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-settings__option-close {
  background-color: #7e848f;
}
.im-theme-blue .im-settings__option-close {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-settings__option-close {
  background-color: #76787A;
}
.im-theme-vk_blue .im-settings__option-close {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-settings__option-close {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-settings__option-close {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-settings__option-close {
  background-color: #949494;
}
.im-desktop .im-settings__option-close:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-settings__option-close:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-settings__option-close:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-settings__option-close:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-settings__option-close:hover {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-settings__option-close:hover {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-settings__option-close:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-settings__option-close:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-settings__option-close:hover {
  background-color: #858585;
}
.im-desktop .im-settings__option-close:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-settings__option-close:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-settings__option-close:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-settings__option-close:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-settings__option-close:active {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-settings__option-close:active {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-settings__option-close:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-settings__option-close:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-settings__option-close:active {
  background-color: #7A7A7A;
}
body .im-settings__option-close:active {
  background-color: #6f747e;
}
.im-theme-dark_green .im-settings__option-close:active {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-settings__option-close:active {
  background-color: #9ea0b2;
}
.im-theme-blue .im-settings__option-close:active {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-settings__option-close:active {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-settings__option-close:active {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-settings__option-close:active {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-settings__option-close:active {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-settings__option-close:active {
  background-color: #7A7A7A;
}
body .im-settings__option-close {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-settings__option-close {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-settings__option-close {
  background-color: #7e848f;
}
.im-theme-blue .im-settings__option-close {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-settings__option-close {
  background-color: #76787A;
}
.im-theme-vk_blue .im-settings__option-close {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-settings__option-close {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-settings__option-close {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-settings__option-close {
  background-color: #949494;
}

.im-settings__line {
  line-height: 44px;
}
.im-desktop .im-settings__line:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_green .im-settings__line:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-settings__line:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-blue .im-settings__line:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-vk_dark_blue .im-settings__line:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-settings__line:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-dit_blue .im-settings__line:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-settings__line:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_calls .im-settings__line:hover {
  background-color: #1F1F1F;
}

.im-desktop .im-settings__i:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_green .im-settings__i:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-settings__i:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-blue .im-settings__i:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-vk_dark_blue .im-settings__i:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-settings__i:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-dit_blue .im-settings__i:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-settings__i:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_calls .im-settings__i:hover {
  background-color: #1F1F1F;
}

.im-settings-about {
  margin-bottom: 21px;
  line-height: 21px;
  padding: 0 16px;
}
.im-settings-about a {
  text-decoration: none;
}
body .im-settings-about a {
  color: #00B84D;
}
.im-theme-dark_green .im-settings-about a {
  color: #0AC248;
}
.im-theme-dark_blue .im-settings-about a {
  color: #2f92ff;
}
.im-theme-blue .im-settings-about a {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-settings-about a {
  color: #71AAEB;
}
.im-theme-vk_blue .im-settings-about a {
  color: #4986CC;
}
.im-theme-dit_blue .im-settings-about a {
  color: #2E72BF;
}
.im-theme-myteam_green .im-settings-about a {
  color: #17C97E;
}
.im-theme-dark_calls .im-settings-about a {
  color: #027AFF;
}

.im-settings__option[data-key=themeSelector],
.im-settings__option[data-key=groupsSettings],
.im-settings__option[data-key=callsSettings] {
  padding: 0;
}

.im-settings__option[data-key=searchChat] {
  border-left: 3px solid;
  padding: 0;
  margin-left: 16px;
}
body .im-settings__option[data-key=searchChat] {
  border-left-color: #f3f5f8;
}
.im-theme-dark_green .im-settings__option[data-key=searchChat] {
  border-left-color: #3c3d48;
}
.im-theme-dark_blue .im-settings__option[data-key=searchChat] {
  border-left-color: #3c3d48;
}
.im-theme-blue .im-settings__option[data-key=searchChat] {
  border-left-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-settings__option[data-key=searchChat] {
  border-left-color: #3C3D48;
}
.im-theme-vk_blue .im-settings__option[data-key=searchChat] {
  border-left-color: #F1F3F7;
}
.im-theme-dit_blue .im-settings__option[data-key=searchChat] {
  border-left-color: #f3f5f8;
}
.im-theme-myteam_green .im-settings__option[data-key=searchChat] {
  border-left-color: #f3f5f8;
}
.im-theme-dark_calls .im-settings__option[data-key=searchChat] {
  border-left-color: #1F1F1F;
}

.im-field-radio_search-key {
  padding-left: 57px;
  padding-right: 0;
}
.im-field-radio_search-key span {
  left: 24px;
  right: auto;
}

.im-settings__option-radio-info {
  font-style: normal;
}
body .im-settings__option-radio-info {
  color: #838690;
}
.im-theme-dark_green .im-settings__option-radio-info {
  color: #7e848f;
}
.im-theme-dark_blue .im-settings__option-radio-info {
  color: #7e848f;
}
.im-theme-blue .im-settings__option-radio-info {
  color: #838690;
}
.im-theme-vk_dark_blue .im-settings__option-radio-info {
  color: #909499;
}
.im-theme-vk_blue .im-settings__option-radio-info {
  color: #818C99;
}
.im-theme-dit_blue .im-settings__option-radio-info {
  color: #838690;
}
.im-theme-myteam_green .im-settings__option-radio-info {
  color: #838690;
}
.im-theme-dark_calls .im-settings__option-radio-info {
  color: #9C9C9C;
}

body .im-settings__option-disabled .im-settings__option-label {
  color: #838690;
}
.im-theme-dark_green .im-settings__option-disabled .im-settings__option-label {
  color: #7e848f;
}
.im-theme-dark_blue .im-settings__option-disabled .im-settings__option-label {
  color: #7e848f;
}
.im-theme-blue .im-settings__option-disabled .im-settings__option-label {
  color: #838690;
}
.im-theme-vk_dark_blue .im-settings__option-disabled .im-settings__option-label {
  color: #909499;
}
.im-theme-vk_blue .im-settings__option-disabled .im-settings__option-label {
  color: #818C99;
}
.im-theme-dit_blue .im-settings__option-disabled .im-settings__option-label {
  color: #838690;
}
.im-theme-myteam_green .im-settings__option-disabled .im-settings__option-label {
  color: #838690;
}
.im-theme-dark_calls .im-settings__option-disabled .im-settings__option-label {
  color: #9C9C9C;
}

.im-settings__option-label_info {
  font-size: 11px;
  margin-top: -12px;
}
body .im-settings__option-label_info {
  color: #f83e33;
}
.im-theme-dark_green .im-settings__option-label_info {
  color: #f75d5d;
}
.im-theme-dark_blue .im-settings__option-label_info {
  color: #f75d5d;
}
.im-theme-blue .im-settings__option-label_info {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-settings__option-label_info {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-settings__option-label_info {
  color: #FF3347;
}
.im-theme-dit_blue .im-settings__option-label_info {
  color: #f83e33;
}
.im-theme-myteam_green .im-settings__option-label_info {
  color: #EC264A;
}
.im-theme-dark_calls .im-settings__option-label_info {
  color: #FC2C38;
}

.im-settings__option-icon {
  margin-right: 12px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.im-settings__option-icon::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
}
body .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-dark_green .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-blue .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-settings__option-icon::after {
  background-color: #E1E3E6;
}
.im-theme-vk_blue .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-settings__option-icon::after {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-settings__option-icon::after {
  background-color: #FFFFFF;
}
.im-settings-options .im-settings__option-icon {
  display: none;
}

.im-settings__option-label {
  line-height: 44px;
  font-family: arial, sans-serif;
}
body .im-settings__option-label {
  color: #111111;
}
.im-theme-dark_green .im-settings__option-label {
  color: #ffffff;
}
.im-theme-dark_blue .im-settings__option-label {
  color: #ffffff;
}
.im-theme-blue .im-settings__option-label {
  color: #111111;
}
.im-theme-vk_dark_blue .im-settings__option-label {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-settings__option-label {
  color: #111111;
}
.im-theme-dit_blue .im-settings__option-label {
  color: #111111;
}
.im-theme-myteam_green .im-settings__option-label {
  color: #111111;
}
.im-theme-dark_calls .im-settings__option-label {
  color: #FFFFFF;
}

body .im-settings__option_local input:checked ~ span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-settings__option_local input:checked ~ span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-settings__option_local input:checked ~ span {
  background-color: #7e848f;
}
.im-theme-blue .im-settings__option_local input:checked ~ span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-settings__option_local input:checked ~ span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-settings__option_local input:checked ~ span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-settings__option_local input:checked ~ span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-settings__option_local input:checked ~ span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-settings__option_local input:checked ~ span {
  background-color: #949494;
}

.im-settings__user-menu {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: auto;
  left: auto;
  min-width: 200px;
}

body .im-settings__option-favorite {
  background-color: rgba(255, 169, 1, 0.05);
}
body .im-settings__option-favorite::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA901;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-settings__option-favorite {
  background-color: rgba(255, 169, 1, 0.05);
}
.im-theme-dark_green .im-settings__option-favorite::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA901;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-settings__option-favorite {
  background-color: rgba(255, 169, 1, 0.05);
}
.im-theme-dark_blue .im-settings__option-favorite::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA901;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-settings__option-favorite {
  background-color: rgba(255, 169, 1, 0.05);
}
.im-theme-blue .im-settings__option-favorite::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA901;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-settings__option-favorite {
  background-color: rgba(255, 160, 0, 0.05);
}
.im-theme-vk_dark_blue .im-settings__option-favorite::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA000;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-settings__option-favorite {
  background-color: rgba(255, 160, 0, 0.05);
}
.im-theme-vk_blue .im-settings__option-favorite::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA000;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-settings__option-favorite {
  background-color: rgba(255, 169, 1, 0.05);
}
.im-theme-dit_blue .im-settings__option-favorite::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA901;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-settings__option-favorite {
  background-color: rgba(255, 169, 1, 0.05);
}
.im-theme-myteam_green .im-settings__option-favorite::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA901;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-settings__option-favorite {
  background-color: rgba(255, 169, 1, 0.05);
}
.im-theme-dark_calls .im-settings__option-favorite::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.79988 15.1818L5.49312 17.9409C5.31217 18.0568 5.07589 17.997 4.96537 17.8072C4.9125 17.7164 4.89603 17.6073 4.91956 17.5038L6.09051 12.3551C6.12391 12.2082 6.07616 12.0541 5.96683 11.9559L2.13416 8.51237C1.97314 8.36769 1.95442 8.11349 2.09235 7.9446C2.15834 7.8638 2.25213 7.81367 2.35324 7.80517L7.38368 7.38218C7.52718 7.37011 7.65219 7.27485 7.70748 7.13543L9.64552 2.24814C9.72694 2.0428 9.95166 1.94558 10.1474 2.03098C10.2411 2.07184 10.3155 2.14991 10.3545 2.24814L12.2925 7.13543C12.3478 7.27485 12.4728 7.37011 12.6163 7.38218L17.6467 7.80517C17.8581 7.82294 18.0157 8.01706 17.9988 8.23874C17.9906 8.34479 17.9429 8.44316 17.8658 8.51237L14.0332 11.9559C13.9238 12.0541 13.8761 12.2082 13.9095 12.3551L15.0804 17.5038C15.1296 17.7202 15.0023 17.9374 14.7961 17.989C14.6974 18.0136 14.5934 17.9964 14.5069 17.9409L10.2001 15.1818C10.0773 15.1031 9.92274 15.1031 9.79988 15.1818Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA901;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

body .im-settings__option-common {
  background-color: rgba(64, 210, 149, 0.05);
}
body .im-settings__option-common::after {
  mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-settings__option-common {
  background-color: rgba(64, 210, 149, 0.05);
}
.im-theme-dark_green .im-settings__option-common::after {
  mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-settings__option-common {
  background-color: rgba(64, 210, 149, 0.05);
}
.im-theme-dark_blue .im-settings__option-common::after {
  mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-settings__option-common {
  background-color: rgba(64, 210, 149, 0.05);
}
.im-theme-blue .im-settings__option-common::after {
  mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-settings__option-common {
  background-color: rgba(64, 210, 149, 0.05);
}
.im-theme-vk_dark_blue .im-settings__option-common::after {
  mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-settings__option-common {
  background-color: rgba(64, 210, 149, 0.05);
}
.im-theme-vk_blue .im-settings__option-common::after {
  mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-settings__option-common {
  background-color: rgba(64, 210, 149, 0.05);
}
.im-theme-dit_blue .im-settings__option-common::after {
  mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-settings__option-common {
  background-color: rgba(64, 210, 149, 0.05);
}
.im-theme-myteam_green .im-settings__option-common::after {
  mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-settings__option-common {
  background-color: rgba(64, 210, 149, 0.05);
}
.im-theme-dark_calls .im-settings__option-common::after {
  mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 9C11.6021 9 10.4275 8.04392 10.0945 6.75H2.75C2.33579 6.75 2 6.41421 2 6C2 5.58579 2.33579 5.25 2.75 5.25H10.0945C10.4275 3.95608 11.6021 3 13 3C14.3979 3 15.5725 3.95608 15.9055 5.25H17.25C17.6642 5.25 18 5.58579 18 6C18 6.41421 17.6642 6.75 17.25 6.75H15.9055C15.5725 8.04392 14.3979 9 13 9ZM7 17C8.39788 17 9.57245 16.0439 9.90549 14.75H17.25C17.6642 14.75 18 14.4142 18 14C18 13.5858 17.6642 13.25 17.25 13.25H9.90549C9.57245 11.9561 8.39788 11 7 11C5.60212 11 4.42755 11.9561 4.09451 13.25H2.75C2.33579 13.25 2 13.5858 2 14C2 14.4142 2.33579 14.75 2.75 14.75H4.09451C4.42755 16.0439 5.60212 17 7 17ZM13 7.7C12.0611 7.7 11.3 6.93889 11.3 6C11.3 5.06112 12.0611 4.3 13 4.3C13.9389 4.3 14.7 5.06112 14.7 6C14.7 6.93889 13.9389 7.7 13 7.7ZM8.7 14C8.7 14.9389 7.93889 15.7 7 15.7C6.06112 15.7 5.3 14.9389 5.3 14C5.3 13.0611 6.06112 12.3 7 12.3C7.93889 12.3 8.7 13.0611 8.7 14Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

body .im-settings__option-sound {
  background-color: rgba(248, 62, 51, 0.05);
}
body .im-settings__option-sound::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-settings__option-sound {
  background-color: rgba(247, 93, 93, 0.05);
}
.im-theme-dark_green .im-settings__option-sound::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f75d5d;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-settings__option-sound {
  background-color: rgba(247, 93, 93, 0.05);
}
.im-theme-dark_blue .im-settings__option-sound::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f75d5d;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-settings__option-sound {
  background-color: rgba(248, 62, 51, 0.05);
}
.im-theme-blue .im-settings__option-sound::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-settings__option-sound {
  background-color: rgba(255, 92, 92, 0.05);
}
.im-theme-vk_dark_blue .im-settings__option-sound::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FF5C5C;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-settings__option-sound {
  background-color: rgba(255, 51, 71, 0.05);
}
.im-theme-vk_blue .im-settings__option-sound::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FF3347;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-settings__option-sound {
  background-color: rgba(248, 62, 51, 0.05);
}
.im-theme-dit_blue .im-settings__option-sound::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-settings__option-sound {
  background-color: rgba(236, 38, 74, 0.05);
}
.im-theme-myteam_green .im-settings__option-sound::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #EC264A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-settings__option-sound {
  background-color: rgba(252, 44, 56, 0.05);
}
.im-theme-dark_calls .im-settings__option-sound::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FC2C38;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-settings__option-search::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-settings__option-search::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-settings__option-search::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-settings__option-search::after {
  background-color: #7e848f;
}
.im-theme-blue .im-settings__option-search::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-settings__option-search::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-settings__option-search::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-settings__option-search::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-settings__option-search::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-settings__option-search::after {
  background-color: #949494;
}

body .im-settings__option-theme {
  background-color: rgba(14, 180, 255, 0.05);
}
body .im-settings__option-theme::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0EB4FF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-settings__option-theme {
  background-color: rgba(14, 180, 255, 0.05);
}
.im-theme-dark_green .im-settings__option-theme::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0EB4FF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-settings__option-theme {
  background-color: rgba(14, 180, 255, 0.05);
}
.im-theme-dark_blue .im-settings__option-theme::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0EB4FF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-settings__option-theme {
  background-color: rgba(14, 180, 255, 0.05);
}
.im-theme-blue .im-settings__option-theme::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0EB4FF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-settings__option-theme {
  background-color: rgba(14, 180, 255, 0.05);
}
.im-theme-vk_dark_blue .im-settings__option-theme::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0EB4FF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-settings__option-theme {
  background-color: rgba(14, 180, 255, 0.05);
}
.im-theme-vk_blue .im-settings__option-theme::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0EB4FF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-settings__option-theme {
  background-color: rgba(14, 180, 255, 0.05);
}
.im-theme-dit_blue .im-settings__option-theme::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0EB4FF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-settings__option-theme {
  background-color: rgba(14, 180, 255, 0.05);
}
.im-theme-myteam_green .im-settings__option-theme::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0EB4FF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-settings__option-theme {
  background-color: rgba(14, 180, 255, 0.05);
}
.im-theme-dark_calls .im-settings__option-theme::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1463 1C15.1976 1 19 4.64766 19 9.16144C19 11.3074 17.402 13.1846 15.5748 13.7845C12.7327 14.7176 11.5805 13.4574 10.9633 14.4511C10.5628 15.0959 12.2122 15.8613 12.2122 17.0922C12.2122 18.323 11.3958 19 10.1463 19C5.09492 19 1 14.9706 1 10C1 5.02944 5.09492 1 10.1463 1ZM10.1463 2.22727C5.78374 2.22727 2.24722 5.70724 2.24722 10C2.24722 14.2928 5.78374 17.7727 10.1463 17.7727C10.7622 17.7727 10.9649 17.5909 10.9649 17.0922C10.9649 16.9847 10.8696 16.8048 10.5911 16.47C10.5513 16.4221 10.3496 16.1852 10.2926 16.1162C10.1529 15.947 10.048 15.8066 9.95519 15.6549C9.60179 15.0771 9.5114 14.4353 9.89913 13.811C10.5253 12.8029 11.0842 12.7234 12.5929 12.8774C13.5581 12.9759 14.2141 12.9374 15.1801 12.6203C16.6087 12.1513 17.7528 10.6707 17.7528 9.16144C17.7528 5.29061 14.4697 2.22727 10.1463 2.22727ZM4.94952 7.95455C5.75314 7.95455 6.40461 8.59559 6.40461 9.38636C6.40461 10.1771 5.75314 10.8182 4.94952 10.8182C4.1459 10.8182 3.49443 10.1771 3.49443 9.38636C3.49443 8.59559 4.1459 7.95455 4.94952 7.95455ZM14.9273 7.95455C15.7309 7.95455 16.3823 8.59559 16.3823 9.38636C16.3823 10.1771 15.7309 10.8182 14.9273 10.8182C14.1236 10.8182 13.4722 10.1771 13.4722 9.38636C13.4722 8.59559 14.1236 7.95455 14.9273 7.95455ZM7.85969 4.27273C8.66332 4.27273 9.31478 4.91377 9.31478 5.70455C9.31478 6.49532 8.66332 7.13636 7.85969 7.13636C7.05607 7.13636 6.40461 6.49532 6.40461 5.70455C6.40461 4.91377 7.05607 4.27273 7.85969 4.27273ZM12.4328 4.27273C13.2364 4.27273 13.8879 4.91377 13.8879 5.70455C13.8879 6.49532 13.2364 7.13636 12.4328 7.13636C11.6292 7.13636 10.9777 6.49532 10.9777 5.70455C10.9777 4.91377 11.6292 4.27273 12.4328 4.27273Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0EB4FF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

body .im-settings__option-report {
  background-color: rgba(75, 159, 255, 0.05);
}
body .im-settings__option-report::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #4B9FFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-settings__option-report {
  background-color: rgba(75, 159, 255, 0.05);
}
.im-theme-dark_green .im-settings__option-report::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #4B9FFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-settings__option-report {
  background-color: rgba(75, 159, 255, 0.05);
}
.im-theme-dark_blue .im-settings__option-report::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #4B9FFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-settings__option-report {
  background-color: rgba(75, 159, 255, 0.05);
}
.im-theme-blue .im-settings__option-report::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #4B9FFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-settings__option-report {
  background-color: rgba(63, 138, 224, 0.05);
}
.im-theme-vk_dark_blue .im-settings__option-report::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-settings__option-report {
  background-color: rgba(63, 138, 224, 0.05);
}
.im-theme-vk_blue .im-settings__option-report::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-settings__option-report {
  background-color: rgba(75, 159, 255, 0.05);
}
.im-theme-dit_blue .im-settings__option-report::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #4B9FFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-settings__option-report {
  background-color: rgba(75, 159, 255, 0.05);
}
.im-theme-myteam_green .im-settings__option-report::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #4B9FFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-settings__option-report {
  background-color: rgba(75, 159, 255, 0.05);
}
.im-theme-dark_calls .im-settings__option-report::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #4B9FFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

body .im-settings__option-info {
  background-color: rgba(104, 209, 102, 0.05);
}
body .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dark_green .im-settings__option-info {
  background-color: rgba(104, 209, 102, 0.05);
}
.im-theme-dark_green .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dark_blue .im-settings__option-info {
  background-color: rgba(104, 209, 102, 0.05);
}
.im-theme-dark_blue .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-blue .im-settings__option-info {
  background-color: rgba(104, 209, 102, 0.05);
}
.im-theme-blue .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-vk_dark_blue .im-settings__option-info {
  background-color: rgba(104, 209, 102, 0.05);
}
.im-theme-vk_dark_blue .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-vk_blue .im-settings__option-info {
  background-color: rgba(104, 209, 102, 0.05);
}
.im-theme-vk_blue .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dit_blue .im-settings__option-info {
  background-color: rgba(104, 209, 102, 0.05);
}
.im-theme-dit_blue .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-myteam_green .im-settings__option-info {
  background-color: rgba(104, 209, 102, 0.05);
}
.im-theme-myteam_green .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dark_calls .im-settings__option-info {
  background-color: rgba(104, 209, 102, 0.05);
}
.im-theme-dark_calls .im-settings__option-info::after {
  background-color: #68D166;
}

body .im-settings__option-security {
  background-color: rgba(183, 188, 201, 0.05);
}
body .im-settings__option-security::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-settings__option-security {
  background-color: rgba(126, 132, 143, 0.05);
}
.im-theme-dark_green .im-settings__option-security::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-settings__option-security {
  background-color: rgba(126, 132, 143, 0.05);
}
.im-theme-dark_blue .im-settings__option-security::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-settings__option-security {
  background-color: rgba(183, 188, 201, 0.05);
}
.im-theme-blue .im-settings__option-security::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-settings__option-security {
  background-color: rgba(118, 120, 122, 0.05);
}
.im-theme-vk_dark_blue .im-settings__option-security::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-settings__option-security {
  background-color: rgba(153, 162, 173, 0.05);
}
.im-theme-vk_blue .im-settings__option-security::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-settings__option-security {
  background-color: rgba(183, 188, 201, 0.05);
}
.im-theme-dit_blue .im-settings__option-security::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-settings__option-security {
  background-color: rgba(183, 188, 201, 0.05);
}
.im-theme-myteam_green .im-settings__option-security::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-settings__option-security {
  background-color: rgba(148, 148, 148, 0.05);
}
.im-theme-dark_calls .im-settings__option-security::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4688 9.39062H13.3081H5.53125H4.71875C4.49438 9.39062 4.3125 9.57251 4.3125 9.79688V17.1094C4.3125 17.3337 4.49438 17.5156 4.71875 17.5156H15.2812C15.5056 17.5156 15.6875 17.3337 15.6875 17.1094V9.79688C15.6875 9.57251 15.5056 9.39062 15.2812 9.39062H14.4688ZM5.53125 8.17188V5.73438C5.53125 3.26635 7.53198 1.26562 10 1.26562C12.468 1.26562 14.4688 3.26635 14.4688 5.73438V8.17188H15.2812C16.1787 8.17188 16.9062 8.89941 16.9062 9.79688V17.1094C16.9062 18.0068 16.1787 18.7344 15.2812 18.7344H4.71875C3.82129 18.7344 3.09375 18.0068 3.09375 17.1094V9.79688C3.09375 8.89941 3.82129 8.17188 4.71875 8.17188H5.53125ZM6.75 8.17188H13.25V5.73438C13.25 3.93945 11.7949 2.48438 10 2.48438C8.20507 2.48438 6.75 3.93945 6.75 5.73438V8.17188ZM10 15.0781C9.10254 15.0781 8.375 14.3506 8.375 13.4531C8.375 12.5557 9.10254 11.8281 10 11.8281C10.8975 11.8281 11.625 12.5557 11.625 13.4531C11.625 14.3506 10.8975 15.0781 10 15.0781Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

body .im-settings__option-media {
  background-color: rgba(35, 199, 222, 0.05);
}
body .im-settings__option-media::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-settings__option-media {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-dark_green .im-settings__option-media::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-settings__option-media {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-dark_blue .im-settings__option-media::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-settings__option-media {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-blue .im-settings__option-media::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-settings__option-media {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-vk_dark_blue .im-settings__option-media::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-settings__option-media {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-vk_blue .im-settings__option-media::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-settings__option-media {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-dit_blue .im-settings__option-media::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-settings__option-media {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-myteam_green .im-settings__option-media::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-settings__option-media {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-dark_calls .im-settings__option-media::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-settings_accent {
  text-decoration: none;
}
body .im-settings_accent {
  color: #00B84D;
}
.im-theme-dark_green .im-settings_accent {
  color: #0AC248;
}
.im-theme-dark_blue .im-settings_accent {
  color: #2f92ff;
}
.im-theme-blue .im-settings_accent {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-settings_accent {
  color: #71AAEB;
}
.im-theme-vk_blue .im-settings_accent {
  color: #4986CC;
}
.im-theme-dit_blue .im-settings_accent {
  color: #2E72BF;
}
.im-theme-myteam_green .im-settings_accent {
  color: #17C97E;
}
.im-theme-dark_calls .im-settings_accent {
  color: #027AFF;
}

/* Report a problem page */
.im-settings-report {
  margin-bottom: 32px;
  max-width: 700px;
}

.im-settings-report__attach-item.im-settings-report__attach-item {
  cursor: pointer;
}
body .im-settings-report__attach-item.im-settings-report__attach-item {
  color: #838690;
}
.im-theme-dark_green .im-settings-report__attach-item.im-settings-report__attach-item {
  color: #7e848f;
}
.im-theme-dark_blue .im-settings-report__attach-item.im-settings-report__attach-item {
  color: #7e848f;
}
.im-theme-blue .im-settings-report__attach-item.im-settings-report__attach-item {
  color: #838690;
}
.im-theme-vk_dark_blue .im-settings-report__attach-item.im-settings-report__attach-item {
  color: #909499;
}
.im-theme-vk_blue .im-settings-report__attach-item.im-settings-report__attach-item {
  color: #818C99;
}
.im-theme-dit_blue .im-settings-report__attach-item.im-settings-report__attach-item {
  color: #838690;
}
.im-theme-myteam_green .im-settings-report__attach-item.im-settings-report__attach-item {
  color: #838690;
}
.im-theme-dark_calls .im-settings-report__attach-item.im-settings-report__attach-item {
  color: #9C9C9C;
}
.im-settings-report__attach-item.im-settings-report__attach-item span {
  background-color: transparent !important;
}
body .im-settings-report__attach-item.im-settings-report__attach-item span::after {
  background-color: #21D86A;
}
.im-theme-dark_green .im-settings-report__attach-item.im-settings-report__attach-item span::after {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-settings-report__attach-item.im-settings-report__attach-item span::after {
  background-color: #2e91ff;
}
.im-theme-blue .im-settings-report__attach-item.im-settings-report__attach-item span::after {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-settings-report__attach-item.im-settings-report__attach-item span::after {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-settings-report__attach-item.im-settings-report__attach-item span::after {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-settings-report__attach-item.im-settings-report__attach-item span::after {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-settings-report__attach-item.im-settings-report__attach-item span::after {
  background-color: #18D893;
}
.im-theme-dark_calls .im-settings-report__attach-item.im-settings-report__attach-item span::after {
  background-color: #0C7CFF;
}

.im-settings-report__error {
  line-height: 20px;
  height: 20px;
  font-size: 15px;
  margin: 10px 0;
}
body .im-settings-report__error {
  color: #f83e33;
}
.im-theme-dark_green .im-settings-report__error {
  color: #f75d5d;
}
.im-theme-dark_blue .im-settings-report__error {
  color: #f75d5d;
}
.im-theme-blue .im-settings-report__error {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-settings-report__error {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-settings-report__error {
  color: #FF3347;
}
.im-theme-dit_blue .im-settings-report__error {
  color: #f83e33;
}
.im-theme-myteam_green .im-settings-report__error {
  color: #EC264A;
}
.im-theme-dark_calls .im-settings-report__error {
  color: #FC2C38;
}

.im-settings-report__input-inner.im-settings-report__input-inner {
  padding-left: 16px;
  padding-right: 16px;
}
.im-settings-report__input-inner.im-settings-report__input-inner .im-scrollbar {
  right: 35px;
}

.im-settings-report__screenshots {
  cursor: default;
}

.im-settings__screen {
  padding: 0 44px 0 16px;
  font-size: 15px;
  line-height: 40px;
  cursor: pointer;
}
body .im-settings__screen {
  color: #838690;
}
.im-theme-dark_green .im-settings__screen {
  color: #7e848f;
}
.im-theme-dark_blue .im-settings__screen {
  color: #7e848f;
}
.im-theme-blue .im-settings__screen {
  color: #838690;
}
.im-theme-vk_dark_blue .im-settings__screen {
  color: #909499;
}
.im-theme-vk_blue .im-settings__screen {
  color: #818C99;
}
.im-theme-dit_blue .im-settings__screen {
  color: #838690;
}
.im-theme-myteam_green .im-settings__screen {
  color: #838690;
}
.im-theme-dark_calls .im-settings__screen {
  color: #9C9C9C;
}

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

.im-settings-report__input-wrap {
  padding: 0 !important;
}
body .im-settings-report__input-wrap {
  color: #111111 !important;
  background: #ffffff !important;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15) !important;
}
body .im-settings-report__input-wrap::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
body .im-settings-report__input-wrap:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
body .im-settings-report__input-wrap::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
body .im-settings-report__input-wrap:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2) !important;
}
.im-theme-dark_green .im-settings-report__input-wrap {
  color: #ffffff !important;
  background: #3A3B42 !important;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15) !important;
}
.im-theme-dark_green .im-settings-report__input-wrap::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_green .im-settings-report__input-wrap:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_green .im-settings-report__input-wrap::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_green .im-settings-report__input-wrap:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2) !important;
}
.im-theme-dark_blue .im-settings-report__input-wrap {
  color: #ffffff !important;
  background: #3A3B42 !important;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15) !important;
}
.im-theme-dark_blue .im-settings-report__input-wrap::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e848f;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_blue .im-settings-report__input-wrap:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e848f;
}
.im-theme-dark_blue .im-settings-report__input-wrap::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e848f;
}
.im-theme-dark_blue .im-settings-report__input-wrap:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2) !important;
}
.im-theme-blue .im-settings-report__input-wrap {
  color: #111111 !important;
  background: #ffffff !important;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15) !important;
}
.im-theme-blue .im-settings-report__input-wrap::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-blue .im-settings-report__input-wrap:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-blue .im-settings-report__input-wrap::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-blue .im-settings-report__input-wrap:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2) !important;
}
.im-theme-vk_dark_blue .im-settings-report__input-wrap {
  color: #E1E3E6 !important;
  background: #3A3B42 !important;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15) !important;
}
.im-theme-vk_dark_blue .im-settings-report__input-wrap::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #909499;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_dark_blue .im-settings-report__input-wrap:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909499;
}
.im-theme-vk_dark_blue .im-settings-report__input-wrap::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #909499;
}
.im-theme-vk_dark_blue .im-settings-report__input-wrap:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15) !important;
}
.im-theme-vk_blue .im-settings-report__input-wrap {
  color: #111111 !important;
  background: #ffffff !important;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15) !important;
}
.im-theme-vk_blue .im-settings-report__input-wrap::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #818C99;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_blue .im-settings-report__input-wrap:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #818C99;
}
.im-theme-vk_blue .im-settings-report__input-wrap::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #818C99;
}
.im-theme-vk_blue .im-settings-report__input-wrap:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2) !important;
}
.im-theme-dit_blue .im-settings-report__input-wrap {
  color: #111111 !important;
  background: #ffffff !important;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15) !important;
}
.im-theme-dit_blue .im-settings-report__input-wrap::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-dit_blue .im-settings-report__input-wrap:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-dit_blue .im-settings-report__input-wrap::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-dit_blue .im-settings-report__input-wrap:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2) !important;
}
.im-theme-myteam_green .im-settings-report__input-wrap {
  color: #111111 !important;
  background: #ffffff !important;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15) !important;
}
.im-theme-myteam_green .im-settings-report__input-wrap::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838690;
  opacity: 1;
  /* Firefox */
}
.im-theme-myteam_green .im-settings-report__input-wrap:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #838690;
}
.im-theme-myteam_green .im-settings-report__input-wrap::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #838690;
}
.im-theme-myteam_green .im-settings-report__input-wrap:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2) !important;
}
.im-theme-dark_calls .im-settings-report__input-wrap {
  color: #FFFFFF !important;
  background: #3A3A3A !important;
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.15), 0 1px 12px rgba(0, 0, 0, 0.15) !important;
}
.im-theme-dark_calls .im-settings-report__input-wrap::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9C9C9C;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_calls .im-settings-report__input-wrap:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9C9C9C;
}
.im-theme-dark_calls .im-settings-report__input-wrap::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9C9C9C;
}
.im-theme-dark_calls .im-settings-report__input-wrap:focus {
  box-shadow: 0 0 1px 0.2px rgba(0, 0, 0, 0.2), 0 1px 12px rgba(0, 0, 0, 0.2) !important;
}
.im-settings-report__input-wrap .im-chat__input-field {
  min-height: 216px;
  padding-right: 50px !important;
  box-sizing: border-box;
  font-size: 15px !important;
}

.im-settings-report-functions:first-child {
  margin-bottom: 15px;
}

.im-settings-report-email-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 90px;
  padding-right: 16px;
}
.im-settings-report-email-wrapper .im-settings-report-email {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 10px;
}

.im-settings-report-button {
  margin: 0;
  line-height: 15px;
  padding: 0;
}

.im-settings-report-attach {
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 100;
  margin: 0;
  font-size: 0;
  padding-bottom: 20px;
  margin-top: -20px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.im-settings-reportsent {
  text-align: center;
  position: absolute;
  margin: 0 30px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.im-settings-reportsent__emo {
  height: 94px;
  background-image: url("../images/thumb_up.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.im-settings-reportsent__text {
  margin: 30px 0;
}
body .im-settings-reportsent__button {
  color: #21D86A;
}
.im-theme-dark_green .im-settings-reportsent__button {
  color: #0ADC5E;
}
.im-theme-dark_blue .im-settings-reportsent__button {
  color: #2e91ff;
}
.im-theme-blue .im-settings-reportsent__button {
  color: #2D90F5;
}
.im-theme-vk_dark_blue .im-settings-reportsent__button {
  color: #71AAEB;
}
.im-theme-vk_blue .im-settings-reportsent__button {
  color: #3F8AE0;
}
.im-theme-dit_blue .im-settings-reportsent__button {
  color: #2E72BF;
}
.im-theme-myteam_green .im-settings-reportsent__button {
  color: #18D893;
}
.im-theme-dark_calls .im-settings-reportsent__button {
  color: #0C7CFF;
}
.im-settings-reportsent__button span {
  cursor: pointer;
}

/* Delete account dialog*/
.im-delete-account {
  max-width: 358px;
  border-radius: 8px;
}
.im-delete-account .im-modal-box__title {
  display: none;
}
.im-delete-account .im-modal-box__body {
  padding: 28px 20px 16px;
  text-align: center;
}
.im-delete-account .im-avatarbox {
  width: 86px;
  height: 86px;
  min-width: 86px;
  min-height: 86px;
  border-radius: 43px;
  margin: 0 auto 16px;
}
.im-delete-account .im-field-text {
  width: 120px;
  height: 28px;
  margin: 20px auto 0;
}
.im-delete-account .im-field-text::placeholder {
  text-align: center;
}
.im-delete-account .im-button-text {
  margin-top: 20px;
}

.im-delete-account__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}

.im-delete-account__info {
  font-size: 15px;
  line-height: 144%;
  margin-top: 28px;
}
.im-delete-account__info span {
  white-space: nowrap;
}

.im-dialogpage {
  /*.im-namebox__label {
      height: 25px;
      line-height: 25px;
      display: flex;
  }*/
}
.im-dialogpage .dialog-page-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.im-dialogpage .im-dialogpage__topbar {
  white-space: nowrap;
  overflow: hidden;
  height: 56px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  /*.im-subnamebox {
      font-size: $fontSize;
      color: $textColorLight;
  }

  .im-namebox__fadeout {
      @include txtFadeOut(#ffffff);
      //right: 52px;
  }*/
}
body .im-dialogpage .im-dialogpage__topbar {
  background-color: #ffffff;
}
.im-theme-dark_green .im-dialogpage .im-dialogpage__topbar {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-dialogpage .im-dialogpage__topbar {
  background-color: #2b2c34;
}
.im-theme-blue .im-dialogpage .im-dialogpage__topbar {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-dialogpage .im-dialogpage__topbar {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-dialogpage .im-dialogpage__topbar {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-dialogpage .im-dialogpage__topbar {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-dialogpage .im-dialogpage__topbar {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-dialogpage .im-dialogpage__topbar {
  background-color: #2B2B2B;
}
.im-dialogpage .im-dialogpage__topbar .im-ui-button {
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 40px;
  text-align: center;
  overflow: visible;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  border-radius: 20px;
}
.im-dialogpage .im-dialogpage__topbar .im-ui-button[data-back=true] {
  margin-left: 5px;
  z-index: 1;
}
.im-dialogpage .im-dialogpage__topbar .im-msg-counter__wrapper {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 22px;
  width: 27px;
  height: 18px;
  text-align: left;
  vertical-align: middle;
  line-height: 15px;
}
.im-dialogpage .im-dialogpage__topbar .im-msg-counter {
  min-width: 18px;
  height: 18px;
  line-height: 16px;
  padding: 0 5px;
  font-size: 10px;
  display: inline-block;
  position: relative;
  border: 1px solid;
}
body .im-dialogpage .im-dialogpage__topbar .im-msg-counter {
  color: #ffffff;
  border-color: #ffffff;
}
.im-theme-dark_green .im-dialogpage .im-dialogpage__topbar .im-msg-counter {
  color: #2b2c34;
  border-color: #2b2c34;
}
.im-theme-dark_blue .im-dialogpage .im-dialogpage__topbar .im-msg-counter {
  color: #2b2c34;
  border-color: #2b2c34;
}
.im-theme-blue .im-dialogpage .im-dialogpage__topbar .im-msg-counter {
  color: #ffffff;
  border-color: #ffffff;
}
.im-theme-vk_dark_blue .im-dialogpage .im-dialogpage__topbar .im-msg-counter {
  color: #2B2C34;
  border-color: #2B2C34;
}
.im-theme-vk_blue .im-dialogpage .im-dialogpage__topbar .im-msg-counter {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.im-theme-dit_blue .im-dialogpage .im-dialogpage__topbar .im-msg-counter {
  color: #ffffff;
  border-color: #ffffff;
}
.im-theme-myteam_green .im-dialogpage .im-dialogpage__topbar .im-msg-counter {
  color: #ffffff;
  border-color: #ffffff;
}
.im-theme-dark_calls .im-dialogpage .im-dialogpage__topbar .im-msg-counter {
  color: #2B2B2B;
  border-color: #2B2B2B;
}
.im-dialogpage .im-dialogpage__topbar .im-msg-counter:empty {
  display: none;
}
.im-dialogpage .im-dialogpage__topbar .im-msg-counter .im-msg-counter__unread-symbol {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.im-dialogpage .app-topbar__icon {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
  width: 24px;
  height: 24px;
}
.im-dialogpage .app-topbar__title {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  font-size: 16px;
  display: flex;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-left: 40px;
  margin-left: 3px;
}
.im-dialogpage .app-topbar__title .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.im-dialogpage.im-dialogpage_hide-back-button .app-topbar__title {
  margin-left: 5px;
}
.im-dialogpage.im-dialogpage_hide-back-button .app-topbar .im-ui-button[data-back] {
  display: none;
}
.im-dialogpage .im-dialog__title-avatarbox {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
}
.im-dialogpage .im-dialog__title-avatarbox .im-avatarbox {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 16px;
}
.im-dialogpage .im-dialog__title-avatarbox .im-avatarmark {
  top: 18px;
  left: 20px;
}
.im-dialogpage .app-content {
  bottom: 52px;
  overflow: hidden;
}
body .im-dialogpage .app-content {
  background-color: #F0F3F5;
}
.im-theme-dark_green .im-dialogpage .app-content {
  background-color: #21222A;
}
.im-theme-dark_blue .im-dialogpage .app-content {
  background-color: #21222A;
}
.im-theme-blue .im-dialogpage .app-content {
  background-color: #F0F3F5;
}
.im-theme-vk_dark_blue .im-dialogpage .app-content {
  background-color: #21222A;
}
.im-theme-vk_blue .im-dialogpage .app-content {
  background-color: #F6F6F6;
}
.im-theme-dit_blue .im-dialogpage .app-content {
  background-color: #F0F3F5;
}
.im-theme-myteam_green .im-dialogpage .app-content {
  background-color: #F0F3F5;
}
.im-theme-dark_calls .im-dialogpage .app-content {
  background-color: #1F1F1F;
}
.im-dialogpage .app-bottombar {
  height: 52px;
  border: 0;
}
.im-dialogpage .im-chat__typing-wrap {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 0;
  margin-top: -25px;
  max-width: 80%;
}
.im-dialogpage .im-chat__typing-wrap .im-chat__typing {
  font-size: 14px;
  display: block;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  vertical-align: bottom;
}
.im-dialogpage .im-chat__typing-wrap .im-chat__typing .im-emoji_inline {
  vertical-align: text-top;
}
.im-dialogpage .im-chat__typing-wrap .im-chat__typing .im-emoji_inline {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
}
body .im-dialogpage .im-chat__typing-wrap .im-chat__typing {
  color: #838690;
}
.im-theme-dark_green .im-dialogpage .im-chat__typing-wrap .im-chat__typing {
  color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing {
  color: #7e848f;
}
.im-theme-blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing {
  color: #838690;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing {
  color: #909499;
}
.im-theme-vk_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing {
  color: #818C99;
}
.im-theme-dit_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing {
  color: #838690;
}
.im-theme-myteam_green .im-dialogpage .im-chat__typing-wrap .im-chat__typing {
  color: #838690;
}
.im-theme-dark_calls .im-dialogpage .im-chat__typing-wrap .im-chat__typing {
  color: #9C9C9C;
}
.im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator {
  position: absolute;
  top: 11px;
  right: -9px;
  bottom: auto;
  left: auto;
}
.im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator span, .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:before, .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 2px;
  display: block;
  transition: all;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  animation: 1s typingZoom infinite 0.666s;
}
body .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator span, body .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:before, body .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator span, .im-theme-dark_green .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:before, .im-theme-dark_green .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator span, .im-theme-dark_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:before, .im-theme-dark_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:after {
  background-color: #7e848f;
}
.im-theme-blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator span, .im-theme-blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:before, .im-theme-blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator span, .im-theme-vk_dark_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:before, .im-theme-vk_dark_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator span, .im-theme-vk_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:before, .im-theme-vk_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator span, .im-theme-dit_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:before, .im-theme-dit_blue .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator span, .im-theme-myteam_green .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:before, .im-theme-myteam_green .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator span, .im-theme-dark_calls .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:before, .im-theme-dark_calls .im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:after {
  background-color: #949494;
}
.im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:before {
  left: -5px;
  animation: 1s typingZoom infinite 0.333s;
}
.im-dialogpage .im-chat__typing-wrap .im-chat__typing-indicator:after {
  left: 5px;
  animation: 1s typingZoom infinite 0.999s;
}
.im-dialogpage .im-chat__typing-wrap .im-chat__typing:empty + .im-chat__typing-indicator {
  display: none;
}
.im-dialogpage.im-dialogpage_readonly {
  /*.app-content {
      bottom: 0!important;
  }
  .app-bottombar {
      height: 0;
  }*/
}
.im-dialogpage.im-dialogpage_readonly .im-chat__input {
  display: none;
}
.im-dialogpage.im-dialogpage_readonly .im-chat__no-input {
  display: block;
}
.im-dialogpage .im-dragdrop-area {
  top: 54px;
}
.im-dialogpage .im-chat__header-tools {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.im-dialogpage .im-chat__header-tools:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  content: "";
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.35 10C17.35 14.0593 14.0593 17.35 10 17.35C5.94071 17.35 2.65 14.0593 2.65 10C2.65 5.94071 5.94071 2.65 10 2.65C14.0593 2.65 17.35 5.94071 17.35 10Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 9.5V14' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='7' r='1' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.35 10C17.35 14.0593 14.0593 17.35 10 17.35C5.94071 17.35 2.65 14.0593 2.65 10C2.65 5.94071 5.94071 2.65 10 2.65C14.0593 2.65 17.35 5.94071 17.35 10Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 9.5V14' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='7' r='1' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-dialogpage .im-chat__header-tools:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-tools:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-tools:after {
  background-color: #7e848f;
}
.im-theme-blue .im-dialogpage .im-chat__header-tools:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-tools:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-tools:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-tools:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-tools:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-tools:after {
  background-color: #949494;
}
.im-dialogpage .im-chat__header-tools:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.35 10C17.35 14.0593 14.0593 17.35 10 17.35C5.94071 17.35 2.65 14.0593 2.65 10C2.65 5.94071 5.94071 2.65 10 2.65C14.0593 2.65 17.35 5.94071 17.35 10Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 9.5V14' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='7' r='1' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.35 10C17.35 14.0593 14.0593 17.35 10 17.35C5.94071 17.35 2.65 14.0593 2.65 10C2.65 5.94071 5.94071 2.65 10 2.65C14.0593 2.65 17.35 5.94071 17.35 10Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 9.5V14' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='7' r='1' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-dialogpage .im-chat__header-tools:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-tools:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-tools:after {
  background-color: #7e848f;
}
.im-theme-blue .im-dialogpage .im-chat__header-tools:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-tools:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-tools:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-tools:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-tools:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-tools:after {
  background-color: #949494;
}
.im-desktop .im-dialogpage .im-chat__header-tools:after:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-dialogpage .im-chat__header-tools:after:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-dialogpage .im-chat__header-tools:after:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-dialogpage .im-chat__header-tools:after:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-tools:after:hover {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-dialogpage .im-chat__header-tools:after:hover {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-dialogpage .im-chat__header-tools:after:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-dialogpage .im-chat__header-tools:after:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-dialogpage .im-chat__header-tools:after:hover {
  background-color: #858585;
}
.im-desktop .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #7A7A7A;
}
body .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #6f747e;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #9ea0b2;
}
.im-theme-blue .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-tools:after:active {
  background-color: #7A7A7A;
}
.im-dialogpage .im-chat__header-video-call:after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-dialogpage .im-chat__header-video-call:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-video-call:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-video-call:after {
  background-color: #7e848f;
}
.im-theme-blue .im-dialogpage .im-chat__header-video-call:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-video-call:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-video-call:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-video-call:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-video-call:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-video-call:after {
  background-color: #949494;
}
.im-desktop .im-dialogpage .im-chat__header-video-call:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-dialogpage .im-chat__header-video-call:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-dialogpage .im-chat__header-video-call:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-dialogpage .im-chat__header-video-call:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-video-call:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-dialogpage .im-chat__header-video-call:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-dialogpage .im-chat__header-video-call:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-dialogpage .im-chat__header-video-call:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-dialogpage .im-chat__header-video-call:hover:after {
  background-color: #858585;
}
.im-desktop .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #7A7A7A;
}
body .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-video-call:active:after {
  background-color: #7A7A7A;
}
.im-dialogpage .im-chat__header-video-call:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: auto;
  bottom: auto;
  left: calc(50% - 12px);
}
.im-dialogpage .im-chat__header-voice-call:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.48469 11.4165C9.96605 12.8996 11.2145 13.1856 11.2145 13.1856C11.2145 13.1856 11.8715 11.9076 12.7574 11.6642C13.2385 11.532 14.6172 11.9471 15.8537 12.5087C17.0901 13.0702 17.3229 13.5668 17.3122 14.2917C17.3021 14.975 16.905 15.8077 16.3726 16.4097C16.0085 16.8214 15.3323 17.428 13.842 17.2934C12.0563 17.1321 9.50156 16.1907 6.60123 13.3114L6.53267 13.243C3.65335 10.2641 2.7842 7.70728 2.69349 5.94557C2.61832 4.48679 3.26786 3.85296 3.7046 3.51526C4.34342 3.02142 5.21257 2.66932 5.91251 2.68823C6.65504 2.70825 7.15367 2.95617 7.67651 4.18532C8.19942 5.41454 8.56639 6.77635 8.4108 7.23998C8.1244 8.09347 6.78834 8.68034 6.78834 8.68034C6.78834 8.68034 7.02868 9.9097 8.48469 11.4165Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.48469 11.4165C9.96605 12.8996 11.2145 13.1856 11.2145 13.1856C11.2145 13.1856 11.8715 11.9076 12.7574 11.6642C13.2385 11.532 14.6172 11.9471 15.8537 12.5087C17.0901 13.0702 17.3229 13.5668 17.3122 14.2917C17.3021 14.975 16.905 15.8077 16.3726 16.4097C16.0085 16.8214 15.3323 17.428 13.842 17.2934C12.0563 17.1321 9.50156 16.1907 6.60123 13.3114L6.53267 13.243C3.65335 10.2641 2.7842 7.70728 2.69349 5.94557C2.61832 4.48679 3.26786 3.85296 3.7046 3.51526C4.34342 3.02142 5.21257 2.66932 5.91251 2.68823C6.65504 2.70825 7.15367 2.95617 7.67651 4.18532C8.19942 5.41454 8.56639 6.77635 8.4108 7.23998C8.1244 8.09347 6.78834 8.68034 6.78834 8.68034C6.78834 8.68034 7.02868 9.9097 8.48469 11.4165Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #7e848f;
}
.im-theme-blue .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #949494;
}
.im-desktop .im-dialogpage .im-chat__header-voice-call:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-dialogpage .im-chat__header-voice-call:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-dialogpage .im-chat__header-voice-call:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-dialogpage .im-chat__header-voice-call:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-voice-call:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-dialogpage .im-chat__header-voice-call:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-dialogpage .im-chat__header-voice-call:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-dialogpage .im-chat__header-voice-call:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-dialogpage .im-chat__header-voice-call:hover:after {
  background-color: #858585;
}
.im-desktop .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #7A7A7A;
}
body .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-voice-call:active:after {
  background-color: #7A7A7A;
}
.im-dialogpage .im-chat__header-voice-call:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: auto;
  bottom: auto;
  left: calc(50% - 12px);
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.48469 11.4165C9.96605 12.8996 11.2145 13.1856 11.2145 13.1856C11.2145 13.1856 11.8715 11.9076 12.7574 11.6642C13.2385 11.532 14.6172 11.9471 15.8537 12.5087C17.0901 13.0702 17.3229 13.5668 17.3122 14.2917C17.3021 14.975 16.905 15.8077 16.3726 16.4097C16.0085 16.8214 15.3323 17.428 13.842 17.2934C12.0563 17.1321 9.50156 16.1907 6.60123 13.3114L6.53267 13.243C3.65335 10.2641 2.7842 7.70728 2.69349 5.94557C2.61832 4.48679 3.26786 3.85296 3.7046 3.51526C4.34342 3.02142 5.21257 2.66932 5.91251 2.68823C6.65504 2.70825 7.15367 2.95617 7.67651 4.18532C8.19942 5.41454 8.56639 6.77635 8.4108 7.23998C8.1244 8.09347 6.78834 8.68034 6.78834 8.68034C6.78834 8.68034 7.02868 9.9097 8.48469 11.4165Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.48469 11.4165C9.96605 12.8996 11.2145 13.1856 11.2145 13.1856C11.2145 13.1856 11.8715 11.9076 12.7574 11.6642C13.2385 11.532 14.6172 11.9471 15.8537 12.5087C17.0901 13.0702 17.3229 13.5668 17.3122 14.2917C17.3021 14.975 16.905 15.8077 16.3726 16.4097C16.0085 16.8214 15.3323 17.428 13.842 17.2934C12.0563 17.1321 9.50156 16.1907 6.60123 13.3114L6.53267 13.243C3.65335 10.2641 2.7842 7.70728 2.69349 5.94557C2.61832 4.48679 3.26786 3.85296 3.7046 3.51526C4.34342 3.02142 5.21257 2.66932 5.91251 2.68823C6.65504 2.70825 7.15367 2.95617 7.67651 4.18532C8.19942 5.41454 8.56639 6.77635 8.4108 7.23998C8.1244 8.09347 6.78834 8.68034 6.78834 8.68034C6.78834 8.68034 7.02868 9.9097 8.48469 11.4165Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #7e848f;
}
.im-theme-blue .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-voice-call:after {
  background-color: #949494;
}
.im-dialogpage .im-chat__header-search-go {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-dialogpage .im-chat__header-search-go:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.7272' cy='10.5193' r='6.78828' transform='rotate(-45 10.7272 10.5193)' stroke='%23333333' stroke-width='1.3'/%3E%3Cpath d='M15.5 15.5L20.5 20.5' stroke='%23333333' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.7272' cy='10.5193' r='6.78828' transform='rotate(-45 10.7272 10.5193)' stroke='%23333333' stroke-width='1.3'/%3E%3Cpath d='M15.5 15.5L20.5 20.5' stroke='%23333333' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-dialogpage .im-chat__header-search-go:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-search-go:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #7e848f;
}
.im-theme-blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-search-go:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-search-go:after {
  background-color: #949494;
}
.im-dialogpage .im-chat__header-search-go:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-dialogpage .im-chat__header-search-go:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-search-go:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #7e848f;
}
.im-theme-blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-search-go:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-search-go:after {
  background-color: #949494;
}
.im-desktop .im-dialogpage .im-chat__header-search-go:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-dialogpage .im-chat__header-search-go:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-dialogpage .im-chat__header-search-go:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-dialogpage .im-chat__header-search-go:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-search-go:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-dialogpage .im-chat__header-search-go:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-dialogpage .im-chat__header-search-go:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-dialogpage .im-chat__header-search-go:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-dialogpage .im-chat__header-search-go:hover:after {
  background-color: #858585;
}
.im-desktop .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #7A7A7A;
}
body .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-search-go:active:after {
  background-color: #7A7A7A;
}
.im-splitview.im-mode_searchchat .im-dialogpage .im-chat__header-search-go:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-splitview.im-mode_searchchat .im-dialogpage .im-chat__header-search-go:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-splitview.im-mode_searchchat .im-dialogpage .im-chat__header-search-go:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-splitview.im-mode_searchchat .im-dialogpage .im-chat__header-search-go:after {
  background-color: #7e848f;
}
.im-theme-blue .im-splitview.im-mode_searchchat .im-dialogpage .im-chat__header-search-go:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-splitview.im-mode_searchchat .im-dialogpage .im-chat__header-search-go:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-splitview.im-mode_searchchat .im-dialogpage .im-chat__header-search-go:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-splitview.im-mode_searchchat .im-dialogpage .im-chat__header-search-go:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-splitview.im-mode_searchchat .im-dialogpage .im-chat__header-search-go:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-splitview.im-mode_searchchat .im-dialogpage .im-chat__header-search-go:after {
  background-color: #949494;
}
.im-splitview.im-mode_searchchat .im-dialogpage .im-chat__header-search-go:after {
  background-color: #21D86A;
}
.im-splitview.im-mode_searchchat.im-theme-dark_green .im-dialogpage .im-chat__header-search-go:after {
  background-color: #0ADC5E;
}
.im-splitview.im-mode_searchchat.im-theme-dark_blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #2e91ff;
}
.im-splitview.im-mode_searchchat.im-theme-blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #2D90F5;
}
.im-splitview.im-mode_searchchat.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #71AAEB;
}
.im-splitview.im-mode_searchchat.im-theme-vk_blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #3F8AE0;
}
.im-splitview.im-mode_searchchat.im-theme-dit_blue .im-dialogpage .im-chat__header-search-go:after {
  background-color: #2E72BF;
}
.im-splitview.im-mode_searchchat.im-theme-myteam_green .im-dialogpage .im-chat__header-search-go:after {
  background-color: #18D893;
}
.im-splitview.im-mode_searchchat.im-theme-dark_calls .im-dialogpage .im-chat__header-search-go:after {
  background-color: #0C7CFF;
}
.im-dialogpage .im-chat__header-add {
  display: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-dialogpage .im-chat__header-add:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.im-dialogpage .im-chat__header-add:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-dialogpage .im-chat__header-add:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-add:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-add:after {
  background-color: #7e848f;
}
.im-theme-blue .im-dialogpage .im-chat__header-add:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-add:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-add:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-add:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-add:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-add:after {
  background-color: #949494;
}
.im-desktop .im-dialogpage .im-chat__header-add:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-dialogpage .im-chat__header-add:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-dialogpage .im-chat__header-add:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-dialogpage .im-chat__header-add:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-add:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-dialogpage .im-chat__header-add:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-dialogpage .im-chat__header-add:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-dialogpage .im-chat__header-add:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-dialogpage .im-chat__header-add:hover:after {
  background-color: #858585;
}
.im-desktop .im-dialogpage .im-chat__header-add:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-dialogpage .im-chat__header-add:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-dialogpage .im-chat__header-add:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-dialogpage .im-chat__header-add:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-add:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-dialogpage .im-chat__header-add:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-dialogpage .im-chat__header-add:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-dialogpage .im-chat__header-add:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-dialogpage .im-chat__header-add:active:after {
  background-color: #7A7A7A;
}
body .im-dialogpage .im-chat__header-add:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-add:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-add:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-dialogpage .im-chat__header-add:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-add:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-add:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-add:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-add:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-add:active:after {
  background-color: #7A7A7A;
}
body .im-dialogpage .im-chat__header-gallery svg {
  color: #b7bcc9;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-gallery svg {
  color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-gallery svg {
  color: #7e848f;
}
.im-theme-blue .im-dialogpage .im-chat__header-gallery svg {
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-gallery svg {
  color: #76787A;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-gallery svg {
  color: #99A2AD;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-gallery svg {
  color: #b7bcc9;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-gallery svg {
  color: #b7bcc9;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-gallery svg {
  color: #949494;
}
.im-desktop .im-dialogpage .im-chat__header-gallery:hover svg {
  color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-dialogpage .im-chat__header-gallery:hover svg {
  color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-dialogpage .im-chat__header-gallery:hover svg {
  color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-dialogpage .im-chat__header-gallery:hover svg {
  color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-gallery:hover svg {
  color: #818385;
}
.im-desktop.im-theme-vk_blue .im-dialogpage .im-chat__header-gallery:hover svg {
  color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-dialogpage .im-chat__header-gallery:hover svg {
  color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-dialogpage .im-chat__header-gallery:hover svg {
  color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-dialogpage .im-chat__header-gallery:hover svg {
  color: #858585;
}
.im-desktop .im-dialogpage .im-chat__header-gallery:active svg {
  color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-dialogpage .im-chat__header-gallery:active svg {
  color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-dialogpage .im-chat__header-gallery:active svg {
  color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-dialogpage .im-chat__header-gallery:active svg {
  color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-gallery:active svg {
  color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-dialogpage .im-chat__header-gallery:active svg {
  color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-dialogpage .im-chat__header-gallery:active svg {
  color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-dialogpage .im-chat__header-gallery:active svg {
  color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-dialogpage .im-chat__header-gallery:active svg {
  color: #7A7A7A;
}
body .im-dialogpage .im-chat__header-gallery:active svg {
  color: #6f747e;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-gallery:active svg {
  color: #9ea0b2;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-gallery:active svg {
  color: #9ea0b2;
}
.im-theme-blue .im-dialogpage .im-chat__header-gallery:active svg {
  color: #6f747e;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-gallery:active svg {
  color: #898B8D;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-gallery:active svg {
  color: #7F868F;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-gallery:active svg {
  color: #6f747e;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-gallery:active svg {
  color: #6f747e;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-gallery:active svg {
  color: #7A7A7A;
}
.im-dialogpage .im-chat__header-gallery svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: auto;
  bottom: auto;
  left: calc(50% - 12px);
}
.im-dialogpage.im-dialogpage__is_chat.im-dialogpage_is_member.im-dialogpage__thread-available .im-quick-menu-wrapper {
  display: flex;
}
.im-dialogpage.im-dialogpage_is_static.im-dialogpage__thread-available .im-message.im-message_has_reply .im-quick-menu-wrapper {
  display: flex;
}
.im-dialogpage.im-dialogpage_is_static.im-dialogpage__thread-available .imForward {
  display: none;
}
.im-dialogpage.im-dialogpage__is_chat.im-dialogpage_is_member {
  /*.im-message_self {
      .im-quick-menu-wrapper ~ .im-message__text {
          .im-ui-button.im-file__forward {
              left: -28px;
          }

          .im-ui-button.im-snippet__forward {
              left: -16px;
          }
      }
  }

  .im-message_self.im-message-single_image {
      .im-quick-menu-wrapper ~ .im-message__text {
          .im-ui-button.imForward {
              left: -16px;
          }
      }
  }

  .im-quick-menu-wrapper ~ .im-message__text {
      .im-ui-button.im-file__forward {
          right: -28px;
      }

      .im-ui-button.im-snippet__forward {
          right: -16px;
      }
  }

  .im-message-single_image {
      .im-quick-menu-wrapper ~ .im-message__text {
          .im-ui-button.imForward {
              right: -16px;
          }
      }
  }*/
}
.im-dialogpage.im-dialogpage__is_chat.im-dialogpage_is_member .im-chat__header-add {
  display: block;
}
.im-dialogpage.im-dialogpage_readonly:not(.im-dialogpage__thread-available) .im-message .im-message__wrap-text .im-quick-menu-wrapper, .im-dialogpage.im-dialogpage_thread .im-message .im-message__wrap-text .im-quick-menu-wrapper {
  display: none;
}
.im-dialogpage.im-dialogpage_readonly:not(.im-dialogpage__thread-available) .im-ui-button.imForward, .im-dialogpage.im-dialogpage_thread .im-ui-button.imForward {
  display: none;
}
.im-dialogpage .im-chat__header-pending {
  display: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-dialogpage .im-chat__header-pending:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.im-dialogpage .im-chat__header-pending:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-dialogpage .im-chat__header-pending:before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-pending:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-pending:before {
  background-color: #7e848f;
}
.im-theme-blue .im-dialogpage .im-chat__header-pending:before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-pending:before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-pending:before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-pending:before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-pending:before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-pending:before {
  background-color: #949494;
}
.im-desktop .im-dialogpage .im-chat__header-pending:hover:before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-dialogpage .im-chat__header-pending:hover:before {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-dialogpage .im-chat__header-pending:hover:before {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-dialogpage .im-chat__header-pending:hover:before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-pending:hover:before {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-dialogpage .im-chat__header-pending:hover:before {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-dialogpage .im-chat__header-pending:hover:before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-dialogpage .im-chat__header-pending:hover:before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-dialogpage .im-chat__header-pending:hover:before {
  background-color: #858585;
}
.im-desktop .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #7A7A7A;
}
body .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #6f747e;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #9ea0b2;
}
.im-theme-blue .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-pending:active:before {
  background-color: #7A7A7A;
}
.im-dialogpage .im-chat__header-pending .im-pending-counter {
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  font-size: 10px;
  border-radius: 8px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 21px;
}
body .im-dialogpage .im-chat__header-pending .im-pending-counter {
  color: #ffffff;
  background-color: #21D86A;
}
.im-theme-dark_green .im-dialogpage .im-chat__header-pending .im-pending-counter {
  color: #2b2c34;
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-dialogpage .im-chat__header-pending .im-pending-counter {
  color: #2b2c34;
  background-color: #2e91ff;
}
.im-theme-blue .im-dialogpage .im-chat__header-pending .im-pending-counter {
  color: #ffffff;
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-dialogpage .im-chat__header-pending .im-pending-counter {
  color: #2B2C34;
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-dialogpage .im-chat__header-pending .im-pending-counter {
  color: #FFFFFF;
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-dialogpage .im-chat__header-pending .im-pending-counter {
  color: #ffffff;
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-dialogpage .im-chat__header-pending .im-pending-counter {
  color: #ffffff;
  background-color: #18D893;
}
.im-theme-dark_calls .im-dialogpage .im-chat__header-pending .im-pending-counter {
  color: #2B2B2B;
  background-color: #0C7CFF;
}
.im-dialogpage.im-dialogpage__has-pending .im-chat__header-pending {
  display: block;
}
.im-dialogpage.im-dialogpage__is_chat.im-dialogpage_is_member.im-dialogpage__has-pending .im-chat__header-pending {
  display: block;
}

@keyframes typingZoom {
  20% {
    width: 4px;
    height: 4px;
    margin-top: -1px;
    margin-left: -1px;
  }
}
.im-dialogpage.im-dialogpage_readonly, .im-thread-flow.im-dialogpage_readonly {
  /*.app-content {
      bottom: 0!important;
  }
  .app-bottombar {
      height: 0;
  }*/
}
.im-dialogpage.im-dialogpage_readonly .im-chat__input, .im-thread-flow.im-dialogpage_readonly .im-chat__input {
  display: none;
}
.im-dialogpage.im-dialogpage_readonly .im-chat__no-input, .im-thread-flow.im-dialogpage_readonly .im-chat__no-input {
  display: block;
}
.im-dialogpage.im-dialogpage_readonly:not(.im-dialogpage__thread-available) .im-message .im-message__wrap-text .im-quick-menu-wrapper, .im-dialogpage.im-dialogpage_thread .im-message .im-message__wrap-text .im-quick-menu-wrapper, .im-thread-flow.im-dialogpage_readonly:not(.im-dialogpage__thread-available) .im-message .im-message__wrap-text .im-quick-menu-wrapper, .im-thread-flow.im-dialogpage_thread .im-message .im-message__wrap-text .im-quick-menu-wrapper {
  display: none;
}
.im-dialogpage.im-dialogpage_readonly:not(.im-dialogpage__thread-available) .im-ui-button.imForward, .im-dialogpage.im-dialogpage_thread .im-ui-button.imForward, .im-thread-flow.im-dialogpage_readonly:not(.im-dialogpage__thread-available) .im-ui-button.imForward, .im-thread-flow.im-dialogpage_thread .im-ui-button.imForward {
  display: none;
}

.im-dialog__title {
  display: inline-flex;
  max-width: 100%;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-dialogpage_self .im-dialog__title {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
}

.im-dialog__title-span {
  height: 19px;
  line-height: 19px;
  position: relative;
  padding-right: 10px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  display: block;
}
.im-dialog__title-span .im-emoji_inline {
  vertical-align: text-top;
}
.im-dialogpage_self .im-dialog__title-span {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}

.im-dialog__subtitle {
  font-size: 14px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  display: block;
}
.im-dialog__subtitle .im-emoji_inline {
  vertical-align: text-top;
}
.im-dialog__subtitle .im-emoji_inline {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
}
body .im-dialog__subtitle {
  color: #838690;
}
.im-theme-dark_green .im-dialog__subtitle {
  color: #7e848f;
}
.im-theme-dark_blue .im-dialog__subtitle {
  color: #7e848f;
}
.im-theme-blue .im-dialog__subtitle {
  color: #838690;
}
.im-theme-vk_dark_blue .im-dialog__subtitle {
  color: #909499;
}
.im-theme-vk_blue .im-dialog__subtitle {
  color: #818C99;
}
.im-theme-dit_blue .im-dialog__subtitle {
  color: #838690;
}
.im-theme-myteam_green .im-dialog__subtitle {
  color: #838690;
}
.im-theme-dark_calls .im-dialog__subtitle {
  color: #9C9C9C;
}
.im-dialogpage_self .im-dialog__subtitle {
  display: none;
}

.im-dialog__title-beta::after {
  content: "β";
  font-size: 10px;
  display: block;
  position: absolute;
  top: -4px;
  right: 4px;
  bottom: auto;
  left: auto;
}

/*.im-connection-trouble & {
    .im-dialog__title, .im-dialog__subtitle {
        display: none;
    }
}*/
.im-chat__actions {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: auto;
  left: auto;
  padding-right: 6px;
  height: 100%;
  line-height: inherit;
}

.im-chat__exclude {
  text-align: center;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-size: 18px;
  width: 18px;
  height: 18px;
  mask-size: 18px;
  -webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 40px;
  line-height: 40px;
}
body .im-chat__exclude {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-chat__exclude {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-chat__exclude {
  background-color: #7e848f;
}
.im-theme-blue .im-chat__exclude {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-chat__exclude {
  background-color: #76787A;
}
.im-theme-vk_blue .im-chat__exclude {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-chat__exclude {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-chat__exclude {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-chat__exclude {
  background-color: #949494;
}
.im-chat__exclude span {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}

.im-message__info {
  padding: 10px 15px 3px 7px;
  display: block;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-message__info {
  color: #838690;
}
.im-theme-dark_green .im-message__info {
  color: #7e848f;
}
.im-theme-dark_blue .im-message__info {
  color: #7e848f;
}
.im-theme-blue .im-message__info {
  color: #838690;
}
.im-theme-vk_dark_blue .im-message__info {
  color: #909499;
}
.im-theme-vk_blue .im-message__info {
  color: #818C99;
}
.im-theme-dit_blue .im-message__info {
  color: #838690;
}
.im-theme-myteam_green .im-message__info {
  color: #838690;
}
.im-theme-dark_calls .im-message__info {
  color: #9C9C9C;
}

.im-message__spinner {
  position: relative;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
}
body .im-message__spinner {
  background-color: #ffffff;
  box-shadow: 0 0 2px 0.5px #f3f5f8;
}
.im-theme-dark_green .im-message__spinner {
  background-color: #2b2c34;
  box-shadow: 0 0 2px 0.5px #3c3d48;
}
.im-theme-dark_blue .im-message__spinner {
  background-color: #2b2c34;
  box-shadow: 0 0 2px 0.5px #3c3d48;
}
.im-theme-blue .im-message__spinner {
  background-color: #ffffff;
  box-shadow: 0 0 2px 0.5px #f3f5f8;
}
.im-theme-vk_dark_blue .im-message__spinner {
  background-color: #2B2C34;
  box-shadow: 0 0 2px 0.5px #3C3D48;
}
.im-theme-vk_blue .im-message__spinner {
  background-color: #FFFFFF;
  box-shadow: 0 0 2px 0.5px #F1F3F7;
}
.im-theme-dit_blue .im-message__spinner {
  background-color: #ffffff;
  box-shadow: 0 0 2px 0.5px #f3f5f8;
}
.im-theme-myteam_green .im-message__spinner {
  background-color: #ffffff;
  box-shadow: 0 0 2px 0.5px #f3f5f8;
}
.im-theme-dark_calls .im-message__spinner {
  background-color: #2B2B2B;
  box-shadow: 0 0 2px 0.5px #1F1F1F;
}
.im-message__spinner .im-circ-spinner {
  vertical-align: middle;
  width: 23px;
  height: 23px;
}
.im-message__spinner .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-width: 2px;
}
body .im-message__spinner .im-circ-spinner {
  border-color: #21D86A;
}
.im-theme-dark_green .im-message__spinner .im-circ-spinner {
  border-color: #0ADC5E;
}
.im-theme-dark_blue .im-message__spinner .im-circ-spinner {
  border-color: #2e91ff;
}
.im-theme-blue .im-message__spinner .im-circ-spinner {
  border-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-message__spinner .im-circ-spinner {
  border-color: #71AAEB;
}
.im-theme-vk_blue .im-message__spinner .im-circ-spinner {
  border-color: #3F8AE0;
}
.im-theme-dit_blue .im-message__spinner .im-circ-spinner {
  border-color: #2E72BF;
}
.im-theme-myteam_green .im-message__spinner .im-circ-spinner {
  border-color: #18D893;
}
.im-theme-dark_calls .im-message__spinner .im-circ-spinner {
  border-color: #0C7CFF;
}

/*.im-message__play {
    @include playButton;
    @include centrize(56px);
}*/
.im-stranger-bar {
  display: none;
  position: relative;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
body .im-stranger-bar {
  background-color: #ffffff;
}
.im-theme-dark_green .im-stranger-bar {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-stranger-bar {
  background-color: #2b2c34;
}
.im-theme-blue .im-stranger-bar {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-stranger-bar {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-stranger-bar {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-stranger-bar {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-stranger-bar {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-stranger-bar {
  background-color: #2B2B2B;
}
.im-dialog_stranger .im-stranger-bar {
  display: block;
}

.im-stranger-bar__ban {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  width: 141px;
  height: 48px;
  line-height: 48px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  cursor: pointer;
}
body .im-stranger-bar__ban {
  color: #00B84D;
}
body .im-stranger-bar__ban:hover {
  color: #00A846;
}
body .im-stranger-bar__ban:active {
  color: #009940;
}
.im-theme-dark_green .im-stranger-bar__ban {
  color: #0AC248;
}
.im-theme-dark_green .im-stranger-bar__ban:hover {
  color: #0CDA51;
}
.im-theme-dark_green .im-stranger-bar__ban:active {
  color: #0DF25A;
}
.im-theme-dark_blue .im-stranger-bar__ban {
  color: #2f92ff;
}
.im-theme-dark_blue .im-stranger-bar__ban:hover {
  color: #479dff;
}
.im-theme-dark_blue .im-stranger-bar__ban:active {
  color: #47a0ff;
}
.im-theme-blue .im-stranger-bar__ban {
  color: #1B85F1;
}
.im-theme-blue .im-stranger-bar__ban:hover {
  color: #1E7BDA;
}
.im-theme-blue .im-stranger-bar__ban:active {
  color: #2173C6;
}
.im-theme-vk_dark_blue .im-stranger-bar__ban {
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-stranger-bar__ban:hover {
  color: #689CD8;
}
.im-theme-vk_dark_blue .im-stranger-bar__ban:active {
  color: #689CD8;
}
.im-theme-vk_blue .im-stranger-bar__ban {
  color: #4986CC;
}
.im-theme-vk_blue .im-stranger-bar__ban:hover {
  color: #4681C4;
}
.im-theme-vk_blue .im-stranger-bar__ban:active {
  color: #4077B4;
}
.im-theme-dit_blue .im-stranger-bar__ban {
  color: #2E72BF;
}
.im-theme-dit_blue .im-stranger-bar__ban:hover {
  color: #1E67BB;
}
.im-theme-dit_blue .im-stranger-bar__ban:active {
  color: #1B5CA8;
}
.im-theme-myteam_green .im-stranger-bar__ban {
  color: #17C97E;
}
.im-theme-myteam_green .im-stranger-bar__ban:hover {
  color: #15BD76;
}
.im-theme-myteam_green .im-stranger-bar__ban:active {
  color: #10AC6B;
}
.im-theme-dark_calls .im-stranger-bar__ban {
  color: #027AFF;
}
.im-theme-dark_calls .im-stranger-bar__ban:hover {
  color: #0275F5;
}
.im-theme-dark_calls .im-stranger-bar__ban:active {
  color: #0270EB;
}

.im-stranger-bar__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  cursor: pointer;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 48px;
  height: 48px;
}
body .im-stranger-bar__close {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-stranger-bar__close {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-stranger-bar__close {
  background-color: #7e848f;
}
.im-theme-blue .im-stranger-bar__close {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-stranger-bar__close {
  background-color: #76787A;
}
.im-theme-vk_blue .im-stranger-bar__close {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-stranger-bar__close {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-stranger-bar__close {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-stranger-bar__close {
  background-color: #949494;
}
body .im-stranger-bar__close {
  background-color: #21D86A;
}
body .im-stranger-bar__close:hover {
  background-color: #1EC360;
}
body .im-stranger-bar__close:active {
  background-color: #1BB157;
}
.im-theme-dark_green .im-stranger-bar__close {
  background-color: #0ADC5E;
}
.im-theme-dark_green .im-stranger-bar__close:hover {
  background-color: #0BF468;
}
.im-theme-dark_green .im-stranger-bar__close:active {
  background-color: #3CF686;
}
.im-theme-dark_blue .im-stranger-bar__close {
  background-color: #2e91ff;
}
.im-theme-dark_blue .im-stranger-bar__close:hover {
  background-color: #479dff;
}
.im-theme-dark_blue .im-stranger-bar__close:active {
  background-color: #3b96ff;
}
.im-theme-blue .im-stranger-bar__close {
  background-color: #2D90F5;
}
.im-theme-blue .im-stranger-bar__close:hover {
  background-color: #2C84DF;
}
.im-theme-blue .im-stranger-bar__close:active {
  background-color: #317BC7;
}
.im-theme-vk_dark_blue .im-stranger-bar__close {
  background-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-stranger-bar__close:hover {
  background-color: #6A9EDB;
}
.im-theme-vk_dark_blue .im-stranger-bar__close:active {
  background-color: #5A88BC;
}
.im-theme-vk_blue .im-stranger-bar__close {
  background-color: #3F8AE0;
}
.im-theme-vk_blue .im-stranger-bar__close:hover {
  background-color: #3C85D7;
}
.im-theme-vk_blue .im-stranger-bar__close:active {
  background-color: #2975CC;
}
.im-theme-dit_blue .im-stranger-bar__close {
  background-color: #2E72BF;
}
.im-theme-dit_blue .im-stranger-bar__close:hover {
  background-color: #2769B5;
}
.im-theme-dit_blue .im-stranger-bar__close:active {
  background-color: #2061AB;
}
.im-theme-myteam_green .im-stranger-bar__close {
  background-color: #18D893;
}
.im-theme-myteam_green .im-stranger-bar__close:hover {
  background-color: #1AD08E;
}
.im-theme-myteam_green .im-stranger-bar__close:active {
  background-color: #1CC88A;
}
.im-theme-dark_calls .im-stranger-bar__close {
  background-color: #0C7CFF;
}
.im-theme-dark_calls .im-stranger-bar__close:hover {
  background-color: #005BEF;
}
.im-theme-dark_calls .im-stranger-bar__close:active {
  background-color: #0057E5;
}

.im-pin-bar {
  display: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  position: relative;
  border-bottom: 1px solid;
  cursor: pointer;
  overflow: hidden;
}
body .im-pin-bar {
  background-color: #ffffff;
  border-bottom-color: #eceef3;
}
.im-theme-dark_green .im-pin-bar {
  background-color: #2b2c34;
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-pin-bar {
  background-color: #2b2c34;
  border-bottom-color: #3c3d47;
}
.im-theme-blue .im-pin-bar {
  background-color: #ffffff;
  border-bottom-color: #eceef3;
}
.im-theme-vk_dark_blue .im-pin-bar {
  background-color: #2B2C34;
  border-bottom-color: #3C3D47;
}
.im-theme-vk_blue .im-pin-bar {
  background-color: #FFFFFF;
  border-bottom-color: #ECEEF3;
}
.im-theme-dit_blue .im-pin-bar {
  background-color: #ffffff;
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-pin-bar {
  background-color: #ffffff;
  border-bottom-color: #eceef3;
}
.im-theme-dark_calls .im-pin-bar {
  background-color: #2B2B2B;
  border-bottom-color: #1F1F1F;
}
.im-dialog_pinned .im-pin-bar {
  display: block;
}
.im-pin-bar.im-pin-bar_collapsed {
  height: 0;
  overflow: visible;
  border-width: 0;
  z-index: 2;
}
.im-pin-bar.im-pin-bar_collapsed .im-pin-bar-widget, .im-pin-bar.im-pin-bar_collapsed .im-pin-bar-wrap, .im-pin-bar.im-pin-bar_collapsed .im-pin-bar-msg {
  display: none;
}
.im-pin-bar.im-pin-bar_collapsed .im-pin-bar-arrow {
  position: absolute;
  top: 8px;
  right: 12px;
  bottom: auto;
  left: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fafafa;
  -webkit-mask: none;
  background-image: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.im-pin-bar.im-pin-bar_collapsed .im-pin-bar-arrow::after {
  content: "";
  position: absolute;
  margin: 10px;
}
body .im-pin-bar.im-pin-bar_collapsed .im-pin-bar-arrow::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 16px;
  width: 16px;
  height: 16px;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-pin-bar.im-pin-bar_collapsed .im-pin-bar-arrow::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 16px;
  width: 16px;
  height: 16px;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-pin-bar.im-pin-bar_collapsed .im-pin-bar-arrow::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 16px;
  width: 16px;
  height: 16px;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-pin-bar.im-pin-bar_collapsed .im-pin-bar-arrow::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 16px;
  width: 16px;
  height: 16px;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-pin-bar.im-pin-bar_collapsed .im-pin-bar-arrow::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  background-size: 16px;
  width: 16px;
  height: 16px;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-pin-bar.im-pin-bar_collapsed .im-pin-bar-arrow::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  background-size: 16px;
  width: 16px;
  height: 16px;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-pin-bar.im-pin-bar_collapsed .im-pin-bar-arrow::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 16px;
  width: 16px;
  height: 16px;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-pin-bar.im-pin-bar_collapsed .im-pin-bar-arrow::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 16px;
  width: 16px;
  height: 16px;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-pin-bar.im-pin-bar_collapsed .im-pin-bar-arrow::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  background-size: 16px;
  width: 16px;
  height: 16px;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-pin-bar a {
  text-decoration: none;
}
body .im-pin-bar a {
  color: #838690;
}
.im-theme-dark_green .im-pin-bar a {
  color: #7e848f;
}
.im-theme-dark_blue .im-pin-bar a {
  color: #7e848f;
}
.im-theme-blue .im-pin-bar a {
  color: #838690;
}
.im-theme-vk_dark_blue .im-pin-bar a {
  color: #909499;
}
.im-theme-vk_blue .im-pin-bar a {
  color: #818C99;
}
.im-theme-dit_blue .im-pin-bar a {
  color: #838690;
}
.im-theme-myteam_green .im-pin-bar a {
  color: #838690;
}
.im-theme-dark_calls .im-pin-bar a {
  color: #9C9C9C;
}

.im-pin-bar-wrap {
  position: absolute;
  top: 5px;
  right: 30px;
  bottom: 4px;
  left: 72px;
  overflow: hidden;
}
.im-pin-bar-wrap .im-emoji_inline {
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
}

.im-pin-bar-msg {
  display: none;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 20px;
  font-size: 12px;
}
body .im-pin-bar-msg {
  color: #838690;
}
.im-theme-dark_green .im-pin-bar-msg {
  color: #7e848f;
}
.im-theme-dark_blue .im-pin-bar-msg {
  color: #7e848f;
}
.im-theme-blue .im-pin-bar-msg {
  color: #838690;
}
.im-theme-vk_dark_blue .im-pin-bar-msg {
  color: #909499;
}
.im-theme-vk_blue .im-pin-bar-msg {
  color: #818C99;
}
.im-theme-dit_blue .im-pin-bar-msg {
  color: #838690;
}
.im-theme-myteam_green .im-pin-bar-msg {
  color: #838690;
}
.im-theme-dark_calls .im-pin-bar-msg {
  color: #9C9C9C;
}

.im-pin-bar-author {
  display: inline-flex;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
}
.im-pin-bar-author span {
  font-size: 14px;
  line-height: 20px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
body .im-pin-bar-author span {
  color: #00B84D;
}
.im-theme-dark_green .im-pin-bar-author span {
  color: #0AC248;
}
.im-theme-dark_blue .im-pin-bar-author span {
  color: #2f92ff;
}
.im-theme-blue .im-pin-bar-author span {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-pin-bar-author span {
  color: #71AAEB;
}
.im-theme-vk_blue .im-pin-bar-author span {
  color: #4986CC;
}
.im-theme-dit_blue .im-pin-bar-author span {
  color: #2E72BF;
}
.im-theme-myteam_green .im-pin-bar-author span {
  color: #17C97E;
}
.im-theme-dark_calls .im-pin-bar-author span {
  color: #027AFF;
}

.im-pin-bar-text {
  font-size: 14px;
  height: 19px;
  line-height: 19px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
body .im-pin-bar-text {
  color: #838690;
}
.im-theme-dark_green .im-pin-bar-text {
  color: #7e848f;
}
.im-theme-dark_blue .im-pin-bar-text {
  color: #7e848f;
}
.im-theme-blue .im-pin-bar-text {
  color: #838690;
}
.im-theme-vk_dark_blue .im-pin-bar-text {
  color: #909499;
}
.im-theme-vk_blue .im-pin-bar-text {
  color: #818C99;
}
.im-theme-dit_blue .im-pin-bar-text {
  color: #838690;
}
.im-theme-myteam_green .im-pin-bar-text {
  color: #838690;
}
.im-theme-dark_calls .im-pin-bar-text {
  color: #9C9C9C;
}

.im-pin-bar-widget {
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 20px;
  width: 44px;
  height: 32px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.im-pin-bar-widget:before {
  content: "";
  position: absolute;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3Cpath d='M5.63713 12.104L2.52542 8.98156C2.2979 8.757 2.16983 8.45064 2.16983 8.13096C2.16983 7.81128 2.2979 7.50492 2.52542 7.28035C2.59465 7.20769 2.67452 7.14597 2.7623 7.09731L2.97764 6.97887C3.64823 6.59031 4.49621 6.70073 5.04494 7.24805L5.88478 8.05559L12.0221 3.54415L11.2684 2.77968C11.1209 2.63943 11.0374 2.44483 11.0374 2.24132C11.0374 2.03781 11.1209 1.84321 11.2684 1.70296L12.3451 0.626245C12.4868 0.481559 12.6809 0.400024 12.8834 0.400024C13.086 0.400024 13.28 0.481559 13.4218 0.626245L19.3437 6.54818C19.4884 6.68995 19.57 6.88398 19.57 7.08654C19.57 7.2891 19.4884 7.48314 19.3437 7.6249L18.267 8.70162C17.969 8.99724 17.4883 8.99724 17.1903 8.70162L16.4366 7.94792L11.9898 14.1713L12.7112 14.8927C13.2585 15.4415 13.3689 16.2894 12.9803 16.96L12.8511 17.1754C12.5145 17.7483 11.7778 17.9409 11.2038 17.6061C11.1142 17.551 11.0311 17.486 10.9561 17.4123L7.85517 14.3221L0.501194 19.8241C0.424104 19.8914 0.309106 19.8914 0.232015 19.8241C0.189263 19.7548 0.189263 19.6673 0.232015 19.598L5.63713 12.104Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: inherit;
  height: inherit;
}
body .im-pin-bar-widget:before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-pin-bar-widget:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-pin-bar-widget:before {
  background-color: #7e848f;
}
.im-theme-blue .im-pin-bar-widget:before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-pin-bar-widget:before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-pin-bar-widget:before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-pin-bar-widget:before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-pin-bar-widget:before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-pin-bar-widget:before {
  background-color: #949494;
}
body .im-pin-bar-widget.im-pin-bar_sticker {
  background-color: #eceef3;
}
.im-theme-dark_green .im-pin-bar-widget.im-pin-bar_sticker {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-pin-bar-widget.im-pin-bar_sticker {
  background-color: #3c3d47;
}
.im-theme-blue .im-pin-bar-widget.im-pin-bar_sticker {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-pin-bar-widget.im-pin-bar_sticker {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-pin-bar-widget.im-pin-bar_sticker {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-pin-bar-widget.im-pin-bar_sticker {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-pin-bar-widget.im-pin-bar_sticker {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-pin-bar-widget.im-pin-bar_sticker {
  background-color: #1F1F1F;
}
.im-pin-bar-widget.im-pin-bar_sticker:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 16.5C13.5899 16.5 16.5 13.5899 16.5 10C16.5 6.41015 13.5899 3.5 10 3.5C6.41015 3.5 3.5 6.41015 3.5 10C3.5 13.5899 6.41015 16.5 10 16.5ZM10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 14.4183 14.4183 18 10 18ZM7.25 9.5C7.94036 9.5 8.5 8.94036 8.5 8.25C8.5 7.55964 7.94036 7 7.25 7C6.55964 7 6 7.55964 6 8.25C6 8.94036 6.55964 9.5 7.25 9.5ZM12.75 9.5C13.4404 9.5 14 8.94036 14 8.25C14 7.55964 13.4404 7 12.75 7C12.0596 7 11.5 7.55964 11.5 8.25C11.5 8.94036 12.0596 9.5 12.75 9.5ZM6.10533 11C6.05139 11 5.9977 11.0073 5.9457 11.0216C5.62624 11.1098 5.43872 11.4402 5.52688 11.7597L5.52694 11.7597C6.12305 13.9199 7.6135 15 9.9983 15C12.3831 15 13.8736 13.9199 14.4697 11.7596C14.484 11.7076 14.4913 11.6539 14.4913 11.6C14.4913 11.2686 14.2227 11 13.8913 11L6.10533 11Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 16.5C13.5899 16.5 16.5 13.5899 16.5 10C16.5 6.41015 13.5899 3.5 10 3.5C6.41015 3.5 3.5 6.41015 3.5 10C3.5 13.5899 6.41015 16.5 10 16.5ZM10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 14.4183 14.4183 18 10 18ZM7.25 9.5C7.94036 9.5 8.5 8.94036 8.5 8.25C8.5 7.55964 7.94036 7 7.25 7C6.55964 7 6 7.55964 6 8.25C6 8.94036 6.55964 9.5 7.25 9.5ZM12.75 9.5C13.4404 9.5 14 8.94036 14 8.25C14 7.55964 13.4404 7 12.75 7C12.0596 7 11.5 7.55964 11.5 8.25C11.5 8.94036 12.0596 9.5 12.75 9.5ZM6.10533 11C6.05139 11 5.9977 11.0073 5.9457 11.0216C5.62624 11.1098 5.43872 11.4402 5.52688 11.7597L5.52694 11.7597C6.12305 13.9199 7.6135 15 9.9983 15C12.3831 15 13.8736 13.9199 14.4697 11.7596C14.484 11.7076 14.4913 11.6539 14.4913 11.6C14.4913 11.2686 14.2227 11 13.8913 11L6.10533 11Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-pin-bar-widget.im-pin-bar_sticker:before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-pin-bar-widget.im-pin-bar_sticker:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-pin-bar-widget.im-pin-bar_sticker:before {
  background-color: #7e848f;
}
.im-theme-blue .im-pin-bar-widget.im-pin-bar_sticker:before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-pin-bar-widget.im-pin-bar_sticker:before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-pin-bar-widget.im-pin-bar_sticker:before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-pin-bar-widget.im-pin-bar_sticker:before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-pin-bar-widget.im-pin-bar_sticker:before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-pin-bar-widget.im-pin-bar_sticker:before {
  background-color: #949494;
}
body .im-pin-bar-widget.im-pin-bar_image {
  background-color: #eceef3;
}
.im-theme-dark_green .im-pin-bar-widget.im-pin-bar_image {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-pin-bar-widget.im-pin-bar_image {
  background-color: #3c3d47;
}
.im-theme-blue .im-pin-bar-widget.im-pin-bar_image {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-pin-bar-widget.im-pin-bar_image {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-pin-bar-widget.im-pin-bar_image {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-pin-bar-widget.im-pin-bar_image {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-pin-bar-widget.im-pin-bar_image {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-pin-bar-widget.im-pin-bar_image {
  background-color: #1F1F1F;
}
.im-pin-bar-widget.im-pin-bar_image:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-pin-bar-widget.im-pin-bar_image:before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-pin-bar-widget.im-pin-bar_image:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-pin-bar-widget.im-pin-bar_image:before {
  background-color: #7e848f;
}
.im-theme-blue .im-pin-bar-widget.im-pin-bar_image:before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-pin-bar-widget.im-pin-bar_image:before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-pin-bar-widget.im-pin-bar_image:before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-pin-bar-widget.im-pin-bar_image:before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-pin-bar-widget.im-pin-bar_image:before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-pin-bar-widget.im-pin-bar_image:before {
  background-color: #949494;
}
body .im-pin-bar-widget.im-pin-bar_video {
  background-color: #eceef3;
}
.im-theme-dark_green .im-pin-bar-widget.im-pin-bar_video {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-pin-bar-widget.im-pin-bar_video {
  background-color: #3c3d47;
}
.im-theme-blue .im-pin-bar-widget.im-pin-bar_video {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-pin-bar-widget.im-pin-bar_video {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-pin-bar-widget.im-pin-bar_video {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-pin-bar-widget.im-pin-bar_video {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-pin-bar-widget.im-pin-bar_video {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-pin-bar-widget.im-pin-bar_video {
  background-color: #1F1F1F;
}
.im-pin-bar-widget.im-pin-bar_video:before {
  display: none;
}
.im-pin-bar-widget.im-pin-bar_video:after {
  content: "";
  display: block;
  width: 44px;
  height: 32px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3714 11.1809L5.30176 18.7422C4.63752 19.1959 3.72447 19.035 3.26239 18.3828C3.09157 18.1417 3 17.855 3 17.5613L3 2.43858C3 1.64407 3.65594 0.999999 4.46509 0.999999C4.76423 0.999999 5.05619 1.08991 5.30176 1.25764L16.3714 8.819C17.0357 9.27272 17.1996 10.1692 16.7375 10.8215C16.6382 10.9616 16.5142 11.0834 16.3714 11.1809Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3714 11.1809L5.30176 18.7422C4.63752 19.1959 3.72447 19.035 3.26239 18.3828C3.09157 18.1417 3 17.855 3 17.5613L3 2.43858C3 1.64407 3.65594 0.999999 4.46509 0.999999C4.76423 0.999999 5.05619 1.08991 5.30176 1.25764L16.3714 8.819C17.0357 9.27272 17.1996 10.1692 16.7375 10.8215C16.6382 10.9616 16.5142 11.0834 16.3714 11.1809Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  margin: 5px 10px;
}
body .im-pin-bar-widget.im-pin-bar_link {
  background-color: #eceef3;
}
.im-theme-dark_green .im-pin-bar-widget.im-pin-bar_link {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-pin-bar-widget.im-pin-bar_link {
  background-color: #3c3d47;
}
.im-theme-blue .im-pin-bar-widget.im-pin-bar_link {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-pin-bar-widget.im-pin-bar_link {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-pin-bar-widget.im-pin-bar_link {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-pin-bar-widget.im-pin-bar_link {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-pin-bar-widget.im-pin-bar_link {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-pin-bar-widget.im-pin-bar_link {
  background-color: #1F1F1F;
}
.im-pin-bar-widget.im-pin-bar_link:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  margin: 5px 10px;
}
body .im-pin-bar-widget.im-pin-bar_link:before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-pin-bar-widget.im-pin-bar_link:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-pin-bar-widget.im-pin-bar_link:before {
  background-color: #7e848f;
}
.im-theme-blue .im-pin-bar-widget.im-pin-bar_link:before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-pin-bar-widget.im-pin-bar_link:before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-pin-bar-widget.im-pin-bar_link:before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-pin-bar-widget.im-pin-bar_link:before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-pin-bar-widget.im-pin-bar_link:before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-pin-bar-widget.im-pin-bar_link:before {
  background-color: #949494;
}
.im-pin-bar-widget.im-pin-bar-widget_preview {
  background-color: transparent;
  background-size: cover;
  background-position: center center;
}
.im-pin-bar-widget.im-pin-bar-widget_preview:before {
  display: none;
}
.im-pin-bar-widget.im-pin-bar-widget_preview.im-pin-bar_sticker {
  background-size: contain;
}
.im-pin-bar-widget.im-pin-bar-widget_sticker {
  background-size: contain;
  background-position: center center;
}
.im-pin-bar-widget.im-pin-bar-widget_sticker:before {
  display: none;
}

.im-desktop .im-pin-bar:hover {
  background-color: #f3f5f8;
}
.im-desktop .im-pin-bar-widget.im-pin-bar-widget_hover:hover {
  background-color: #e4e7ef;
}

.im-desktop.im-theme-dark_green .im-pin-bar:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_green .im-pin-bar-widget.im-pin-bar-widget_hover:hover {
  background-color: #444551;
}

.im-desktop.im-theme-dark_blue .im-pin-bar:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-pin-bar-widget.im-pin-bar-widget_hover:hover {
  background-color: #444551;
}

.im-desktop.im-theme-blue .im-pin-bar:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-blue .im-pin-bar-widget.im-pin-bar-widget_hover:hover {
  background-color: #e4e7ef;
}

.im-desktop.im-theme-vk_dark_blue .im-pin-bar:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_dark_blue .im-pin-bar-widget.im-pin-bar-widget_hover:hover {
  background-color: #444551;
}

.im-desktop.im-theme-vk_blue .im-pin-bar:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-vk_blue .im-pin-bar-widget.im-pin-bar-widget_hover:hover {
  background-color: #E4E7EF;
}

.im-desktop.im-theme-dit_blue .im-pin-bar:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dit_blue .im-pin-bar-widget.im-pin-bar-widget_hover:hover {
  background-color: #e4e7ef;
}

.im-desktop.im-theme-myteam_green .im-pin-bar:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-pin-bar-widget.im-pin-bar-widget_hover:hover {
  background-color: #e4e7ef;
}

.im-desktop.im-theme-dark_calls .im-pin-bar:hover {
  background-color: #1F1F1F;
}
.im-desktop.im-theme-dark_calls .im-pin-bar-widget.im-pin-bar-widget_hover:hover {
  background-color: #0F0F0F;
}

.im-pin-bar-arrow {
  position: absolute;
  top: 6px;
  right: 12px;
  bottom: auto;
  left: auto;
  width: 33px;
  height: 35px;
  -webkit-transform: scale(0.75) rotate(180deg);
  -moz-transform: scale(0.75) rotate(180deg);
  -o-transform: scale(0.75) rotate(180deg);
  -ms-transform: scale(0.75) rotate(180deg);
  transform: scale(0.75) rotate(180deg);
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12.0565 15L6 9' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12.0565 15L6 9' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-pin-bar-arrow {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-pin-bar-arrow {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-pin-bar-arrow {
  background-color: #7e848f;
}
.im-theme-blue .im-pin-bar-arrow {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-pin-bar-arrow {
  background-color: #76787A;
}
.im-theme-vk_blue .im-pin-bar-arrow {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-pin-bar-arrow {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-pin-bar-arrow {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-pin-bar-arrow {
  background-color: #949494;
}

.im-dialogpage__ext-topbar {
  display: none;
  height: 48px;
  border-top: 1px solid;
  overflow: hidden;
  font-size: 11.5px;
  letter-spacing: 0.01em;
  padding: 5px 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-dialogpage__ext-topbar {
  color: #838690;
  border-top-color: #eceef3;
}
body .im-dialogpage__ext-topbar a {
  color: #00B84D;
}
body .im-dialogpage__ext-topbar a:hover {
  color: #00A846;
}
body .im-dialogpage__ext-topbar a:active {
  color: #009940;
}
.im-theme-dark_green .im-dialogpage__ext-topbar {
  color: #7e848f;
  border-top-color: #3c3d47;
}
.im-theme-dark_green .im-dialogpage__ext-topbar a {
  color: #0AC248;
}
.im-theme-dark_green .im-dialogpage__ext-topbar a:hover {
  color: #0CDA51;
}
.im-theme-dark_green .im-dialogpage__ext-topbar a:active {
  color: #0DF25A;
}
.im-theme-dark_blue .im-dialogpage__ext-topbar {
  color: #7e848f;
  border-top-color: #3c3d47;
}
.im-theme-dark_blue .im-dialogpage__ext-topbar a {
  color: #2f92ff;
}
.im-theme-dark_blue .im-dialogpage__ext-topbar a:hover {
  color: #479dff;
}
.im-theme-dark_blue .im-dialogpage__ext-topbar a:active {
  color: #47a0ff;
}
.im-theme-blue .im-dialogpage__ext-topbar {
  color: #838690;
  border-top-color: #eceef3;
}
.im-theme-blue .im-dialogpage__ext-topbar a {
  color: #1B85F1;
}
.im-theme-blue .im-dialogpage__ext-topbar a:hover {
  color: #1E7BDA;
}
.im-theme-blue .im-dialogpage__ext-topbar a:active {
  color: #2173C6;
}
.im-theme-vk_dark_blue .im-dialogpage__ext-topbar {
  color: #909499;
  border-top-color: #3C3D47;
}
.im-theme-vk_dark_blue .im-dialogpage__ext-topbar a {
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-dialogpage__ext-topbar a:hover {
  color: #689CD8;
}
.im-theme-vk_dark_blue .im-dialogpage__ext-topbar a:active {
  color: #689CD8;
}
.im-theme-vk_blue .im-dialogpage__ext-topbar {
  color: #818C99;
  border-top-color: #ECEEF3;
}
.im-theme-vk_blue .im-dialogpage__ext-topbar a {
  color: #4986CC;
}
.im-theme-vk_blue .im-dialogpage__ext-topbar a:hover {
  color: #4681C4;
}
.im-theme-vk_blue .im-dialogpage__ext-topbar a:active {
  color: #4077B4;
}
.im-theme-dit_blue .im-dialogpage__ext-topbar {
  color: #838690;
  border-top-color: #eceef3;
}
.im-theme-dit_blue .im-dialogpage__ext-topbar a {
  color: #2E72BF;
}
.im-theme-dit_blue .im-dialogpage__ext-topbar a:hover {
  color: #1E67BB;
}
.im-theme-dit_blue .im-dialogpage__ext-topbar a:active {
  color: #1B5CA8;
}
.im-theme-myteam_green .im-dialogpage__ext-topbar {
  color: #838690;
  border-top-color: #eceef3;
}
.im-theme-myteam_green .im-dialogpage__ext-topbar a {
  color: #17C97E;
}
.im-theme-myteam_green .im-dialogpage__ext-topbar a:hover {
  color: #15BD76;
}
.im-theme-myteam_green .im-dialogpage__ext-topbar a:active {
  color: #10AC6B;
}
.im-theme-dark_calls .im-dialogpage__ext-topbar {
  color: #9C9C9C;
  border-top-color: #1F1F1F;
}
.im-theme-dark_calls .im-dialogpage__ext-topbar a {
  color: #027AFF;
}
.im-theme-dark_calls .im-dialogpage__ext-topbar a:hover {
  color: #0275F5;
}
.im-theme-dark_calls .im-dialogpage__ext-topbar a:active {
  color: #0270EB;
}

.im-dialogpage_ext-topbar-show .app-topbar {
  height: 104px;
}
.im-dialogpage_ext-topbar-show .app-content {
  top: 104px;
}
.im-dialogpage_ext-topbar-show .im-dialogpage__ext-topbar {
  display: block;
}

.im-chat__shadow {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.im-dialog_pinned .im-chat__shadow {
  top: 48px;
}
.im-dialog_pinned-collapsed .im-chat__shadow {
  top: 0;
}
.im-splitview .im-dialog_pinned-collapsed .im-chat__shadow {
  top: 0px;
}
.im-dialog_stranger .im-chat__shadow {
  top: 48px;
}

.im-dialog_stranger .im-pin-bar {
  display: none;
}

.im-chat__history,
.im-history {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}

.im-history {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.im-chat__history-wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.im-chat__messages-wrap {
  width: 100%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
}

.im-chat__history {
  background-color: transparent;
  width: 100%;
  overflow: hidden;
}
.im-chat__history .im-message-link {
  text-decoration: underline;
}
body .im-chat__history .im-message-link {
  color: #00B84D;
}
body .im-chat__history .im-message-link:active {
  color: #00B84D;
}
body .im-chat__history .im-message-link::selection {
  color: #111111;
}
.im-theme-dark_green .im-chat__history .im-message-link {
  color: #0AC248;
}
.im-theme-dark_green .im-chat__history .im-message-link:active {
  color: #0AC248;
}
.im-theme-dark_green .im-chat__history .im-message-link::selection {
  color: #ffffff;
}
.im-theme-dark_blue .im-chat__history .im-message-link {
  color: #2f92ff;
}
.im-theme-dark_blue .im-chat__history .im-message-link:active {
  color: #2f92ff;
}
.im-theme-dark_blue .im-chat__history .im-message-link::selection {
  color: #ffffff;
}
.im-theme-blue .im-chat__history .im-message-link {
  color: #1B85F1;
}
.im-theme-blue .im-chat__history .im-message-link:active {
  color: #1B85F1;
}
.im-theme-blue .im-chat__history .im-message-link::selection {
  color: #111111;
}
.im-theme-vk_dark_blue .im-chat__history .im-message-link {
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-chat__history .im-message-link:active {
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-chat__history .im-message-link::selection {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-chat__history .im-message-link {
  color: #4986CC;
}
.im-theme-vk_blue .im-chat__history .im-message-link:active {
  color: #4986CC;
}
.im-theme-vk_blue .im-chat__history .im-message-link::selection {
  color: #111111;
}
.im-theme-dit_blue .im-chat__history .im-message-link {
  color: #2E72BF;
}
.im-theme-dit_blue .im-chat__history .im-message-link:active {
  color: #2E72BF;
}
.im-theme-dit_blue .im-chat__history .im-message-link::selection {
  color: #111111;
}
.im-theme-myteam_green .im-chat__history .im-message-link {
  color: #17C97E;
}
.im-theme-myteam_green .im-chat__history .im-message-link:active {
  color: #17C97E;
}
.im-theme-myteam_green .im-chat__history .im-message-link::selection {
  color: #111111;
}
.im-theme-dark_calls .im-chat__history .im-message-link {
  color: #027AFF;
}
.im-theme-dark_calls .im-chat__history .im-message-link:active {
  color: #027AFF;
}
.im-theme-dark_calls .im-chat__history .im-message-link::selection {
  color: #FFFFFF;
}

.im-chat__history-round-button, .im-tasklist_go-up, .im-chat__history-go-mention, .im-chat__history-go-down {
  position: absolute;
  top: auto;
  right: 16px;
  bottom: auto;
  left: auto;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 19px;
  cursor: pointer;
}
.im-chat__history-round-button:before, .im-tasklist_go-up:before, .im-chat__history-go-mention:before, .im-chat__history-go-down:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
}
body .im-chat__history-round-button, body .im-tasklist_go-up, body .im-chat__history-go-mention, body .im-chat__history-go-down {
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.im-theme-dark_green .im-chat__history-round-button, .im-theme-dark_green .im-tasklist_go-up, .im-theme-dark_green .im-chat__history-go-mention, .im-theme-dark_green .im-chat__history-go-down {
  background-color: #2b2c34;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.im-theme-dark_blue .im-chat__history-round-button, .im-theme-dark_blue .im-tasklist_go-up, .im-theme-dark_blue .im-chat__history-go-mention, .im-theme-dark_blue .im-chat__history-go-down {
  background-color: #2b2c34;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.im-theme-blue .im-chat__history-round-button, .im-theme-blue .im-tasklist_go-up, .im-theme-blue .im-chat__history-go-mention, .im-theme-blue .im-chat__history-go-down {
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.im-theme-vk_dark_blue .im-chat__history-round-button, .im-theme-vk_dark_blue .im-tasklist_go-up, .im-theme-vk_dark_blue .im-chat__history-go-mention, .im-theme-vk_dark_blue .im-chat__history-go-down {
  background-color: #2B2C34;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
}
.im-theme-vk_blue .im-chat__history-round-button, .im-theme-vk_blue .im-tasklist_go-up, .im-theme-vk_blue .im-chat__history-go-mention, .im-theme-vk_blue .im-chat__history-go-down {
  background-color: #FFFFFF;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.im-theme-dit_blue .im-chat__history-round-button, .im-theme-dit_blue .im-tasklist_go-up, .im-theme-dit_blue .im-chat__history-go-mention, .im-theme-dit_blue .im-chat__history-go-down {
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.im-theme-myteam_green .im-chat__history-round-button, .im-theme-myteam_green .im-tasklist_go-up, .im-theme-myteam_green .im-chat__history-go-mention, .im-theme-myteam_green .im-chat__history-go-down {
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.im-theme-dark_calls .im-chat__history-round-button, .im-theme-dark_calls .im-tasklist_go-up, .im-theme-dark_calls .im-chat__history-go-mention, .im-theme-dark_calls .im-chat__history-go-down {
  background-color: #2B2B2B;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.im-desktop .im-chat__history-round-button:hover, .im-desktop .im-tasklist_go-up:hover, .im-desktop .im-chat__history-go-mention:hover, .im-desktop .im-chat__history-go-down:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_green .im-chat__history-round-button:hover, .im-desktop.im-theme-dark_green .im-tasklist_go-up:hover, .im-desktop.im-theme-dark_green .im-chat__history-go-mention:hover, .im-desktop.im-theme-dark_green .im-chat__history-go-down:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-chat__history-round-button:hover, .im-desktop.im-theme-dark_blue .im-tasklist_go-up:hover, .im-desktop.im-theme-dark_blue .im-chat__history-go-mention:hover, .im-desktop.im-theme-dark_blue .im-chat__history-go-down:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-blue .im-chat__history-round-button:hover, .im-desktop.im-theme-blue .im-tasklist_go-up:hover, .im-desktop.im-theme-blue .im-chat__history-go-mention:hover, .im-desktop.im-theme-blue .im-chat__history-go-down:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__history-round-button:hover, .im-desktop.im-theme-vk_dark_blue .im-tasklist_go-up:hover, .im-desktop.im-theme-vk_dark_blue .im-chat__history-go-mention:hover, .im-desktop.im-theme-vk_dark_blue .im-chat__history-go-down:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-chat__history-round-button:hover, .im-desktop.im-theme-vk_blue .im-tasklist_go-up:hover, .im-desktop.im-theme-vk_blue .im-chat__history-go-mention:hover, .im-desktop.im-theme-vk_blue .im-chat__history-go-down:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-dit_blue .im-chat__history-round-button:hover, .im-desktop.im-theme-dit_blue .im-tasklist_go-up:hover, .im-desktop.im-theme-dit_blue .im-chat__history-go-mention:hover, .im-desktop.im-theme-dit_blue .im-chat__history-go-down:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-chat__history-round-button:hover, .im-desktop.im-theme-myteam_green .im-tasklist_go-up:hover, .im-desktop.im-theme-myteam_green .im-chat__history-go-mention:hover, .im-desktop.im-theme-myteam_green .im-chat__history-go-down:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_calls .im-chat__history-round-button:hover, .im-desktop.im-theme-dark_calls .im-tasklist_go-up:hover, .im-desktop.im-theme-dark_calls .im-chat__history-go-mention:hover, .im-desktop.im-theme-dark_calls .im-chat__history-go-down:hover {
  background-color: #1F1F1F;
}

.im-chat__history-go-down {
  display: flex;
  justify-content: center;
  align-items: center;
  /*@if ($property == transform) or ($property == box-shadow) or ($property == border-radius) {
      $real_val: $val;
      $val: $property $val, -o- + $property $val, -webkit- + $property $val;
      @if ($excludeFF == false) {
          $val: $val, -moz- + $property $real_val;
      }
  } @else {*/
  transition: bottom 300ms;
  -moz-transition: bottom 300ms;
  -o-transition: bottom 300ms;
  -webkit-transition: bottom 300ms;
  bottom: -45px;
}
.im-chat__history-go-down:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12.0565 15L6 9' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12.0565 15L6 9' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-chat__history-go-down:before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-chat__history-go-down:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-chat__history-go-down:before {
  background-color: #7e848f;
}
.im-theme-blue .im-chat__history-go-down:before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-chat__history-go-down:before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-chat__history-go-down:before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-chat__history-go-down:before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-chat__history-go-down:before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-chat__history-go-down:before {
  background-color: #949494;
}
.im-chat__history-go-down.im-chat__history-go-down_visible {
  bottom: 8px;
}
.im-chat__history-go-down span {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: auto;
  left: auto;
  border-radius: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0;
  padding: 0 5px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-family: arial, sans-serif;
  font-weight: normal;
  text-align: center;
}
body .im-chat__history-go-down span {
  background-color: #21D86A;
  color: #ffffff;
}
.im-theme-dark_green .im-chat__history-go-down span {
  background-color: #0ADC5E;
  color: #2b2c34;
}
.im-theme-dark_blue .im-chat__history-go-down span {
  background-color: #2e91ff;
  color: #2b2c34;
}
.im-theme-blue .im-chat__history-go-down span {
  background-color: #2D90F5;
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-chat__history-go-down span {
  background-color: #71AAEB;
  color: #2B2C34;
}
.im-theme-vk_blue .im-chat__history-go-down span {
  background-color: #3F8AE0;
  color: #FFFFFF;
}
.im-theme-dit_blue .im-chat__history-go-down span {
  background-color: #2E72BF;
  color: #ffffff;
}
.im-theme-myteam_green .im-chat__history-go-down span {
  background-color: #18D893;
  color: #ffffff;
}
.im-theme-dark_calls .im-chat__history-go-down span {
  background-color: #0C7CFF;
  color: #2B2B2B;
}
.im-chat__history-go-down span:empty {
  display: none;
}

.im-chat__history-go-mention {
  bottom: 52px;
  display: none;
}
.im-chat__history-go-mention:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-size: 16px;
  width: 16px;
  height: 16px;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  margin: 11px;
}
body .im-chat__history-go-mention:before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-chat__history-go-mention:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-chat__history-go-mention:before {
  background-color: #7e848f;
}
.im-theme-blue .im-chat__history-go-mention:before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-chat__history-go-mention:before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-chat__history-go-mention:before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-chat__history-go-mention:before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-chat__history-go-mention:before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-chat__history-go-mention:before {
  background-color: #949494;
}
.im-chat__history-go-mention.im-chat__history-go-mention_visible {
  display: block;
}
.im-chat__history-go-mention span {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -6px;
  bottom: auto;
  left: auto;
  border-radius: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0;
  padding: 0 5px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-family: arial, sans-serif;
  font-weight: normal;
  text-align: center;
}
body .im-chat__history-go-mention span {
  background-color: #21D86A;
  color: #ffffff;
}
.im-theme-dark_green .im-chat__history-go-mention span {
  background-color: #0ADC5E;
  color: #2b2c34;
}
.im-theme-dark_blue .im-chat__history-go-mention span {
  background-color: #2e91ff;
  color: #2b2c34;
}
.im-theme-blue .im-chat__history-go-mention span {
  background-color: #2D90F5;
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-chat__history-go-mention span {
  background-color: #71AAEB;
  color: #2B2C34;
}
.im-theme-vk_blue .im-chat__history-go-mention span {
  background-color: #3F8AE0;
  color: #FFFFFF;
}
.im-theme-dit_blue .im-chat__history-go-mention span {
  background-color: #2E72BF;
  color: #ffffff;
}
.im-theme-myteam_green .im-chat__history-go-mention span {
  background-color: #18D893;
  color: #ffffff;
}
.im-theme-dark_calls .im-chat__history-go-mention span {
  background-color: #0C7CFF;
  color: #2B2B2B;
}

.im-messages__date {
  text-align: center;
}
.im-messages__date span {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  letter-spacing: 0.1px;
  text-align: center;
  padding: 5px 10px 4px 10px;
  border: 1px solid;
  height: 13px;
  line-height: 13px;
  border-radius: 14px;
  margin: 12px auto;
  margin-top: 0;
  display: inline-block;
  text-transform: capitalize;
}
.im-messages__date span::selection {
  background-color: transparent;
}
.im-messages__date span img::selection {
  background-color: transparent;
}
body .im-messages__date span {
  background-color: #ffffff;
  color: #111111;
  border-color: #eceef3;
}
.im-theme-dark_green .im-messages__date span {
  background-color: #2b2c34;
  color: #ffffff;
  border-color: #3c3d47;
}
.im-theme-dark_blue .im-messages__date span {
  background-color: #2b2c34;
  color: #ffffff;
  border-color: #3c3d47;
}
.im-theme-blue .im-messages__date span {
  background-color: #ffffff;
  color: #111111;
  border-color: #eceef3;
}
.im-theme-vk_dark_blue .im-messages__date span {
  background-color: #2B2C34;
  color: #E1E3E6;
  border-color: #3C3D47;
}
.im-theme-vk_blue .im-messages__date span {
  background-color: #FFFFFF;
  color: #111111;
  border-color: #ECEEF3;
}
.im-theme-dit_blue .im-messages__date span {
  background-color: #ffffff;
  color: #111111;
  border-color: #eceef3;
}
.im-theme-myteam_green .im-messages__date span {
  background-color: #ffffff;
  color: #111111;
  border-color: #eceef3;
}
.im-theme-dark_calls .im-messages__date span {
  background-color: #2B2B2B;
  color: #FFFFFF;
  border-color: #1F1F1F;
}

.im-messages__date_flow {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  height: 0;
  visibility: hidden;
  z-index: 2;
  transition: opacity 0.4s cubic-bezier(0.26, 0.93, 0.765, 0.9) 0s;
  -moz-transition: opacity 0.4s cubic-bezier(0.26, 0.93, 0.765, 0.9) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.26, 0.93, 0.765, 0.9) 0s;
  -webkit-transition: opacity 0.4s cubic-bezier(0.26, 0.93, 0.765, 0.9) 0s;
}
.im-messages__date_flow span {
  margin-top: 7px;
}

.im-message__unread {
  font-size: 12px;
  padding: 4px 0 5px 0;
  height: 12px;
  line-height: 12px;
  text-align: center;
  margin: 4px 52px 16px;
  border-radius: 4px;
}
body .im-message__unread {
  background-color: rgba(0, 0, 0, 0.05);
  color: #838690;
}
.im-theme-dark_green .im-message__unread {
  background-color: rgba(255, 255, 255, 0.05);
  color: #7e848f;
}
.im-theme-dark_blue .im-message__unread {
  background-color: rgba(255, 255, 255, 0.05);
  color: #7e848f;
}
.im-theme-blue .im-message__unread {
  background-color: rgba(0, 0, 0, 0.05);
  color: #838690;
}
.im-theme-vk_dark_blue .im-message__unread {
  background-color: rgba(255, 255, 255, 0.05);
  color: #909499;
}
.im-theme-vk_blue .im-message__unread {
  background-color: rgba(0, 0, 0, 0.05);
  color: #818C99;
}
.im-theme-dit_blue .im-message__unread {
  background-color: rgba(0, 0, 0, 0.05);
  color: #838690;
}
.im-theme-myteam_green .im-message__unread {
  background-color: rgba(0, 0, 0, 0.05);
  color: #838690;
}
.im-theme-dark_calls .im-message__unread {
  background-color: rgba(255, 255, 255, 0.05);
  color: #9C9C9C;
}
.im-message-group__start + .im-message__unread {
  margin-top: 12px;
}
.im-message__unread + .im-messages__date span {
  margin-top: 0;
}

.im-message {
  position: relative;
  white-space: nowrap;
  padding: 0 46px 12px 16px;
  font: normal 15px arial, sans-serif;
}
body .im-message {
  color: #111111;
}
.im-theme-dark_green .im-message {
  color: #ffffff;
}
.im-theme-dark_blue .im-message {
  color: #ffffff;
}
.im-theme-blue .im-message {
  color: #111111;
}
.im-theme-vk_dark_blue .im-message {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-message {
  color: #111111;
}
.im-theme-dit_blue .im-message {
  color: #111111;
}
.im-theme-myteam_green .im-message {
  color: #111111;
}
.im-theme-dark_calls .im-message {
  color: #FFFFFF;
}
.im-message.im-message_has-seens {
  padding-bottom: 24px;
}
.im-message.im-message_has-seens .im-avatar-block {
  bottom: 24px;
}
.im-message mark {
  background-color: #d9d9d9;
}

.im-message_latest {
  margin-bottom: 16px;
}
.im-message_latest.im-message_has-seens {
  margin-bottom: 4px;
}
.im-message_latest.im-message_has_reply {
  padding-bottom: 35px;
}

.im-message__status {
  display: none;
  position: absolute;
  top: auto;
  right: -16px;
  bottom: 0;
  left: auto;
  width: 16px;
  height: 16px;
}
.im-message_state-sending .im-message__status {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='5.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8 5V8L10 9.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='5.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8 5V8L10 9.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-message_state-sending .im-message__status {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-message_state-sending .im-message__status {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-message_state-sending .im-message__status {
  background-color: #7e848f;
}
.im-theme-blue .im-message_state-sending .im-message__status {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-message_state-sending .im-message__status {
  background-color: #76787A;
}
.im-theme-vk_blue .im-message_state-sending .im-message__status {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-message_state-sending .im-message__status {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-message_state-sending .im-message__status {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-message_state-sending .im-message__status {
  background-color: #949494;
}
.im-message_state-sent .im-message__status {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-message_state-sent .im-message__status {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-message_state-sent .im-message__status {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-message_state-sent .im-message__status {
  background-color: #7e848f;
}
.im-theme-blue .im-message_state-sent .im-message__status {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-message_state-sent .im-message__status {
  background-color: #76787A;
}
.im-theme-vk_blue .im-message_state-sent .im-message__status {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-message_state-sent .im-message__status {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-message_state-sent .im-message__status {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-message_state-sent .im-message__status {
  background-color: #949494;
}
.im-message_state-delivered .im-message__status {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8L5.5 10.5L11 5M8.5 10L9.5 11L13.5 7' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8L5.5 10.5L11 5M8.5 10L9.5 11L13.5 7' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-message_state-delivered .im-message__status {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-message_state-delivered .im-message__status {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-message_state-delivered .im-message__status {
  background-color: #7e848f;
}
.im-theme-blue .im-message_state-delivered .im-message__status {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-message_state-delivered .im-message__status {
  background-color: #76787A;
}
.im-theme-vk_blue .im-message_state-delivered .im-message__status {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-message_state-delivered .im-message__status {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-message_state-delivered .im-message__status {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-message_state-delivered .im-message__status {
  background-color: #949494;
}

.im-avatar-block {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 12px;
  left: 6px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: none;
}
.im-avatar-block .im-avatarbox {
  vertical-align: top;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 16px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-avatar-block .im-avatarmark {
  bottom: -2px;
  left: 20px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
body .im-avatar-block .im-avatarmark {
  border-color: #eceef3;
}
.im-theme-dark_green .im-avatar-block .im-avatarmark {
  border-color: #3c3d47;
}
.im-theme-dark_blue .im-avatar-block .im-avatarmark {
  border-color: #3c3d47;
}
.im-theme-blue .im-avatar-block .im-avatarmark {
  border-color: #eceef3;
}
.im-theme-vk_dark_blue .im-avatar-block .im-avatarmark {
  border-color: #3C3D47;
}
.im-theme-vk_blue .im-avatar-block .im-avatarmark {
  border-color: #ECEEF3;
}
.im-theme-dit_blue .im-avatar-block .im-avatarmark {
  border-color: #eceef3;
}
.im-theme-myteam_green .im-avatar-block .im-avatarmark {
  border-color: #eceef3;
}
.im-theme-dark_calls .im-avatar-block .im-avatarmark {
  border-color: #1F1F1F;
}

.im-dialogpage__is_chat .im-message__from, .im-dialogpage__is_chat .im-message__from__wrapper, .im-dialogpage_is_static .im-message__from, .im-dialogpage_is_static .im-message__from__wrapper {
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
}
.im-dialogpage__is_chat .im-message, .im-dialogpage_is_static .im-message {
  padding-left: 46px;
  /*.im-avatar-block .im-avatarbox, .im-avatar-block .im-avatarmark {  // Be careful !!!!!!
      @include inline-block;
  }
  &.im-message_self .im-avatar-block .im-avatarbox,  // Be careful !!!!!!
  &.im-message_self .im-avatar-block .im-avatarmark {
      display: none;
  }*/
}
.im-dialogpage__is_chat .im-message .im-avatar-block, .im-dialogpage_is_static .im-message .im-avatar-block {
  display: block;
}
.im-dialogpage__is_chat .im-message.im-message_self .im-avatar-block, .im-dialogpage_is_static .im-message.im-message_self .im-avatar-block {
  display: none;
}

.im-messages__avatar_flow {
  width: 32px;
  height: 32px;
  visibility: hidden;
  display: block;
  z-index: 2;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 4px;
  left: 6px;
}

.im-message__wrap-text {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.im-message__text {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  vertical-align: top;
  text-align: left;
  position: relative;
  white-space: normal;
  padding: 8px 12px;
  border-radius: 17px;
  word-break: break-word;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.04), 0 1px 1px 0px rgba(0, 0, 0, 0.05);
}
body .im-message__text {
  background-color: #ffffff;
}
.im-theme-dark_green .im-message__text {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-message__text {
  background-color: #2b2c34;
}
.im-theme-blue .im-message__text {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-message__text {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-message__text {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-message__text {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-message__text {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-message__text {
  background-color: #2B2B2B;
}
.im-message__text.im-message__text-media {
  max-width: 350px;
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

/*.im-message__textblock {
        &::selection,
        .im-message__mention::selection,
        a::selection {
            background: rgba($primary_pastel, 0.99);
        }

        &::-moz-selection,
        .im-message__mention::-moz-selection,
        a::-moz-selection {
            background: $primary_pastel;
        }

        img::selection {
            background: rgba($primary_pastel, 0.8);
        }
    }

    .im-snippet__title span::selection,
    .im-snippet__domain::selection {
        background: rgba($primary_pastel, 0.99);
    }
    .im-snippet__title span::-moz-selection,
    .im-snippet__domain::-moz-selection {
        background: $primary_pastel;
    }*/
.im-message__mention {
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
}
body .im-message__mention {
  color: #00B84D;
}
body .im-message__mention::selection {
  color: #111111;
}
.im-theme-dark_green .im-message__mention {
  color: #0AC248;
}
.im-theme-dark_green .im-message__mention::selection {
  color: #ffffff;
}
.im-theme-dark_blue .im-message__mention {
  color: #2f92ff;
}
.im-theme-dark_blue .im-message__mention::selection {
  color: #ffffff;
}
.im-theme-blue .im-message__mention {
  color: #1B85F1;
}
.im-theme-blue .im-message__mention::selection {
  color: #111111;
}
.im-theme-vk_dark_blue .im-message__mention {
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-message__mention::selection {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-message__mention {
  color: #4986CC;
}
.im-theme-vk_blue .im-message__mention::selection {
  color: #111111;
}
.im-theme-dit_blue .im-message__mention {
  color: #2E72BF;
}
.im-theme-dit_blue .im-message__mention::selection {
  color: #111111;
}
.im-theme-myteam_green .im-message__mention {
  color: #17C97E;
}
.im-theme-myteam_green .im-message__mention::selection {
  color: #111111;
}
.im-theme-dark_calls .im-message__mention {
  color: #027AFF;
}
.im-theme-dark_calls .im-message__mention::selection {
  color: #FFFFFF;
}

.im-message__blinking > .im-message__wrap-text > .im-message__text {
  transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -webkit-transition: background-color 200ms;
}
body .im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #21D86A;
}
.im-theme-dark_green .im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #2e91ff;
}
.im-theme-blue .im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #18D893;
}
.im-theme-dark_calls .im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #0C7CFF;
}

body .im-message_sticker.im-message__blinking .im-message__text,
body .im-message-single_image.im-message__blinking .im-message__text {
  background-color: #21D86A;
}
.im-theme-dark_green .im-message_sticker.im-message__blinking .im-message__text,
.im-theme-dark_green .im-message-single_image.im-message__blinking .im-message__text {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-message_sticker.im-message__blinking .im-message__text,
.im-theme-dark_blue .im-message-single_image.im-message__blinking .im-message__text {
  background-color: #2e91ff;
}
.im-theme-blue .im-message_sticker.im-message__blinking .im-message__text,
.im-theme-blue .im-message-single_image.im-message__blinking .im-message__text {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-message_sticker.im-message__blinking .im-message__text,
.im-theme-vk_dark_blue .im-message-single_image.im-message__blinking .im-message__text {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-message_sticker.im-message__blinking .im-message__text,
.im-theme-vk_blue .im-message-single_image.im-message__blinking .im-message__text {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-message_sticker.im-message__blinking .im-message__text,
.im-theme-dit_blue .im-message-single_image.im-message__blinking .im-message__text {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-message_sticker.im-message__blinking .im-message__text,
.im-theme-myteam_green .im-message-single_image.im-message__blinking .im-message__text {
  background-color: #18D893;
}
.im-theme-dark_calls .im-message_sticker.im-message__blinking .im-message__text,
.im-theme-dark_calls .im-message-single_image.im-message__blinking .im-message__text {
  background-color: #0C7CFF;
}
.im-message_sticker.im-message__blinking .im-message__text .im-snippet__image, .im-message_sticker.im-message__blinking .im-message__text .im-file__image,
.im-message-single_image.im-message__blinking .im-message__text .im-snippet__image,
.im-message-single_image.im-message__blinking .im-message__text .im-file__image {
  opacity: 0.6;
}

.im-message__textblock {
  word-wrap: break-word;
  display: block;
  padding: 4px 0;
  line-height: 19px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
  width: 100%;
}
.im-message__textblock:empty {
  display: none;
}
.im-message__textblock.im-message_first {
  padding-top: 0;
}
.im-message__textblock.im-message_last {
  padding-bottom: 0;
}
.im-message__textblock .im-emoji_inline {
  vertical-align: text-top;
  width: 19px;
  height: 19px;
  background-size: 19px 19px;
}

.im-message_formatted {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-message_formatted * {
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.im-message__dummy-date {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  font-size: 12px;
  visibility: hidden;
  white-space: nowrap;
}
.im-message.im-message-single_image .im-message__dummy-date, .im-message_middle .im-message__dummy-date, .im-message_first:not(.im-message_last) .im-message__dummy-date {
  display: none;
}

/*.im-dialogpage_hidepreviews {
    .im-message__text {
        padding: 10px;
    }
    .im-message__textblock {
        display: inline;
        padding: 0;
    }
}*/
.im-message__from__wrapper {
  height: auto;
  min-height: 21px;
  width: 100%;
  min-width: 145px;
  margin-bottom: 4px;
  display: none;
}

.im-message__from {
  font-size: 14px;
  display: none;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  white-space: nowrap;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*.im-message_self & {
      color: $primary_inverse;
  }*/
}
body .im-message__from {
  color: #00B84D;
}
.im-theme-dark_green .im-message__from {
  color: #0AC248;
}
.im-theme-dark_blue .im-message__from {
  color: #2f92ff;
}
.im-theme-blue .im-message__from {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-message__from {
  color: #71AAEB;
}
.im-theme-vk_blue .im-message__from {
  color: #4986CC;
}
.im-theme-dit_blue .im-message__from {
  color: #2E72BF;
}
.im-theme-myteam_green .im-message__from {
  color: #17C97E;
}
.im-theme-dark_calls .im-message__from {
  color: #027AFF;
}
.im-message__from span {
  display: block;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  vertical-align: bottom;
}
.im-message__from span::selection {
  background-color: transparent;
}
.im-message__from span img::selection {
  background-color: transparent;
}
.im-message__from span .im-emoji_inline {
  vertical-align: text-top;
}
.im-message__from span .im-emoji_inline {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
}
.im-message__from span span {
  display: inline;
}

.im-forward__from {
  font-weight: bold;
  font-size: 96%;
}

.im-message__read {
  display: block;
  position: relative;
  height: 1px;
  text-align: right;
  font-size: 12px;
}
.im-message__read .im-avatarbox {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border-radius: 8px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  margin-left: 6px;
  margin-top: 0px;
  margin-right: 12px;
  position: absolute;
  top: -22px;
  right: 16px;
  bottom: auto;
  left: auto;
}

.im-message__date {
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 6px;
  left: auto;
  white-space: nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*@if ($property == transform) or ($property == box-shadow) or ($property == border-radius) {
      $real_val: $val;
      $val: $property $val, -o- + $property $val, -webkit- + $property $val;
      @if ($excludeFF == false) {
          $val: $val, -moz- + $property $real_val;
      }
  } @else {*/
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
}
.im-message__date::selection {
  background-color: transparent;
}
.im-message__date img::selection {
  background-color: transparent;
}
body .im-message__date {
  color: #838690;
}
.im-theme-dark_green .im-message__date {
  color: #7e848f;
}
.im-theme-dark_blue .im-message__date {
  color: #7e848f;
}
.im-theme-blue .im-message__date {
  color: #838690;
}
.im-theme-vk_dark_blue .im-message__date {
  color: #909499;
}
.im-theme-vk_blue .im-message__date {
  color: #818C99;
}
.im-theme-dit_blue .im-message__date {
  color: #838690;
}
.im-theme-myteam_green .im-message__date {
  color: #838690;
}
.im-theme-dark_calls .im-message__date {
  color: #9C9C9C;
}
body .im-message_self .im-message__date {
  color: #0ABD47;
}
.im-theme-dark_green .im-message_self .im-message__date {
  color: #0AC248;
}
.im-theme-dark_blue .im-message_self .im-message__date {
  color: #73a5dc;
}
.im-theme-blue .im-message_self .im-message__date {
  color: #6087B3;
}
.im-theme-vk_dark_blue .im-message_self .im-message__date {
  color: #72A4DB;
}
.im-theme-vk_blue .im-message_self .im-message__date {
  color: #4772A6;
}
.im-theme-dit_blue .im-message_self .im-message__date {
  color: #5A8ABF;
}
.im-theme-myteam_green .im-message_self .im-message__date {
  color: #61CEBA;
}
.im-theme-dark_calls .im-message_self .im-message__date {
  color: #2D8DFF;
}
.im-message-single_image .im-message__date, .im-message_sticker .im-message__date, .im-message_self.im-message-single_image .im-message__date, .im-message_self.im-message_sticker .im-message__date {
  border-radius: 15px;
  padding: 4px 8px;
  bottom: 8px;
  right: 8px;
}
body .im-message-single_image .im-message__date, body .im-message_sticker .im-message__date, body .im-message_self.im-message-single_image .im-message__date, body .im-message_self.im-message_sticker .im-message__date {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_green .im-message-single_image .im-message__date, .im-theme-dark_green .im-message_sticker .im-message__date, .im-theme-dark_green .im-message_self.im-message-single_image .im-message__date, .im-theme-dark_green .im-message_self.im-message_sticker .im-message__date {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_blue .im-message-single_image .im-message__date, .im-theme-dark_blue .im-message_sticker .im-message__date, .im-theme-dark_blue .im-message_self.im-message-single_image .im-message__date, .im-theme-dark_blue .im-message_self.im-message_sticker .im-message__date {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-blue .im-message-single_image .im-message__date, .im-theme-blue .im-message_sticker .im-message__date, .im-theme-blue .im-message_self.im-message-single_image .im-message__date, .im-theme-blue .im-message_self.im-message_sticker .im-message__date {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_dark_blue .im-message-single_image .im-message__date, .im-theme-vk_dark_blue .im-message_sticker .im-message__date, .im-theme-vk_dark_blue .im-message_self.im-message-single_image .im-message__date, .im-theme-vk_dark_blue .im-message_self.im-message_sticker .im-message__date {
  color: #E1E3E6;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_blue .im-message-single_image .im-message__date, .im-theme-vk_blue .im-message_sticker .im-message__date, .im-theme-vk_blue .im-message_self.im-message-single_image .im-message__date, .im-theme-vk_blue .im-message_self.im-message_sticker .im-message__date {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dit_blue .im-message-single_image .im-message__date, .im-theme-dit_blue .im-message_sticker .im-message__date, .im-theme-dit_blue .im-message_self.im-message-single_image .im-message__date, .im-theme-dit_blue .im-message_self.im-message_sticker .im-message__date {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-myteam_green .im-message-single_image .im-message__date, .im-theme-myteam_green .im-message_sticker .im-message__date, .im-theme-myteam_green .im-message_self.im-message-single_image .im-message__date, .im-theme-myteam_green .im-message_self.im-message_sticker .im-message__date {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_calls .im-message-single_image .im-message__date, .im-theme-dark_calls .im-message_sticker .im-message__date, .im-theme-dark_calls .im-message_self.im-message-single_image .im-message__date, .im-theme-dark_calls .im-message_self.im-message_sticker .im-message__date {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.55);
}

.im-dialogpage_hidetime .im-message__datetime {
  opacity: 0;
}
.im-dialogpage_hidetime .im-message_edited .im-message__attribute {
  transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  left: 0;
  margin-left: 9px;
}
.im-dialogpage_hidetime .im-message_edited.im-message_self .im-message__attribute {
  right: 0;
  margin-right: 9px;
}

.im-message__seens {
  position: absolute;
  top: auto;
  right: 17px;
  bottom: 4px;
  left: auto;
  height: 16px;
  width: 80px;
  text-align: right;
  font-size: 12px;
}
.im-message__seens .im-avatarbox {
  cursor: pointer;
  visibility: visible;
  vertical-align: top;
  position: static;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border-radius: 8px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.im-message__seens-more {
  visibility: visible;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 16px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
  margin-right: 0;
  margin-left: -4px;
  margin-top: -8px;
  text-align: left;
  transform: scale(0.5);
  position: relative;
}
body .im-message__seens-more {
  background-color: #eceef3;
}
.im-theme-dark_green .im-message__seens-more {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-message__seens-more {
  background-color: #3c3d47;
}
.im-theme-blue .im-message__seens-more {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-message__seens-more {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-message__seens-more {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-message__seens-more {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-message__seens-more {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-message__seens-more {
  background-color: #1F1F1F;
}
.im-message__seens-more div {
  width: 5px;
  height: 5px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  margin-left: -2.5px;
  margin-top: -2.5px;
}
body .im-message__seens-more div {
  background-color: #6f747e;
}
.im-theme-dark_green .im-message__seens-more div {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-message__seens-more div {
  background-color: #9ea0b2;
}
.im-theme-blue .im-message__seens-more div {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-message__seens-more div {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-message__seens-more div {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-message__seens-more div {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-message__seens-more div {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-message__seens-more div {
  background-color: #7A7A7A;
}
.im-message__seens-more div:first-child {
  margin-left: -10px;
}
.im-message__seens-more div:last-child {
  margin-left: 6px;
}

.im-message-group .im-message__from__wrapper, .im-message-group .im-message__from, .im-message-group__last .im-message__from__wrapper, .im-message-group__last .im-message__from {
  display: none;
}

.im-message-group, .im-message-group__start {
  padding-bottom: 4px;
  /*.im-avatar-block .im-avatarbox,
  .im-avatar-block .im-avatarmark {  // Be careful !!!!!!
      visibility: hidden;
  }*/
}
.im-message-group .im-avatar-block, .im-message-group__start .im-avatar-block {
  visibility: hidden;
}

.im-message-group .im-message__text, .im-message-group.im-message.im-message-single_image .im-file_preview, .im-message-group.im-message.im-message-single_image .im-file__image, .im-message-group.im-message.im-message-single_image .im-file__image img, .im-message-group.im-message.im-message-single_image .im-snippet_image {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 17px;
}

.im-message-group__last .im-message__text, .im-message-group__last.im-message.im-message-single_image .im-file_preview, .im-message-group__last.im-message.im-message-single_image .im-file__image, .im-message-group__last.im-message.im-message-single_image .im-file__image img, .im-message-group__last.im-message.im-message-single_image .im-snippet_image {
  border-top-left-radius: 4px;
  border-top-right-radius: 17px;
}

.im-message-group__start .im-message__text, .im-message-group__start.im-message.im-message-single_image .im-file_preview, .im-message-group__start.im-message.im-message-single_image .im-file__image, .im-message-group__start.im-message.im-message-single_image .im-file__image img, .im-message-group__start.im-message.im-message-single_image .im-snippet_image {
  border-bottom-left-radius: 4px;
}

.im-message_self {
  text-align: right;
  padding-right: 26px;
  padding-left: 46px;
  /*.im-dialogpage__is_chat & .im-avatar-block .im-avatarbox,  // Be careful !!!!!!
  .im-dialogpage__is_chat & .im-avatar-block .im-avatarmark,*/
}
.im-dialogpage__is_chat .im-message_self .im-avatar-block,
.im-message_self .im-message__from__wrapper, .im-message_self .im-message__from {
  display: none;
}
.im-message_self .im-message__status {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
body .im-message_self .im-message__text, body .im-message_self .im-message__bot-section {
  background-color: #D6FFE0;
}
.im-theme-dark_green .im-message_self .im-message__text, .im-theme-dark_green .im-message_self .im-message__bot-section {
  background-color: #2A4533;
}
.im-theme-dark_blue .im-message_self .im-message__text, .im-theme-dark_blue .im-message_self .im-message__bot-section {
  background-color: #22344F;
}
.im-theme-blue .im-message_self .im-message__text, .im-theme-blue .im-message_self .im-message__bot-section {
  background-color: #C7E6FF;
}
.im-theme-vk_dark_blue .im-message_self .im-message__text, .im-theme-vk_dark_blue .im-message_self .im-message__bot-section {
  background-color: #22344F;
}
.im-theme-vk_blue .im-message_self .im-message__text, .im-theme-vk_blue .im-message_self .im-message__bot-section {
  background-color: #C7E6FF;
}
.im-theme-dit_blue .im-message_self .im-message__text, .im-theme-dit_blue .im-message_self .im-message__bot-section {
  background-color: #CCE2FB;
}
.im-theme-myteam_green .im-message_self .im-message__text, .im-theme-myteam_green .im-message_self .im-message__bot-section {
  background-color: #E1FFED;
}
.im-theme-dark_calls .im-message_self .im-message__text, .im-theme-dark_calls .im-message_self .im-message__bot-section {
  background-color: #00397C;
}
body .im-message_self.im-message_sticker .im-message__text {
  background: none;
}
.im-theme-dark_green .im-message_self.im-message_sticker .im-message__text {
  background: none;
}
.im-theme-dark_blue .im-message_self.im-message_sticker .im-message__text {
  background: none;
}
.im-theme-blue .im-message_self.im-message_sticker .im-message__text {
  background: none;
}
.im-theme-vk_dark_blue .im-message_self.im-message_sticker .im-message__text {
  background: none;
}
.im-theme-vk_blue .im-message_self.im-message_sticker .im-message__text {
  background: none;
}
.im-theme-dit_blue .im-message_self.im-message_sticker .im-message__text {
  background: none;
}
.im-theme-myteam_green .im-message_self.im-message_sticker .im-message__text {
  background: none;
}
.im-theme-dark_calls .im-message_self.im-message_sticker .im-message__text {
  background: none;
}
body .im-message_self.im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #21D86A;
}
.im-theme-dark_green .im-message_self.im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-message_self.im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #2e91ff;
}
.im-theme-blue .im-message_self.im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-message_self.im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-message_self.im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-message_self.im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-message_self.im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #18D893;
}
.im-theme-dark_calls .im-message_self.im-message__blinking > .im-message__wrap-text > .im-message__text {
  background-color: #0C7CFF;
}
.im-dialogpage__is_chat .im-message_self.im-message.im-message-single_image {
  /*& .im-avatar-block .im-avatarbox, & .im-avatar-block .im-avatarmark {  // Be careful !!!!!!
      visibility: visible;
  }*/
}
.im-dialogpage__is_chat .im-message_self.im-message.im-message-single_image .im-file_preview, .im-dialogpage__is_chat .im-message_self.im-message.im-message-single_image .im-file__image, .im-dialogpage__is_chat .im-message_self.im-message.im-message-single_image .im-file__image img, .im-dialogpage__is_chat .im-message_self.im-message.im-message-single_image .im-snippet_image {
  border-radius: 17px;
}
.im-message_self.im-message-group .im-message__text, .im-message_self.im-message-group.im-message-single_image .im-file_preview, .im-message_self.im-message-group.im-message-single_image .im-file__image, .im-message_self.im-message-group.im-message-single_image .im-file__image img, .im-message_self.im-message-group.im-message-single_image .im-snippet_image {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.im-message_self.im-message-group__last .im-message__text, .im-message_self.im-message-group__last.im-message-single_image .im-file_preview, .im-message_self.im-message-group__last.im-message-single_image .im-file__image, .im-message_self.im-message-group__last.im-message-single_image .im-file__image img, .im-message_self.im-message-group__last.im-message-single_image .im-snippet_image {
  border-top-left-radius: 17px;
  border-top-right-radius: 4px;
}
.im-message_self.im-message-group__start .im-message__text, .im-message_self.im-message-group__start.im-message-single_image .im-file_preview, .im-message_self.im-message-group__start.im-message-single_image .im-file__image, .im-message_self.im-message-group__start.im-message-single_image .im-file__image img, .im-message_self.im-message-group__start.im-message-single_image .im-snippet_image {
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 4px;
}

/*.im-message_dynamic {
    .im-message__text {
        padding: 0;
        background: transparent;
        //        background: none;
    }
}*/
.im-message.im-message-single_image,
.im-message_sticker {
  /*.im-message__from {
      display: none;
  }*/
}
.im-message.im-message-single_image .im-message__text,
.im-message_sticker .im-message__text {
  padding: 0;
}
.im-message.im-message-single_image .im-message__from__wrapper,
.im-message_sticker .im-message__from__wrapper {
  max-width: 360px;
}
.im-message.im-message-single_image .im-message__from__wrapper .im-message__from,
.im-message_sticker .im-message__from__wrapper .im-message__from {
  position: static;
  width: 100%;
}

.im-message.im-message-single_image .im-message__from {
  padding: 8px 12px 0 12px;
}

.im-message.im-message-single_image .im-file-wrapper {
  display: block;
  text-align: center;
  line-height: 0;
}
.im-message.im-message-single_image .im-file_preview, .im-message.im-message-single_image .im-file__image, .im-message.im-message-single_image .im-file__image img, .im-message.im-message-single_image .im-snippet_image {
  border-radius: 17px;
}
.im-dialogpage__is_chat .im-message.im-message-single_image:not(.im-message_self):not(.im-message-group):not(.im-message-group__last) .im-file_preview, .im-dialogpage__is_chat .im-message.im-message-single_image:not(.im-message_self):not(.im-message-group):not(.im-message-group__last) .im-file__image, .im-dialogpage__is_chat .im-message.im-message-single_image:not(.im-message_self):not(.im-message-group):not(.im-message-group__last) .im-file__image img, .im-dialogpage__is_chat .im-message.im-message-single_image:not(.im-message_self):not(.im-message-group):not(.im-message-group__last) .im-snippet__image, .im-dialogpage__is_chat .im-message.im-message-single_image:not(.im-message_self):not(.im-message-group):not(.im-message-group__last) .im-snippet_image {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.im-message_sticker .im-message__text {
  box-shadow: none;
  display: inline-table;
  width: auto;
}
body .im-message_sticker .im-message__text {
  background: none;
}
.im-theme-dark_green .im-message_sticker .im-message__text {
  background: none;
}
.im-theme-dark_blue .im-message_sticker .im-message__text {
  background: none;
}
.im-theme-blue .im-message_sticker .im-message__text {
  background: none;
}
.im-theme-vk_dark_blue .im-message_sticker .im-message__text {
  background: none;
}
.im-theme-vk_blue .im-message_sticker .im-message__text {
  background: none;
}
.im-theme-dit_blue .im-message_sticker .im-message__text {
  background: none;
}
.im-theme-myteam_green .im-message_sticker .im-message__text {
  background: none;
}
.im-theme-dark_calls .im-message_sticker .im-message__text {
  background: none;
}
.im-message_sticker .im-file.im-file_preview {
  max-width: 170px;
  max-height: 170px;
}
.im-message_sticker .im-file__forward {
  display: none;
}
.im-message_sticker.im-message-single_image .im-file-wrapper, .im-message_sticker .im-file-wrapper {
  text-align: left;
  display: inline-block;
}
.im-message_sticker.im-message-single_image .im-message__date {
  right: 10px;
  margin-left: -54px;
  bottom: 12px;
  display: inline-block;
}
.im-dialogpage__is_chat .im-message_sticker:not(.im-message_self) .im-message__from__wrapper, .im-message_sticker .im-message__from {
  display: block;
}
.im-message_sticker.im-message.im-message-single_image .im-file_preview, .im-message_sticker.im-message.im-message-single_image .im-file__image, .im-message_sticker.im-message.im-message-single_image .im-file__image img, .im-message_sticker.im-message_self.im-message.im-message-single_image .im-file_preview, .im-message_sticker.im-message_self.im-message.im-message-single_image .im-file__image, .im-message_sticker.im-message_self.im-message.im-message-single_image .im-file__image img {
  border-radius: 0;
}
.im-message_sticker .im-message__bot-section {
  border-radius: 17px;
  padding-top: 0;
  margin-top: 0;
}

.im-message_event {
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 8px;
  /*.im-dialogpage__is_chat & .im-avatar-block .im-avatarbox, // Be careful !!!!!!
  .im-dialogpage__is_chat & .im-avatar-block .im-avatarmark, // Be careful !!!!!!*/
}
.im-pane.im-dialogpage__is_chat .im-message_event.im-message, .im-dialogpage__is_chat .im-message_event.im-message {
  padding-left: 32px;
  padding-right: 32px;
}
.im-dialogpage__is_chat .im-message_event .im-avatar-block,
.im-message_event .im-message__from__wrapper, .im-message_event .im-message__from {
  display: none;
}
.im-message_event .im-message__date {
  display: none;
}
.im-message_event .im-message__text {
  box-shadow: none;
  border-radius: 12px;
  text-align: center;
  font-size: 12px;
  padding: 4px 8px;
}
body .im-message_event .im-message__text {
  color: #838690;
  background-color: rgba(0, 0, 0, 0.05);
}
body .im-message_event .im-message__text a, body .im-message_event .im-message__text a:active {
  color: #838690;
  text-decoration: none;
}
.im-theme-dark_green .im-message_event .im-message__text {
  color: #7e848f;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dark_green .im-message_event .im-message__text a, .im-theme-dark_green .im-message_event .im-message__text a:active {
  color: #7e848f;
  text-decoration: none;
}
.im-theme-dark_blue .im-message_event .im-message__text {
  color: #7e848f;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dark_blue .im-message_event .im-message__text a, .im-theme-dark_blue .im-message_event .im-message__text a:active {
  color: #7e848f;
  text-decoration: none;
}
.im-theme-blue .im-message_event .im-message__text {
  color: #838690;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-blue .im-message_event .im-message__text a, .im-theme-blue .im-message_event .im-message__text a:active {
  color: #838690;
  text-decoration: none;
}
.im-theme-vk_dark_blue .im-message_event .im-message__text {
  color: #909499;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-vk_dark_blue .im-message_event .im-message__text a, .im-theme-vk_dark_blue .im-message_event .im-message__text a:active {
  color: #909499;
  text-decoration: none;
}
.im-theme-vk_blue .im-message_event .im-message__text {
  color: #818C99;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-vk_blue .im-message_event .im-message__text a, .im-theme-vk_blue .im-message_event .im-message__text a:active {
  color: #818C99;
  text-decoration: none;
}
.im-theme-dit_blue .im-message_event .im-message__text {
  color: #838690;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dit_blue .im-message_event .im-message__text a, .im-theme-dit_blue .im-message_event .im-message__text a:active {
  color: #838690;
  text-decoration: none;
}
.im-theme-myteam_green .im-message_event .im-message__text {
  color: #838690;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-myteam_green .im-message_event .im-message__text a, .im-theme-myteam_green .im-message_event .im-message__text a:active {
  color: #838690;
  text-decoration: none;
}
.im-theme-dark_calls .im-message_event .im-message__text {
  color: #9C9C9C;
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dark_calls .im-message_event .im-message__text a, .im-theme-dark_calls .im-message_event .im-message__text a:active {
  color: #9C9C9C;
  text-decoration: none;
}
.im-message_event .im-message__textblock {
  display: flex;
  display: block;
  line-height: normal;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-message_event .im-message__textblock .im-emoji_inline {
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
}
.im-message_event .im-message__textblock::selection {
  background-color: transparent;
}
.im-message_event .im-message__textblock img::selection {
  background-color: transparent;
}
.im-message_event b[data-user] {
  cursor: pointer;
}

.im-message__buttons {
  text-align: center;
  white-space: nowrap;
  margin: 6px 0 1px 0;
  display: none;
}

.im-message__buttons_show-avatar-btn {
  display: block;
}
.im-message__buttons_show-avatar-btn .im-message__button-wrapper_avatar {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}

.im-message__buttons_show-about-btn {
  display: block;
}
.im-message__buttons_show-about-btn .im-message__button-wrapper_about {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}

.im-message__button-wrapper {
  width: 50%;
  text-align: center;
  display: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 258px;
  min-width: 180px;
  padding: 0 4px;
}

.im-message__button {
  width: 100%;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  text-align: center;
  padding: 5px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 19px;
}
body .im-message__button {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_green .im-message__button {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_blue .im-message__button {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-blue .im-message__button {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-vk_dark_blue .im-message__button {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-vk_blue .im-message__button {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dit_blue .im-message__button {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-myteam_green .im-message__button {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_calls .im-message__button {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
body .im-message__button {
  color: #00B84D;
}
.im-theme-dark_green .im-message__button {
  color: #0AC248;
}
.im-theme-dark_blue .im-message__button {
  color: #2f92ff;
}
.im-theme-blue .im-message__button {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-message__button {
  color: #71AAEB;
}
.im-theme-vk_blue .im-message__button {
  color: #4986CC;
}
.im-theme-dit_blue .im-message__button {
  color: #2E72BF;
}
.im-theme-myteam_green .im-message__button {
  color: #17C97E;
}
.im-theme-dark_calls .im-message__button {
  color: #027AFF;
}
.im-desktop .im-message__button:hover {
  color: #00A846;
}
.im-desktop.im-theme-dark_green .im-message__button:hover {
  color: #0CDA51;
}
.im-desktop.im-theme-dark_blue .im-message__button:hover {
  color: #479dff;
}
.im-desktop.im-theme-blue .im-message__button:hover {
  color: #1E7BDA;
}
.im-desktop.im-theme-vk_dark_blue .im-message__button:hover {
  color: #689CD8;
}
.im-desktop.im-theme-vk_blue .im-message__button:hover {
  color: #4681C4;
}
.im-desktop.im-theme-dit_blue .im-message__button:hover {
  color: #1E67BB;
}
.im-desktop.im-theme-myteam_green .im-message__button:hover {
  color: #15BD76;
}
.im-desktop.im-theme-dark_calls .im-message__button:hover {
  color: #0275F5;
}
.im-desktop .im-message__button:active {
  color: #009940;
}
.im-desktop.im-theme-dark_green .im-message__button:active {
  color: #0DF25A;
}
.im-desktop.im-theme-dark_blue .im-message__button:active {
  color: #47a0ff;
}
.im-desktop.im-theme-blue .im-message__button:active {
  color: #2173C6;
}
.im-desktop.im-theme-vk_dark_blue .im-message__button:active {
  color: #689CD8;
}
.im-desktop.im-theme-vk_blue .im-message__button:active {
  color: #4077B4;
}
.im-desktop.im-theme-dit_blue .im-message__button:active {
  color: #1B5CA8;
}
.im-desktop.im-theme-myteam_green .im-message__button:active {
  color: #10AC6B;
}
.im-desktop.im-theme-dark_calls .im-message__button:active {
  color: #0270EB;
}
body .im-message__button:active {
  color: #009940;
}
.im-theme-dark_green .im-message__button:active {
  color: #0DF25A;
}
.im-theme-dark_blue .im-message__button:active {
  color: #47a0ff;
}
.im-theme-blue .im-message__button:active {
  color: #2173C6;
}
.im-theme-vk_dark_blue .im-message__button:active {
  color: #689CD8;
}
.im-theme-vk_blue .im-message__button:active {
  color: #4077B4;
}
.im-theme-dit_blue .im-message__button:active {
  color: #1B5CA8;
}
.im-theme-myteam_green .im-message__button:active {
  color: #10AC6B;
}
.im-theme-dark_calls .im-message__button:active {
  color: #0270EB;
}
body .im-message__button {
  background-color: #ffffff;
}
.im-theme-dark_green .im-message__button {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-message__button {
  background-color: #2b2c34;
}
.im-theme-blue .im-message__button {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-message__button {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-message__button {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-message__button {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-message__button {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-message__button {
  background-color: #2B2B2B;
}
.im-desktop .im-message__button:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-dark_green .im-message__button:hover {
  background-color: #282931;
}
.im-desktop.im-theme-dark_blue .im-message__button:hover {
  background-color: #282931;
}
.im-desktop.im-theme-blue .im-message__button:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-vk_dark_blue .im-message__button:hover {
  background-color: #282931;
}
.im-desktop.im-theme-vk_blue .im-message__button:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-dit_blue .im-message__button:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-myteam_green .im-message__button:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-dark_calls .im-message__button:hover {
  background-color: #262626;
}
.im-desktop .im-message__button:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-dark_green .im-message__button:active {
  background-color: #26272F;
}
.im-desktop.im-theme-dark_blue .im-message__button:active {
  background-color: #26272F;
}
.im-desktop.im-theme-blue .im-message__button:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-vk_dark_blue .im-message__button:active {
  background-color: #26272F;
}
.im-desktop.im-theme-vk_blue .im-message__button:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-dit_blue .im-message__button:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-myteam_green .im-message__button:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-dark_calls .im-message__button:active {
  background-color: #1F1F1F;
}
body .im-message__button:active {
  background-color: #f4f4f4;
}
.im-theme-dark_green .im-message__button:active {
  background-color: #26272F;
}
.im-theme-dark_blue .im-message__button:active {
  background-color: #26272F;
}
.im-theme-blue .im-message__button:active {
  background-color: #f4f4f4;
}
.im-theme-vk_dark_blue .im-message__button:active {
  background-color: #26272F;
}
.im-theme-vk_blue .im-message__button:active {
  background-color: #f4f4f4;
}
.im-theme-dit_blue .im-message__button:active {
  background-color: #f4f4f4;
}
.im-theme-myteam_green .im-message__button:active {
  background-color: #f4f4f4;
}
.im-theme-dark_calls .im-message__button:active {
  background-color: #1F1F1F;
}
.im-message__button input[type=file] {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  padding-bottom: 20px;
  margin-top: -20px;
  cursor: pointer;
}

/* Bot buttons under messages */
.im-message__bot-section {
  margin-top: -21px;
  padding-top: 21px;
  border: 1px solid;
  border-radius: 4px 4px 17px 17px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-message__bot-section {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
}
.im-theme-dark_green .im-message__bot-section {
  background-color: #2b2c34;
  border-color: rgba(0, 0, 0, 0.15);
}
.im-theme-dark_blue .im-message__bot-section {
  background-color: #2b2c34;
  border-color: rgba(0, 0, 0, 0.15);
}
.im-theme-blue .im-message__bot-section {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
}
.im-theme-vk_dark_blue .im-message__bot-section {
  background-color: #2B2C34;
  border-color: rgba(0, 0, 0, 0.15);
}
.im-theme-vk_blue .im-message__bot-section {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
}
.im-theme-dit_blue .im-message__bot-section {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
}
.im-theme-myteam_green .im-message__bot-section {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.1);
}
.im-theme-dark_calls .im-message__bot-section {
  background-color: #2B2B2B;
  border-color: rgba(0, 0, 0, 0.15);
}

.im-message__bot-row {
  width: 100%;
  height: 36px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid;
}
body .im-message__bot-row {
  border-color: rgba(0, 0, 0, 0.1);
}
.im-theme-dark_green .im-message__bot-row {
  border-color: rgba(0, 0, 0, 0.15);
}
.im-theme-dark_blue .im-message__bot-row {
  border-color: rgba(0, 0, 0, 0.15);
}
.im-theme-blue .im-message__bot-row {
  border-color: rgba(0, 0, 0, 0.1);
}
.im-theme-vk_dark_blue .im-message__bot-row {
  border-color: rgba(0, 0, 0, 0.15);
}
.im-theme-vk_blue .im-message__bot-row {
  border-color: rgba(0, 0, 0, 0.1);
}
.im-theme-dit_blue .im-message__bot-row {
  border-color: rgba(0, 0, 0, 0.1);
}
.im-theme-myteam_green .im-message__bot-row {
  border-color: rgba(0, 0, 0, 0.1);
}
.im-theme-dark_calls .im-message__bot-row {
  border-color: rgba(0, 0, 0, 0.15);
}
.im-message__bot-row:last-child {
  border: none;
}

.im-message__bot-row_double {
  height: 48px;
}

.im-message__bot-button {
  flex-grow: 1;
  padding: 0 12px;
  min-height: 36px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.6px;
  background: none;
  position: relative;
  text-overflow: ellipsis;
  border-right: 1px solid;
}
body .im-message__bot-button {
  color: #838690;
  border-color: rgba(0, 0, 0, 0.1);
}
.im-message_self body .im-message__bot-button {
  color: rgba(0, 0, 0, 0.55);
}
body .im-message__bot-button.im-message__bot-button_primary {
  color: #00B84D;
}
body .im-message__bot-button.im-message__bot-button_attention {
  color: #f83e33;
}
.im-theme-dark_green .im-message__bot-button {
  color: #7e848f;
  border-color: rgba(0, 0, 0, 0.15);
}
.im-message_self .im-theme-dark_green .im-message__bot-button {
  color: rgba(255, 255, 255, 0.55);
}
.im-theme-dark_green .im-message__bot-button.im-message__bot-button_primary {
  color: #0AC248;
}
.im-theme-dark_green .im-message__bot-button.im-message__bot-button_attention {
  color: #f75d5d;
}
.im-theme-dark_blue .im-message__bot-button {
  color: #7e848f;
  border-color: rgba(0, 0, 0, 0.15);
}
.im-message_self .im-theme-dark_blue .im-message__bot-button {
  color: rgba(255, 255, 255, 0.55);
}
.im-theme-dark_blue .im-message__bot-button.im-message__bot-button_primary {
  color: #2f92ff;
}
.im-theme-dark_blue .im-message__bot-button.im-message__bot-button_attention {
  color: #f75d5d;
}
.im-theme-blue .im-message__bot-button {
  color: #838690;
  border-color: rgba(0, 0, 0, 0.1);
}
.im-message_self .im-theme-blue .im-message__bot-button {
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-blue .im-message__bot-button.im-message__bot-button_primary {
  color: #1B85F1;
}
.im-theme-blue .im-message__bot-button.im-message__bot-button_attention {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-message__bot-button {
  color: #909499;
  border-color: rgba(0, 0, 0, 0.15);
}
.im-message_self .im-theme-vk_dark_blue .im-message__bot-button {
  color: rgba(255, 255, 255, 0.55);
}
.im-theme-vk_dark_blue .im-message__bot-button.im-message__bot-button_primary {
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-message__bot-button.im-message__bot-button_attention {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-message__bot-button {
  color: #818C99;
  border-color: rgba(0, 0, 0, 0.1);
}
.im-message_self .im-theme-vk_blue .im-message__bot-button {
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_blue .im-message__bot-button.im-message__bot-button_primary {
  color: #4986CC;
}
.im-theme-vk_blue .im-message__bot-button.im-message__bot-button_attention {
  color: #FF3347;
}
.im-theme-dit_blue .im-message__bot-button {
  color: #838690;
  border-color: rgba(0, 0, 0, 0.1);
}
.im-message_self .im-theme-dit_blue .im-message__bot-button {
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-dit_blue .im-message__bot-button.im-message__bot-button_primary {
  color: #2E72BF;
}
.im-theme-dit_blue .im-message__bot-button.im-message__bot-button_attention {
  color: #f83e33;
}
.im-theme-myteam_green .im-message__bot-button {
  color: #838690;
  border-color: rgba(0, 0, 0, 0.1);
}
.im-message_self .im-theme-myteam_green .im-message__bot-button {
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-myteam_green .im-message__bot-button.im-message__bot-button_primary {
  color: #17C97E;
}
.im-theme-myteam_green .im-message__bot-button.im-message__bot-button_attention {
  color: #EC264A;
}
.im-theme-dark_calls .im-message__bot-button {
  color: #9C9C9C;
  border-color: rgba(0, 0, 0, 0.15);
}
.im-message_self .im-theme-dark_calls .im-message__bot-button {
  color: rgba(255, 255, 255, 0.55);
}
.im-theme-dark_calls .im-message__bot-button.im-message__bot-button_primary {
  color: #027AFF;
}
.im-theme-dark_calls .im-message__bot-button.im-message__bot-button_attention {
  color: #FC2C38;
}
.im-message__bot-button.im-message__bot-button_loading {
  cursor: default;
}
.im-message__bot-button.im-message__bot-button_loading span {
  opacity: 0.5;
}
.im-message__bot-button:last-child {
  border: none;
}
.im-message__bot-button .im-circ-spinner {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: auto;
  bottom: auto;
  left: calc(50% - 12px);
}

.im-message__bot-button_url:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: auto;
  left: auto;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='2.76709' y1='9.23377' x2='8.04469' y2='3.95618' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='2.75' y1='2.75' x2='9.25' y2='2.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='9.24976' y1='2.74994' x2='9.25032' y2='9.24994' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='2.76709' y1='9.23377' x2='8.04469' y2='3.95618' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='2.75' y1='2.75' x2='9.25' y2='2.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='9.24976' y1='2.74994' x2='9.25032' y2='9.24994' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-message__bot-button_url:after {
  background-color: #838690;
}
.im-theme-dark_green .im-message__bot-button_url:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-message__bot-button_url:after {
  background-color: #7e848f;
}
.im-theme-blue .im-message__bot-button_url:after {
  background-color: #838690;
}
.im-theme-vk_dark_blue .im-message__bot-button_url:after {
  background-color: #909499;
}
.im-theme-vk_blue .im-message__bot-button_url:after {
  background-color: #818C99;
}
.im-theme-dit_blue .im-message__bot-button_url:after {
  background-color: #838690;
}
.im-theme-myteam_green .im-message__bot-button_url:after {
  background-color: #838690;
}
.im-theme-dark_calls .im-message__bot-button_url:after {
  background-color: #9C9C9C;
}
.im-message__bot-button_url.im-message__bot-button_primary:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='2.76709' y1='9.23377' x2='8.04469' y2='3.95618' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='2.75' y1='2.75' x2='9.25' y2='2.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='9.24976' y1='2.74994' x2='9.25032' y2='9.24994' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='2.76709' y1='9.23377' x2='8.04469' y2='3.95618' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='2.75' y1='2.75' x2='9.25' y2='2.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='9.24976' y1='2.74994' x2='9.25032' y2='9.24994' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-message__bot-button_url.im-message__bot-button_primary:after {
  background-color: #00B84D;
}
.im-theme-dark_green .im-message__bot-button_url.im-message__bot-button_primary:after {
  background-color: #0AC248;
}
.im-theme-dark_blue .im-message__bot-button_url.im-message__bot-button_primary:after {
  background-color: #2f92ff;
}
.im-theme-blue .im-message__bot-button_url.im-message__bot-button_primary:after {
  background-color: #1B85F1;
}
.im-theme-vk_dark_blue .im-message__bot-button_url.im-message__bot-button_primary:after {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-message__bot-button_url.im-message__bot-button_primary:after {
  background-color: #4986CC;
}
.im-theme-dit_blue .im-message__bot-button_url.im-message__bot-button_primary:after {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-message__bot-button_url.im-message__bot-button_primary:after {
  background-color: #17C97E;
}
.im-theme-dark_calls .im-message__bot-button_url.im-message__bot-button_primary:after {
  background-color: #027AFF;
}
.im-message__bot-button_url.im-message__bot-button_attention:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='2.76709' y1='9.23377' x2='8.04469' y2='3.95618' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='2.75' y1='2.75' x2='9.25' y2='2.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='9.24976' y1='2.74994' x2='9.25032' y2='9.24994' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='2.76709' y1='9.23377' x2='8.04469' y2='3.95618' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='2.75' y1='2.75' x2='9.25' y2='2.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='9.24976' y1='2.74994' x2='9.25032' y2='9.24994' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-message__bot-button_url.im-message__bot-button_attention:after {
  background-color: #f83e33;
}
.im-theme-dark_green .im-message__bot-button_url.im-message__bot-button_attention:after {
  background-color: #f75d5d;
}
.im-theme-dark_blue .im-message__bot-button_url.im-message__bot-button_attention:after {
  background-color: #f75d5d;
}
.im-theme-blue .im-message__bot-button_url.im-message__bot-button_attention:after {
  background-color: #f83e33;
}
.im-theme-vk_dark_blue .im-message__bot-button_url.im-message__bot-button_attention:after {
  background-color: #FF5C5C;
}
.im-theme-vk_blue .im-message__bot-button_url.im-message__bot-button_attention:after {
  background-color: #FF3347;
}
.im-theme-dit_blue .im-message__bot-button_url.im-message__bot-button_attention:after {
  background-color: #f83e33;
}
.im-theme-myteam_green .im-message__bot-button_url.im-message__bot-button_attention:after {
  background-color: #EC264A;
}
.im-theme-dark_calls .im-message__bot-button_url.im-message__bot-button_attention:after {
  background-color: #FC2C38;
}

/* File box in history*/
body .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: rgba(0, 0, 0, 0.05);
  color: #b7bcc9;
}
.im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: rgba(255, 255, 255, 0.05);
  color: #7e848f;
}
.im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: rgba(255, 255, 255, 0.05);
  color: #7e848f;
}
.im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: rgba(0, 0, 0, 0.05);
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: rgba(255, 255, 255, 0.05);
  color: #76787A;
}
.im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: rgba(0, 0, 0, 0.05);
  color: #99A2AD;
}
.im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: rgba(0, 0, 0, 0.05);
  color: #b7bcc9;
}
.im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: rgba(0, 0, 0, 0.05);
  color: #b7bcc9;
}
.im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: rgba(255, 255, 255, 0.05);
  color: #949494;
}
body .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #76787A;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #99A2AD;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #949494;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, body .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #76787A;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #99A2AD;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #949494;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #76787A;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #99A2AD;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #949494;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #76787A;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #99A2AD;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #949494;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #76787A;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #99A2AD;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #949494;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #76787A;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #99A2AD;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #949494;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #76787A;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #99A2AD;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #949494;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #76787A;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #99A2AD;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #949494;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #76787A;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #99A2AD;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #949494;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #76787A;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #99A2AD;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #949494;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, body .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #76787A;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #99A2AD;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #949494;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, body .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-dark_green .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #7e848f;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-blue .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-vk_dark_blue .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #76787A;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-vk_blue .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #99A2AD;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-dit_blue .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-myteam_green .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #b7bcc9;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-dark_calls .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #949494;
  -webkit-mask: "../images/fileTypeSprite.png";
}

body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: #c8f9d4;
  color: #0ABD47;
}
.im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: #4c8959;
  color: #0AC248;
}
.im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: #2a4a71;
  color: #73a5dc;
}
.im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: #aad7ff;
  color: #6087B3;
}
.im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: #2a4a71;
  color: #72A4DB;
}
.im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: #aad7ff;
  color: #4772A6;
}
.im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: #b1d6ff;
  color: #5A8ABF;
}
.im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: #c6f5d9;
  color: #61CEBA;
}
.im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon {
  background-color: #044ca1;
  color: #2D8DFF;
}
body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #0ABD47;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #0AC248;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #73a5dc;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #6087B3;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #72A4DB;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #4772A6;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #5A8ABF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #61CEBA;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_:after {
  background-color: #2D8DFF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #0ABD47;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #0AC248;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #73a5dc;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #6087B3;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #72A4DB;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #4772A6;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #5A8ABF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #61CEBA;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_doc:after, .im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_docx:after {
  background-color: #2D8DFF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #0ABD47;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #0AC248;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #73a5dc;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #6087B3;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #72A4DB;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #4772A6;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #5A8ABF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #61CEBA;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_xls:after {
  background-color: #2D8DFF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #0ABD47;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #0AC248;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #73a5dc;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #6087B3;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #72A4DB;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #4772A6;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #5A8ABF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #61CEBA;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_ppt:after {
  background-color: #2D8DFF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #0ABD47;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #0AC248;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #73a5dc;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #6087B3;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #72A4DB;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #4772A6;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #5A8ABF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #61CEBA;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_txt:after {
  background-color: #2D8DFF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #0ABD47;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #0AC248;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #73a5dc;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #6087B3;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #72A4DB;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #4772A6;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #5A8ABF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #61CEBA;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pdf:after {
  background-color: #2D8DFF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #0ABD47;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #0AC248;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #73a5dc;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #6087B3;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #72A4DB;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #4772A6;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #5A8ABF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #61CEBA;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_apk:after {
  background-color: #2D8DFF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #0ABD47;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #0AC248;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #73a5dc;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #6087B3;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #72A4DB;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #4772A6;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #5A8ABF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #61CEBA;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_pages:after {
  background-color: #2D8DFF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #0ABD47;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #0AC248;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #73a5dc;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #6087B3;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #72A4DB;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #4772A6;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #5A8ABF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #61CEBA;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_numbers:after {
  background-color: #2D8DFF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #0ABD47;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #0AC248;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #73a5dc;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #6087B3;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #72A4DB;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #4772A6;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #5A8ABF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #61CEBA;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_keynote:after {
  background-color: #2D8DFF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #0ABD47;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #0AC248;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #73a5dc;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #6087B3;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #72A4DB;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #4772A6;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #5A8ABF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #61CEBA;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_zip:after, .im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_rar:after {
  background-color: #2D8DFF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, body .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #0ABD47;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-dark_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #0AC248;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #73a5dc;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #6087B3;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-vk_dark_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #72A4DB;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-vk_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #4772A6;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-dit_blue .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #5A8ABF;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-myteam_green .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #61CEBA;
  -webkit-mask: "../images/fileTypeSprite.png";
}
.im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_mp3:after, .im-theme-dark_calls .im-message_self .im-file[data-antivirus=unsafe] .im-file__icon_wav:after {
  background-color: #2D8DFF;
  -webkit-mask: "../images/fileTypeSprite.png";
}

.im-file[data-antivirus=unchecked_pre] a, .im-file[data-antivirus=unsafe] a {
  pointer-events: none;
}

.im-file {
  position: relative;
  background: inherit;
  font-size: 15px;
  font-weight: normal;
  overflow: hidden;
  cursor: default;
  font-style: normal;
  width: 194px;
  height: 44px;
  padding-left: 52px;
  /*.im-pane & {
      width: $paneFilePreviewMaxWidth;
      height: 250px;
  }*/
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: initial;
  -webkit-justify-content: initial;
  -ms-justify-content: initial;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  /*.im-pane & {
      width: 220px;
      height: $pane_d;
      padding-left: $pane_d + 8px;
      .im-file__action, .im-file__drop {
          @include rounded($pane_d/2);
          width: $pane_d;
          height: $pane_d;
      }
      .im-file__drop {
          @include downloadButton($pane_d);
      }
  }

  .im-pane &.im-file_play {
      .im-file__drop {
          @include playButton($pane_d);
          @include centrize($pane_d);
      }
      .im-file__action {
          @include centrize($pane_d);
      }
  }*/
}
.im-file.im-file_uploading {
  /*height: 52px;
  .im-file__title {
      right: 20px;
      top: 3px;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: auto;
  }
  .im-file__title-fadeout { right: 20px; }
  .im-file__info { right: 20px; }
  .im-file__drop { display: none;}
  .im-file__forward { display: none;}*/
}
.im-file.im-file_uploading .im-file__action {
  display: none;
}
.im-file.im-file_uploading .im-file__drop {
  border: 1px solid rgba(69, 69, 69, 0.2);
  background: none;
  content: "";
  font-size: 0 !important;
}
.im-file.im-file_uploading .im-file__drop:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-file.im-file_uploading .im-file__drop:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-file.im-file_uploading .im-file__drop:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-file.im-file_uploading .im-file__drop:after {
  background-color: #7e848f;
}
.im-theme-blue .im-file.im-file_uploading .im-file__drop:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-file.im-file_uploading .im-file__drop:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-file.im-file_uploading .im-file__drop:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-file.im-file_uploading .im-file__drop:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-file.im-file_uploading .im-file__drop:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-file.im-file_uploading .im-file__drop:after {
  background-color: #949494;
}
body .im-file.im-file_uploading .im-file__drop:after {
  background: #b7bcc9;
}
.im-theme-dark_green .im-file.im-file_uploading .im-file__drop:after {
  background: #7e848f;
}
.im-theme-dark_blue .im-file.im-file_uploading .im-file__drop:after {
  background: #7e848f;
}
.im-theme-blue .im-file.im-file_uploading .im-file__drop:after {
  background: #b7bcc9;
}
.im-theme-vk_dark_blue .im-file.im-file_uploading .im-file__drop:after {
  background: #76787A;
}
.im-theme-vk_blue .im-file.im-file_uploading .im-file__drop:after {
  background: #99A2AD;
}
.im-theme-dit_blue .im-file.im-file_uploading .im-file__drop:after {
  background: #b7bcc9;
}
.im-theme-myteam_green .im-file.im-file_uploading .im-file__drop:after {
  background: #b7bcc9;
}
.im-theme-dark_calls .im-file.im-file_uploading .im-file__drop:after {
  background: #949494;
}
.im-file.im-file_uploading + .im-file__forward {
  display: none;
}
.im-file.im-file_preview {
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: initial;
  -webkit-justify-content: initial;
  -ms-justify-content: initial;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  text-align: center;
}
.im-file.im-file_preview .im-file__icon {
  display: none;
}
.im-file.im-file_preview .im-file__title-fadeout {
  display: none;
}
.im-file.im-file_preview .im-file__title {
  display: none;
}
.im-file.im-file_preview .im-file__info {
  display: none;
}
.im-file.im-file_preview .im-file__drop, .im-file.im-file_preview .im-file__action {
  display: none;
}
.im-file.im-file_preview.im-file_play .im-file__image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.2);
  border-radius: inherit;
}
.im-file.im-file_preview .im-file__image {
  line-height: 0;
  position: absolute;
  display: inline-block;
}
.im-file.im-file_ptt {
  width: 200px;
  min-height: 38px;
  height: auto;
  padding: 0;
}
.im-file.im-file_ptt .im-file__icon {
  display: none;
}
.im-file.im-file_ptt .im-file__title-fadeout {
  display: none;
}
.im-file.im-file_ptt .im-file__title {
  display: none;
}
.im-file.im-file_ptt .im-file__info {
  display: none;
}
.im-file.im-file_ptt .im-file__drop, .im-file.im-file_ptt .im-file__action {
  display: none;
}
.im-file.im-file_ptt + .im-file__forward {
  display: none;
}
.im-file.im-file_play .im-file__drop {
  display: block;
  border: 1px solid white;
  border-radius: 24px;
  background-color: transparent;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3714 11.1809L5.30176 18.7422C4.63752 19.1959 3.72447 19.035 3.26239 18.3828C3.09157 18.1417 3 17.855 3 17.5613L3 2.43858C3 1.64407 3.65594 0.999999 4.46509 0.999999C4.76423 0.999999 5.05619 1.08991 5.30176 1.25764L16.3714 8.819C17.0357 9.27272 17.1996 10.1692 16.7375 10.8215C16.6382 10.9616 16.5142 11.0834 16.3714 11.1809Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3714 11.1809L5.30176 18.7422C4.63752 19.1959 3.72447 19.035 3.26239 18.3828C3.09157 18.1417 3 17.855 3 17.5613L3 2.43858C3 1.64407 3.65594 0.999999 4.46509 0.999999C4.76423 0.999999 5.05619 1.08991 5.30176 1.25764L16.3714 8.819C17.0357 9.27272 17.1996 10.1692 16.7375 10.8215C16.6382 10.9616 16.5142 11.0834 16.3714 11.1809Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  background-size: 18px 24px;
  width: 18px 24px;
  height: 18px 24px;
  mask-size: 18px 24px;
  -webkit-mask-size: 18px 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  content: "";
  font-size: 0 !important;
}
.im-file.im-file_play .im-file__action {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
}
.im-file .im-file__icon_ {
  font-size: 0 !important;
  background-color: #a8adb8;
}
.im-file .im-file__icon_:after {
  background-image: url("../images/fileTypeSprite.png");
  background-position: 1px 0px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 35px 1050px;
  -webkit-mask-image: url("../images/fileTypeSprite.png");
  -webkit-mask-position: 1px 0px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-attachment: scroll;
  -webkit-mask-size: 35px 1050px;
  mask-image: url("../images/fileTypeSprite.png");
  mask-position: 1px 0px;
  mask-repeat: no-repeat;
  mask-attachment: scroll;
  mask-size: 35px 1050px;
}
.im-file .im-file__icon_doc, .im-file .im-file__icon_docx {
  font-size: 0 !important;
  background-color: #23589b;
}
.im-file .im-file__icon_doc:after, .im-file .im-file__icon_docx:after {
  background-image: url("../images/fileTypeSprite.png");
  background-position: 1px -70px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 35px 1050px;
  -webkit-mask-image: url("../images/fileTypeSprite.png");
  -webkit-mask-position: 1px -70px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-attachment: scroll;
  -webkit-mask-size: 35px 1050px;
  mask-image: url("../images/fileTypeSprite.png");
  mask-position: 1px -70px;
  mask-repeat: no-repeat;
  mask-attachment: scroll;
  mask-size: 35px 1050px;
}
.im-file .im-file__icon_xls {
  font-size: 0 !important;
  background-color: #1b7346;
}
.im-file .im-file__icon_xls:after {
  background-image: url("../images/fileTypeSprite.png");
  background-position: 1px -140px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 35px 1050px;
  -webkit-mask-image: url("../images/fileTypeSprite.png");
  -webkit-mask-position: 1px -140px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-attachment: scroll;
  -webkit-mask-size: 35px 1050px;
  mask-image: url("../images/fileTypeSprite.png");
  mask-position: 1px -140px;
  mask-repeat: no-repeat;
  mask-attachment: scroll;
  mask-size: 35px 1050px;
}
.im-file .im-file__icon_ppt {
  font-size: 0 !important;
  background-color: #d34829;
}
.im-file .im-file__icon_ppt:after {
  background-image: url("../images/fileTypeSprite.png");
  background-position: 1px -210px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 35px 1050px;
  -webkit-mask-image: url("../images/fileTypeSprite.png");
  -webkit-mask-position: 1px -210px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-attachment: scroll;
  -webkit-mask-size: 35px 1050px;
  mask-image: url("../images/fileTypeSprite.png");
  mask-position: 1px -210px;
  mask-repeat: no-repeat;
  mask-attachment: scroll;
  mask-size: 35px 1050px;
}
.im-file .im-file__icon_txt {
  font-size: 0 !important;
  background-color: #1e93f1;
}
.im-file .im-file__icon_txt:after {
  background-image: url("../images/fileTypeSprite.png");
  background-position: 1px -280px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 35px 1050px;
  -webkit-mask-image: url("../images/fileTypeSprite.png");
  -webkit-mask-position: 1px -280px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-attachment: scroll;
  -webkit-mask-size: 35px 1050px;
  mask-image: url("../images/fileTypeSprite.png");
  mask-position: 1px -280px;
  mask-repeat: no-repeat;
  mask-attachment: scroll;
  mask-size: 35px 1050px;
}
.im-file .im-file__icon_pdf {
  font-size: 0 !important;
  background-color: #f96657;
}
.im-file .im-file__icon_pdf:after {
  background-image: url("../images/fileTypeSprite.png");
  background-position: 1px -350px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 35px 1050px;
  -webkit-mask-image: url("../images/fileTypeSprite.png");
  -webkit-mask-position: 1px -350px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-attachment: scroll;
  -webkit-mask-size: 35px 1050px;
  mask-image: url("../images/fileTypeSprite.png");
  mask-position: 1px -350px;
  mask-repeat: no-repeat;
  mask-attachment: scroll;
  mask-size: 35px 1050px;
}
.im-file .im-file__icon_apk {
  font-size: 0 !important;
  background-color: #93c758;
}
.im-file .im-file__icon_apk:after {
  background-image: url("../images/fileTypeSprite.png");
  background-position: 1px -420px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 35px 1050px;
  -webkit-mask-image: url("../images/fileTypeSprite.png");
  -webkit-mask-position: 1px -420px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-attachment: scroll;
  -webkit-mask-size: 35px 1050px;
  mask-image: url("../images/fileTypeSprite.png");
  mask-position: 1px -420px;
  mask-repeat: no-repeat;
  mask-attachment: scroll;
  mask-size: 35px 1050px;
}
.im-file .im-file__icon_pages {
  font-size: 0 !important;
  background-color: #fd9202;
}
.im-file .im-file__icon_pages:after {
  background-image: url("../images/fileTypeSprite.png");
  background-position: 1px -490px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 35px 1050px;
  -webkit-mask-image: url("../images/fileTypeSprite.png");
  -webkit-mask-position: 1px -490px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-attachment: scroll;
  -webkit-mask-size: 35px 1050px;
  mask-image: url("../images/fileTypeSprite.png");
  mask-position: 1px -490px;
  mask-repeat: no-repeat;
  mask-attachment: scroll;
  mask-size: 35px 1050px;
}
.im-file .im-file__icon_numbers {
  font-size: 0 !important;
  background-color: #23d129;
}
.im-file .im-file__icon_numbers:after {
  background-image: url("../images/fileTypeSprite.png");
  background-position: 1px -560px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 35px 1050px;
  -webkit-mask-image: url("../images/fileTypeSprite.png");
  -webkit-mask-position: 1px -560px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-attachment: scroll;
  -webkit-mask-size: 35px 1050px;
  mask-image: url("../images/fileTypeSprite.png");
  mask-position: 1px -560px;
  mask-repeat: no-repeat;
  mask-attachment: scroll;
  mask-size: 35px 1050px;
}
.im-file .im-file__icon_keynote {
  font-size: 0 !important;
  background-color: #1e93f1;
}
.im-file .im-file__icon_keynote:after {
  background-image: url("../images/fileTypeSprite.png");
  background-position: 1px -630px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 35px 1050px;
  -webkit-mask-image: url("../images/fileTypeSprite.png");
  -webkit-mask-position: 1px -630px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-attachment: scroll;
  -webkit-mask-size: 35px 1050px;
  mask-image: url("../images/fileTypeSprite.png");
  mask-position: 1px -630px;
  mask-repeat: no-repeat;
  mask-attachment: scroll;
  mask-size: 35px 1050px;
}
.im-file .im-file__icon_zip, .im-file .im-file__icon_rar {
  font-size: 0 !important;
  background-color: #ffbb34;
}
.im-file .im-file__icon_zip:after, .im-file .im-file__icon_rar:after {
  background-image: url("../images/fileTypeSprite.png");
  background-position: 1px -700px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 35px 1050px;
  -webkit-mask-image: url("../images/fileTypeSprite.png");
  -webkit-mask-position: 1px -700px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-attachment: scroll;
  -webkit-mask-size: 35px 1050px;
  mask-image: url("../images/fileTypeSprite.png");
  mask-position: 1px -700px;
  mask-repeat: no-repeat;
  mask-attachment: scroll;
  mask-size: 35px 1050px;
}
.im-file .im-file__icon_mp3, .im-file .im-file__icon_wav {
  font-size: 0 !important;
  background-color: #b684c3;
}
.im-file .im-file__icon_mp3:after, .im-file .im-file__icon_wav:after {
  background-image: url("../images/fileTypeSprite.png");
  background-position: 1px -770px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 35px 1050px;
  -webkit-mask-image: url("../images/fileTypeSprite.png");
  -webkit-mask-position: 1px -770px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-attachment: scroll;
  -webkit-mask-size: 35px 1050px;
  mask-image: url("../images/fileTypeSprite.png");
  mask-position: 1px -770px;
  mask-repeat: no-repeat;
  mask-attachment: scroll;
  mask-size: 35px 1050px;
}

.im-file-wrapper {
  display: block;
  position: relative;
}

.im-file__ptt-box {
  overflow: hidden;
  display: inline-block;
  width: auto;
}

.im-file__ptt-box_translatable .im-file__ptt-translate {
  display: block;
}

.im-file__ptt-progress_box {
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 34px 18px 46px;
}
.im-file__ptt-progress_box:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: -2px;
}
body .im-file__ptt-progress_box:before {
  background-color: #C8F9D4;
}
.im-theme-dark_green .im-file__ptt-progress_box:before {
  background-color: #4C8959;
}
.im-theme-dark_blue .im-file__ptt-progress_box:before {
  background-color: #2A4A71;
}
.im-theme-blue .im-file__ptt-progress_box:before {
  background-color: #AAD7FF;
}
.im-theme-vk_dark_blue .im-file__ptt-progress_box:before {
  background-color: #2A4A71;
}
.im-theme-vk_blue .im-file__ptt-progress_box:before {
  background-color: #AAD7FF;
}
.im-theme-dit_blue .im-file__ptt-progress_box:before {
  background-color: #B1D6FF;
}
.im-theme-myteam_green .im-file__ptt-progress_box:before {
  background-color: #C6F5D9;
}
.im-theme-dark_calls .im-file__ptt-progress_box:before {
  background-color: #044CA1;
}
.im-file__ptt-box_translatable .im-file__ptt-progress_box {
  padding-right: 80px;
}

.im-file__ptt-progress {
  overflow: hidden;
  width: 0;
  height: 2px;
}
body .im-file__ptt-progress {
  background-color: #21D86A;
}
.im-theme-dark_green .im-file__ptt-progress {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-file__ptt-progress {
  background-color: #2e91ff;
}
.im-theme-blue .im-file__ptt-progress {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-file__ptt-progress {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-file__ptt-progress {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-file__ptt-progress {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-file__ptt-progress {
  background-color: #18D893;
}
.im-theme-dark_calls .im-file__ptt-progress {
  background-color: #0C7CFF;
}

.im-file__ptt-play {
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}
body .im-file__ptt-play {
  background-color: #21D86A;
}
body .im-file__ptt-play:hover {
  background-color: #1EC360;
}
body .im-file__ptt-play.active {
  background-color: #1BB157;
}
.im-theme-dark_green .im-file__ptt-play {
  background-color: #0ADC5E;
}
.im-theme-dark_green .im-file__ptt-play:hover {
  background-color: #0BF468;
}
.im-theme-dark_green .im-file__ptt-play.active {
  background-color: #3CF686;
}
.im-theme-dark_blue .im-file__ptt-play {
  background-color: #2e91ff;
}
.im-theme-dark_blue .im-file__ptt-play:hover {
  background-color: #479dff;
}
.im-theme-dark_blue .im-file__ptt-play.active {
  background-color: #3b96ff;
}
.im-theme-blue .im-file__ptt-play {
  background-color: #2D90F5;
}
.im-theme-blue .im-file__ptt-play:hover {
  background-color: #2C84DF;
}
.im-theme-blue .im-file__ptt-play.active {
  background-color: #317BC7;
}
.im-theme-vk_dark_blue .im-file__ptt-play {
  background-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-file__ptt-play:hover {
  background-color: #6A9EDB;
}
.im-theme-vk_dark_blue .im-file__ptt-play.active {
  background-color: #5A88BC;
}
.im-theme-vk_blue .im-file__ptt-play {
  background-color: #3F8AE0;
}
.im-theme-vk_blue .im-file__ptt-play:hover {
  background-color: #3C85D7;
}
.im-theme-vk_blue .im-file__ptt-play.active {
  background-color: #2975CC;
}
.im-theme-dit_blue .im-file__ptt-play {
  background-color: #2E72BF;
}
.im-theme-dit_blue .im-file__ptt-play:hover {
  background-color: #2769B5;
}
.im-theme-dit_blue .im-file__ptt-play.active {
  background-color: #2061AB;
}
.im-theme-myteam_green .im-file__ptt-play {
  background-color: #18D893;
}
.im-theme-myteam_green .im-file__ptt-play:hover {
  background-color: #1AD08E;
}
.im-theme-myteam_green .im-file__ptt-play.active {
  background-color: #1CC88A;
}
.im-theme-dark_calls .im-file__ptt-play {
  background-color: #0C7CFF;
}
.im-theme-dark_calls .im-file__ptt-play:hover {
  background-color: #005BEF;
}
.im-theme-dark_calls .im-file__ptt-play.active {
  background-color: #0057E5;
}
.im-file__ptt-play span {
  left: 11px;
  top: 7px;
}
body .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-left: 20px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
body .im-file__ptt-play span::after, body .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dark_green .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-left: 20px solid #2b2c34;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-dark_green .im-file__ptt-play span::after, .im-theme-dark_green .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dark_blue .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-left: 20px solid #2b2c34;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-dark_blue .im-file__ptt-play span::after, .im-theme-dark_blue .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-blue .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-left: 20px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-blue .im-file__ptt-play span::after, .im-theme-blue .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-vk_dark_blue .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-left: 20px solid #2B2C34;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-vk_dark_blue .im-file__ptt-play span::after, .im-theme-vk_dark_blue .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-vk_blue .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-left: 20px solid #FFFFFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-vk_blue .im-file__ptt-play span::after, .im-theme-vk_blue .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dit_blue .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-left: 20px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-dit_blue .im-file__ptt-play span::after, .im-theme-dit_blue .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-myteam_green .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-left: 20px solid #ffffff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-myteam_green .im-file__ptt-play span::after, .im-theme-myteam_green .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dark_calls .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 0;
  height: 0;
  border-left: 20px solid #2B2B2B;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-dark_calls .im-file__ptt-play span::after, .im-theme-dark_calls .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-file_playing .im-file__ptt-play span {
  left: 10px;
  top: 8px;
}
body .im-file_playing .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 7px;
  height: 22px;
  border-left: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
body .im-file_playing .im-file__ptt-play span::after, body .im-file_playing .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dark_green .im-file_playing .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 7px;
  height: 22px;
  border-left: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-dark_green .im-file_playing .im-file__ptt-play span::after, .im-theme-dark_green .im-file_playing .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dark_blue .im-file_playing .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 7px;
  height: 22px;
  border-left: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-dark_blue .im-file_playing .im-file__ptt-play span::after, .im-theme-dark_blue .im-file_playing .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-blue .im-file_playing .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 7px;
  height: 22px;
  border-left: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-blue .im-file_playing .im-file__ptt-play span::after, .im-theme-blue .im-file_playing .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-vk_dark_blue .im-file_playing .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 7px;
  height: 22px;
  border-left: 6px solid #E1E3E6;
  border-right: 6px solid #E1E3E6;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-vk_dark_blue .im-file_playing .im-file__ptt-play span::after, .im-theme-vk_dark_blue .im-file_playing .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-vk_blue .im-file_playing .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 7px;
  height: 22px;
  border-left: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-vk_blue .im-file_playing .im-file__ptt-play span::after, .im-theme-vk_blue .im-file_playing .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dit_blue .im-file_playing .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 7px;
  height: 22px;
  border-left: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-dit_blue .im-file_playing .im-file__ptt-play span::after, .im-theme-dit_blue .im-file_playing .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-myteam_green .im-file_playing .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 7px;
  height: 22px;
  border-left: 6px solid #ffffff;
  border-right: 6px solid #ffffff;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-myteam_green .im-file_playing .im-file__ptt-play span::after, .im-theme-myteam_green .im-file_playing .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dark_calls .im-file_playing .im-file__ptt-play span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 7px;
  height: 22px;
  border-left: 6px solid #FFFFFF;
  border-right: 6px solid #FFFFFF;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.im-theme-dark_calls .im-file_playing .im-file__ptt-play span::after, .im-theme-dark_calls .im-file_playing .im-file__ptt-play span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.im-file__ptt-duration {
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 46px;
  font-size: 11px;
  line-height: 11px;
}
body .im-file__ptt-duration {
  color: #00B84D;
}
.im-theme-dark_green .im-file__ptt-duration {
  color: #0AC248;
}
.im-theme-dark_blue .im-file__ptt-duration {
  color: #2f92ff;
}
.im-theme-blue .im-file__ptt-duration {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-file__ptt-duration {
  color: #71AAEB;
}
.im-theme-vk_blue .im-file__ptt-duration {
  color: #4986CC;
}
.im-theme-dit_blue .im-file__ptt-duration {
  color: #2E72BF;
}
.im-theme-myteam_green .im-file__ptt-duration {
  color: #17C97E;
}
.im-theme-dark_calls .im-file__ptt-duration {
  color: #027AFF;
}

body .im-file_error .im-file__ptt {
  color: #f83e33;
}
.im-theme-dark_green .im-file_error .im-file__ptt {
  color: #f75d5d;
}
.im-theme-dark_blue .im-file_error .im-file__ptt {
  color: #f75d5d;
}
.im-theme-blue .im-file_error .im-file__ptt {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-file_error .im-file__ptt {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-file_error .im-file__ptt {
  color: #FF3347;
}
.im-theme-dit_blue .im-file_error .im-file__ptt {
  color: #f83e33;
}
.im-theme-myteam_green .im-file_error .im-file__ptt {
  color: #EC264A;
}
.im-theme-dark_calls .im-file_error .im-file__ptt {
  color: #FC2C38;
}

.im-file__ptt-translate {
  display: none;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0px;
  right: 34px;
  bottom: auto;
  left: auto;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  white-space: normal;
}
body .im-file__ptt-translate {
  background-color: #eceef3;
}
.im-theme-dark_green .im-file__ptt-translate {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-file__ptt-translate {
  background-color: #3c3d47;
}
.im-theme-blue .im-file__ptt-translate {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-file__ptt-translate {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-file__ptt-translate {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-file__ptt-translate {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-file__ptt-translate {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-file__ptt-translate {
  background-color: #1F1F1F;
}
.im-desktop .im-file__ptt-translate:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-dark_green .im-file__ptt-translate:hover {
  background-color: #444551;
}
.im-desktop.im-theme-dark_blue .im-file__ptt-translate:hover {
  background-color: #444551;
}
.im-desktop.im-theme-blue .im-file__ptt-translate:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-vk_dark_blue .im-file__ptt-translate:hover {
  background-color: #444551;
}
.im-desktop.im-theme-vk_blue .im-file__ptt-translate:hover {
  background-color: #E4E7EF;
}
.im-desktop.im-theme-dit_blue .im-file__ptt-translate:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-myteam_green .im-file__ptt-translate:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-dark_calls .im-file__ptt-translate:hover {
  background-color: #0F0F0F;
}
.im-desktop .im-file__ptt-translate:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-dark_green .im-file__ptt-translate:active {
  background-color: #3f404d;
}
.im-desktop.im-theme-dark_blue .im-file__ptt-translate:active {
  background-color: #3f404d;
}
.im-desktop.im-theme-blue .im-file__ptt-translate:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-vk_dark_blue .im-file__ptt-translate:active {
  background-color: #3F404D;
}
.im-desktop.im-theme-vk_blue .im-file__ptt-translate:active {
  background-color: #DEE1EB;
}
.im-desktop.im-theme-dit_blue .im-file__ptt-translate:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-myteam_green .im-file__ptt-translate:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-dark_calls .im-file__ptt-translate:active {
  background-color: #0A0A0A;
}
body .im-file__ptt-translate:active {
  background-color: #dee1eb;
}
.im-theme-dark_green .im-file__ptt-translate:active {
  background-color: #3f404d;
}
.im-theme-dark_blue .im-file__ptt-translate:active {
  background-color: #3f404d;
}
.im-theme-blue .im-file__ptt-translate:active {
  background-color: #dee1eb;
}
.im-theme-vk_dark_blue .im-file__ptt-translate:active {
  background-color: #3F404D;
}
.im-theme-vk_blue .im-file__ptt-translate:active {
  background-color: #DEE1EB;
}
.im-theme-dit_blue .im-file__ptt-translate:active {
  background-color: #dee1eb;
}
.im-theme-myteam_green .im-file__ptt-translate:active {
  background-color: #dee1eb;
}
.im-theme-dark_calls .im-file__ptt-translate:active {
  background-color: #0A0A0A;
}
body .im-message_self .im-file__ptt-translate {
  background-color: #C8F9D4;
}
.im-theme-dark_green .im-message_self .im-file__ptt-translate {
  background-color: #4C8959;
}
.im-theme-dark_blue .im-message_self .im-file__ptt-translate {
  background-color: #2A4A71;
}
.im-theme-blue .im-message_self .im-file__ptt-translate {
  background-color: #AAD7FF;
}
.im-theme-vk_dark_blue .im-message_self .im-file__ptt-translate {
  background-color: #2A4A71;
}
.im-theme-vk_blue .im-message_self .im-file__ptt-translate {
  background-color: #AAD7FF;
}
.im-theme-dit_blue .im-message_self .im-file__ptt-translate {
  background-color: #B1D6FF;
}
.im-theme-myteam_green .im-message_self .im-file__ptt-translate {
  background-color: #C6F5D9;
}
.im-theme-dark_calls .im-message_self .im-file__ptt-translate {
  background-color: #044CA1;
}
.im-desktop .im-message_self .im-file__ptt-translate:hover {
  background-color: #B1F6C2;
}
.im-desktop.im-theme-dark_green .im-message_self .im-file__ptt-translate:hover {
  background-color: #559A65;
}
.im-desktop.im-theme-dark_blue .im-message_self .im-file__ptt-translate:hover {
  background-color: #305582;
}
.im-desktop.im-theme-blue .im-message_self .im-file__ptt-translate:hover {
  background-color: #9FD1FC;
}
.im-desktop.im-theme-vk_dark_blue .im-message_self .im-file__ptt-translate:hover {
  background-color: #305582;
}
.im-desktop.im-theme-vk_blue .im-message_self .im-file__ptt-translate:hover {
  background-color: #9FD1FC;
}
.im-desktop.im-theme-dit_blue .im-message_self .im-file__ptt-translate:hover {
  background-color: #A5CCF7;
}
.im-desktop.im-theme-myteam_green .im-message_self .im-file__ptt-translate:hover {
  background-color: #B4EBCB;
}
.im-desktop.im-theme-dark_calls .im-message_self .im-file__ptt-translate:hover {
  background-color: #0C5CBA;
}
.im-desktop .im-message_self .im-file__ptt-translate:active {
  background-color: #9AF4B1;
}
.im-desktop.im-theme-dark_green .im-message_self .im-file__ptt-translate:active {
  background-color: #61A871;
}
.im-desktop.im-theme-dark_blue .im-message_self .im-file__ptt-translate:active {
  background-color: #376195;
}
.im-desktop.im-theme-blue .im-message_self .im-file__ptt-translate:active {
  background-color: #90C6F4;
}
.im-desktop.im-theme-vk_dark_blue .im-message_self .im-file__ptt-translate:active {
  background-color: #376195;
}
.im-desktop.im-theme-vk_blue .im-message_self .im-file__ptt-translate:active {
  background-color: #90C6F4;
}
.im-desktop.im-theme-dit_blue .im-message_self .im-file__ptt-translate:active {
  background-color: #92C1F3;
}
.im-desktop.im-theme-myteam_green .im-message_self .im-file__ptt-translate:active {
  background-color: #AAE5C3;
}
.im-desktop.im-theme-dark_calls .im-message_self .im-file__ptt-translate:active {
  background-color: #1768C7;
}
body .im-message_self .im-file__ptt-translate:active {
  background-color: #9AF4B1;
}
.im-theme-dark_green .im-message_self .im-file__ptt-translate:active {
  background-color: #61A871;
}
.im-theme-dark_blue .im-message_self .im-file__ptt-translate:active {
  background-color: #376195;
}
.im-theme-blue .im-message_self .im-file__ptt-translate:active {
  background-color: #90C6F4;
}
.im-theme-vk_dark_blue .im-message_self .im-file__ptt-translate:active {
  background-color: #376195;
}
.im-theme-vk_blue .im-message_self .im-file__ptt-translate:active {
  background-color: #90C6F4;
}
.im-theme-dit_blue .im-message_self .im-file__ptt-translate:active {
  background-color: #92C1F3;
}
.im-theme-myteam_green .im-message_self .im-file__ptt-translate:active {
  background-color: #AAE5C3;
}
.im-theme-dark_calls .im-message_self .im-file__ptt-translate:active {
  background-color: #1768C7;
}
.im-file__ptt-translate span {
  left: 12px;
  top: 14px;
}
body .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 16px;
  height: 3px;
  border-top: 2px solid #21D86A;
  border-bottom: 2px solid #21D86A;
  background: transparent;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
body .im-file__ptt-translate span::after, body .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
body .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  background: transparent;
  display: block;
  width: 8px;
  height: 3px;
  border-bottom: 2px solid #21D86A;
}
.im-theme-dark_green .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 16px;
  height: 3px;
  border-top: 2px solid #0ADC5E;
  border-bottom: 2px solid #0ADC5E;
  background: transparent;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.im-theme-dark_green .im-file__ptt-translate span::after, .im-theme-dark_green .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dark_green .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  background: transparent;
  display: block;
  width: 8px;
  height: 3px;
  border-bottom: 2px solid #0ADC5E;
}
.im-theme-dark_blue .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 16px;
  height: 3px;
  border-top: 2px solid #2e91ff;
  border-bottom: 2px solid #2e91ff;
  background: transparent;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.im-theme-dark_blue .im-file__ptt-translate span::after, .im-theme-dark_blue .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dark_blue .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  background: transparent;
  display: block;
  width: 8px;
  height: 3px;
  border-bottom: 2px solid #2e91ff;
}
.im-theme-blue .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 16px;
  height: 3px;
  border-top: 2px solid #2D90F5;
  border-bottom: 2px solid #2D90F5;
  background: transparent;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.im-theme-blue .im-file__ptt-translate span::after, .im-theme-blue .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-blue .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  background: transparent;
  display: block;
  width: 8px;
  height: 3px;
  border-bottom: 2px solid #2D90F5;
}
.im-theme-vk_dark_blue .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 16px;
  height: 3px;
  border-top: 2px solid #71AAEB;
  border-bottom: 2px solid #71AAEB;
  background: transparent;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.im-theme-vk_dark_blue .im-file__ptt-translate span::after, .im-theme-vk_dark_blue .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-vk_dark_blue .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  background: transparent;
  display: block;
  width: 8px;
  height: 3px;
  border-bottom: 2px solid #71AAEB;
}
.im-theme-vk_blue .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 16px;
  height: 3px;
  border-top: 2px solid #3F8AE0;
  border-bottom: 2px solid #3F8AE0;
  background: transparent;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.im-theme-vk_blue .im-file__ptt-translate span::after, .im-theme-vk_blue .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-vk_blue .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  background: transparent;
  display: block;
  width: 8px;
  height: 3px;
  border-bottom: 2px solid #3F8AE0;
}
.im-theme-dit_blue .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 16px;
  height: 3px;
  border-top: 2px solid #2E72BF;
  border-bottom: 2px solid #2E72BF;
  background: transparent;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.im-theme-dit_blue .im-file__ptt-translate span::after, .im-theme-dit_blue .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dit_blue .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  background: transparent;
  display: block;
  width: 8px;
  height: 3px;
  border-bottom: 2px solid #2E72BF;
}
.im-theme-myteam_green .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 16px;
  height: 3px;
  border-top: 2px solid #18D893;
  border-bottom: 2px solid #18D893;
  background: transparent;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.im-theme-myteam_green .im-file__ptt-translate span::after, .im-theme-myteam_green .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-myteam_green .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  background: transparent;
  display: block;
  width: 8px;
  height: 3px;
  border-bottom: 2px solid #18D893;
}
.im-theme-dark_calls .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 16px;
  height: 3px;
  border-top: 2px solid #0C7CFF;
  border-bottom: 2px solid #0C7CFF;
  background: transparent;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.im-theme-dark_calls .im-file__ptt-translate span::after, .im-theme-dark_calls .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dark_calls .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 5px;
  right: auto;
  bottom: auto;
  left: 0;
  background: transparent;
  display: block;
  width: 8px;
  height: 3px;
  border-bottom: 2px solid #0C7CFF;
}
.im-file__ptt-speech_opened .im-file__ptt-translate span {
  left: 11px;
  top: 17px;
}
body .im-file__ptt-speech_opened .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 10px;
  height: 2px;
  background: #21D86A;
  border-radius: 1px;
  -webkit-transform: scale(1) rotate(-40deg);
  -moz-transform: scale(1) rotate(-40deg);
  -o-transform: scale(1) rotate(-40deg);
  -ms-transform: scale(1) rotate(-40deg);
  transform: scale(1) rotate(-40deg);
}
body .im-file__ptt-speech_opened .im-file__ptt-translate span::after, body .im-file__ptt-speech_opened .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
body .im-file__ptt-speech_opened .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 5px;
  background: #21D86A;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
.im-theme-dark_green .im-file__ptt-speech_opened .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 10px;
  height: 2px;
  background: #0ADC5E;
  border-radius: 1px;
  -webkit-transform: scale(1) rotate(-40deg);
  -moz-transform: scale(1) rotate(-40deg);
  -o-transform: scale(1) rotate(-40deg);
  -ms-transform: scale(1) rotate(-40deg);
  transform: scale(1) rotate(-40deg);
}
.im-theme-dark_green .im-file__ptt-speech_opened .im-file__ptt-translate span::after, .im-theme-dark_green .im-file__ptt-speech_opened .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dark_green .im-file__ptt-speech_opened .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 5px;
  background: #0ADC5E;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
.im-theme-dark_blue .im-file__ptt-speech_opened .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 10px;
  height: 2px;
  background: #2e91ff;
  border-radius: 1px;
  -webkit-transform: scale(1) rotate(-40deg);
  -moz-transform: scale(1) rotate(-40deg);
  -o-transform: scale(1) rotate(-40deg);
  -ms-transform: scale(1) rotate(-40deg);
  transform: scale(1) rotate(-40deg);
}
.im-theme-dark_blue .im-file__ptt-speech_opened .im-file__ptt-translate span::after, .im-theme-dark_blue .im-file__ptt-speech_opened .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dark_blue .im-file__ptt-speech_opened .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 5px;
  background: #2e91ff;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
.im-theme-blue .im-file__ptt-speech_opened .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 10px;
  height: 2px;
  background: #2D90F5;
  border-radius: 1px;
  -webkit-transform: scale(1) rotate(-40deg);
  -moz-transform: scale(1) rotate(-40deg);
  -o-transform: scale(1) rotate(-40deg);
  -ms-transform: scale(1) rotate(-40deg);
  transform: scale(1) rotate(-40deg);
}
.im-theme-blue .im-file__ptt-speech_opened .im-file__ptt-translate span::after, .im-theme-blue .im-file__ptt-speech_opened .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-blue .im-file__ptt-speech_opened .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 5px;
  background: #2D90F5;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
.im-theme-vk_dark_blue .im-file__ptt-speech_opened .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 10px;
  height: 2px;
  background: #71AAEB;
  border-radius: 1px;
  -webkit-transform: scale(1) rotate(-40deg);
  -moz-transform: scale(1) rotate(-40deg);
  -o-transform: scale(1) rotate(-40deg);
  -ms-transform: scale(1) rotate(-40deg);
  transform: scale(1) rotate(-40deg);
}
.im-theme-vk_dark_blue .im-file__ptt-speech_opened .im-file__ptt-translate span::after, .im-theme-vk_dark_blue .im-file__ptt-speech_opened .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-vk_dark_blue .im-file__ptt-speech_opened .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 5px;
  background: #71AAEB;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
.im-theme-vk_blue .im-file__ptt-speech_opened .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 10px;
  height: 2px;
  background: #3F8AE0;
  border-radius: 1px;
  -webkit-transform: scale(1) rotate(-40deg);
  -moz-transform: scale(1) rotate(-40deg);
  -o-transform: scale(1) rotate(-40deg);
  -ms-transform: scale(1) rotate(-40deg);
  transform: scale(1) rotate(-40deg);
}
.im-theme-vk_blue .im-file__ptt-speech_opened .im-file__ptt-translate span::after, .im-theme-vk_blue .im-file__ptt-speech_opened .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-vk_blue .im-file__ptt-speech_opened .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 5px;
  background: #3F8AE0;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
.im-theme-dit_blue .im-file__ptt-speech_opened .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 10px;
  height: 2px;
  background: #2E72BF;
  border-radius: 1px;
  -webkit-transform: scale(1) rotate(-40deg);
  -moz-transform: scale(1) rotate(-40deg);
  -o-transform: scale(1) rotate(-40deg);
  -ms-transform: scale(1) rotate(-40deg);
  transform: scale(1) rotate(-40deg);
}
.im-theme-dit_blue .im-file__ptt-speech_opened .im-file__ptt-translate span::after, .im-theme-dit_blue .im-file__ptt-speech_opened .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dit_blue .im-file__ptt-speech_opened .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 5px;
  background: #2E72BF;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
.im-theme-myteam_green .im-file__ptt-speech_opened .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 10px;
  height: 2px;
  background: #18D893;
  border-radius: 1px;
  -webkit-transform: scale(1) rotate(-40deg);
  -moz-transform: scale(1) rotate(-40deg);
  -o-transform: scale(1) rotate(-40deg);
  -ms-transform: scale(1) rotate(-40deg);
  transform: scale(1) rotate(-40deg);
}
.im-theme-myteam_green .im-file__ptt-speech_opened .im-file__ptt-translate span::after, .im-theme-myteam_green .im-file__ptt-speech_opened .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-myteam_green .im-file__ptt-speech_opened .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 5px;
  background: #18D893;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
.im-theme-dark_calls .im-file__ptt-speech_opened .im-file__ptt-translate span {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 10px;
  height: 2px;
  background: #0C7CFF;
  border-radius: 1px;
  -webkit-transform: scale(1) rotate(-40deg);
  -moz-transform: scale(1) rotate(-40deg);
  -o-transform: scale(1) rotate(-40deg);
  -ms-transform: scale(1) rotate(-40deg);
  transform: scale(1) rotate(-40deg);
}
.im-theme-dark_calls .im-file__ptt-speech_opened .im-file__ptt-translate span::after, .im-theme-dark_calls .im-file__ptt-speech_opened .im-file__ptt-translate span::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-theme-dark_calls .im-file__ptt-speech_opened .im-file__ptt-translate span::after {
  content: "";
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 5px;
  background: #0C7CFF;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}
.im-file__ptt-translate .im-circ-spinner {
  width: inherit;
  height: inherit;
}
.im-file__ptt-translate.imPttWait {
  background: none;
}
.im-file__ptt-translate.imPttWait span {
  display: none;
}

.im-file__ptt-speech {
  padding: 4px 2px 2px;
  display: none;
}
.im-file__ptt-speech_opened .im-file__ptt-speech {
  display: block;
}
.im-file__ptt-speech:after {
  content: "";
  display: inline-block;
  width: 34px;
}

.im-file__image {
  position: absolute;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
  transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
}
.im-file__image img {
  border-radius: 8px;
  margin: 0;
  padding: 0;
}
.im-file__title {
  display: block;
  overflow: hidden;
  font-size: 11px;
  text-align: left;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
body .im-file__title {
  color: #838690;
}
.im-theme-dark_green .im-file__title {
  color: #7e848f;
}
.im-theme-dark_blue .im-file__title {
  color: #7e848f;
}
.im-theme-blue .im-file__title {
  color: #838690;
}
.im-theme-vk_dark_blue .im-file__title {
  color: #909499;
}
.im-theme-vk_blue .im-file__title {
  color: #818C99;
}
.im-theme-dit_blue .im-file__title {
  color: #838690;
}
.im-theme-myteam_green .im-file__title {
  color: #838690;
}
.im-theme-dark_calls .im-file__title {
  color: #9C9C9C;
}
.im-file__title > span {
  font-size: 13px;
  margin-bottom: 1px;
  white-space: nowrap;
  position: relative;
  padding-right: 80px;
  overflow: hidden;
  display: block;
}
body .im-file__title > span {
  color: #111111;
}
.im-theme-dark_green .im-file__title > span {
  color: #ffffff;
}
.im-theme-dark_blue .im-file__title > span {
  color: #ffffff;
}
.im-theme-blue .im-file__title > span {
  color: #111111;
}
.im-theme-vk_dark_blue .im-file__title > span {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-file__title > span {
  color: #111111;
}
.im-theme-dit_blue .im-file__title > span {
  color: #111111;
}
.im-theme-myteam_green .im-file__title > span {
  color: #111111;
}
.im-theme-dark_calls .im-file__title > span {
  color: #FFFFFF;
}
.im-file__title > span span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  vertical-align: bottom;
  max-width: 100%;
}
.im-file__title > span span:last-child {
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: auto;
  width: 80px;
}
body .im-message_self .im-file__title {
  color: #0ABD47;
}
.im-theme-dark_green .im-message_self .im-file__title {
  color: #0AC248;
}
.im-theme-dark_blue .im-message_self .im-file__title {
  color: #73a5dc;
}
.im-theme-blue .im-message_self .im-file__title {
  color: #6087B3;
}
.im-theme-vk_dark_blue .im-message_self .im-file__title {
  color: #72A4DB;
}
.im-theme-vk_blue .im-message_self .im-file__title {
  color: #4772A6;
}
.im-theme-dit_blue .im-message_self .im-file__title {
  color: #5A8ABF;
}
.im-theme-myteam_green .im-message_self .im-file__title {
  color: #61CEBA;
}
.im-theme-dark_calls .im-message_self .im-file__title {
  color: #2D8DFF;
}

.im-restriction-icon, .im-virus {
  width: 28px;
  height: 28px;
  border-radius: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
}

.im-virus::after {
  content: "";
  width: 20px;
  height: 20px;
  margin: 4px;
  display: block;
}
body .im-virus::after {
  background-color: #ffffff;
}
.im-theme-dark_green .im-virus::after {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-virus::after {
  background-color: #ffffff;
}
.im-theme-blue .im-virus::after {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-virus::after {
  background-color: #E1E3E6;
}
.im-theme-vk_blue .im-virus::after {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-virus::after {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-virus::after {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-virus::after {
  background-color: #FFFFFF;
}

body .im-restriction-icon {
  background-color: #eceef3;
}
.im-theme-dark_green .im-restriction-icon {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-restriction-icon {
  background-color: #3c3d47;
}
.im-theme-blue .im-restriction-icon {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-restriction-icon {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-restriction-icon {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-restriction-icon {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-restriction-icon {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-restriction-icon {
  background-color: #1F1F1F;
}
.im-restriction-icon svg {
  margin: 4px;
}
body .im-restriction-icon svg {
  color: #838690;
}
.im-theme-dark_green .im-restriction-icon svg {
  color: #7e848f;
}
.im-theme-dark_blue .im-restriction-icon svg {
  color: #7e848f;
}
.im-theme-blue .im-restriction-icon svg {
  color: #838690;
}
.im-theme-vk_dark_blue .im-restriction-icon svg {
  color: #909499;
}
.im-theme-vk_blue .im-restriction-icon svg {
  color: #818C99;
}
.im-theme-dit_blue .im-restriction-icon svg {
  color: #838690;
}
.im-theme-myteam_green .im-restriction-icon svg {
  color: #838690;
}
.im-theme-dark_calls .im-restriction-icon svg {
  color: #9C9C9C;
}

.im-file[data-restriction=true] + .im-file__forward {
  display: none;
}

body .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.12);
}
body .im-virus_checked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.12);
}
.im-theme-dark_green .im-virus_checked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.12);
}
.im-theme-dark_blue .im-virus_checked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.12);
}
.im-theme-blue .im-virus_checked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.12);
}
.im-theme-vk_dark_blue .im-virus_checked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.12);
}
.im-theme-vk_blue .im-virus_checked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.12);
}
.im-theme-dit_blue .im-virus_checked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.12);
}
.im-theme-myteam_green .im-virus_checked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.12);
}
.im-theme-dark_calls .im-virus_checked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M7.1448 9.29038C6.89096 9.03654 6.4794 9.03654 6.22556 9.29038C5.97172 9.54422 5.97172 9.95578 6.22556 10.2096L7.1448 9.29038ZM9.18518 12.25L8.72556 12.7096C8.9794 12.9635 9.39096 12.9635 9.6448 12.7096L9.18518 12.25ZM14.1448 8.20962C14.3986 7.95578 14.3986 7.54422 14.1448 7.29038C13.891 7.03654 13.4794 7.03654 13.2256 7.29038L14.1448 8.20962ZM6.22556 10.2096L8.72556 12.7096L9.6448 11.7904L7.1448 9.29038L6.22556 10.2096ZM9.6448 12.7096L14.1448 8.20962L13.2256 7.29038L8.72556 11.7904L9.6448 12.7096Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #40D295;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

body .im-virus_infected {
  background-color: rgba(248, 62, 51, 0.12);
}
body .im-virus_infected:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-virus_infected {
  background-color: rgba(247, 93, 93, 0.12);
}
.im-theme-dark_green .im-virus_infected:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f75d5d;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-virus_infected {
  background-color: rgba(247, 93, 93, 0.12);
}
.im-theme-dark_blue .im-virus_infected:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f75d5d;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-virus_infected {
  background-color: rgba(248, 62, 51, 0.12);
}
.im-theme-blue .im-virus_infected:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-virus_infected {
  background-color: rgba(255, 92, 92, 0.12);
}
.im-theme-vk_dark_blue .im-virus_infected:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FF5C5C;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-virus_infected {
  background-color: rgba(255, 51, 71, 0.12);
}
.im-theme-vk_blue .im-virus_infected:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FF3347;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-virus_infected {
  background-color: rgba(248, 62, 51, 0.12);
}
.im-theme-dit_blue .im-virus_infected:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-virus_infected {
  background-color: rgba(236, 38, 74, 0.12);
}
.im-theme-myteam_green .im-virus_infected:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #EC264A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-virus_infected {
  background-color: rgba(252, 44, 56, 0.12);
}
.im-theme-dark_calls .im-virus_infected:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.04036 8.15962C6.78652 7.90578 6.78652 7.49422 7.04036 7.24038C7.2942 6.98654 7.70575 6.98654 7.9596 7.24038L9.99998 9.28076L12.0404 7.24038C12.2942 6.98654 12.7058 6.98654 12.9596 7.24038C13.2134 7.49422 13.2134 7.90578 12.9596 8.15962L10.9192 10.2L12.9596 12.2404C13.2134 12.4942 13.2134 12.9058 12.9596 13.1596C12.7058 13.4135 12.2942 13.4135 12.0404 13.1596L9.99998 11.1192L7.9596 13.1596C7.70575 13.4135 7.2942 13.4135 7.04036 13.1596C6.78652 12.9058 6.78652 12.4942 7.04036 12.2404L9.08074 10.2L7.04036 8.15962Z' fill='%23363637'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FC2C38;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

body .im-virus_blocked {
  background-color: #eceef3;
}
body .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-virus_blocked {
  background-color: #3c3d47;
}
.im-theme-dark_green .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-virus_blocked {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-virus_blocked {
  background-color: #eceef3;
}
.im-theme-blue .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-virus_blocked {
  background-color: #3c3d47;
}
.im-theme-vk_dark_blue .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #909499;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-virus_blocked {
  background-color: #eceef3;
}
.im-theme-vk_blue .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #818C99;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-virus_blocked {
  background-color: #eceef3;
}
.im-theme-dit_blue .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-virus_blocked {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-virus_blocked {
  background-color: #1f1f1f;
}
.im-theme-dark_calls .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #9C9C9C;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

body .im-virus_waiting {
  background-color: #eceef3;
}
body .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-virus_waiting {
  background-color: #3c3d47;
}
.im-theme-dark_green .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-virus_waiting {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-virus_waiting {
  background-color: #eceef3;
}
.im-theme-blue .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-virus_waiting {
  background-color: #3c3d47;
}
.im-theme-vk_dark_blue .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #909499;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-virus_waiting {
  background-color: #eceef3;
}
.im-theme-vk_blue .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #818C99;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-virus_waiting {
  background-color: #eceef3;
}
.im-theme-dit_blue .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-virus_waiting {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-virus_waiting {
  background-color: #1f1f1f;
}
.im-theme-dark_calls .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #9C9C9C;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

body .im-virus_unknown {
  background-color: #eceef3;
}
body .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-virus_unknown {
  background-color: #3c3d47;
}
.im-theme-dark_green .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-virus_unknown {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-virus_unknown {
  background-color: #eceef3;
}
.im-theme-blue .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-virus_unknown {
  background-color: #3c3d47;
}
.im-theme-vk_dark_blue .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #909499;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-virus_unknown {
  background-color: #eceef3;
}
.im-theme-vk_blue .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #818C99;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-virus_unknown {
  background-color: #eceef3;
}
.im-theme-dit_blue .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-virus_unknown {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-virus_unknown {
  background-color: #1f1f1f;
}
.im-theme-dark_calls .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #9C9C9C;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

body .im-message_self .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.15);
}
.im-theme-dark_green .im-message_self .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.15);
}
.im-theme-dark_blue .im-message_self .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.15);
}
.im-theme-blue .im-message_self .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.15);
}
.im-theme-vk_dark_blue .im-message_self .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.15);
}
.im-theme-vk_blue .im-message_self .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.15);
}
.im-theme-dit_blue .im-message_self .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.15);
}
.im-theme-myteam_green .im-message_self .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.15);
}
.im-theme-dark_calls .im-message_self .im-virus_checked {
  background-color: rgba(64, 210, 149, 0.15);
}
body .im-message_self .im-virus_infected {
  background-color: rgba(248, 62, 51, 0.15);
}
.im-theme-dark_green .im-message_self .im-virus_infected {
  background-color: rgba(247, 93, 93, 0.15);
}
.im-theme-dark_blue .im-message_self .im-virus_infected {
  background-color: rgba(247, 93, 93, 0.15);
}
.im-theme-blue .im-message_self .im-virus_infected {
  background-color: rgba(248, 62, 51, 0.15);
}
.im-theme-vk_dark_blue .im-message_self .im-virus_infected {
  background-color: rgba(255, 92, 92, 0.15);
}
.im-theme-vk_blue .im-message_self .im-virus_infected {
  background-color: rgba(255, 51, 71, 0.15);
}
.im-theme-dit_blue .im-message_self .im-virus_infected {
  background-color: rgba(248, 62, 51, 0.15);
}
.im-theme-myteam_green .im-message_self .im-virus_infected {
  background-color: rgba(236, 38, 74, 0.15);
}
.im-theme-dark_calls .im-message_self .im-virus_infected {
  background-color: rgba(252, 44, 56, 0.15);
}
body .im-message_self .im-virus_blocked {
  background-color: #c8f9d4;
}
body .im-message_self .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ABD47;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-message_self .im-virus_blocked {
  background-color: #4c8959;
}
.im-theme-dark_green .im-message_self .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0AC248;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-message_self .im-virus_blocked {
  background-color: #2a4a71;
}
.im-theme-dark_blue .im-message_self .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #73a5dc;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-message_self .im-virus_blocked {
  background-color: #aad7ff;
}
.im-theme-blue .im-message_self .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #6087B3;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-message_self .im-virus_blocked {
  background-color: #2a4a71;
}
.im-theme-vk_dark_blue .im-message_self .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #72A4DB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-message_self .im-virus_blocked {
  background-color: #aad7ff;
}
.im-theme-vk_blue .im-message_self .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #4772A6;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-message_self .im-virus_blocked {
  background-color: #b1d6ff;
}
.im-theme-dit_blue .im-message_self .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #5A8ABF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-message_self .im-virus_blocked {
  background-color: #c6f5d9;
}
.im-theme-myteam_green .im-message_self .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #61CEBA;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-message_self .im-virus_blocked {
  background-color: #044ca1;
}
.im-theme-dark_calls .im-message_self .im-virus_blocked:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10H13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.9832 6.32876L16.9837 6.34121C17.0203 8.2206 17.0658 10.5596 16.2603 12.6849C15.8187 13.8505 15.1504 14.8637 14.2741 15.6965C13.2766 16.6447 11.9702 17.3978 10.3914 17.9352C10.3397 17.9528 10.2859 17.967 10.2315 17.9777C10.1548 17.9926 10.0774 18 10.0002 18C9.92292 18 9.84565 17.9926 9.76889 17.9777C9.71445 17.967 9.66102 17.9529 9.60959 17.9354C8.0289 17.399 6.72116 16.6462 5.72273 15.698C4.84609 14.8654 4.17779 13.8524 3.73653 12.6871C2.93402 10.5681 2.97967 8.23354 3.01643 6.35769L3.01718 6.32876C3.02433 6.17397 3.02922 6.01138 3.03198 5.83169C3.0454 4.94937 3.76613 4.21963 4.67262 4.17044C6.56287 4.06765 8.02514 3.4678 9.27456 2.28262L9.28522 2.27274C9.69287 1.90909 10.3076 1.90909 10.7151 2.27274L10.7258 2.28262C11.9752 3.4678 13.4375 4.06765 15.3277 4.17031C16.2344 4.21963 16.955 4.94937 16.9684 5.83157C16.9713 6.01247 16.976 6.17507 16.9832 6.32876Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D8DFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-message_self .im-virus_waiting {
  background-color: #c8f9d4;
}
body .im-message_self .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ABD47;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-message_self .im-virus_waiting {
  background-color: #4c8959;
}
.im-theme-dark_green .im-message_self .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0AC248;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-message_self .im-virus_waiting {
  background-color: #2a4a71;
}
.im-theme-dark_blue .im-message_self .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #73a5dc;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-message_self .im-virus_waiting {
  background-color: #aad7ff;
}
.im-theme-blue .im-message_self .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #6087B3;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-message_self .im-virus_waiting {
  background-color: #2a4a71;
}
.im-theme-vk_dark_blue .im-message_self .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #72A4DB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-message_self .im-virus_waiting {
  background-color: #aad7ff;
}
.im-theme-vk_blue .im-message_self .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #4772A6;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-message_self .im-virus_waiting {
  background-color: #b1d6ff;
}
.im-theme-dit_blue .im-message_self .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #5A8ABF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-message_self .im-virus_waiting {
  background-color: #c6f5d9;
}
.im-theme-myteam_green .im-message_self .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #61CEBA;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-message_self .im-virus_waiting {
  background-color: #044ca1;
}
.im-theme-dark_calls .im-message_self .im-virus_waiting:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 3H13.5C14.0523 3 14.5 3.44771 14.5 4V4.35803C14.5 5.83292 13.8488 7.23256 12.7207 8.18259L11.4708 9.23509C10.9963 9.63466 10.9963 10.3653 11.4708 10.7649L12.7207 11.8174C13.8488 12.7674 14.5 14.1671 14.5 15.642V16C14.5 16.5523 14.0523 17 13.5 17H6.5C5.94772 17 5.5 16.5523 5.5 16V15.642C5.5 14.1671 6.15117 12.7674 7.27932 11.8174L8.52917 10.7649C9.00365 10.3653 9.00365 9.63466 8.52917 9.23509L7.27932 8.18259C6.15117 7.23257 5.5 5.83292 5.5 4.35804V4C5.5 3.44772 5.94772 3 6.5 3Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D8DFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-message_self .im-virus_unknown {
  background-color: #c8f9d4;
}
body .im-message_self .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ABD47;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-message_self .im-virus_unknown {
  background-color: #4c8959;
}
.im-theme-dark_green .im-message_self .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0AC248;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-message_self .im-virus_unknown {
  background-color: #2a4a71;
}
.im-theme-dark_blue .im-message_self .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #73a5dc;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-message_self .im-virus_unknown {
  background-color: #aad7ff;
}
.im-theme-blue .im-message_self .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #6087B3;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-message_self .im-virus_unknown {
  background-color: #2a4a71;
}
.im-theme-vk_dark_blue .im-message_self .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #72A4DB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-message_self .im-virus_unknown {
  background-color: #aad7ff;
}
.im-theme-vk_blue .im-message_self .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #4772A6;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-message_self .im-virus_unknown {
  background-color: #b1d6ff;
}
.im-theme-dit_blue .im-message_self .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #5A8ABF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-message_self .im-virus_unknown {
  background-color: #c6f5d9;
}
.im-theme-myteam_green .im-message_self .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #61CEBA;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-message_self .im-virus_unknown {
  background-color: #044ca1;
}
.im-theme-dark_calls .im-message_self .im-virus_unknown:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7 7C10.7 9.04345 9.04345 10.7 7 10.7C4.95655 10.7 3.3 9.04345 3.3 7C3.3 4.95655 4.95655 3.3 7 3.3C9.04345 3.3 10.7 4.95655 10.7 7ZM10.0461 10.9653C9.20268 11.6142 8.14639 12 7 12C4.23858 12 2 9.76142 2 7C2 4.23858 4.23858 2 7 2C9.76142 2 12 4.23858 12 7C12 8.14639 11.6142 9.20268 10.9653 10.0461L13.9596 13.0404C14.2135 13.2942 14.2135 13.7058 13.9596 13.9596C13.7058 14.2135 13.2942 14.2135 13.0404 13.9596L10.0461 10.9653Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D8DFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-gallery-item .im-restriction-icon, .im-gallery-item .im-virus {
  background-color: transparent;
  right: -6px;
  border-radius: 0;
}
.im-gallery-item .im-restriction-icon ~ .im-gallery-menu__button, .im-gallery-item .im-virus ~ .im-gallery-menu__button {
  bottom: 0;
  top: auto;
}

.im-file__info {
  width: 100%;
  text-align: center;
}

.im-file__icon {
  width: 32px;
  overflow: hidden;
  font-size: 8px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.im-file_media .im-file__icon {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.03);
  white-space: nowrap;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
body .im-file__icon {
  color: #ffffff;
}
.im-theme-dark_green .im-file__icon {
  color: #ffffff;
}
.im-theme-dark_blue .im-file__icon {
  color: #ffffff;
}
.im-theme-blue .im-file__icon {
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-file__icon {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-file__icon {
  color: #ffffff;
}
.im-theme-dit_blue .im-file__icon {
  color: #ffffff;
}
.im-theme-myteam_green .im-file__icon {
  color: #ffffff;
}
.im-theme-dark_calls .im-file__icon {
  color: #FFFFFF;
}

.im-file__icon_unavailable {
  font-size: 0;
}
.im-file__icon_unavailable::after {
  mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 6C7 4.89543 7.89543 4 9 4H17V11C17 11.5523 17.4477 12 18 12H25V26C25 27.1046 24.1046 28 23 28H9C7.89543 28 7 27.1046 7 26V6ZM20 19.5C20 21.7091 18.2091 23.5 16 23.5C15.2582 23.5 14.5635 23.2981 13.968 22.9462L19.4462 17.468C19.7981 18.0635 20 18.7582 20 19.5ZM12.5538 21.5319L18.0319 16.0538C17.4364 15.7019 16.7418 15.5 16 15.5C13.7909 15.5 12 17.2909 12 19.5C12 20.2418 12.2019 20.9364 12.5538 21.5319ZM22 19.5C22 22.8137 19.3137 25.5 16 25.5C12.6863 25.5 10 22.8137 10 19.5C10 16.1863 12.6863 13.5 16 13.5C19.3137 13.5 22 16.1863 22 19.5Z' fill='%23C4C4C4'/%3E%3Cpath d='M19 4L22 7L25 10H20C19.4477 10 19 9.55228 19 9V4Z' fill='%23C4C4C4'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 6C7 4.89543 7.89543 4 9 4H17V11C17 11.5523 17.4477 12 18 12H25V26C25 27.1046 24.1046 28 23 28H9C7.89543 28 7 27.1046 7 26V6ZM20 19.5C20 21.7091 18.2091 23.5 16 23.5C15.2582 23.5 14.5635 23.2981 13.968 22.9462L19.4462 17.468C19.7981 18.0635 20 18.7582 20 19.5ZM12.5538 21.5319L18.0319 16.0538C17.4364 15.7019 16.7418 15.5 16 15.5C13.7909 15.5 12 17.2909 12 19.5C12 20.2418 12.2019 20.9364 12.5538 21.5319ZM22 19.5C22 22.8137 19.3137 25.5 16 25.5C12.6863 25.5 10 22.8137 10 19.5C10 16.1863 12.6863 13.5 16 13.5C19.3137 13.5 22 16.1863 22 19.5Z' fill='%23C4C4C4'/%3E%3Cpath d='M19 4L22 7L25 10H20C19.4477 10 19 9.55228 19 9V4Z' fill='%23C4C4C4'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #c4c4c4;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-file__action {
  display: block;
  text-decoration: none;
  border-radius: 22px;
  width: 100%;
  height: 44px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 3;
}

.im-file__drop {
  display: block;
  position: absolute;
  text-decoration: none;
  border: none;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  background-color: #a8adb8;
  left: 0;
  top: 0;
  line-height: 44px;
  z-index: 2;
}
.im-file__drop:after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}

.im-file__forward {
  z-index: 10;
  position: absolute;
  top: 0px;
  right: -4px;
  bottom: auto;
  left: auto;
  width: 28px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  margin-right: -28px;
  right: -16px;
}
.im-desktop .im-file__forward:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.im-file__forward.active {
  background-color: rgba(0, 0, 0, 0.24);
  /*&:after {
      -webkit-filter: invert(1);
      filter: invert(1);
  }*/
}
.im-file__forward:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
}
body .im-file__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-file__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-file__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-file__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-file__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-file__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-file__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-file__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-file__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-message-single_image .im-file__forward {
  right: -4px;
}
.im-message_self .im-file__forward {
  right: auto;
  margin-right: 0;
  margin-left: -28px;
  left: -16px;
}
.im-message_self.im-message-single_image .im-file__forward {
  left: -4px;
}

.im-file__circlebar {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
.im-file__circlebar .im-file__circle-mask, .im-file__circlebar .im-file__circle-fill {
  width: inherit;
  height: inherit;
  position: absolute;
  border-radius: 50%;
}
.im-file__circlebar .im-file__circle-mask {
  clip: rect(0px, 44px, 44px, 22px);
}
.im-file__circlebar .im-file__circle-mask .im-file__circle-fill {
  clip: rect(0px, 22px, 44px, 0px);
  border: 1px solid #545454;
  box-sizing: border-box;
}
.im-file__circlebar .im-file__circle-mask:first-child .im-file__circle-fill {
  transform: inherit;
  -webkit-transform: inherit;
}

/* SNIPPET */
.im-snippet {
  position: relative;
  background-color: inherit;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  /*.im-message_self & {
      background-color: $selfMessageBGColor;
  }*/
  /*&.im-snippet_underline {
      border-bottom: 1px solid #696969;
  }
  &.im-snippet_aboveline {
      border-top: 1px solid #696969;
  }*/
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.im-snippet a {
  text-decoration: none;
}
body .im-snippet a {
  color: #111111;
}
.im-theme-dark_green .im-snippet a {
  color: #ffffff;
}
.im-theme-dark_blue .im-snippet a {
  color: #ffffff;
}
.im-theme-blue .im-snippet a {
  color: #111111;
}
.im-theme-vk_dark_blue .im-snippet a {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-snippet a {
  color: #111111;
}
.im-theme-dit_blue .im-snippet a {
  color: #111111;
}
.im-theme-myteam_green .im-snippet a {
  color: #111111;
}
.im-theme-dark_calls .im-snippet a {
  color: #FFFFFF;
}

.im-snippet__image {
  transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  position: relative;
  overflow: hidden;
  max-height: 327px;
  max-width: 350px;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
  /*img {
      display: block;
      @include rounded($msgBorderRadius);
      max-height: 270px;
      max-width: 270px;
      margin: 0;
      padding: 0;
  }*/
}

.im-snippet__gif:after {
  content: "GIF";
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fafafa;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.im-snippet__play:after {
  content: "";
  display: block;
  border: 1px solid white;
  border-radius: 24px;
  background-color: transparent;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3714 11.1809L5.30176 18.7422C4.63752 19.1959 3.72447 19.035 3.26239 18.3828C3.09157 18.1417 3 17.855 3 17.5613L3 2.43858C3 1.64407 3.65594 0.999999 4.46509 0.999999C4.76423 0.999999 5.05619 1.08991 5.30176 1.25764L16.3714 8.819C17.0357 9.27272 17.1996 10.1692 16.7375 10.8215C16.6382 10.9616 16.5142 11.0834 16.3714 11.1809Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.3714 11.1809L5.30176 18.7422C4.63752 19.1959 3.72447 19.035 3.26239 18.3828C3.09157 18.1417 3 17.855 3 17.5613L3 2.43858C3 1.64407 3.65594 0.999999 4.46509 0.999999C4.76423 0.999999 5.05619 1.08991 5.30176 1.25764L16.3714 8.819C17.0357 9.27272 17.1996 10.1692 16.7375 10.8215C16.6382 10.9616 16.5142 11.0834 16.3714 11.1809Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  background-size: 18px 24px;
  width: 18px 24px;
  height: 18px 24px;
  mask-size: 18px 24px;
  -webkit-mask-size: 18px 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -28px;
  margin-top: -28px;
}

.im-snippet__preview-icon {
  display: none;
}

.im-snippet__file {
  height: 80px;
  position: relative;
}
.im-snippet__file .im-snippet__preview-icon {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -28px;
  margin-top: -28px;
  display: block;
  text-decoration: none;
  border: 1px solid;
  border-radius: 24px;
  background-color: transparent;
  width: 48px;
  height: 48px;
}
body .im-snippet__file .im-snippet__preview-icon {
  border-color: #838690;
}
.im-theme-dark_green .im-snippet__file .im-snippet__preview-icon {
  border-color: #7e848f;
}
.im-theme-dark_blue .im-snippet__file .im-snippet__preview-icon {
  border-color: #7e848f;
}
.im-theme-blue .im-snippet__file .im-snippet__preview-icon {
  border-color: #838690;
}
.im-theme-vk_dark_blue .im-snippet__file .im-snippet__preview-icon {
  border-color: #909499;
}
.im-theme-vk_blue .im-snippet__file .im-snippet__preview-icon {
  border-color: #818C99;
}
.im-theme-dit_blue .im-snippet__file .im-snippet__preview-icon {
  border-color: #838690;
}
.im-theme-myteam_green .im-snippet__file .im-snippet__preview-icon {
  border-color: #838690;
}
.im-theme-dark_calls .im-snippet__file .im-snippet__preview-icon {
  border-color: #9C9C9C;
}
.im-snippet__file .im-snippet__preview-icon:after {
  content: "";
  display: block;
  border-radius: 24px;
  width: 48px;
  height: 48px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3V13.5M10 13.5L6 10M10 13.5L14 10' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 14.5V15C3 16.1046 3.89543 17 5 17H15C16.1046 17 17 16.1046 17 15V14.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3V13.5M10 13.5L6 10M10 13.5L14 10' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 14.5V15C3 16.1046 3.89543 17 5 17H15C16.1046 17 17 16.1046 17 15V14.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-snippet__file .im-snippet__preview-icon:after {
  background-color: #838690;
}
.im-theme-dark_green .im-snippet__file .im-snippet__preview-icon:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-snippet__file .im-snippet__preview-icon:after {
  background-color: #7e848f;
}
.im-theme-blue .im-snippet__file .im-snippet__preview-icon:after {
  background-color: #838690;
}
.im-theme-vk_dark_blue .im-snippet__file .im-snippet__preview-icon:after {
  background-color: #909499;
}
.im-theme-vk_blue .im-snippet__file .im-snippet__preview-icon:after {
  background-color: #818C99;
}
.im-theme-dit_blue .im-snippet__file .im-snippet__preview-icon:after {
  background-color: #838690;
}
.im-theme-myteam_green .im-snippet__file .im-snippet__preview-icon:after {
  background-color: #838690;
}
.im-theme-dark_calls .im-snippet__file .im-snippet__preview-icon:after {
  background-color: #9C9C9C;
}

.im-snippet__title {
  display: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 6px;
  /*.im-snippet_favicon & {
      padding-bottom: 12px;
  }*/
}
.im-snippet_title .im-snippet__title {
  display: block;
}
.im-snippet__title > span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  max-height: 48px;
}

.im-snippet__domain {
  background-repeat: no-repeat;
  background-size: 16px;
  line-height: 16px;
  font-size: 12px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .im-snippet__domain {
  color: #838690;
}
.im-theme-dark_green .im-snippet__domain {
  color: #7e848f;
}
.im-theme-dark_blue .im-snippet__domain {
  color: #7e848f;
}
.im-theme-blue .im-snippet__domain {
  color: #838690;
}
.im-theme-vk_dark_blue .im-snippet__domain {
  color: #909499;
}
.im-theme-vk_blue .im-snippet__domain {
  color: #818C99;
}
.im-theme-dit_blue .im-snippet__domain {
  color: #838690;
}
.im-theme-myteam_green .im-snippet__domain {
  color: #838690;
}
.im-theme-dark_calls .im-snippet__domain {
  color: #9C9C9C;
}
.im-snippet_favicon .im-snippet__domain {
  margin-top: 6px;
  padding-left: 24px;
}

.im-snippet__forward {
  display: none;
  z-index: 10;
  position: absolute;
  top: 0px;
  right: -4px;
  bottom: auto;
  left: auto;
  width: 28px;
  height: 28px;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  margin-right: -28px;
  right: -4px;
}
.im-snippet_image + .im-snippet__forward, .im-contact-card + .im-snippet__forward {
  display: block;
}
.im-desktop .im-snippet__forward:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.im-snippet__forward.active {
  background-color: rgba(0, 0, 0, 0.24);
  /*&:after {
      -webkit-filter: invert(1);
      filter: invert(1);
  }*/
}
.im-snippet__forward:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
}
body .im-snippet__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-snippet__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-snippet__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-snippet__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-snippet__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-snippet__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-snippet__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-snippet__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-snippet__forward:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-message_self .im-snippet__forward {
  right: auto;
  margin-right: 0;
  margin-left: -28px;
  left: -4px;
}

.im-snippet__selectable {
  font-size: 1px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.im-message_snippet-place {
  display: none;
}

.im-contact-card {
  padding-bottom: 14px;
  padding-top: 4px;
  width: 276px;
  max-width: 100%;
}

.im-contact-card__avatar {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  margin-top: -22px;
}
.im-contact-card__avatar .im-avatarbox {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 22px;
}

body .im-contact-card__title {
  position: relative;
  font-size: 13px;
  padding: 6px 32px 6px 56px;
  margin-bottom: 8px;
  cursor: pointer;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
body .im-contact-card__title .im-contact-card__name {
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  line-height: 18px;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #111111;
}
body .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  vertical-align: text-top;
}
body .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
body .im-contact-card__title .im-contact-card__subtitle {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #0ABD47;
}
body .im-contact-card__title:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: -10px;
  bottom: auto;
  left: auto;
  margin-top: -15px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-contact-card__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body body .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green body .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-dark_blue body .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-blue body .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue body .im-contact-card__title:after {
  background-color: #76787A;
}
.im-theme-vk_blue body .im-contact-card__title:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue body .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green body .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls body .im-contact-card__title:after {
  background-color: #949494;
}
.im-desktop body .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green body .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue body .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue body .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue body .im-contact-card__title:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue body .im-contact-card__title:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue body .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green body .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls body .im-contact-card__title:hover:after {
  background-color: #858585;
}
.im-desktop body .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green body .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue body .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue body .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue body .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue body .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue body .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green body .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls body .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
body body .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green body .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue body .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue body .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue body .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue body .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue body .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green body .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls body .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
.im-theme-dark_green .im-contact-card__title {
  position: relative;
  font-size: 13px;
  padding: 6px 32px 6px 56px;
  margin-bottom: 8px;
  cursor: pointer;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.im-theme-dark_green .im-contact-card__title .im-contact-card__name {
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  line-height: 18px;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #ffffff;
}
.im-theme-dark_green .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  vertical-align: text-top;
}
.im-theme-dark_green .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.im-theme-dark_green .im-contact-card__title .im-contact-card__subtitle {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #0AC248;
}
.im-theme-dark_green .im-contact-card__title:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: -10px;
  bottom: auto;
  left: auto;
  margin-top: -15px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-contact-card__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-theme-dark_green .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-theme-dark_green .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-theme-dark_green .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-blue .im-theme-dark_green .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-theme-dark_green .im-contact-card__title:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-theme-dark_green .im-contact-card__title:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-theme-dark_green .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-theme-dark_green .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-theme-dark_green .im-contact-card__title:after {
  background-color: #949494;
}
.im-desktop .im-theme-dark_green .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-theme-dark_green .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-theme-dark_green .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-theme-dark_green .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-dark_green .im-contact-card__title:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-theme-dark_green .im-contact-card__title:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-theme-dark_green .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-theme-dark_green .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-theme-dark_green .im-contact-card__title:hover:after {
  background-color: #858585;
}
.im-desktop .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
body .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-theme-dark_green .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
.im-theme-dark_blue .im-contact-card__title {
  position: relative;
  font-size: 13px;
  padding: 6px 32px 6px 56px;
  margin-bottom: 8px;
  cursor: pointer;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.im-theme-dark_blue .im-contact-card__title .im-contact-card__name {
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  line-height: 18px;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #ffffff;
}
.im-theme-dark_blue .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  vertical-align: text-top;
}
.im-theme-dark_blue .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.im-theme-dark_blue .im-contact-card__title .im-contact-card__subtitle {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #73a5dc;
}
.im-theme-dark_blue .im-contact-card__title:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: -10px;
  bottom: auto;
  left: auto;
  margin-top: -15px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-contact-card__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-theme-dark_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-theme-dark_blue .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-theme-dark_blue .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-blue .im-theme-dark_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-theme-dark_blue .im-contact-card__title:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-theme-dark_blue .im-contact-card__title:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-theme-dark_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-theme-dark_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-theme-dark_blue .im-contact-card__title:after {
  background-color: #949494;
}
.im-desktop .im-theme-dark_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-theme-dark_blue .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-theme-dark_blue .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-theme-dark_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-dark_blue .im-contact-card__title:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-theme-dark_blue .im-contact-card__title:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-theme-dark_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-theme-dark_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-theme-dark_blue .im-contact-card__title:hover:after {
  background-color: #858585;
}
.im-desktop .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
body .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-theme-dark_blue .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
.im-theme-blue .im-contact-card__title {
  position: relative;
  font-size: 13px;
  padding: 6px 32px 6px 56px;
  margin-bottom: 8px;
  cursor: pointer;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.im-theme-blue .im-contact-card__title .im-contact-card__name {
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  line-height: 18px;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #111111;
}
.im-theme-blue .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  vertical-align: text-top;
}
.im-theme-blue .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.im-theme-blue .im-contact-card__title .im-contact-card__subtitle {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #6087B3;
}
.im-theme-blue .im-contact-card__title:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: -10px;
  bottom: auto;
  left: auto;
  margin-top: -15px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-contact-card__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-theme-blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-theme-blue .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-theme-blue .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-blue .im-theme-blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-theme-blue .im-contact-card__title:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-theme-blue .im-contact-card__title:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-theme-blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-theme-blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-theme-blue .im-contact-card__title:after {
  background-color: #949494;
}
.im-desktop .im-theme-blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-theme-blue .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-theme-blue .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-theme-blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-blue .im-contact-card__title:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-theme-blue .im-contact-card__title:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-theme-blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-theme-blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-theme-blue .im-contact-card__title:hover:after {
  background-color: #858585;
}
.im-desktop .im-theme-blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-theme-blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-theme-blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-theme-blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-blue .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-theme-blue .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-theme-blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-theme-blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-theme-blue .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
body .im-theme-blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-theme-blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-theme-blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-theme-blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-theme-blue .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-theme-blue .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-theme-blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-theme-blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-theme-blue .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
.im-theme-vk_dark_blue .im-contact-card__title {
  position: relative;
  font-size: 13px;
  padding: 6px 32px 6px 56px;
  margin-bottom: 8px;
  cursor: pointer;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.im-theme-vk_dark_blue .im-contact-card__title .im-contact-card__name {
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  line-height: 18px;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  vertical-align: text-top;
}
.im-theme-vk_dark_blue .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.im-theme-vk_dark_blue .im-contact-card__title .im-contact-card__subtitle {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #72A4DB;
}
.im-theme-vk_dark_blue .im-contact-card__title:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: -10px;
  bottom: auto;
  left: auto;
  margin-top: -15px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-contact-card__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-theme-vk_dark_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-theme-vk_dark_blue .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-theme-vk_dark_blue .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-blue .im-theme-vk_dark_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-theme-vk_dark_blue .im-contact-card__title:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-theme-vk_dark_blue .im-contact-card__title:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-theme-vk_dark_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-theme-vk_dark_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-theme-vk_dark_blue .im-contact-card__title:after {
  background-color: #949494;
}
.im-desktop .im-theme-vk_dark_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-theme-vk_dark_blue .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-theme-vk_dark_blue .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-theme-vk_dark_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-vk_dark_blue .im-contact-card__title:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-theme-vk_dark_blue .im-contact-card__title:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-theme-vk_dark_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-theme-vk_dark_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-theme-vk_dark_blue .im-contact-card__title:hover:after {
  background-color: #858585;
}
.im-desktop .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
body .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-theme-vk_dark_blue .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
.im-theme-vk_blue .im-contact-card__title {
  position: relative;
  font-size: 13px;
  padding: 6px 32px 6px 56px;
  margin-bottom: 8px;
  cursor: pointer;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.im-theme-vk_blue .im-contact-card__title .im-contact-card__name {
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  line-height: 18px;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #111111;
}
.im-theme-vk_blue .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  vertical-align: text-top;
}
.im-theme-vk_blue .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.im-theme-vk_blue .im-contact-card__title .im-contact-card__subtitle {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #4772A6;
}
.im-theme-vk_blue .im-contact-card__title:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: -10px;
  bottom: auto;
  left: auto;
  margin-top: -15px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-contact-card__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-theme-vk_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-theme-vk_blue .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-theme-vk_blue .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-blue .im-theme-vk_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-theme-vk_blue .im-contact-card__title:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-theme-vk_blue .im-contact-card__title:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-theme-vk_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-theme-vk_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-theme-vk_blue .im-contact-card__title:after {
  background-color: #949494;
}
.im-desktop .im-theme-vk_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-theme-vk_blue .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-theme-vk_blue .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-theme-vk_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-vk_blue .im-contact-card__title:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-theme-vk_blue .im-contact-card__title:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-theme-vk_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-theme-vk_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-theme-vk_blue .im-contact-card__title:hover:after {
  background-color: #858585;
}
.im-desktop .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
body .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-theme-vk_blue .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
.im-theme-dit_blue .im-contact-card__title {
  position: relative;
  font-size: 13px;
  padding: 6px 32px 6px 56px;
  margin-bottom: 8px;
  cursor: pointer;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.im-theme-dit_blue .im-contact-card__title .im-contact-card__name {
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  line-height: 18px;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #111111;
}
.im-theme-dit_blue .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  vertical-align: text-top;
}
.im-theme-dit_blue .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.im-theme-dit_blue .im-contact-card__title .im-contact-card__subtitle {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #5A8ABF;
}
.im-theme-dit_blue .im-contact-card__title:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: -10px;
  bottom: auto;
  left: auto;
  margin-top: -15px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-contact-card__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-theme-dit_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-theme-dit_blue .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-theme-dit_blue .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-blue .im-theme-dit_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-theme-dit_blue .im-contact-card__title:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-theme-dit_blue .im-contact-card__title:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-theme-dit_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-theme-dit_blue .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-theme-dit_blue .im-contact-card__title:after {
  background-color: #949494;
}
.im-desktop .im-theme-dit_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-theme-dit_blue .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-theme-dit_blue .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-theme-dit_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-dit_blue .im-contact-card__title:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-theme-dit_blue .im-contact-card__title:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-theme-dit_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-theme-dit_blue .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-theme-dit_blue .im-contact-card__title:hover:after {
  background-color: #858585;
}
.im-desktop .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
body .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-theme-dit_blue .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
.im-theme-myteam_green .im-contact-card__title {
  position: relative;
  font-size: 13px;
  padding: 6px 32px 6px 56px;
  margin-bottom: 8px;
  cursor: pointer;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.im-theme-myteam_green .im-contact-card__title .im-contact-card__name {
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  line-height: 18px;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #111111;
}
.im-theme-myteam_green .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  vertical-align: text-top;
}
.im-theme-myteam_green .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.im-theme-myteam_green .im-contact-card__title .im-contact-card__subtitle {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #61CEBA;
}
.im-theme-myteam_green .im-contact-card__title:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: -10px;
  bottom: auto;
  left: auto;
  margin-top: -15px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-contact-card__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-theme-myteam_green .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-theme-myteam_green .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-theme-myteam_green .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-blue .im-theme-myteam_green .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-theme-myteam_green .im-contact-card__title:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-theme-myteam_green .im-contact-card__title:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-theme-myteam_green .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-theme-myteam_green .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-theme-myteam_green .im-contact-card__title:after {
  background-color: #949494;
}
.im-desktop .im-theme-myteam_green .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-theme-myteam_green .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-theme-myteam_green .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-theme-myteam_green .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-myteam_green .im-contact-card__title:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-theme-myteam_green .im-contact-card__title:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-theme-myteam_green .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-theme-myteam_green .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-theme-myteam_green .im-contact-card__title:hover:after {
  background-color: #858585;
}
.im-desktop .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
body .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-theme-myteam_green .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
.im-theme-dark_calls .im-contact-card__title {
  position: relative;
  font-size: 13px;
  padding: 6px 32px 6px 56px;
  margin-bottom: 8px;
  cursor: pointer;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.im-theme-dark_calls .im-contact-card__title .im-contact-card__name {
  font-size: 16px;
  display: inline-block;
  max-width: 100%;
  line-height: 18px;
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #FFFFFF;
}
.im-theme-dark_calls .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  vertical-align: text-top;
}
.im-theme-dark_calls .im-contact-card__title .im-contact-card__name .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.im-theme-dark_calls .im-contact-card__title .im-contact-card__subtitle {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  color: #2D8DFF;
}
.im-theme-dark_calls .im-contact-card__title:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: -10px;
  bottom: auto;
  left: auto;
  margin-top: -15px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-contact-card__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-theme-dark_calls .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-theme-dark_calls .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-theme-dark_calls .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-blue .im-theme-dark_calls .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-theme-dark_calls .im-contact-card__title:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-theme-dark_calls .im-contact-card__title:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-theme-dark_calls .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-theme-dark_calls .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-theme-dark_calls .im-contact-card__title:after {
  background-color: #949494;
}
.im-desktop .im-theme-dark_calls .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-theme-dark_calls .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-theme-dark_calls .im-contact-card__title:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-theme-dark_calls .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-dark_calls .im-contact-card__title:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-theme-dark_calls .im-contact-card__title:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-theme-dark_calls .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-theme-dark_calls .im-contact-card__title:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-theme-dark_calls .im-contact-card__title:hover:after {
  background-color: #858585;
}
.im-desktop .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}
body .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-theme-dark_calls .im-contact-card__title:active:after {
  background-color: #7A7A7A;
}

.im-contact-card_tooltip {
  text-align: left;
  padding: 0 11px 0 42px;
  margin-bottom: 0;
  min-height: 37px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.im-contact-card_tooltip:after {
  display: none;
}
.im-contact-card_tooltip .im-contact-card__avatar {
  top: auto;
  margin-top: 0;
  margin-left: 2px;
}
.im-contact-card_tooltip .im-contact-card__avatar .im-avatarbox {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 22px;
}
.im-contact-card_tooltip .im-contact-card__name {
  line-height: 20px;
}

/*.im-contact-card__link {
    text-decoration: none;
    cursor: auto;
}*/
.im-contact-card__about {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
  display: flex;
  display: block;
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  max-height: 35px;
}
.im-contact-card__about .im-emoji_inline {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
}
body .im-contact-card__about {
  color: #111111;
}
.im-theme-dark_green .im-contact-card__about {
  color: #ffffff;
}
.im-theme-dark_blue .im-contact-card__about {
  color: #ffffff;
}
.im-theme-blue .im-contact-card__about {
  color: #111111;
}
.im-theme-vk_dark_blue .im-contact-card__about {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-contact-card__about {
  color: #111111;
}
.im-theme-dit_blue .im-contact-card__about {
  color: #111111;
}
.im-theme-myteam_green .im-contact-card__about {
  color: #111111;
}
.im-theme-dark_calls .im-contact-card__about {
  color: #FFFFFF;
}

.im-contact-card__action {
  font-size: 14px;
  line-height: 18px;
  padding: 6px 8px;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
body .im-contact-card__action {
  color: #00B84D;
}
.im-theme-dark_green .im-contact-card__action {
  color: #ffffff;
}
.im-theme-dark_blue .im-contact-card__action {
  color: #ffffff;
}
.im-theme-blue .im-contact-card__action {
  color: #3492F2;
}
.im-theme-vk_dark_blue .im-contact-card__action {
  color: #ffffff;
}
.im-theme-vk_blue .im-contact-card__action {
  color: #3F8AE0;
}
.im-theme-dit_blue .im-contact-card__action {
  color: #2E72BF;
}
.im-theme-myteam_green .im-contact-card__action {
  color: #18D893;
}
.im-theme-dark_calls .im-contact-card__action {
  color: #ffffff;
}
body .im-contact-card__action {
  background-color: #eceef3;
}
.im-theme-dark_green .im-contact-card__action {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-contact-card__action {
  background-color: #3c3d47;
}
.im-theme-blue .im-contact-card__action {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-contact-card__action {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-contact-card__action {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-contact-card__action {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-contact-card__action {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-contact-card__action {
  background-color: #1F1F1F;
}
.im-desktop .im-contact-card__action:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-dark_green .im-contact-card__action:hover {
  background-color: #444551;
}
.im-desktop.im-theme-dark_blue .im-contact-card__action:hover {
  background-color: #444551;
}
.im-desktop.im-theme-blue .im-contact-card__action:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-vk_dark_blue .im-contact-card__action:hover {
  background-color: #444551;
}
.im-desktop.im-theme-vk_blue .im-contact-card__action:hover {
  background-color: #E4E7EF;
}
.im-desktop.im-theme-dit_blue .im-contact-card__action:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-myteam_green .im-contact-card__action:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-dark_calls .im-contact-card__action:hover {
  background-color: #0F0F0F;
}
.im-desktop .im-contact-card__action:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-dark_green .im-contact-card__action:active {
  background-color: #3f404d;
}
.im-desktop.im-theme-dark_blue .im-contact-card__action:active {
  background-color: #3f404d;
}
.im-desktop.im-theme-blue .im-contact-card__action:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-vk_dark_blue .im-contact-card__action:active {
  background-color: #3F404D;
}
.im-desktop.im-theme-vk_blue .im-contact-card__action:active {
  background-color: #DEE1EB;
}
.im-desktop.im-theme-dit_blue .im-contact-card__action:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-myteam_green .im-contact-card__action:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-dark_calls .im-contact-card__action:active {
  background-color: #0A0A0A;
}
body .im-contact-card__action:active {
  background-color: #dee1eb;
}
.im-theme-dark_green .im-contact-card__action:active {
  background-color: #3f404d;
}
.im-theme-dark_blue .im-contact-card__action:active {
  background-color: #3f404d;
}
.im-theme-blue .im-contact-card__action:active {
  background-color: #dee1eb;
}
.im-theme-vk_dark_blue .im-contact-card__action:active {
  background-color: #3F404D;
}
.im-theme-vk_blue .im-contact-card__action:active {
  background-color: #DEE1EB;
}
.im-theme-dit_blue .im-contact-card__action:active {
  background-color: #dee1eb;
}
.im-theme-myteam_green .im-contact-card__action:active {
  background-color: #dee1eb;
}
.im-theme-dark_calls .im-contact-card__action:active {
  background-color: #0A0A0A;
}

body .im-message_self .im-contact-card__action {
  background-color: #C8F9D4;
}
.im-theme-dark_green .im-message_self .im-contact-card__action {
  background-color: #4C8959;
}
.im-theme-dark_blue .im-message_self .im-contact-card__action {
  background-color: #2A4A71;
}
.im-theme-blue .im-message_self .im-contact-card__action {
  background-color: #AAD7FF;
}
.im-theme-vk_dark_blue .im-message_self .im-contact-card__action {
  background-color: #2A4A71;
}
.im-theme-vk_blue .im-message_self .im-contact-card__action {
  background-color: #AAD7FF;
}
.im-theme-dit_blue .im-message_self .im-contact-card__action {
  background-color: #B1D6FF;
}
.im-theme-myteam_green .im-message_self .im-contact-card__action {
  background-color: #C6F5D9;
}
.im-theme-dark_calls .im-message_self .im-contact-card__action {
  background-color: #044CA1;
}
.im-desktop .im-message_self .im-contact-card__action:hover {
  background-color: #B1F6C2;
}
.im-desktop.im-theme-dark_green .im-message_self .im-contact-card__action:hover {
  background-color: #559A65;
}
.im-desktop.im-theme-dark_blue .im-message_self .im-contact-card__action:hover {
  background-color: #305582;
}
.im-desktop.im-theme-blue .im-message_self .im-contact-card__action:hover {
  background-color: #9FD1FC;
}
.im-desktop.im-theme-vk_dark_blue .im-message_self .im-contact-card__action:hover {
  background-color: #305582;
}
.im-desktop.im-theme-vk_blue .im-message_self .im-contact-card__action:hover {
  background-color: #9FD1FC;
}
.im-desktop.im-theme-dit_blue .im-message_self .im-contact-card__action:hover {
  background-color: #A5CCF7;
}
.im-desktop.im-theme-myteam_green .im-message_self .im-contact-card__action:hover {
  background-color: #B4EBCB;
}
.im-desktop.im-theme-dark_calls .im-message_self .im-contact-card__action:hover {
  background-color: #0C5CBA;
}
.im-desktop .im-message_self .im-contact-card__action:active {
  background-color: #9AF4B1;
}
.im-desktop.im-theme-dark_green .im-message_self .im-contact-card__action:active {
  background-color: #61A871;
}
.im-desktop.im-theme-dark_blue .im-message_self .im-contact-card__action:active {
  background-color: #376195;
}
.im-desktop.im-theme-blue .im-message_self .im-contact-card__action:active {
  background-color: #90C6F4;
}
.im-desktop.im-theme-vk_dark_blue .im-message_self .im-contact-card__action:active {
  background-color: #376195;
}
.im-desktop.im-theme-vk_blue .im-message_self .im-contact-card__action:active {
  background-color: #90C6F4;
}
.im-desktop.im-theme-dit_blue .im-message_self .im-contact-card__action:active {
  background-color: #92C1F3;
}
.im-desktop.im-theme-myteam_green .im-message_self .im-contact-card__action:active {
  background-color: #AAE5C3;
}
.im-desktop.im-theme-dark_calls .im-message_self .im-contact-card__action:active {
  background-color: #1768C7;
}
body .im-message_self .im-contact-card__action:active {
  background-color: #9AF4B1;
}
.im-theme-dark_green .im-message_self .im-contact-card__action:active {
  background-color: #61A871;
}
.im-theme-dark_blue .im-message_self .im-contact-card__action:active {
  background-color: #376195;
}
.im-theme-blue .im-message_self .im-contact-card__action:active {
  background-color: #90C6F4;
}
.im-theme-vk_dark_blue .im-message_self .im-contact-card__action:active {
  background-color: #376195;
}
.im-theme-vk_blue .im-message_self .im-contact-card__action:active {
  background-color: #90C6F4;
}
.im-theme-dit_blue .im-message_self .im-contact-card__action:active {
  background-color: #92C1F3;
}
.im-theme-myteam_green .im-message_self .im-contact-card__action:active {
  background-color: #AAE5C3;
}
.im-theme-dark_calls .im-message_self .im-contact-card__action:active {
  background-color: #1768C7;
}
.im-message_self .im-contact-card__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M8 4L14 10L8 16' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-message_self .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-message_self .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-message_self .im-contact-card__title:after {
  background-color: #7e848f;
}
.im-theme-blue .im-message_self .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-message_self .im-contact-card__title:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-message_self .im-contact-card__title:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-message_self .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-message_self .im-contact-card__title:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-message_self .im-contact-card__title:after {
  background-color: #949494;
}
body .im-message_self .im-contact-card__title {
  color: #0ABD47;
}
body .im-message_self .im-contact-card__title:after {
  background-color: #0ABD47;
}
.im-theme-dark_green .im-message_self .im-contact-card__title {
  color: #0AC248;
}
.im-theme-dark_green .im-message_self .im-contact-card__title:after {
  background-color: #0AC248;
}
.im-theme-dark_blue .im-message_self .im-contact-card__title {
  color: #73a5dc;
}
.im-theme-dark_blue .im-message_self .im-contact-card__title:after {
  background-color: #73a5dc;
}
.im-theme-blue .im-message_self .im-contact-card__title {
  color: #6087B3;
}
.im-theme-blue .im-message_self .im-contact-card__title:after {
  background-color: #6087B3;
}
.im-theme-vk_dark_blue .im-message_self .im-contact-card__title {
  color: #72A4DB;
}
.im-theme-vk_dark_blue .im-message_self .im-contact-card__title:after {
  background-color: #72A4DB;
}
.im-theme-vk_blue .im-message_self .im-contact-card__title {
  color: #4772A6;
}
.im-theme-vk_blue .im-message_self .im-contact-card__title:after {
  background-color: #4772A6;
}
.im-theme-dit_blue .im-message_self .im-contact-card__title {
  color: #5A8ABF;
}
.im-theme-dit_blue .im-message_self .im-contact-card__title:after {
  background-color: #5A8ABF;
}
.im-theme-myteam_green .im-message_self .im-contact-card__title {
  color: #61CEBA;
}
.im-theme-myteam_green .im-message_self .im-contact-card__title:after {
  background-color: #61CEBA;
}
.im-theme-dark_calls .im-message_self .im-contact-card__title {
  color: #2D8DFF;
}
.im-theme-dark_calls .im-message_self .im-contact-card__title:after {
  background-color: #2D8DFF;
}
body .im-message_self .im-contact-card__title .im-contact-card__subtitle {
  color: #0ABD47;
}
.im-theme-dark_green .im-message_self .im-contact-card__title .im-contact-card__subtitle {
  color: #0AC248;
}
.im-theme-dark_blue .im-message_self .im-contact-card__title .im-contact-card__subtitle {
  color: #73a5dc;
}
.im-theme-blue .im-message_self .im-contact-card__title .im-contact-card__subtitle {
  color: #6087B3;
}
.im-theme-vk_dark_blue .im-message_self .im-contact-card__title .im-contact-card__subtitle {
  color: #72A4DB;
}
.im-theme-vk_blue .im-message_self .im-contact-card__title .im-contact-card__subtitle {
  color: #4772A6;
}
.im-theme-dit_blue .im-message_self .im-contact-card__title .im-contact-card__subtitle {
  color: #5A8ABF;
}
.im-theme-myteam_green .im-message_self .im-contact-card__title .im-contact-card__subtitle {
  color: #61CEBA;
}
.im-theme-dark_calls .im-message_self .im-contact-card__title .im-contact-card__subtitle {
  color: #2D8DFF;
}

.im-file-snap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: initial;
  -webkit-justify-content: initial;
  -ms-justify-content: initial;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.im-file-snap .im-file__image {
  line-height: normal;
  position: relative;
  display: inline-block;
}
.im-file-snap .im-file__image img {
  max-height: none;
}
.im-file-snap.im-file_error .im-file__drop {
  display: none;
}
.im-file-snap.im-file_error .im-file__title {
  top: 50px;
}
.im-file-snap.im-file_error .im-file__title span {
  font-size: 0;
  padding-bottom: 10px;
}

.im-file-author, .im-file-message {
  padding: 12px 15px;
  width: 100%;
  overflow: hidden;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
  max-width: 194px;
  box-sizing: border-box;
  /*width: $filePreviewMaxWidth - 2 * 15px;
  .im-pane & {
      width: $paneFilePreviewMaxWidth - 2 * 15px;
  }*/
  /*.im-message_self & {
      background: $selfMessageBGColor;
  }*/
}
.im-pane .im-file-author, .im-pane .im-file-message {
  max-width: 320px;
}

.im-file-author {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.im-file-author .im-avatarbox {
  position: static;
  vertical-align: top;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 12px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.im-file-author + .im-file-snap, .im-file-author + .im-file-snap .im-file__image {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.im-file-with__text, .im-file-with__text .im-file__image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.im-file-message {
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  display: none;
}
.im-file-with__text .im-file-message {
  display: block;
}

.im-message-quote .im-message__text, .im-message-quote__reply .im-message__text {
  background: inherit;
  box-shadow: none;
}
.im-message_self .im-message-quote .im-message__text, .im-message_self .im-message-quote__reply .im-message__text {
  background: inherit;
}
.im-message-quote.im-message_self, .im-message-quote__reply.im-message_self {
  text-align: left;
  padding-right: 0;
}

.im-message-quote__reply {
  margin-top: 12px;
}
.im-message-quote__reply .im-message__text {
  padding: 0;
}
.im-message-quote__reply .im-snippet__forward, .im-message-quote__reply.im-message-single_image .im-file__forward {
  right: -16px;
}
.im-message_self .im-message-quote__reply .im-snippet__forward, .im-message_self .im-message-quote__reply.im-message-single_image .im-file__forward {
  right: auto;
  left: -16px;
}

.im-message-forward, .im-message-quote {
  cursor: pointer;
}
.im-desktop .im-message-forward:hover, .im-desktop .im-message-quote:hover {
  background-color: #f3f5f8;
}
.im-desktop .im-message-forward:hover .im-message__text, .im-desktop .im-message-quote:hover .im-message__text {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_green .im-message-forward:hover, .im-desktop.im-theme-dark_green .im-message-quote:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_green .im-message-forward:hover .im-message__text, .im-desktop.im-theme-dark_green .im-message-quote:hover .im-message__text {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-message-forward:hover, .im-desktop.im-theme-dark_blue .im-message-quote:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-message-forward:hover .im-message__text, .im-desktop.im-theme-dark_blue .im-message-quote:hover .im-message__text {
  background-color: #3c3d48;
}
.im-desktop.im-theme-blue .im-message-forward:hover, .im-desktop.im-theme-blue .im-message-quote:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-blue .im-message-forward:hover .im-message__text, .im-desktop.im-theme-blue .im-message-quote:hover .im-message__text {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-vk_dark_blue .im-message-forward:hover, .im-desktop.im-theme-vk_dark_blue .im-message-quote:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_dark_blue .im-message-forward:hover .im-message__text, .im-desktop.im-theme-vk_dark_blue .im-message-quote:hover .im-message__text {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-message-forward:hover, .im-desktop.im-theme-vk_blue .im-message-quote:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-vk_blue .im-message-forward:hover .im-message__text, .im-desktop.im-theme-vk_blue .im-message-quote:hover .im-message__text {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-dit_blue .im-message-forward:hover, .im-desktop.im-theme-dit_blue .im-message-quote:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dit_blue .im-message-forward:hover .im-message__text, .im-desktop.im-theme-dit_blue .im-message-quote:hover .im-message__text {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-message-forward:hover, .im-desktop.im-theme-myteam_green .im-message-quote:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-message-forward:hover .im-message__text, .im-desktop.im-theme-myteam_green .im-message-quote:hover .im-message__text {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_calls .im-message-forward:hover, .im-desktop.im-theme-dark_calls .im-message-quote:hover {
  background-color: #1F1F1F;
}
.im-desktop.im-theme-dark_calls .im-message-forward:hover .im-message__text, .im-desktop.im-theme-dark_calls .im-message-quote:hover .im-message__text {
  background-color: #1F1F1F;
}
.im-desktop .im-message_self .im-message-forward:hover, .im-desktop .im-message_self .im-message-quote:hover {
  background-color: #C8F9D4;
}
.im-desktop .im-message_self .im-message-forward:hover .im-message__text, .im-desktop .im-message_self .im-message-quote:hover .im-message__text {
  background-color: #C8F9D4;
}
.im-desktop.im-theme-dark_green .im-message_self .im-message-forward:hover, .im-desktop.im-theme-dark_green .im-message_self .im-message-quote:hover {
  background-color: #4C8959;
}
.im-desktop.im-theme-dark_green .im-message_self .im-message-forward:hover .im-message__text, .im-desktop.im-theme-dark_green .im-message_self .im-message-quote:hover .im-message__text {
  background-color: #4C8959;
}
.im-desktop.im-theme-dark_blue .im-message_self .im-message-forward:hover, .im-desktop.im-theme-dark_blue .im-message_self .im-message-quote:hover {
  background-color: #2A4A71;
}
.im-desktop.im-theme-dark_blue .im-message_self .im-message-forward:hover .im-message__text, .im-desktop.im-theme-dark_blue .im-message_self .im-message-quote:hover .im-message__text {
  background-color: #2A4A71;
}
.im-desktop.im-theme-blue .im-message_self .im-message-forward:hover, .im-desktop.im-theme-blue .im-message_self .im-message-quote:hover {
  background-color: #AAD7FF;
}
.im-desktop.im-theme-blue .im-message_self .im-message-forward:hover .im-message__text, .im-desktop.im-theme-blue .im-message_self .im-message-quote:hover .im-message__text {
  background-color: #AAD7FF;
}
.im-desktop.im-theme-vk_dark_blue .im-message_self .im-message-forward:hover, .im-desktop.im-theme-vk_dark_blue .im-message_self .im-message-quote:hover {
  background-color: #2A4A71;
}
.im-desktop.im-theme-vk_dark_blue .im-message_self .im-message-forward:hover .im-message__text, .im-desktop.im-theme-vk_dark_blue .im-message_self .im-message-quote:hover .im-message__text {
  background-color: #2A4A71;
}
.im-desktop.im-theme-vk_blue .im-message_self .im-message-forward:hover, .im-desktop.im-theme-vk_blue .im-message_self .im-message-quote:hover {
  background-color: #AAD7FF;
}
.im-desktop.im-theme-vk_blue .im-message_self .im-message-forward:hover .im-message__text, .im-desktop.im-theme-vk_blue .im-message_self .im-message-quote:hover .im-message__text {
  background-color: #AAD7FF;
}
.im-desktop.im-theme-dit_blue .im-message_self .im-message-forward:hover, .im-desktop.im-theme-dit_blue .im-message_self .im-message-quote:hover {
  background-color: #B1D6FF;
}
.im-desktop.im-theme-dit_blue .im-message_self .im-message-forward:hover .im-message__text, .im-desktop.im-theme-dit_blue .im-message_self .im-message-quote:hover .im-message__text {
  background-color: #B1D6FF;
}
.im-desktop.im-theme-myteam_green .im-message_self .im-message-forward:hover, .im-desktop.im-theme-myteam_green .im-message_self .im-message-quote:hover {
  background-color: #C6F5D9;
}
.im-desktop.im-theme-myteam_green .im-message_self .im-message-forward:hover .im-message__text, .im-desktop.im-theme-myteam_green .im-message_self .im-message-quote:hover .im-message__text {
  background-color: #C6F5D9;
}
.im-desktop.im-theme-dark_calls .im-message_self .im-message-forward:hover, .im-desktop.im-theme-dark_calls .im-message_self .im-message-quote:hover {
  background-color: #044CA1;
}
.im-desktop.im-theme-dark_calls .im-message_self .im-message-forward:hover .im-message__text, .im-desktop.im-theme-dark_calls .im-message_self .im-message-quote:hover .im-message__text {
  background-color: #044CA1;
}
.im-message-forward .im-message__from,
.im-message-forward .im-message__from__wrapper, .im-message-quote .im-message__from,
.im-message-quote .im-message__from__wrapper {
  display: block;
  cursor: pointer;
  visibility: visible;
  padding: 2px 0;
  margin-bottom: 0;
}
.im-message-forward .im-file__ptt-progress_box, .im-message-quote .im-file__ptt-progress_box {
  padding-right: 0;
}
.im-message-forward .im-file__ptt-box_translatable .im-file__ptt-progress_box, .im-message-quote .im-file__ptt-box_translatable .im-file__ptt-progress_box {
  padding-right: 46px;
}
.im-message-forward .im-file__ptt-translate, .im-message-quote .im-file__ptt-translate {
  right: 0;
}
.im-message-forward .im-message_first .im-snippet, .im-message-forward .im-file-wrapper:first-child, .im-message-quote .im-message_first .im-snippet, .im-message-quote .im-file-wrapper:first-child {
  margin-top: 6px;
}

.im-message-forward {
  margin-bottom: 6px;
  padding: 2px 8px 6px 8px;
  border-radius: 4px;
}
.im-dialogpage__is_chat .im-message:not(.im-message_self):not(.im-message-has__response):not(.im-message-has__quote) .im-message__from + .im-message-forward {
  margin-top: -4px;
}
.im-message-forward .im-message__text {
  width: 100%;
  padding: 0;
  border: none;
  box-shadow: none;
}
.im-message-forward .im-message__from > span {
  font-weight: normal;
}
.im-message-forward .im-snippet__forward,
.im-message-forward .im-file__forward {
  right: -24px;
}
.im-message_self .im-message-forward .im-snippet__forward, .im-message_self .im-message-forward .im-file__forward {
  right: auto;
  left: -24px;
}
.im-message-has__quote .im-message-forward, .im-message-has__response .im-message-forward {
  border-left: 2px solid;
  padding: 2px 8px 4px 10px;
  margin: 8px 0 0 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .im-message-has__quote .im-message-forward, body .im-message-has__response .im-message-forward {
  border-left-color: #21D86A;
}
.im-theme-dark_green .im-message-has__quote .im-message-forward, .im-theme-dark_green .im-message-has__response .im-message-forward {
  border-left-color: #0ADC5E;
}
.im-theme-dark_blue .im-message-has__quote .im-message-forward, .im-theme-dark_blue .im-message-has__response .im-message-forward {
  border-left-color: #2e91ff;
}
.im-theme-blue .im-message-has__quote .im-message-forward, .im-theme-blue .im-message-has__response .im-message-forward {
  border-left-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-message-has__quote .im-message-forward, .im-theme-vk_dark_blue .im-message-has__response .im-message-forward {
  border-left-color: #71AAEB;
}
.im-theme-vk_blue .im-message-has__quote .im-message-forward, .im-theme-vk_blue .im-message-has__response .im-message-forward {
  border-left-color: #3F8AE0;
}
.im-theme-dit_blue .im-message-has__quote .im-message-forward, .im-theme-dit_blue .im-message-has__response .im-message-forward {
  border-left-color: #2E72BF;
}
.im-theme-myteam_green .im-message-has__quote .im-message-forward, .im-theme-myteam_green .im-message-has__response .im-message-forward {
  border-left-color: #18D893;
}
.im-theme-dark_calls .im-message-has__quote .im-message-forward, .im-theme-dark_calls .im-message-has__response .im-message-forward {
  border-left-color: #0C7CFF;
}
.im-message_self.im-message-has__quote .im-message-forward .im-snippet__forward, .im-message_self.im-message-has__quote .im-message-forward .im-file__forward, .im-message_self.im-message-has__response .im-message-forward .im-snippet__forward, .im-message_self.im-message-has__response .im-message-forward .im-file__forward {
  right: auto;
  left: -28px;
}
.im-message-forward.im-message-last__part:nth-child(2) {
  padding: 0;
}
.im-message_self .im-message-forward.im-message-last__part:nth-child(2):hover, .im-message-forward.im-message-last__part:nth-child(2):hover {
  background-color: inherit;
}
.im-message_self .im-message-forward.im-message-last__part:nth-child(2):hover .im-message__text, .im-message-forward.im-message-last__part:nth-child(2):hover .im-message__text {
  background-color: inherit;
}
.im-message-forward.im-message-last__part:nth-child(2) .im-snippet__forward,
.im-message-forward.im-message-last__part:nth-child(2) .im-file__forward {
  right: -16px;
}
.im-message_self .im-message-forward.im-message-last__part:nth-child(2) .im-snippet__forward, .im-message_self .im-message-forward.im-message-last__part:nth-child(2) .im-file__forward {
  right: auto;
  left: -16px;
}

.im-message-quote {
  padding: 2px 8px 4px 10px;
  border-left: 2px solid;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 8px 0 0 0;
  position: relative;
  /*.im-avatarbox {
      vertical-align: top;
      margin-right: 12px;
      @include roundAvatar(16);
      @include inline-block();
      @include absolutize($left: 0);
  }*/
  /*.im-message__from {
      padding-right: 5px;
  }*/
  /*.im-message__textblock {
      padding: 0;
      display: block;
  }*/
  /*&.im-message_sticker {
      .im-message__text {
          max-width: 110px;
      }
      .im-file.im-file_preview {
          max-width: 110px;
          max-height: 110px;
      }
  }*/
  /*.im-message_first.im-message__textblock {
      padding-bottom: 5px;
  }
  .im-message_last.im-message__textblock {
      padding-top: 5px;
  }
  .im-message_last.im-message_first.im-message__textblock {
      padding: 0;
  }*/
}
body .im-message-quote {
  border-left-color: #21D86A;
}
.im-theme-dark_green .im-message-quote {
  border-left-color: #0ADC5E;
}
.im-theme-dark_blue .im-message-quote {
  border-left-color: #2e91ff;
}
.im-theme-blue .im-message-quote {
  border-left-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-message-quote {
  border-left-color: #71AAEB;
}
.im-theme-vk_blue .im-message-quote {
  border-left-color: #3F8AE0;
}
.im-theme-dit_blue .im-message-quote {
  border-left-color: #2E72BF;
}
.im-theme-myteam_green .im-message-quote {
  border-left-color: #18D893;
}
.im-theme-dark_calls .im-message-quote {
  border-left-color: #0C7CFF;
}
.im-message-quote .im-message__text {
  padding: 0;
  /*.im-emoji_inline {
      vertical-align: text-top;
      width: $fontSizeS;
      height: $fontSizeS;
      background-size: $fontSizeS $fontSizeS;
  }*/
}
.im-message-quote .im-sticker-wrap {
  width: 110px;
  height: 110px;
}
.im-message-quote .im-snippet {
  max-width: 150px;
}
.im-message-quote .im-file {
  /*.im-file__drop, .im-file__action {
      display: none;
  }*/
}
.im-message-quote .im-file.im-file_play .im-file__drop, .im-message-quote .im-file.im-file_play .im-file__action {
  display: block;
}
.im-message-quote .im-file__image, .im-message-quote .im-file.im-file_preview .im-file__image {
  position: relative;
}
.im-message-quote .im-file__image img, .im-message-quote .im-file.im-file_preview .im-file__image img {
  object-fit: contain;
  border-radius: 8px;
  display: block;
}
.im-message-quote .im-file, .im-message-quote .im-snippet__image, .im-message-quote .im-snippet__file {
  max-width: 184px;
  max-height: 184px;
  width: auto !important;
  border-radius: 8px;
}
.im-message-quote .im-snippet__image {
  background-size: cover !important;
}
.im-message-quote .im-snippet__domain {
  font-size: 12px;
  background-size: 14px;
  line-height: 14px;
  margin-top: 4px;
}
.im-message-quote .im-snippet_favicon .im-snippet__domain {
  margin-top: 6px;
  padding-left: 20px;
}
.im-message-quote .im-snippet__title {
  padding: 8px 0;
}
.im-message-quote .im-snippet__title span {
  font-weight: normal;
  -webkit-line-clamp: 2;
  max-height: 32px;
}
.im-message-quote .im-file-message {
  padding: 5px 0 0 0;
}
.im-message-quote .im-file__ptt-translate, .im-message-quote .im-file__ptt-speech,
.im-message-quote .im-snippet__forward, .im-message-quote .im-file__forward,
.im-message-quote .im-file-author {
  display: none;
}
.im-message-quote .im-file__ptt-progress_box {
  margin-right: -38px;
}
.im-message-quote .im-contact-card__action {
  display: none;
}
.im-message-quote .im-contact-card__title {
  margin-bottom: 0;
}

.im-message-last__part {
  margin-bottom: 16px;
}
.im-message-has__response .im-message-last__part {
  margin-bottom: 12px;
}
.im-message-last__part.im-message-quote__reply {
  margin-bottom: 0;
}

.im-top-messages {
  padding-right: 52px;
  position: relative;
  z-index: 1;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-top-messages > .im-scrollbar {
  right: 45px;
}

.im-top-messages__wrap {
  padding: 2px 0 2px 52px;
  overflow: auto;
  max-height: 72px;
}
.im-chat__input_edit .im-top-messages__wrap {
  padding: 4px 0 4px 12px;
}

.im-top-messages_draft {
  display: flex;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 16px;
  align-items: center;
}
.im-top-messages_draft .im-top-messages__wrap {
  padding-left: 0;
  width: 100%;
  margin-right: 8px;
}
.im-top-messages_draft .im-top-message__buttons {
  display: flex;
  align-items: center;
}
.im-top-messages_draft .im-top-message__buttons .im-draft-message__apply {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  border-radius: 50%;
}
body .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply {
  background-color: #21D86A;
}
.im-theme-dark_green .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply {
  background-color: #2e91ff;
}
.im-theme-blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply {
  background-color: #18D893;
}
.im-theme-dark_calls .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply {
  background-color: #0C7CFF;
}
.im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:after {
  width: 22px;
  height: 100%;
  margin-top: -1px;
  margin-left: -2px;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  content: "";
  display: block;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:hover, body .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:focus {
  background-color: #1EC360;
}
body .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:active {
  background-color: #1BB157;
}
.im-theme-dark_green .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:hover, .im-theme-dark_green .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:focus {
  background-color: #0BF468;
}
.im-theme-dark_green .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:active {
  background-color: #3CF686;
}
.im-theme-dark_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:hover, .im-theme-dark_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:focus {
  background-color: #479dff;
}
.im-theme-dark_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:active {
  background-color: #3b96ff;
}
.im-theme-blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:hover, .im-theme-blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:focus {
  background-color: #2C84DF;
}
.im-theme-blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:active {
  background-color: #317BC7;
}
.im-theme-vk_dark_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:hover, .im-theme-vk_dark_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:focus {
  background-color: #6A9EDB;
}
.im-theme-vk_dark_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:active {
  background-color: #5A88BC;
}
.im-theme-vk_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:hover, .im-theme-vk_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:focus {
  background-color: #3C85D7;
}
.im-theme-vk_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:active {
  background-color: #2975CC;
}
.im-theme-dit_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:hover, .im-theme-dit_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:focus {
  background-color: #2769B5;
}
.im-theme-dit_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:active {
  background-color: #2061AB;
}
.im-theme-myteam_green .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:hover, .im-theme-myteam_green .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:focus {
  background-color: #1AD08E;
}
.im-theme-myteam_green .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:active {
  background-color: #1CC88A;
}
.im-theme-dark_calls .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:hover, .im-theme-dark_calls .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:focus {
  background-color: #005BEF;
}
.im-theme-dark_calls .im-top-messages_draft .im-top-message__buttons .im-draft-message__apply:active {
  background-color: #0057E5;
}
.im-top-messages_draft .im-top-message__buttons .im-draft-message__decline {
  display: block;
  width: 16px;
  height: 16px;
}
.im-top-messages_draft .im-top-message__buttons .im-draft-message__decline:after {
  content: "";
  margin-left: -1px;
  width: 100%;
  height: 100%;
  display: block;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-top-messages_draft .im-top-message__buttons .im-draft-message__decline:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-top-messages_draft .im-top-message__buttons .im-draft-message__decline:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__decline:after {
  background-color: #7e848f;
}
.im-theme-blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__decline:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__decline:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__decline:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-top-messages_draft .im-top-message__buttons .im-draft-message__decline:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-top-messages_draft .im-top-message__buttons .im-draft-message__decline:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-top-messages_draft .im-top-message__buttons .im-draft-message__decline:after {
  background-color: #949494;
}

.im-top-messages__close {
  width: 35px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 5px;
  bottom: auto;
  left: auto;
  margin-top: -20px;
}
.im-top-messages__close span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}
body .im-top-messages__close span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-top-messages__close span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-top-messages__close span {
  background-color: #7e848f;
}
.im-theme-blue .im-top-messages__close span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-top-messages__close span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-top-messages__close span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-top-messages__close span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-top-messages__close span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-top-messages__close span {
  background-color: #949494;
}

.im-top-message {
  padding: 2px 10px 2px 12px;
  position: relative;
  font-weight: normal;
  cursor: pointer;
  border-radius: 6px;
  font-size: 13px;
  line-height: 19px;
}
.im-desktop .im-top-message:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-desktop.im-theme-dark_green .im-top-message:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-desktop.im-theme-dark_blue .im-top-message:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-desktop.im-theme-blue .im-top-message:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-desktop.im-theme-vk_dark_blue .im-top-message:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-desktop.im-theme-vk_blue .im-top-message:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-desktop.im-theme-dit_blue .im-top-message:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-desktop.im-theme-myteam_green .im-top-message:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.im-desktop.im-theme-dark_calls .im-top-message:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-desktop .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.im-desktop.im-theme-dark_green .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.15);
}
.im-desktop.im-theme-dark_blue .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.15);
}
.im-desktop.im-theme-blue .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.im-desktop.im-theme-vk_dark_blue .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.15);
}
.im-desktop.im-theme-vk_blue .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.im-desktop.im-theme-dit_blue .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.im-desktop.im-theme-myteam_green .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.im-desktop.im-theme-dark_calls .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.15);
}
body .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.im-theme-dark_green .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.15);
}
.im-theme-dark_blue .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.15);
}
.im-theme-blue .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.im-theme-vk_dark_blue .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.15);
}
.im-theme-vk_blue .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.im-theme-dit_blue .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.im-theme-myteam_green .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.im-theme-dark_calls .im-top-message:active {
  background-color: rgba(0, 0, 0, 0.15);
}

.im-top-message .im-emoji_inline, .im-top-message__tooltip .im-emoji_inline {
  vertical-align: text-top;
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
}

.im-quoted-message__text, .im-quoted-message__from {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

body .im-quoted-message__from {
  color: #00B84D;
}
.im-theme-dark_green .im-quoted-message__from {
  color: #ffffff;
}
.im-theme-dark_blue .im-quoted-message__from {
  color: #ffffff;
}
.im-theme-blue .im-quoted-message__from {
  color: #3492F2;
}
.im-theme-vk_dark_blue .im-quoted-message__from {
  color: #ffffff;
}
.im-theme-vk_blue .im-quoted-message__from {
  color: #3F8AE0;
}
.im-theme-dit_blue .im-quoted-message__from {
  color: #2E72BF;
}
.im-theme-myteam_green .im-quoted-message__from {
  color: #18D893;
}
.im-theme-dark_calls .im-quoted-message__from {
  color: #ffffff;
}

.im-quoted-message {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 39px;
}
.im-quoted-message .im-avatarbox {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 12px;
  margin-top: -8px;
}
.im-quoted-message .im-quoted-message__text, .im-quoted-message .im-quoted-message__from {
  display: inline;
}
.im-quoted-message .im-quoted-message__from {
  font-weight: bold;
}
body .im-quoted-message .im-quoted-message__from {
  color: #111111;
}
.im-theme-dark_green .im-quoted-message .im-quoted-message__from {
  color: #ffffff;
}
.im-theme-dark_blue .im-quoted-message .im-quoted-message__from {
  color: #ffffff;
}
.im-theme-blue .im-quoted-message .im-quoted-message__from {
  color: #111111;
}
.im-theme-vk_dark_blue .im-quoted-message .im-quoted-message__from {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-quoted-message .im-quoted-message__from {
  color: #111111;
}
.im-theme-dit_blue .im-quoted-message .im-quoted-message__from {
  color: #111111;
}
.im-theme-myteam_green .im-quoted-message .im-quoted-message__from {
  color: #111111;
}
.im-theme-dark_calls .im-quoted-message .im-quoted-message__from {
  color: #FFFFFF;
}
.im-quoted-message .im-quoted-message__from:after {
  content: ": ";
  display: inline;
}

.im-message_edited .im-message__attribute {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 14px;
  height: 7px;
  border: 2px solid #999ba6;
  border-left: none;
  border-radius: 3px;
  position: relative;
  margin-top: 3px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg) scale(0.8);
  -moz-transform: rotate(-45deg) scale(0.8);
  -o-transform: rotate(-45deg) scale(0.8);
  -ms-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  position: absolute;
  top: 12px;
  right: auto;
  bottom: auto;
  left: 100%;
  margin-left: -3px;
}
.im-message_edited .im-message__attribute::after, .im-message_edited .im-message__attribute::before {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border-radius: 0;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.im-message_edited .im-message__attribute::after {
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid #999ba6;
  border-top: none;
  border-right: none;
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: -1px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.im-message_edited.im-message_self .im-message__attribute {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -9px;
}

.im-draft-message {
  display: flex;
  padding: 2px 8px;
}
body .im-draft-message .im-draft-message__header {
  color: #00B84D;
}
.im-theme-dark_green .im-draft-message .im-draft-message__header {
  color: #0AC248;
}
.im-theme-dark_blue .im-draft-message .im-draft-message__header {
  color: #2f92ff;
}
.im-theme-blue .im-draft-message .im-draft-message__header {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-draft-message .im-draft-message__header {
  color: #71AAEB;
}
.im-theme-vk_blue .im-draft-message .im-draft-message__header {
  color: #4986CC;
}
.im-theme-dit_blue .im-draft-message .im-draft-message__header {
  color: #2E72BF;
}
.im-theme-myteam_green .im-draft-message .im-draft-message__header {
  color: #17C97E;
}
.im-theme-dark_calls .im-draft-message .im-draft-message__header {
  color: #027AFF;
}
.im-draft-message .im-draft-message__text {
  font-size: 12px;
  display: block;
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
}

.im-chat__input {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
body .im-chat__input {
  background-color: #F0F3F5;
}
.im-theme-dark_green .im-chat__input {
  background-color: #21222A;
}
.im-theme-dark_blue .im-chat__input {
  background-color: #21222A;
}
.im-theme-blue .im-chat__input {
  background-color: #F0F3F5;
}
.im-theme-vk_dark_blue .im-chat__input {
  background-color: #21222A;
}
.im-theme-vk_blue .im-chat__input {
  background-color: #F6F6F6;
}
.im-theme-dit_blue .im-chat__input {
  background-color: #F0F3F5;
}
.im-theme-myteam_green .im-chat__input {
  background-color: #F0F3F5;
}
.im-theme-dark_calls .im-chat__input {
  background-color: #1F1F1F;
}

.im-chat__no-input__share {
  width: 32px;
  height: 32px;
  display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 12px;
  bottom: auto;
  left: auto;
  margin-top: -16px;
}
.im-chat__no-input__share:after {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  margin: 6px 4px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-chat__no-input__share:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-chat__no-input__share:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-chat__no-input__share:after {
  background-color: #7e848f;
}
.im-theme-blue .im-chat__no-input__share:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-chat__no-input__share:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-chat__no-input__share:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-chat__no-input__share:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-chat__no-input__share:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-chat__no-input__share:after {
  background-color: #949494;
}

.im-chat__no-input {
  display: none;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 52px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 52px;
}
body .im-chat__no-input {
  background-color: #F0F3F5;
}
.im-theme-dark_green .im-chat__no-input {
  background-color: #21222A;
}
.im-theme-dark_blue .im-chat__no-input {
  background-color: #21222A;
}
.im-theme-blue .im-chat__no-input {
  background-color: #F0F3F5;
}
.im-theme-vk_dark_blue .im-chat__no-input {
  background-color: #21222A;
}
.im-theme-vk_blue .im-chat__no-input {
  background-color: #F6F6F6;
}
.im-theme-dit_blue .im-chat__no-input {
  background-color: #F0F3F5;
}
.im-theme-myteam_green .im-chat__no-input {
  background-color: #F0F3F5;
}
.im-theme-dark_calls .im-chat__no-input {
  background-color: #1F1F1F;
}
.im-chat__no-input button {
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: transparent;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-chat__no-input .im-chat__input-inner {
  position: relative;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  width: 100%;
  white-space: nowrap;
  height: 36px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 18px;
}
body .im-chat__no-input .im-chat__input-inner {
  color: #838690;
}
.im-theme-dark_green .im-chat__no-input .im-chat__input-inner {
  color: #7e848f;
}
.im-theme-dark_blue .im-chat__no-input .im-chat__input-inner {
  color: #7e848f;
}
.im-theme-blue .im-chat__no-input .im-chat__input-inner {
  color: #838690;
}
.im-theme-vk_dark_blue .im-chat__no-input .im-chat__input-inner {
  color: #909499;
}
.im-theme-vk_blue .im-chat__no-input .im-chat__input-inner {
  color: #818C99;
}
.im-theme-dit_blue .im-chat__no-input .im-chat__input-inner {
  color: #838690;
}
.im-theme-myteam_green .im-chat__no-input .im-chat__input-inner {
  color: #838690;
}
.im-theme-dark_calls .im-chat__no-input .im-chat__input-inner {
  color: #9C9C9C;
}
.im-chat__no-input .im-chat__input-inner:before {
  content: "";
  width: 21px;
  height: 20px;
  margin: -3px 9px 0 0;
  display: none;
}
.im-chat__no-input .im-chat__no-input__message {
  display: none;
  font-size: 14px;
  text-transform: none;
  background-color: transparent;
}
.im-chat__no-input .im-chat__no-input__message:before {
  display: none;
}
.im-chat__no-input.im-dialogpage_input-unknown .im-chat__input-inner, .im-chat__no-input.im-dialogpage_input-static .im-chat__input-inner {
  display: none;
}
.im-chat__no-input.im-dialogpage_input-static {
  height: 0;
  padding: 0;
}
.im-chat__no-input.im-dialogpage_input-static {
  height: 0;
  padding: 0;
}
.im-chat__no-input.im-dialogpage_input-readonly {
  padding: 8px 0;
}
.im-chat__no-input.im-dialogpage_input-readonly .im-chat__input-inner {
  padding: 4px 4px;
  line-height: 28px;
}
.im-chat__no-input.im-dialogpage_input-readonly .im-chat__no-input__message {
  display: block;
}
.im-chat__no-input.im-dialogpage_input-readonly .im-chat__no-input__button {
  display: none;
}
.im-chat__no-input.im-dialogpage_input-mute .im-chat__no-input__share {
  display: block;
}
body .im-chat__no-input.im-dialogpage_input-mute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #00B84D;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-mute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0AC248;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-mute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2f92ff;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-blue .im-chat__no-input.im-dialogpage_input-mute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #1B85F1;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-mute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-mute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #4986CC;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-mute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-mute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #17C97E;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-mute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.1385 9.50874L11.5064 14.581H8.6438C8.52299 14.581 8.42505 14.679 8.42505 14.7998V17.6996C8.42505 17.8205 8.52299 17.9184 8.6438 17.9184H11.7312L16.1374 22.8202C16.2181 22.9101 16.3564 22.9175 16.4463 22.8367C16.4924 22.7952 16.5188 22.7361 16.5188 22.674V9.65625C16.5188 9.53544 16.4209 9.4375 16.3 9.4375C16.2386 9.4375 16.18 9.46336 16.1385 9.50874ZM10.9275 13.2685L15.1693 8.62367C15.4595 8.30598 15.8698 8.125 16.3 8.125C17.1457 8.125 17.8313 8.81056 17.8313 9.65625V22.674C17.8313 23.1084 17.6468 23.5224 17.3237 23.8128C16.6948 24.3782 15.7266 24.3266 15.1612 23.6977L11.1462 19.2309H8.6438C7.79811 19.2309 7.11255 18.5453 7.11255 17.6996V14.7998C7.11255 13.9541 7.79811 13.2685 8.6438 13.2685H10.9275ZM24.4469 16.1241L26.6433 18.3205C26.8996 18.5768 26.8996 18.9923 26.6433 19.2486C26.387 19.5049 25.9715 19.5049 25.7153 19.2486L23.5188 17.0521L21.3223 19.2486C21.0661 19.5049 20.6506 19.5049 20.3943 19.2486C20.138 18.9923 20.138 18.5768 20.3943 18.3205L22.5907 16.1241L20.3943 13.9276C20.138 13.6713 20.138 13.2558 20.3943 12.9995C20.6506 12.7432 21.0661 12.7432 21.3223 12.9995L23.5188 15.196L25.7153 12.9995C25.9715 12.7432 26.387 12.7432 26.6433 12.9995C26.8996 13.2558 26.8996 13.6713 26.6433 13.9276L24.4469 16.1241Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #027AFF;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-chat__no-input.im-dialogpage_input-unmute .im-chat__no-input__share {
  display: block;
}
body .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner {
  color: #00B84D;
}
body .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner {
  color: #0AC248;
}
.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner {
  color: #2f92ff;
}
.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-blue .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner {
  color: #1B85F1;
}
.im-theme-blue .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner {
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner {
  color: #4986CC;
}
.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner {
  color: #2E72BF;
}
.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner {
  color: #17C97E;
}
.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner {
  color: #027AFF;
}
.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-unmute .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
body .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, body .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  background-color: #21D86A;
}
.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-dark_green .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  background-color: #2e91ff;
}
.im-theme-blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  background-color: #18D893;
}
.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  background-color: #0C7CFF;
}
.im-desktop .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:hover, .im-desktop .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:hover {
  background-color: #1EC360;
}
.im-desktop.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:hover, .im-desktop.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:hover {
  background-color: #0BF468;
}
.im-desktop.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:hover, .im-desktop.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:hover {
  background-color: #479dff;
}
.im-desktop.im-theme-blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:hover, .im-desktop.im-theme-blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:hover {
  background-color: #2C84DF;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:hover, .im-desktop.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:hover {
  background-color: #6A9EDB;
}
.im-desktop.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:hover, .im-desktop.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:hover {
  background-color: #3C85D7;
}
.im-desktop.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:hover, .im-desktop.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:hover {
  background-color: #2769B5;
}
.im-desktop.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:hover, .im-desktop.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:hover {
  background-color: #1AD08E;
}
.im-desktop.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:hover, .im-desktop.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:hover {
  background-color: #005BEF;
}
.im-desktop .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-desktop .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #1BB157;
}
.im-desktop.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-desktop.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #3CF686;
}
.im-desktop.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-desktop.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #3b96ff;
}
.im-desktop.im-theme-blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-desktop.im-theme-blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #317BC7;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-desktop.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #5A88BC;
}
.im-desktop.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-desktop.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #2975CC;
}
.im-desktop.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-desktop.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #2061AB;
}
.im-desktop.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-desktop.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #1CC88A;
}
.im-desktop.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-desktop.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #0057E5;
}
body .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, body .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #1BB157;
}
.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-theme-dark_green .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #3CF686;
}
.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #3b96ff;
}
.im-theme-blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-theme-blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #317BC7;
}
.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #5A88BC;
}
.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #2975CC;
}
.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #2061AB;
}
.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #1CC88A;
}
.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:active, .im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:active {
  background-color: #0057E5;
}
body .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, body .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  color: #ffffff;
}
body .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:before, body .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-dark_green .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  color: #2b2c34;
}
.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:before, .im-theme-dark_green .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2b2c34;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  color: #2b2c34;
}
.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:before, .im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2b2c34;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  color: #ffffff;
}
.im-theme-blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:before, .im-theme-blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  color: #2B2C34;
}
.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:before, .im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2B2C34;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  color: #FFFFFF;
}
.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:before, .im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFFFFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  color: #ffffff;
}
.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:before, .im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  color: #ffffff;
}
.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:before, .im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner, .im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner {
  color: #2B2B2B;
}
.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-subscribe .im-chat__input-inner:before, .im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-join .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2B2B2B;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
body .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  background-color: #21D86A;
}
.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  background-color: #2e91ff;
}
.im-theme-blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  background-color: #18D893;
}
.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  background-color: #0C7CFF;
}
.im-desktop .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:hover {
  background-color: #1EC360;
}
.im-desktop.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:hover {
  background-color: #0BF468;
}
.im-desktop.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:hover {
  background-color: #479dff;
}
.im-desktop.im-theme-blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:hover {
  background-color: #2C84DF;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:hover {
  background-color: #6A9EDB;
}
.im-desktop.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:hover {
  background-color: #3C85D7;
}
.im-desktop.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:hover {
  background-color: #2769B5;
}
.im-desktop.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:hover {
  background-color: #1AD08E;
}
.im-desktop.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:hover {
  background-color: #005BEF;
}
.im-desktop .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #1BB157;
}
.im-desktop.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #3CF686;
}
.im-desktop.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #3b96ff;
}
.im-desktop.im-theme-blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #317BC7;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #5A88BC;
}
.im-desktop.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #2975CC;
}
.im-desktop.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #2061AB;
}
.im-desktop.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #1CC88A;
}
.im-desktop.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #0057E5;
}
body .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #1BB157;
}
.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #3CF686;
}
.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #3b96ff;
}
.im-theme-blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #317BC7;
}
.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #5A88BC;
}
.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #2975CC;
}
.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #2061AB;
}
.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #1CC88A;
}
.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner:active {
  background-color: #0057E5;
}
body .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  color: #ffffff;
}
.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  color: #2b2c34;
}
.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  color: #2b2c34;
}
.im-theme-blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  color: #2B2C34;
}
.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  color: #FFFFFF;
}
.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  color: #ffffff;
}
.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  color: #ffffff;
}
.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-action .im-chat__input-inner {
  color: #2B2B2B;
}
.im-chat__no-input.im-dialogpage_input-remove, .im-chat__no-input.im-dialogpage_input-unblock {
  display: block;
}
body .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner, body .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner {
  color: #f83e33;
}
body .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner:before, body .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner, .im-theme-dark_green .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner {
  color: #f75d5d;
}
.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner:before, .im-theme-dark_green .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f75d5d;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner, .im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner {
  color: #f75d5d;
}
.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner:before, .im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f75d5d;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-blue .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner, .im-theme-blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner {
  color: #f83e33;
}
.im-theme-blue .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner:before, .im-theme-blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner, .im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner {
  color: #FF5C5C;
}
.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner:before, .im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FF5C5C;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner, .im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner {
  color: #FF3347;
}
.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner:before, .im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FF3347;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner, .im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner {
  color: #f83e33;
}
.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner:before, .im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner, .im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner {
  color: #EC264A;
}
.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner:before, .im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #EC264A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner, .im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner {
  color: #FC2C38;
}
.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-remove .im-chat__input-inner:before, .im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FC2C38;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
body .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_green .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f75d5d;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f75d5d;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-vk_dark_blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FF5C5C;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-vk_blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FF3347;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dit_blue .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-myteam_green .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #EC264A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-theme-dark_calls .im-chat__no-input.im-dialogpage_input-unblock .im-chat__input-inner:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FC2C38;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}

.im-chat__no-input__button {
  cursor: pointer;
}
body .im-chat__no-input__button {
  color: #838690;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_green .im-chat__no-input__button {
  color: #7e848f;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_blue .im-chat__no-input__button {
  color: #7e848f;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-blue .im-chat__no-input__button {
  color: #838690;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-vk_dark_blue .im-chat__no-input__button {
  color: #909499;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-vk_blue .im-chat__no-input__button {
  color: #818C99;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dit_blue .im-chat__no-input__button {
  color: #838690;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-myteam_green .im-chat__no-input__button {
  color: #838690;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_calls .im-chat__no-input__button {
  color: #9C9C9C;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
body .im-chat__no-input__button {
  background-color: #ffffff;
}
.im-theme-dark_green .im-chat__no-input__button {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-chat__no-input__button {
  background-color: #2b2c34;
}
.im-theme-blue .im-chat__no-input__button {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-chat__no-input__button {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-chat__no-input__button {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-chat__no-input__button {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-chat__no-input__button {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-chat__no-input__button {
  background-color: #2B2B2B;
}
.im-desktop .im-chat__no-input__button:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-dark_green .im-chat__no-input__button:hover {
  background-color: #282931;
}
.im-desktop.im-theme-dark_blue .im-chat__no-input__button:hover {
  background-color: #282931;
}
.im-desktop.im-theme-blue .im-chat__no-input__button:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__no-input__button:hover {
  background-color: #282931;
}
.im-desktop.im-theme-vk_blue .im-chat__no-input__button:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-dit_blue .im-chat__no-input__button:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-myteam_green .im-chat__no-input__button:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-dark_calls .im-chat__no-input__button:hover {
  background-color: #262626;
}
.im-desktop .im-chat__no-input__button:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-dark_green .im-chat__no-input__button:active {
  background-color: #26272F;
}
.im-desktop.im-theme-dark_blue .im-chat__no-input__button:active {
  background-color: #26272F;
}
.im-desktop.im-theme-blue .im-chat__no-input__button:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__no-input__button:active {
  background-color: #26272F;
}
.im-desktop.im-theme-vk_blue .im-chat__no-input__button:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-dit_blue .im-chat__no-input__button:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-myteam_green .im-chat__no-input__button:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-dark_calls .im-chat__no-input__button:active {
  background-color: #1F1F1F;
}
body .im-chat__no-input__button:active {
  background-color: #f4f4f4;
}
.im-theme-dark_green .im-chat__no-input__button:active {
  background-color: #26272F;
}
.im-theme-dark_blue .im-chat__no-input__button:active {
  background-color: #26272F;
}
.im-theme-blue .im-chat__no-input__button:active {
  background-color: #f4f4f4;
}
.im-theme-vk_dark_blue .im-chat__no-input__button:active {
  background-color: #26272F;
}
.im-theme-vk_blue .im-chat__no-input__button:active {
  background-color: #f4f4f4;
}
.im-theme-dit_blue .im-chat__no-input__button:active {
  background-color: #f4f4f4;
}
.im-theme-myteam_green .im-chat__no-input__button:active {
  background-color: #f4f4f4;
}
.im-theme-dark_calls .im-chat__no-input__button:active {
  background-color: #1F1F1F;
}

.im-chat__no-input__share {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 12px;
  bottom: auto;
  left: auto;
  margin-top: -16px;
}
.im-chat__no-input__share:after {
  content: "";
  display: block;
  width: 24px;
  height: 20px;
  margin: 6px 4px;
}
.im-chat__no-input__share:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-chat__no-input__share:after {
  background-color: #838690;
}
.im-theme-dark_green .im-chat__no-input__share:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-chat__no-input__share:after {
  background-color: #7e848f;
}
.im-theme-blue .im-chat__no-input__share:after {
  background-color: #838690;
}
.im-theme-vk_dark_blue .im-chat__no-input__share:after {
  background-color: #909499;
}
.im-theme-vk_blue .im-chat__no-input__share:after {
  background-color: #818C99;
}
.im-theme-dit_blue .im-chat__no-input__share:after {
  background-color: #838690;
}
.im-theme-myteam_green .im-chat__no-input__share:after {
  background-color: #838690;
}
.im-theme-dark_calls .im-chat__no-input__share:after {
  background-color: #9C9C9C;
}
.im-desktop .im-chat__no-input__share:hover:after {
  background-color: #7A7E8B;
}
.im-desktop.im-theme-dark_green .im-chat__no-input__share:hover:after {
  background-color: #8C939E;
}
.im-desktop.im-theme-dark_blue .im-chat__no-input__share:hover:after {
  background-color: #8C939E;
}
.im-desktop.im-theme-blue .im-chat__no-input__share:hover:after {
  background-color: #7A7E8B;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__no-input__share:hover:after {
  background-color: #999DA1;
}
.im-desktop.im-theme-vk_blue .im-chat__no-input__share:hover:after {
  background-color: #707985;
}
.im-desktop.im-theme-dit_blue .im-chat__no-input__share:hover:after {
  background-color: #7A7E8B;
}
.im-desktop.im-theme-myteam_green .im-chat__no-input__share:hover:after {
  background-color: #7A7E8B;
}
.im-desktop.im-theme-dark_calls .im-chat__no-input__share:hover:after {
  background-color: #8F8F8F;
}
.im-desktop .im-chat__no-input__share:active:after {
  background-color: #707482;
}
.im-desktop.im-theme-dark_green .im-chat__no-input__share:active:after {
  background-color: #9BA2AD;
}
.im-desktop.im-theme-dark_blue .im-chat__no-input__share:active:after {
  background-color: #9BA2AD;
}
.im-desktop.im-theme-blue .im-chat__no-input__share:active:after {
  background-color: #707482;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__no-input__share:active:after {
  background-color: #A0A3A7;
}
.im-desktop.im-theme-vk_blue .im-chat__no-input__share:active:after {
  background-color: #67707A;
}
.im-desktop.im-theme-dit_blue .im-chat__no-input__share:active:after {
  background-color: #707482;
}
.im-desktop.im-theme-myteam_green .im-chat__no-input__share:active:after {
  background-color: #707482;
}
.im-desktop.im-theme-dark_calls .im-chat__no-input__share:active:after {
  background-color: #828282;
}
body .im-chat__no-input__share:active:after {
  background-color: #707482;
}
.im-theme-dark_green .im-chat__no-input__share:active:after {
  background-color: #9BA2AD;
}
.im-theme-dark_blue .im-chat__no-input__share:active:after {
  background-color: #9BA2AD;
}
.im-theme-blue .im-chat__no-input__share:active:after {
  background-color: #707482;
}
.im-theme-vk_dark_blue .im-chat__no-input__share:active:after {
  background-color: #A0A3A7;
}
.im-theme-vk_blue .im-chat__no-input__share:active:after {
  background-color: #67707A;
}
.im-theme-dit_blue .im-chat__no-input__share:active:after {
  background-color: #707482;
}
.im-theme-myteam_green .im-chat__no-input__share:active:after {
  background-color: #707482;
}
.im-theme-dark_calls .im-chat__no-input__share:active:after {
  background-color: #828282;
}

.im-chat__input-inner {
  padding: 8px 52px;
  position: relative;
  z-index: 1;
  /*@if ($property == transform) or ($property == box-shadow) or ($property == border-radius) {
      $real_val: $val;
      $val: $property $val, -o- + $property $val, -webkit- + $property $val;
      @if ($excludeFF == false) {
          $val: $val, -moz- + $property $real_val;
      }
  } @else {*/
  transition: padding 200ms;
  -moz-transition: padding 200ms;
  -o-transition: padding 200ms;
  -webkit-transition: padding 200ms;
}
.im-chat__input-inner button {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: transparent;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-chat__input-inner .im-scrollbar {
  right: 96px;
  top: 8px;
  bottom: 8px;
}
.im-chat__input_edit .im-chat__input-inner {
  padding-left: 12px;
}
.im-chat__input_edit:not(.im-chat__input-message) .im-chat__input-inner {
  padding-right: 12px;
}
.im-chat__input-inner .im-circ-spinner {
  display: none;
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 10px;
  left: auto;
  width: 35px;
  height: 35px;
}
.im-chat__input_ptt-recording .im-chat__input-inner .im-circ-spinner {
  right: auto;
  left: 56px;
  bottom: 9px;
  width: 34px;
  height: 34px;
}
body .im-chat__input_ptt-recording .im-chat__input-inner .im-circ-spinner {
  border-color: #ffffff;
}
.im-theme-dark_green .im-chat__input_ptt-recording .im-chat__input-inner .im-circ-spinner {
  border-color: #ffffff;
}
.im-theme-dark_blue .im-chat__input_ptt-recording .im-chat__input-inner .im-circ-spinner {
  border-color: #ffffff;
}
.im-theme-blue .im-chat__input_ptt-recording .im-chat__input-inner .im-circ-spinner {
  border-color: #ffffff;
}
.im-theme-vk_dark_blue .im-chat__input_ptt-recording .im-chat__input-inner .im-circ-spinner {
  border-color: #E1E3E6;
}
.im-theme-vk_blue .im-chat__input_ptt-recording .im-chat__input-inner .im-circ-spinner {
  border-color: #ffffff;
}
.im-theme-dit_blue .im-chat__input_ptt-recording .im-chat__input-inner .im-circ-spinner {
  border-color: #ffffff;
}
.im-theme-myteam_green .im-chat__input_ptt-recording .im-chat__input-inner .im-circ-spinner {
  border-color: #ffffff;
}
.im-theme-dark_calls .im-chat__input_ptt-recording .im-chat__input-inner .im-circ-spinner {
  border-color: #FFFFFF;
}
.im-chat__input_ptt-loading .im-chat__input-inner .im-circ-spinner {
  display: block;
}

.im-chat__input-file-bar {
  display: none;
  line-height: 48px;
  position: absolute;
  top: 0px;
  right: 49px;
  bottom: 0;
  left: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 93px;
  text-align: left;
  cursor: default;
}
body .im-chat__input-file-bar {
  color: #838690;
}
.im-theme-dark_green .im-chat__input-file-bar {
  color: #7e848f;
}
.im-theme-dark_blue .im-chat__input-file-bar {
  color: #7e848f;
}
.im-theme-blue .im-chat__input-file-bar {
  color: #838690;
}
.im-theme-vk_dark_blue .im-chat__input-file-bar {
  color: #909499;
}
.im-theme-vk_blue .im-chat__input-file-bar {
  color: #818C99;
}
.im-theme-dit_blue .im-chat__input-file-bar {
  color: #838690;
}
.im-theme-myteam_green .im-chat__input-file-bar {
  color: #838690;
}
.im-theme-dark_calls .im-chat__input-file-bar {
  color: #9C9C9C;
}
.im-chat__input-file-bar .im-file__icon {
  top: 6px;
  left: 44px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
}
.im-chat__input-file-bar.im-file_media {
  padding-left: 112px;
}
.im-chat__input-file-bar.im-file_media .im-file__icon {
  width: 55px;
}

.im-chat__input-file-bar__close {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 44px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
.im-chat__input-file-bar__close span {
  padding: 0 0 0 18px;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-chat__input-file-bar__close span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-chat__input-file-bar__close span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-chat__input-file-bar__close span {
  background-color: #7e848f;
}
.im-theme-blue .im-chat__input-file-bar__close span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-chat__input-file-bar__close span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-chat__input-file-bar__close span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-chat__input-file-bar__close span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-chat__input-file-bar__close span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-chat__input-file-bar__close span {
  background-color: #949494;
}
.im-chat__input-file-bar__close span {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
}

.im-chat__input_file-selected .im-chat__input-file-bar {
  display: block;
  visibility: visible;
}
.im-chat__input_file-selected .im-chat__input-action__send {
  opacity: 1;
  z-index: 2;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.im-chat__input_file-selected .im-chat__input-action__ptt {
  opacity: 0;
  visibility: visible;
  -webkit-transform: scale(0.625);
  -moz-transform: scale(0.625);
  -o-transform: scale(0.625);
  -ms-transform: scale(0.625);
  transform: scale(0.625);
}
.im-chat__input_file-selected .im-top-messages,
.im-chat__input_file-selected .im-chat__input-wrap,
.im-chat__input_file-selected .im-chat__input-action__attach,
.im-chat__input_file-selected .im-chat__input-smiles {
  display: none;
}
.im-chat__input_file-selected .im-chat__input-inner {
  visibility: hidden;
  height: 36px;
}

.im-chat__input-smiles {
  position: absolute;
  top: auto;
  right: 58px;
  bottom: 10px;
  left: auto;
  /*@if ($property == transform) or ($property == box-shadow) or ($property == border-radius) {
      $real_val: $val;
      $val: $property $val, -o- + $property $val, -webkit- + $property $val;
      @if ($excludeFF == false) {
          $val: $val, -moz- + $property $real_val;
      }
  } @else {*/
  transition: right 200ms;
  -moz-transition: right 200ms;
  -o-transition: right 200ms;
  -webkit-transition: right 200ms;
  border-radius: 16px;
  z-index: 2;
  /*.im-desktop &:hover {
      @include iconSpan(btn_smiles_hover);
      span {
          height: 28px;
      }
  }
  .im-desktop .im-pictures_opened &:hover {
      @include iconSpan(btn_keyboard);
      span {
          height: 28px;
      }
  }*/
}
.im-chat__input-smiles span {
  padding: 0 0 0;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-chat__input-smiles span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-chat__input-smiles span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-chat__input-smiles span {
  background-color: #7e848f;
}
.im-theme-blue .im-chat__input-smiles span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-chat__input-smiles span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-chat__input-smiles span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-chat__input-smiles span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-chat__input-smiles span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-chat__input-smiles span {
  background-color: #949494;
}
.im-chat__input-smiles span {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
body .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #909499;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #818C99;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45013 7.84409C7.45013 8.16272 7.19183 8.42102 6.87321 8.42102C6.55458 8.42102 6.29628 8.16272 6.29628 7.84409C6.29628 7.52547 6.55458 7.26717 6.87321 7.26717C7.19183 7.26717 7.45013 7.52547 7.45013 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M13.7038 7.84409C13.7038 8.16272 13.4455 8.42102 13.1269 8.42102C12.8082 8.42102 12.5499 8.16272 12.5499 7.84409C12.5499 7.52547 12.8082 7.26717 13.1269 7.26717C13.4455 7.26717 13.7038 7.52547 13.7038 7.84409Z' stroke='%23363637' stroke-width='1.15385'/%3E%3Cpath d='M1.53845 9.99999C1.53845 14.6706 5.32939 18.4615 9.99999 18.4615C14.6706 18.4615 18.4615 14.6706 18.4615 9.99999C18.4615 5.32939 14.6706 1.53845 9.99999 1.53845C5.32939 1.53845 1.53845 5.32939 1.53845 9.99999Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.01856 11.3632C6.01856 11.3632 5.00452 11.3632 5.22713 12.3539C5.54837 13.7837 7.09477 15.6763 10 15.6906C12.9053 15.705 14.462 13.7463 14.7733 12.3539C14.9949 11.3632 13.9815 11.3632 13.9815 11.3632C13.9815 11.3632 12.6947 11.3632 10 11.3632C7.30544 11.3632 6.01856 11.3632 6.01856 11.3632Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #9C9C9C;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-pictures_opened .im-chat__input-smiles span {
  padding: 0 0 0;
  display: block;
  min-height: 23px;
  text-decoration: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-pictures_opened .im-chat__input-smiles span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-pictures_opened .im-chat__input-smiles span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-pictures_opened .im-chat__input-smiles span {
  background-color: #7e848f;
}
.im-theme-blue .im-pictures_opened .im-chat__input-smiles span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-pictures_opened .im-chat__input-smiles span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-pictures_opened .im-chat__input-smiles span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-pictures_opened .im-chat__input-smiles span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-pictures_opened .im-chat__input-smiles span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-pictures_opened .im-chat__input-smiles span {
  background-color: #949494;
}
.im-pictures_opened .im-chat__input-smiles span {
  width: 25px;
  margin-left: 4px;
  min-height: 23px;
  height: 23px;
}
body .im-pictures_opened .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-pictures_opened .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-pictures_opened .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-pictures_opened .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-pictures_opened .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #909499;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-pictures_opened .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #818C99;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-pictures_opened .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-pictures_opened .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-pictures_opened .im-chat__input-smiles span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.349976 6C0.349976 4.53644 1.53642 3.35 2.99998 3.35H17C18.4635 3.35 19.65 4.53644 19.65 6V15C19.65 16.4636 18.4635 17.65 17 17.65H2.99998C1.53642 17.65 0.349976 16.4636 0.349976 15V6ZM2.99998 4.65C2.25439 4.65 1.64998 5.25441 1.64998 6V15C1.64998 15.7456 2.25439 16.35 2.99998 16.35H17C17.7456 16.35 18.35 15.7456 18.35 15V6C18.35 5.25441 17.7456 4.65 17 4.65H2.99998Z' fill='%23363637'/%3E%3Crect x='5' y='13.6237' width='10' height='1.29688' rx='0.648438' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.51196 7.12741C3.51196 6.7132 3.84775 6.37741 4.26196 6.37741H4.76196C5.17618 6.37741 5.51196 6.7132 5.51196 7.12741V7.62741C5.51196 8.04162 5.17618 8.37741 4.76196 8.37741H4.26196C3.84775 8.37741 3.51196 8.04162 3.51196 7.62741V7.12741ZM4.26196 9.87741C3.84775 9.87741 3.51196 10.2132 3.51196 10.6274V11.1274C3.51196 11.5416 3.84775 11.8774 4.26196 11.8774H4.76196C5.17618 11.8774 5.51196 11.5416 5.51196 11.1274V10.6274C5.51196 10.2132 5.17618 9.87741 4.76196 9.87741H4.26196ZM7.92603 9.87741C7.51181 9.87741 7.17603 10.2132 7.17603 10.6274V11.1274C7.17603 11.5416 7.51181 11.8774 7.92603 11.8774H8.42603C8.84024 11.8774 9.17603 11.5416 9.17603 11.1274V10.6274C9.17603 10.2132 8.84024 9.87741 8.42603 9.87741H7.92603ZM10.84 10.6274C10.84 10.2132 11.1758 9.87741 11.59 9.87741H12.09C12.5042 9.87741 12.84 10.2132 12.84 10.6274V11.1274C12.84 11.5416 12.5042 11.8774 12.09 11.8774H11.59C11.1758 11.8774 10.84 11.5416 10.84 11.1274V10.6274ZM15.254 9.87741C14.8398 9.87741 14.504 10.2132 14.504 10.6274V11.1274C14.504 11.5416 14.8398 11.8774 15.254 11.8774H15.754C16.1682 11.8774 16.504 11.5416 16.504 11.1274V10.6274C16.504 10.2132 16.1682 9.87741 15.754 9.87741H15.254ZM7.92603 6.37741C7.51181 6.37741 7.17603 6.7132 7.17603 7.12741V7.62741C7.17603 8.04162 7.51181 8.37741 7.92603 8.37741H8.42603C8.84024 8.37741 9.17603 8.04162 9.17603 7.62741V7.12741C9.17603 6.7132 8.84024 6.37741 8.42603 6.37741H7.92603ZM10.84 7.12741C10.84 6.7132 11.1758 6.37741 11.59 6.37741H12.09C12.5042 6.37741 12.84 6.7132 12.84 7.12741V7.62741C12.84 8.04162 12.5042 8.37741 12.09 8.37741H11.59C11.1758 8.37741 10.84 8.04162 10.84 7.62741V7.12741ZM15.254 6.37741C14.8398 6.37741 14.504 6.7132 14.504 7.12741V7.62741C14.504 8.04162 14.8398 8.37741 15.254 8.37741H15.754C16.1682 8.37741 16.504 8.04162 16.504 7.62741V7.12741C16.504 6.7132 16.1682 6.37741 15.754 6.37741H15.254Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #9C9C9C;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-desktop .im-chat__input-smiles:hover span {
  background-color: #7A7E8B;
}
.im-desktop.im-theme-dark_green .im-chat__input-smiles:hover span {
  background-color: #8C939E;
}
.im-desktop.im-theme-dark_blue .im-chat__input-smiles:hover span {
  background-color: #8C939E;
}
.im-desktop.im-theme-blue .im-chat__input-smiles:hover span {
  background-color: #7A7E8B;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input-smiles:hover span {
  background-color: #999DA1;
}
.im-desktop.im-theme-vk_blue .im-chat__input-smiles:hover span {
  background-color: #707985;
}
.im-desktop.im-theme-dit_blue .im-chat__input-smiles:hover span {
  background-color: #7A7E8B;
}
.im-desktop.im-theme-myteam_green .im-chat__input-smiles:hover span {
  background-color: #7A7E8B;
}
.im-desktop.im-theme-dark_calls .im-chat__input-smiles:hover span {
  background-color: #8F8F8F;
}
.im-desktop .im-chat__input-smiles:active span {
  background-color: #707482;
}
.im-desktop.im-theme-dark_green .im-chat__input-smiles:active span {
  background-color: #9BA2AD;
}
.im-desktop.im-theme-dark_blue .im-chat__input-smiles:active span {
  background-color: #9BA2AD;
}
.im-desktop.im-theme-blue .im-chat__input-smiles:active span {
  background-color: #707482;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input-smiles:active span {
  background-color: #A0A3A7;
}
.im-desktop.im-theme-vk_blue .im-chat__input-smiles:active span {
  background-color: #67707A;
}
.im-desktop.im-theme-dit_blue .im-chat__input-smiles:active span {
  background-color: #707482;
}
.im-desktop.im-theme-myteam_green .im-chat__input-smiles:active span {
  background-color: #707482;
}
.im-desktop.im-theme-dark_calls .im-chat__input-smiles:active span {
  background-color: #828282;
}
body .im-chat__input-smiles:active span {
  background-color: #707482;
}
.im-theme-dark_green .im-chat__input-smiles:active span {
  background-color: #9BA2AD;
}
.im-theme-dark_blue .im-chat__input-smiles:active span {
  background-color: #9BA2AD;
}
.im-theme-blue .im-chat__input-smiles:active span {
  background-color: #707482;
}
.im-theme-vk_dark_blue .im-chat__input-smiles:active span {
  background-color: #A0A3A7;
}
.im-theme-vk_blue .im-chat__input-smiles:active span {
  background-color: #67707A;
}
.im-theme-dit_blue .im-chat__input-smiles:active span {
  background-color: #707482;
}
.im-theme-myteam_green .im-chat__input-smiles:active span {
  background-color: #707482;
}
.im-theme-dark_calls .im-chat__input-smiles:active span {
  background-color: #828282;
}
.im-chat__input_edit:not(.im-chat__input-message) .im-chat__input-smiles {
  right: 18px;
}

.im-chat__input-ptt-control {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 2px;
  left: 5px;
  border-radius: 16px;
}
.im-chat__input-ptt-control span {
  width: 17px;
  height: 17px;
  margin-left: 7px;
  display: block;
  border-radius: 2px;
}
body .im-chat__input-ptt-control span {
  background-color: #ffffff;
}
.im-theme-dark_green .im-chat__input-ptt-control span {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-chat__input-ptt-control span {
  background-color: #2b2c34;
}
.im-theme-blue .im-chat__input-ptt-control span {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-chat__input-ptt-control span {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-chat__input-ptt-control span {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-chat__input-ptt-control span {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-chat__input-ptt-control span {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-chat__input-ptt-control span {
  background-color: #2B2B2B;
}
body .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex], body .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_green .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex], .im-theme-dark_green .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_blue .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex], .im-theme-dark_blue .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-blue .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex], .im-theme-blue .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-vk_dark_blue .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex], .im-theme-vk_dark_blue .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-vk_blue .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex], .im-theme-vk_blue .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dit_blue .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex], .im-theme-dit_blue .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-myteam_green .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex], .im-theme-myteam_green .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_calls .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex], .im-theme-dark_calls .im-chat__input_ptt-recording:not(.im-chat__input_ptt-ready) .im-chat__input-ptt-control.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-chat__input_ptt-ready .im-chat__input-ptt-control span {
  width: 0;
  height: 0;
  margin-left: 10px;
  border-left: 14px solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
body .im-chat__input_ptt-ready .im-chat__input-ptt-control span {
  border-left-color: #21D86A;
  background-color: transparent;
}
.im-theme-dark_green .im-chat__input_ptt-ready .im-chat__input-ptt-control span {
  border-left-color: #0ADC5E;
  background-color: transparent;
}
.im-theme-dark_blue .im-chat__input_ptt-ready .im-chat__input-ptt-control span {
  border-left-color: #2e91ff;
  background-color: transparent;
}
.im-theme-blue .im-chat__input_ptt-ready .im-chat__input-ptt-control span {
  border-left-color: #2D90F5;
  background-color: transparent;
}
.im-theme-vk_dark_blue .im-chat__input_ptt-ready .im-chat__input-ptt-control span {
  border-left-color: #71AAEB;
  background-color: transparent;
}
.im-theme-vk_blue .im-chat__input_ptt-ready .im-chat__input-ptt-control span {
  border-left-color: #3F8AE0;
  background-color: transparent;
}
.im-theme-dit_blue .im-chat__input_ptt-ready .im-chat__input-ptt-control span {
  border-left-color: #2E72BF;
  background-color: transparent;
}
.im-theme-myteam_green .im-chat__input_ptt-ready .im-chat__input-ptt-control span {
  border-left-color: #18D893;
  background-color: transparent;
}
.im-theme-dark_calls .im-chat__input_ptt-ready .im-chat__input-ptt-control span {
  border-left-color: #0C7CFF;
  background-color: transparent;
}
.im-desktop .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:hover span {
  border-left-color: #1EC360;
}
.im-desktop.im-theme-dark_green .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:hover span {
  border-left-color: #0BF468;
}
.im-desktop.im-theme-dark_blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:hover span {
  border-left-color: #479dff;
}
.im-desktop.im-theme-blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:hover span {
  border-left-color: #2C84DF;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:hover span {
  border-left-color: #6A9EDB;
}
.im-desktop.im-theme-vk_blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:hover span {
  border-left-color: #3C85D7;
}
.im-desktop.im-theme-dit_blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:hover span {
  border-left-color: #2769B5;
}
.im-desktop.im-theme-myteam_green .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:hover span {
  border-left-color: #1AD08E;
}
.im-desktop.im-theme-dark_calls .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:hover span {
  border-left-color: #005BEF;
}
.im-desktop .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #1BB157;
}
.im-desktop.im-theme-dark_green .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #3CF686;
}
.im-desktop.im-theme-dark_blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #3b96ff;
}
.im-desktop.im-theme-blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #317BC7;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #5A88BC;
}
.im-desktop.im-theme-vk_blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #2975CC;
}
.im-desktop.im-theme-dit_blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #2061AB;
}
.im-desktop.im-theme-myteam_green .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #1CC88A;
}
.im-desktop.im-theme-dark_calls .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #0057E5;
}
body .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #1BB157;
}
.im-theme-dark_green .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #3CF686;
}
.im-theme-dark_blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #3b96ff;
}
.im-theme-blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #317BC7;
}
.im-theme-vk_dark_blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #5A88BC;
}
.im-theme-vk_blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #2975CC;
}
.im-theme-dit_blue .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #2061AB;
}
.im-theme-myteam_green .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #1CC88A;
}
.im-theme-dark_calls .im-chat__input_ptt-was-played.im-chat__input_ptt-ready .im-chat__input-ptt-control:active span {
  border-left-color: #0057E5;
}
.im-chat__input_ptt-played .im-chat__input-ptt-control:after {
  content: "";
  height: 17px;
  margin-right: 5px;
  border-radius: 2px;
}
.im-chat__input_ptt-played .im-chat__input-ptt-control span, .im-chat__input_ptt-played .im-chat__input-ptt-control:after {
  width: 5px;
  height: 17px;
  border: none;
  margin-left: 4px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
body .im-chat__input_ptt-played .im-chat__input-ptt-control span, body .im-chat__input_ptt-played .im-chat__input-ptt-control:after {
  background-color: #21D86A;
}
.im-theme-dark_green .im-chat__input_ptt-played .im-chat__input-ptt-control span, .im-theme-dark_green .im-chat__input_ptt-played .im-chat__input-ptt-control:after {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control span, .im-theme-dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:after {
  background-color: #2e91ff;
}
.im-theme-blue .im-chat__input_ptt-played .im-chat__input-ptt-control span, .im-theme-blue .im-chat__input_ptt-played .im-chat__input-ptt-control:after {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control span, .im-theme-vk_dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:after {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-chat__input_ptt-played .im-chat__input-ptt-control span, .im-theme-vk_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:after {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-chat__input_ptt-played .im-chat__input-ptt-control span, .im-theme-dit_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:after {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-chat__input_ptt-played .im-chat__input-ptt-control span, .im-theme-myteam_green .im-chat__input_ptt-played .im-chat__input-ptt-control:after {
  background-color: #18D893;
}
.im-theme-dark_calls .im-chat__input_ptt-played .im-chat__input-ptt-control span, .im-theme-dark_calls .im-chat__input_ptt-played .im-chat__input-ptt-control:after {
  background-color: #0C7CFF;
}
.im-desktop .im-chat__input_ptt-played .im-chat__input-ptt-control:hover span, .im-desktop .im-chat__input_ptt-played .im-chat__input-ptt-control:hover:after {
  background-color: #1EC360;
}
.im-desktop.im-theme-dark_green .im-chat__input_ptt-played .im-chat__input-ptt-control:hover span, .im-desktop.im-theme-dark_green .im-chat__input_ptt-played .im-chat__input-ptt-control:hover:after {
  background-color: #0BF468;
}
.im-desktop.im-theme-dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:hover span, .im-desktop.im-theme-dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:hover:after {
  background-color: #479dff;
}
.im-desktop.im-theme-blue .im-chat__input_ptt-played .im-chat__input-ptt-control:hover span, .im-desktop.im-theme-blue .im-chat__input_ptt-played .im-chat__input-ptt-control:hover:after {
  background-color: #2C84DF;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:hover span, .im-desktop.im-theme-vk_dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:hover:after {
  background-color: #6A9EDB;
}
.im-desktop.im-theme-vk_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:hover span, .im-desktop.im-theme-vk_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:hover:after {
  background-color: #3C85D7;
}
.im-desktop.im-theme-dit_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:hover span, .im-desktop.im-theme-dit_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:hover:after {
  background-color: #2769B5;
}
.im-desktop.im-theme-myteam_green .im-chat__input_ptt-played .im-chat__input-ptt-control:hover span, .im-desktop.im-theme-myteam_green .im-chat__input_ptt-played .im-chat__input-ptt-control:hover:after {
  background-color: #1AD08E;
}
.im-desktop.im-theme-dark_calls .im-chat__input_ptt-played .im-chat__input-ptt-control:hover span, .im-desktop.im-theme-dark_calls .im-chat__input_ptt-played .im-chat__input-ptt-control:hover:after {
  background-color: #005BEF;
}
.im-desktop .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-desktop .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #1BB157;
}
.im-desktop.im-theme-dark_green .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-desktop.im-theme-dark_green .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #3CF686;
}
.im-desktop.im-theme-dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-desktop.im-theme-dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #3b96ff;
}
.im-desktop.im-theme-blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-desktop.im-theme-blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #317BC7;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-desktop.im-theme-vk_dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #5A88BC;
}
.im-desktop.im-theme-vk_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-desktop.im-theme-vk_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #2975CC;
}
.im-desktop.im-theme-dit_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-desktop.im-theme-dit_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #2061AB;
}
.im-desktop.im-theme-myteam_green .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-desktop.im-theme-myteam_green .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #1CC88A;
}
.im-desktop.im-theme-dark_calls .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-desktop.im-theme-dark_calls .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #0057E5;
}
body .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, body .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #1BB157;
}
.im-theme-dark_green .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-theme-dark_green .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #3CF686;
}
.im-theme-dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-theme-dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #3b96ff;
}
.im-theme-blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-theme-blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #317BC7;
}
.im-theme-vk_dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-theme-vk_dark_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #5A88BC;
}
.im-theme-vk_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-theme-vk_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #2975CC;
}
.im-theme-dit_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-theme-dit_blue .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #2061AB;
}
.im-theme-myteam_green .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-theme-myteam_green .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #1CC88A;
}
.im-theme-dark_calls .im-chat__input_ptt-played .im-chat__input-ptt-control:active span, .im-theme-dark_calls .im-chat__input_ptt-played .im-chat__input-ptt-control:active:after {
  background-color: #0057E5;
}

.im-chat__input-action {
  position: absolute;
  top: auto;
  right: 11px;
  bottom: 10px;
  left: auto;
  border-radius: 16px;
}
.im-chat__input-action span {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
}
body .im-chat__input-action .im-chat__input-action__confirm {
  background-color: #21D86A;
}
.im-theme-dark_green .im-chat__input-action .im-chat__input-action__confirm {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-chat__input-action .im-chat__input-action__confirm {
  background-color: #2e91ff;
}
.im-theme-blue .im-chat__input-action .im-chat__input-action__confirm {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-chat__input-action .im-chat__input-action__confirm {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-chat__input-action .im-chat__input-action__confirm {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-chat__input-action .im-chat__input-action__confirm {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-chat__input-action .im-chat__input-action__confirm {
  background-color: #18D893;
}
.im-theme-dark_calls .im-chat__input-action .im-chat__input-action__confirm {
  background-color: #0C7CFF;
}
.im-desktop .im-chat__input-action:hover .im-chat__input-action__confirm {
  background-color: #1EC360;
}
.im-desktop.im-theme-dark_green .im-chat__input-action:hover .im-chat__input-action__confirm {
  background-color: #0BF468;
}
.im-desktop.im-theme-dark_blue .im-chat__input-action:hover .im-chat__input-action__confirm {
  background-color: #479dff;
}
.im-desktop.im-theme-blue .im-chat__input-action:hover .im-chat__input-action__confirm {
  background-color: #2C84DF;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input-action:hover .im-chat__input-action__confirm {
  background-color: #6A9EDB;
}
.im-desktop.im-theme-vk_blue .im-chat__input-action:hover .im-chat__input-action__confirm {
  background-color: #3C85D7;
}
.im-desktop.im-theme-dit_blue .im-chat__input-action:hover .im-chat__input-action__confirm {
  background-color: #2769B5;
}
.im-desktop.im-theme-myteam_green .im-chat__input-action:hover .im-chat__input-action__confirm {
  background-color: #1AD08E;
}
.im-desktop.im-theme-dark_calls .im-chat__input-action:hover .im-chat__input-action__confirm {
  background-color: #005BEF;
}
.im-desktop .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #1BB157;
}
.im-desktop.im-theme-dark_green .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #3CF686;
}
.im-desktop.im-theme-dark_blue .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #3b96ff;
}
.im-desktop.im-theme-blue .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #317BC7;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #5A88BC;
}
.im-desktop.im-theme-vk_blue .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #2975CC;
}
.im-desktop.im-theme-dit_blue .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #2061AB;
}
.im-desktop.im-theme-myteam_green .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #1CC88A;
}
.im-desktop.im-theme-dark_calls .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #0057E5;
}
body .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #1BB157;
}
.im-theme-dark_green .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #3CF686;
}
.im-theme-dark_blue .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #3b96ff;
}
.im-theme-blue .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #317BC7;
}
.im-theme-vk_dark_blue .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #5A88BC;
}
.im-theme-vk_blue .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #2975CC;
}
.im-theme-dit_blue .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #2061AB;
}
.im-theme-myteam_green .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #1CC88A;
}
.im-theme-dark_calls .im-chat__input-action:active .im-chat__input-action__confirm {
  background-color: #0057E5;
}
body .im-chat__input-action.im-tab-focused[data-tabindex] .im-chat__input-action__confirm, body .im-chat__input-action.im-tab-focused[data-tabindex]:focus .im-chat__input-action__confirm {
  background-color: #1EC360;
}
.im-theme-dark_green .im-chat__input-action.im-tab-focused[data-tabindex] .im-chat__input-action__confirm, .im-theme-dark_green .im-chat__input-action.im-tab-focused[data-tabindex]:focus .im-chat__input-action__confirm {
  background-color: #0BF468;
}
.im-theme-dark_blue .im-chat__input-action.im-tab-focused[data-tabindex] .im-chat__input-action__confirm, .im-theme-dark_blue .im-chat__input-action.im-tab-focused[data-tabindex]:focus .im-chat__input-action__confirm {
  background-color: #479dff;
}
.im-theme-blue .im-chat__input-action.im-tab-focused[data-tabindex] .im-chat__input-action__confirm, .im-theme-blue .im-chat__input-action.im-tab-focused[data-tabindex]:focus .im-chat__input-action__confirm {
  background-color: #2C84DF;
}
.im-theme-vk_dark_blue .im-chat__input-action.im-tab-focused[data-tabindex] .im-chat__input-action__confirm, .im-theme-vk_dark_blue .im-chat__input-action.im-tab-focused[data-tabindex]:focus .im-chat__input-action__confirm {
  background-color: #6A9EDB;
}
.im-theme-vk_blue .im-chat__input-action.im-tab-focused[data-tabindex] .im-chat__input-action__confirm, .im-theme-vk_blue .im-chat__input-action.im-tab-focused[data-tabindex]:focus .im-chat__input-action__confirm {
  background-color: #3C85D7;
}
.im-theme-dit_blue .im-chat__input-action.im-tab-focused[data-tabindex] .im-chat__input-action__confirm, .im-theme-dit_blue .im-chat__input-action.im-tab-focused[data-tabindex]:focus .im-chat__input-action__confirm {
  background-color: #2769B5;
}
.im-theme-myteam_green .im-chat__input-action.im-tab-focused[data-tabindex] .im-chat__input-action__confirm, .im-theme-myteam_green .im-chat__input-action.im-tab-focused[data-tabindex]:focus .im-chat__input-action__confirm {
  background-color: #1AD08E;
}
.im-theme-dark_calls .im-chat__input-action.im-tab-focused[data-tabindex] .im-chat__input-action__confirm, .im-theme-dark_calls .im-chat__input-action.im-tab-focused[data-tabindex]:focus .im-chat__input-action__confirm {
  background-color: #005BEF;
}

.im-chat__input-action__ptt {
  opacity: 1;
  width: 24px;
  height: 24px;
  margin-left: 7px;
  margin-top: -12px;
  transition: opacity 100ms, transform 100ms;
  -moz-transition: opacity 100ms, transform 100ms;
  -o-transition: opacity 100ms, transform 100ms;
  -webkit-transition: opacity 100ms, transform 100ms;
}
body .im-chat__input-action__ptt {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-chat__input-action__ptt {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-chat__input-action__ptt {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-chat__input-action__ptt {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-chat__input-action__ptt {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #909499;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-chat__input-action__ptt {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #818C99;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-chat__input-action__ptt {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-chat__input-action__ptt {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-chat__input-action__ptt {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #9C9C9C;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-chat__input-message .im-chat__input-action__ptt, .im-chat__input_edit .im-chat__input-action__ptt, .im-chat__input_ptt-recording .im-chat__input-action__ptt {
  opacity: 0;
  -webkit-transform: scale(0.625);
  -moz-transform: scale(0.625);
  -o-transform: scale(0.625);
  -ms-transform: scale(0.625);
  transform: scale(0.625);
}

.im-chat__input-action__send, .im-chat__input-action__confirm {
  opacity: 0;
  -webkit-transform: scale(0.625);
  -moz-transform: scale(0.625);
  -o-transform: scale(0.625);
  -ms-transform: scale(0.625);
  transform: scale(0.625);
  transition: opacity 200ms, transform 200ms;
  -moz-transition: opacity 200ms, transform 200ms;
  -o-transition: opacity 200ms, transform 200ms;
  -webkit-transition: opacity 200ms, transform 200ms;
  width: 25px;
  height: 27px;
  margin-top: -13px;
  margin-left: 4px;
}

body .im-chat__input-action__send {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-chat__input-action__send {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-chat__input-action__send {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-chat__input-action__send {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-chat__input-action__send {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-chat__input-action__send {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-chat__input-action__send {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-chat__input-action__send {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-chat__input-action__send {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.32578 17.6529L14.5568 16.9738C14.9673 16.9037 15.2889 16.5789 15.3583 16.1644C15.4483 15.6265 15.0895 15.1167 14.5568 15.0258L7.32578 14.3467C6.45947 14.2653 5.75617 13.6115 5.61189 12.7534L4.52792 6.30628C4.34706 5.23059 5.06395 4.21052 6.12913 4.02788C6.53567 3.95817 6.95363 4.01998 7.32331 4.20446L27.41 14.2287C28.3786 14.7121 28.7758 15.8969 28.2971 16.875C28.1068 17.2639 27.7951 17.5787 27.41 17.7709L7.32331 27.7951C6.3547 28.2785 5.18144 27.8774 4.70278 26.8992C4.52009 26.5259 4.45889 26.1038 4.52792 25.6933L5.61189 19.2461C5.75617 18.388 6.45947 17.7343 7.32578 17.6529Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-chat__input-message:not(.im-chat__input_edit) .im-chat__input-action__send, .im-chat__input_ptt-recording .im-chat__input-action__send {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.im-chat__input-action__confirm {
  width: 100%;
  height: 100%;
  margin: -16px 0 0;
  border-radius: 16px;
}
.im-chat__input-action__confirm:after {
  content: "";
  width: 25px;
  height: 27px;
  margin-left: 4px;
  margin-top: 3px;
  display: block;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-chat__input-action__confirm:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-chat__input-action__confirm:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-chat__input-action__confirm:after {
  background-color: #7e848f;
}
.im-theme-blue .im-chat__input-action__confirm:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-chat__input-action__confirm:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-chat__input-action__confirm:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-chat__input-action__confirm:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-chat__input-action__confirm:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-chat__input-action__confirm:after {
  background-color: #949494;
}
.im-chat__input-message.im-chat__input_edit .im-chat__input-action__confirm {
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.im-chat__input-sub-action {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 10px;
  left: 12px;
  border-radius: 16px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 32px;
  height: 32px;
  padding: 0;
  overflow: hidden;
  display: block;
  opacity: 1;
}
body .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex], body .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(248, 62, 51, 0.22);
}
.im-theme-dark_green .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex], .im-theme-dark_green .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(247, 93, 93, 0.22);
}
.im-theme-dark_blue .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex], .im-theme-dark_blue .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(247, 93, 93, 0.22);
}
.im-theme-blue .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex], .im-theme-blue .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(248, 62, 51, 0.22);
}
.im-theme-vk_dark_blue .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex], .im-theme-vk_dark_blue .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(255, 92, 92, 0.22);
}
.im-theme-vk_blue .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex], .im-theme-vk_blue .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(255, 51, 71, 0.22);
}
.im-theme-dit_blue .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex], .im-theme-dit_blue .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(248, 62, 51, 0.22);
}
.im-theme-myteam_green .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex], .im-theme-myteam_green .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(236, 38, 74, 0.22);
}
.im-theme-dark_calls .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex], .im-theme-dark_calls .im-chat__input_ptt-recording .im-chat__input-sub-action.im-tab-focused[data-tabindex]:focus {
  background-color: rgba(252, 44, 56, 0.22);
}
.im-chat__input-sub-action span {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
}
.im-chat__input-sub-action .im-chat__input-sub-action__attach {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-chat__input-sub-action .im-chat__input-sub-action__attach {
  background-color: #838690;
}
.im-theme-dark_green .im-chat__input-sub-action .im-chat__input-sub-action__attach {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-chat__input-sub-action .im-chat__input-sub-action__attach {
  background-color: #7e848f;
}
.im-theme-blue .im-chat__input-sub-action .im-chat__input-sub-action__attach {
  background-color: #838690;
}
.im-theme-vk_dark_blue .im-chat__input-sub-action .im-chat__input-sub-action__attach {
  background-color: #909499;
}
.im-theme-vk_blue .im-chat__input-sub-action .im-chat__input-sub-action__attach {
  background-color: #818C99;
}
.im-theme-dit_blue .im-chat__input-sub-action .im-chat__input-sub-action__attach {
  background-color: #838690;
}
.im-theme-myteam_green .im-chat__input-sub-action .im-chat__input-sub-action__attach {
  background-color: #838690;
}
.im-theme-dark_calls .im-chat__input-sub-action .im-chat__input-sub-action__attach {
  background-color: #9C9C9C;
}
.im-desktop .im-chat__input-sub-action:hover .im-chat__input-sub-action__attach {
  background-color: #7A7E8B;
}
.im-desktop.im-theme-dark_green .im-chat__input-sub-action:hover .im-chat__input-sub-action__attach {
  background-color: #8C939E;
}
.im-desktop.im-theme-dark_blue .im-chat__input-sub-action:hover .im-chat__input-sub-action__attach {
  background-color: #8C939E;
}
.im-desktop.im-theme-blue .im-chat__input-sub-action:hover .im-chat__input-sub-action__attach {
  background-color: #7A7E8B;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input-sub-action:hover .im-chat__input-sub-action__attach {
  background-color: #999DA1;
}
.im-desktop.im-theme-vk_blue .im-chat__input-sub-action:hover .im-chat__input-sub-action__attach {
  background-color: #707985;
}
.im-desktop.im-theme-dit_blue .im-chat__input-sub-action:hover .im-chat__input-sub-action__attach {
  background-color: #7A7E8B;
}
.im-desktop.im-theme-myteam_green .im-chat__input-sub-action:hover .im-chat__input-sub-action__attach {
  background-color: #7A7E8B;
}
.im-desktop.im-theme-dark_calls .im-chat__input-sub-action:hover .im-chat__input-sub-action__attach {
  background-color: #8F8F8F;
}
.im-desktop .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #707482;
}
.im-desktop.im-theme-dark_green .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #9BA2AD;
}
.im-desktop.im-theme-dark_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #9BA2AD;
}
.im-desktop.im-theme-blue .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #707482;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #A0A3A7;
}
.im-desktop.im-theme-vk_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #67707A;
}
.im-desktop.im-theme-dit_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #707482;
}
.im-desktop.im-theme-myteam_green .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #707482;
}
.im-desktop.im-theme-dark_calls .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #828282;
}
body .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #707482;
}
.im-theme-dark_green .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #9BA2AD;
}
.im-theme-dark_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #9BA2AD;
}
.im-theme-blue .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #707482;
}
.im-theme-vk_dark_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #A0A3A7;
}
.im-theme-vk_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #67707A;
}
.im-theme-dit_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #707482;
}
.im-theme-myteam_green .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #707482;
}
.im-theme-dark_calls .im-chat__input-sub-action:active .im-chat__input-sub-action__attach {
  background-color: #828282;
}
.im-chat__input-sub-action .im-chat__input-sub-action__ptt-remove {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1706 7.49244C13.1706 6.72406 13.7921 6.09387 14.5565 6.09387H17.4435C18.2107 6.09387 18.8295 6.7267 18.8295 7.49244V8.78861H23.0935C23.5133 8.78861 23.8597 9.12803 23.8597 9.55212C23.8597 9.97668 23.5137 10.3156 23.0944 10.3156H8.90582C8.48894 10.3157 8.14868 9.98212 8.14038 9.55212C8.14038 9.12756 8.48634 8.78861 8.90569 8.78861H13.1706V7.49244ZM17.4638 8.95812C17.4757 8.94756 17.4821 8.93355 17.4821 8.91707V7.49245C17.4821 7.46417 17.4597 7.44125 17.4435 7.44125H14.5566C14.5404 7.44125 14.5179 7.46408 14.5179 7.49245L14.5179 8.91607C14.5179 8.93245 14.525 8.94805 14.5372 8.95894L14.5477 8.96827H17.4523L17.4638 8.95812ZM21.7488 12.0187C21.3767 12.0187 21.0751 12.3203 21.0751 12.6924V23.2971C21.0751 23.7142 20.7295 24.0588 20.3161 24.0588H11.684C11.4824 24.0588 11.2891 23.9786 11.1467 23.836C11.0044 23.6933 10.9246 23.4999 10.9249 23.2983L10.9249 12.6924C10.9249 12.3203 10.6233 12.0187 10.2513 12.0187C9.87919 12.0187 9.57757 12.3203 9.57757 12.6924L9.57757 23.2971C9.57652 23.8551 9.79798 24.3919 10.1931 24.7878C10.5883 25.1837 11.1246 25.4062 11.684 25.4062H20.3161C21.4727 25.4062 22.4225 24.4592 22.4225 23.2971V12.6924C22.4225 12.3203 22.1209 12.0187 21.7488 12.0187Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1706 7.49244C13.1706 6.72406 13.7921 6.09387 14.5565 6.09387H17.4435C18.2107 6.09387 18.8295 6.7267 18.8295 7.49244V8.78861H23.0935C23.5133 8.78861 23.8597 9.12803 23.8597 9.55212C23.8597 9.97668 23.5137 10.3156 23.0944 10.3156H8.90582C8.48894 10.3157 8.14868 9.98212 8.14038 9.55212C8.14038 9.12756 8.48634 8.78861 8.90569 8.78861H13.1706V7.49244ZM17.4638 8.95812C17.4757 8.94756 17.4821 8.93355 17.4821 8.91707V7.49245C17.4821 7.46417 17.4597 7.44125 17.4435 7.44125H14.5566C14.5404 7.44125 14.5179 7.46408 14.5179 7.49245L14.5179 8.91607C14.5179 8.93245 14.525 8.94805 14.5372 8.95894L14.5477 8.96827H17.4523L17.4638 8.95812ZM21.7488 12.0187C21.3767 12.0187 21.0751 12.3203 21.0751 12.6924V23.2971C21.0751 23.7142 20.7295 24.0588 20.3161 24.0588H11.684C11.4824 24.0588 11.2891 23.9786 11.1467 23.836C11.0044 23.6933 10.9246 23.4999 10.9249 23.2983L10.9249 12.6924C10.9249 12.3203 10.6233 12.0187 10.2513 12.0187C9.87919 12.0187 9.57757 12.3203 9.57757 12.6924L9.57757 23.2971C9.57652 23.8551 9.79798 24.3919 10.1931 24.7878C10.5883 25.1837 11.1246 25.4062 11.684 25.4062H20.3161C21.4727 25.4062 22.4225 24.4592 22.4225 23.2971V12.6924C22.4225 12.3203 22.1209 12.0187 21.7488 12.0187Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-chat__input-sub-action .im-chat__input-sub-action__ptt-remove {
  background-color: #f83e33;
}
.im-theme-dark_green .im-chat__input-sub-action .im-chat__input-sub-action__ptt-remove {
  background-color: #f75d5d;
}
.im-theme-dark_blue .im-chat__input-sub-action .im-chat__input-sub-action__ptt-remove {
  background-color: #f75d5d;
}
.im-theme-blue .im-chat__input-sub-action .im-chat__input-sub-action__ptt-remove {
  background-color: #f83e33;
}
.im-theme-vk_dark_blue .im-chat__input-sub-action .im-chat__input-sub-action__ptt-remove {
  background-color: #FF5C5C;
}
.im-theme-vk_blue .im-chat__input-sub-action .im-chat__input-sub-action__ptt-remove {
  background-color: #FF3347;
}
.im-theme-dit_blue .im-chat__input-sub-action .im-chat__input-sub-action__ptt-remove {
  background-color: #f83e33;
}
.im-theme-myteam_green .im-chat__input-sub-action .im-chat__input-sub-action__ptt-remove {
  background-color: #EC264A;
}
.im-theme-dark_calls .im-chat__input-sub-action .im-chat__input-sub-action__ptt-remove {
  background-color: #FC2C38;
}
.im-desktop .im-chat__input-sub-action:hover .im-chat__input-sub-action__ptt-remove {
  background-color: #e12b21;
}
.im-desktop.im-theme-dark_green .im-chat__input-sub-action:hover .im-chat__input-sub-action__ptt-remove {
  background-color: #E65151;
}
.im-desktop.im-theme-dark_blue .im-chat__input-sub-action:hover .im-chat__input-sub-action__ptt-remove {
  background-color: #E65151;
}
.im-desktop.im-theme-blue .im-chat__input-sub-action:hover .im-chat__input-sub-action__ptt-remove {
  background-color: #e12b21;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input-sub-action:hover .im-chat__input-sub-action__ptt-remove {
  background-color: #F55858;
}
.im-desktop.im-theme-vk_blue .im-chat__input-sub-action:hover .im-chat__input-sub-action__ptt-remove {
  background-color: #E64646;
}
.im-desktop.im-theme-dit_blue .im-chat__input-sub-action:hover .im-chat__input-sub-action__ptt-remove {
  background-color: #e12b21;
}
.im-desktop.im-theme-myteam_green .im-chat__input-sub-action:hover .im-chat__input-sub-action__ptt-remove {
  background-color: #DA2B4B;
}
.im-desktop.im-theme-dark_calls .im-chat__input-sub-action:hover .im-chat__input-sub-action__ptt-remove {
  background-color: #E82834;
}
.im-desktop .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #d81409;
}
.im-desktop.im-theme-dark_green .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #CE4343;
}
.im-desktop.im-theme-dark_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #CE4343;
}
.im-desktop.im-theme-blue .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #d81409;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #DB4F4F;
}
.im-desktop.im-theme-vk_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #FF3347;
}
.im-desktop.im-theme-dit_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #d81409;
}
.im-desktop.im-theme-myteam_green .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #CD2D4A;
}
.im-desktop.im-theme-dark_calls .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #DE2731;
}
body .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #d81409;
}
.im-theme-dark_green .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #CE4343;
}
.im-theme-dark_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #CE4343;
}
.im-theme-blue .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #d81409;
}
.im-theme-vk_dark_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #DB4F4F;
}
.im-theme-vk_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #FF3347;
}
.im-theme-dit_blue .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #d81409;
}
.im-theme-myteam_green .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #CD2D4A;
}
.im-theme-dark_calls .im-chat__input-sub-action:active .im-chat__input-sub-action__ptt-remove {
  background-color: #DE2731;
}
.im-chat__input_edit .im-chat__input-sub-action {
  transition: opacity 200ms, transform 200ms;
  -moz-transition: opacity 200ms, transform 200ms;
  -o-transition: opacity 200ms, transform 200ms;
  -webkit-transition: opacity 200ms, transform 200ms;
  opacity: 0;
  -webkit-transform: scale(0.625);
  -moz-transform: scale(0.625);
  -o-transform: scale(0.625);
  -ms-transform: scale(0.625);
  transform: scale(0.625);
}

.im-chat__input-sub-action__attach {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  /*@if ($property == transform) or ($property == box-shadow) or ($property == border-radius) {
      $real_val: $val;
      $val: $property $val, -o- + $property $val, -webkit- + $property $val;
      @if ($excludeFF == false) {
          $val: $val, -moz- + $property $real_val;
      }
  } @else {*/
  transition: transform 150ms;
  -moz-transition: transform 150ms;
  -o-transition: transform 150ms;
  -webkit-transition: transform 150ms;
  margin-left: 4px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  display: inline-block;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-chat__input-sub-action__attach {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-chat__input-sub-action__attach {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-chat__input-sub-action__attach {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-chat__input-sub-action__attach {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-chat__input-sub-action__attach {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #909499;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-chat__input-sub-action__attach {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #818C99;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-chat__input-sub-action__attach {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-chat__input-sub-action__attach {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-chat__input-sub-action__attach {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #9C9C9C;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-chat__input_attachmenu-opened .im-chat__input-sub-action__attach {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.im-chat__input_ptt-recording .im-chat__input-sub-action__attach {
  transition: opacity 200ms, transform 200ms;
  -moz-transition: opacity 200ms, transform 200ms;
  -o-transition: opacity 200ms, transform 200ms;
  -webkit-transition: opacity 200ms, transform 200ms;
  opacity: 0;
  -webkit-transform: scale(0.625);
  -moz-transform: scale(0.625);
  -o-transform: scale(0.625);
  -ms-transform: scale(0.625);
  transform: scale(0.625);
}

.im-chat__input-sub-action__ptt-remove {
  transition: opacity 200ms, transform 200ms;
  -moz-transition: opacity 200ms, transform 200ms;
  -o-transition: opacity 200ms, transform 200ms;
  -webkit-transition: opacity 200ms, transform 200ms;
  margin-left: 0;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  opacity: 0;
  -webkit-transform: scale(0.625);
  -moz-transform: scale(0.625);
  -o-transform: scale(0.625);
  -ms-transform: scale(0.625);
  transform: scale(0.625);
}
.im-chat__input_ptt-recording .im-chat__input-sub-action__ptt-remove {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.im-chat__input-wrap {
  max-height: 216px;
  overflow: auto;
  position: relative;
  z-index: 1;
  padding: 1px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 18px;
}
body .im-chat__input-wrap {
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_green .im-chat__input-wrap {
  background: #2b2c34;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_blue .im-chat__input-wrap {
  background: #2b2c34;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-blue .im-chat__input-wrap {
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-vk_dark_blue .im-chat__input-wrap {
  background: #2B2C34;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-vk_blue .im-chat__input-wrap {
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dit_blue .im-chat__input-wrap {
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-myteam_green .im-chat__input-wrap {
  background: #ffffff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_calls .im-chat__input-wrap {
  background: #2B2B2B;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}

.im-chat__input-field {
  min-height: 18px;
  font-size: 16px !important;
  line-height: 18px !important;
  padding: 7px 62px 9px 15px !important;
  border-radius: 18px;
  margin: 0;
  position: relative;
}
.im-chat__input-field:before {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  transition: opacity 200ms, margin-left 200ms, visibility 200ms;
  -moz-transition: opacity 200ms, margin-left 200ms, visibility 200ms;
  -o-transition: opacity 200ms, margin-left 200ms, visibility 200ms;
  -webkit-transition: opacity 200ms, margin-left 200ms, visibility 200ms;
  opacity: 0;
  margin-left: 80px;
  visibility: hidden;
}
.im-chat__input-field:empty:before {
  position: static;
  visibility: visible;
  /*@if ($property == transform) or ($property == box-shadow) or ($property == border-radius) {
      $real_val: $val;
      $val: $property $val, -o- + $property $val, -webkit- + $property $val;
      @if ($excludeFF == false) {
          $val: $val, -moz- + $property $real_val;
      }
  } @else {*/
  transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  -webkit-transition: opacity 100ms;
  opacity: 1;
  margin-left: 0;
}
body .im-chat__input-field.im-tab-focused, body .im-chat__input-field.im-tab-focused:focus {
  background-color: transparent;
}
.im-theme-dark_green .im-chat__input-field.im-tab-focused, .im-theme-dark_green .im-chat__input-field.im-tab-focused:focus {
  background-color: transparent;
}
.im-theme-dark_blue .im-chat__input-field.im-tab-focused, .im-theme-dark_blue .im-chat__input-field.im-tab-focused:focus {
  background-color: transparent;
}
.im-theme-blue .im-chat__input-field.im-tab-focused, .im-theme-blue .im-chat__input-field.im-tab-focused:focus {
  background-color: transparent;
}
.im-theme-vk_dark_blue .im-chat__input-field.im-tab-focused, .im-theme-vk_dark_blue .im-chat__input-field.im-tab-focused:focus {
  background-color: transparent;
}
.im-theme-vk_blue .im-chat__input-field.im-tab-focused, .im-theme-vk_blue .im-chat__input-field.im-tab-focused:focus {
  background-color: transparent;
}
.im-theme-dit_blue .im-chat__input-field.im-tab-focused, .im-theme-dit_blue .im-chat__input-field.im-tab-focused:focus {
  background-color: transparent;
}
.im-theme-myteam_green .im-chat__input-field.im-tab-focused, .im-theme-myteam_green .im-chat__input-field.im-tab-focused:focus {
  background-color: transparent;
}
.im-theme-dark_calls .im-chat__input-field.im-tab-focused, .im-theme-dark_calls .im-chat__input-field.im-tab-focused:focus {
  background-color: transparent;
}

.im-chat__input-field__foriphonefocus {
  display: none;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1px;
  height: 100%;
  opacity: 0;
  border: none;
}

/* Ptt histogram styles */
.im-chat__input-ptt-wrap {
  overflow: hidden;
  position: relative;
  height: 20px;
  padding: 8px 84px 8px 44px;
  border-radius: 18px;
}
body .im-chat__input-ptt-wrap {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_green .im-chat__input-ptt-wrap {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_blue .im-chat__input-ptt-wrap {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-blue .im-chat__input-ptt-wrap {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-vk_dark_blue .im-chat__input-ptt-wrap {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-vk_blue .im-chat__input-ptt-wrap {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dit_blue .im-chat__input-ptt-wrap {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-myteam_green .im-chat__input-ptt-wrap {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.im-theme-dark_calls .im-chat__input-ptt-wrap {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
body .im-chat__input-ptt-wrap {
  background-color: #21D86A;
}
.im-theme-dark_green .im-chat__input-ptt-wrap {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-chat__input-ptt-wrap {
  background-color: #2e91ff;
}
.im-theme-blue .im-chat__input-ptt-wrap {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-chat__input-ptt-wrap {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-chat__input-ptt-wrap {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-chat__input-ptt-wrap {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-chat__input-ptt-wrap {
  background-color: #18D893;
}
.im-theme-dark_calls .im-chat__input-ptt-wrap {
  background-color: #0C7CFF;
}
.im-desktop .im-chat__input-ptt-wrap:hover {
  background-color: #1EC360;
}
.im-desktop.im-theme-dark_green .im-chat__input-ptt-wrap:hover {
  background-color: #0BF468;
}
.im-desktop.im-theme-dark_blue .im-chat__input-ptt-wrap:hover {
  background-color: #479dff;
}
.im-desktop.im-theme-blue .im-chat__input-ptt-wrap:hover {
  background-color: #2C84DF;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input-ptt-wrap:hover {
  background-color: #6A9EDB;
}
.im-desktop.im-theme-vk_blue .im-chat__input-ptt-wrap:hover {
  background-color: #3C85D7;
}
.im-desktop.im-theme-dit_blue .im-chat__input-ptt-wrap:hover {
  background-color: #2769B5;
}
.im-desktop.im-theme-myteam_green .im-chat__input-ptt-wrap:hover {
  background-color: #1AD08E;
}
.im-desktop.im-theme-dark_calls .im-chat__input-ptt-wrap:hover {
  background-color: #005BEF;
}
.im-desktop .im-chat__input-ptt-wrap:active {
  background-color: #1BB157;
}
.im-desktop.im-theme-dark_green .im-chat__input-ptt-wrap:active {
  background-color: #3CF686;
}
.im-desktop.im-theme-dark_blue .im-chat__input-ptt-wrap:active {
  background-color: #3b96ff;
}
.im-desktop.im-theme-blue .im-chat__input-ptt-wrap:active {
  background-color: #317BC7;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input-ptt-wrap:active {
  background-color: #5A88BC;
}
.im-desktop.im-theme-vk_blue .im-chat__input-ptt-wrap:active {
  background-color: #2975CC;
}
.im-desktop.im-theme-dit_blue .im-chat__input-ptt-wrap:active {
  background-color: #2061AB;
}
.im-desktop.im-theme-myteam_green .im-chat__input-ptt-wrap:active {
  background-color: #1CC88A;
}
.im-desktop.im-theme-dark_calls .im-chat__input-ptt-wrap:active {
  background-color: #0057E5;
}
body .im-chat__input-ptt-wrap:active {
  background-color: #1BB157;
}
.im-theme-dark_green .im-chat__input-ptt-wrap:active {
  background-color: #3CF686;
}
.im-theme-dark_blue .im-chat__input-ptt-wrap:active {
  background-color: #3b96ff;
}
.im-theme-blue .im-chat__input-ptt-wrap:active {
  background-color: #317BC7;
}
.im-theme-vk_dark_blue .im-chat__input-ptt-wrap:active {
  background-color: #5A88BC;
}
.im-theme-vk_blue .im-chat__input-ptt-wrap:active {
  background-color: #2975CC;
}
.im-theme-dit_blue .im-chat__input-ptt-wrap:active {
  background-color: #2061AB;
}
.im-theme-myteam_green .im-chat__input-ptt-wrap:active {
  background-color: #1CC88A;
}
.im-theme-dark_calls .im-chat__input-ptt-wrap:active {
  background-color: #0057E5;
}
body .im-chat__input_ptt-ready .im-chat__input-ptt-wrap {
  background-color: #ffffff;
}
.im-theme-dark_green .im-chat__input_ptt-ready .im-chat__input-ptt-wrap {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap {
  background-color: #2b2c34;
}
.im-theme-blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-chat__input_ptt-ready .im-chat__input-ptt-wrap {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-chat__input_ptt-ready .im-chat__input-ptt-wrap {
  background-color: #2B2B2B;
}
.im-desktop .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:hover {
  background-color: #ffffff;
}
.im-desktop.im-theme-dark_green .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:hover {
  background-color: #2b2c34;
}
.im-desktop.im-theme-dark_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:hover {
  background-color: #2b2c34;
}
.im-desktop.im-theme-blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:hover {
  background-color: #ffffff;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:hover {
  background-color: #2B2C34;
}
.im-desktop.im-theme-vk_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:hover {
  background-color: #ffffff;
}
.im-desktop.im-theme-dit_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:hover {
  background-color: #ffffff;
}
.im-desktop.im-theme-myteam_green .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:hover {
  background-color: #ffffff;
}
.im-desktop.im-theme-dark_calls .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:hover {
  background-color: #2B2B2B;
}
.im-desktop .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #ffffff;
}
.im-desktop.im-theme-dark_green .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #2b2c34;
}
.im-desktop.im-theme-dark_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #2b2c34;
}
.im-desktop.im-theme-blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #ffffff;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #2B2C34;
}
.im-desktop.im-theme-vk_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #ffffff;
}
.im-desktop.im-theme-dit_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #ffffff;
}
.im-desktop.im-theme-myteam_green .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #ffffff;
}
.im-desktop.im-theme-dark_calls .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #2B2B2B;
}
body .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #ffffff;
}
.im-theme-dark_green .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #2b2c34;
}
.im-theme-blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-chat__input_ptt-ready .im-chat__input-ptt-wrap:active {
  background-color: #2B2B2B;
}

.im-chat__input-ptt-time {
  position: absolute;
  top: auto;
  right: 16px;
  bottom: 7px;
  left: auto;
}
body .im-chat__input-ptt-time {
  color: #ffffff;
}
.im-theme-dark_green .im-chat__input-ptt-time {
  color: #2b2c34;
}
.im-theme-dark_blue .im-chat__input-ptt-time {
  color: #2b2c34;
}
.im-theme-blue .im-chat__input-ptt-time {
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-chat__input-ptt-time {
  color: #2B2C34;
}
.im-theme-vk_blue .im-chat__input-ptt-time {
  color: #FFFFFF;
}
.im-theme-dit_blue .im-chat__input-ptt-time {
  color: #ffffff;
}
.im-theme-myteam_green .im-chat__input-ptt-time {
  color: #ffffff;
}
.im-theme-dark_calls .im-chat__input-ptt-time {
  color: #2B2B2B;
}
body .im-chat__input_ptt-ready .im-chat__input-ptt-time {
  color: #00B84D;
}
.im-theme-dark_green .im-chat__input_ptt-ready .im-chat__input-ptt-time {
  color: #0AC248;
}
.im-theme-dark_blue .im-chat__input_ptt-ready .im-chat__input-ptt-time {
  color: #2f92ff;
}
.im-theme-blue .im-chat__input_ptt-ready .im-chat__input-ptt-time {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-chat__input_ptt-ready .im-chat__input-ptt-time {
  color: #71AAEB;
}
.im-theme-vk_blue .im-chat__input_ptt-ready .im-chat__input-ptt-time {
  color: #4986CC;
}
.im-theme-dit_blue .im-chat__input_ptt-ready .im-chat__input-ptt-time {
  color: #2E72BF;
}
.im-theme-myteam_green .im-chat__input_ptt-ready .im-chat__input-ptt-time {
  color: #17C97E;
}
.im-theme-dark_calls .im-chat__input_ptt-ready .im-chat__input-ptt-time {
  color: #027AFF;
}

.im-chat__input-ptt-wrap, .im-chat__input-ptt-canvas {
  display: none;
}

.im-chat__input_ptt-recording .im-chat__input-ptt-wrap, .im-chat__input_ptt-recording .im-chat__input-ptt-canvas {
  display: block;
}
.im-chat__input_ptt-recording .im-chat__input-wrap, .im-chat__input_ptt-recording .im-chat__input-smiles {
  display: none;
}

.im-chat__input-ptt-canvas {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body .im-chat__input-ptt-canvas {
  color: #ffffff;
  border-color: #e4e7ef;
}
.im-theme-dark_green .im-chat__input-ptt-canvas {
  color: #2b2c34;
  border-color: #444551;
}
.im-theme-dark_blue .im-chat__input-ptt-canvas {
  color: #2b2c34;
  border-color: #444551;
}
.im-theme-blue .im-chat__input-ptt-canvas {
  color: #ffffff;
  border-color: #e4e7ef;
}
.im-theme-vk_dark_blue .im-chat__input-ptt-canvas {
  color: #2B2C34;
  border-color: #444551;
}
.im-theme-vk_blue .im-chat__input-ptt-canvas {
  color: #FFFFFF;
  border-color: #E4E7EF;
}
.im-theme-dit_blue .im-chat__input-ptt-canvas {
  color: #ffffff;
  border-color: #e4e7ef;
}
.im-theme-myteam_green .im-chat__input-ptt-canvas {
  color: #ffffff;
  border-color: #e4e7ef;
}
.im-theme-dark_calls .im-chat__input-ptt-canvas {
  color: #2B2B2B;
  border-color: #0F0F0F;
}
body .im-chat__input_ptt-ready .im-chat__input-ptt-canvas {
  color: #21D86A;
}
.im-theme-dark_green .im-chat__input_ptt-ready .im-chat__input-ptt-canvas {
  color: #0ADC5E;
}
.im-theme-dark_blue .im-chat__input_ptt-ready .im-chat__input-ptt-canvas {
  color: #2e91ff;
}
.im-theme-blue .im-chat__input_ptt-ready .im-chat__input-ptt-canvas {
  color: #2D90F5;
}
.im-theme-vk_dark_blue .im-chat__input_ptt-ready .im-chat__input-ptt-canvas {
  color: #71AAEB;
}
.im-theme-vk_blue .im-chat__input_ptt-ready .im-chat__input-ptt-canvas {
  color: #3F8AE0;
}
.im-theme-dit_blue .im-chat__input_ptt-ready .im-chat__input-ptt-canvas {
  color: #2E72BF;
}
.im-theme-myteam_green .im-chat__input_ptt-ready .im-chat__input-ptt-canvas {
  color: #18D893;
}
.im-theme-dark_calls .im-chat__input_ptt-ready .im-chat__input-ptt-canvas {
  color: #0C7CFF;
}

.im-mobile .im-chat__input-inner button {
  width: 52px;
  height: 52px;
}
.im-mobile .im-chat__input-inner .im-chat__input-smiles {
  width: 32px;
  height: 32px;
}
.im-mobile .im-chat__input-action {
  right: 1px;
  bottom: 0;
}
.im-mobile .im-chat__input-action__ptt {
  margin-left: 17px;
}
.im-mobile .im-chat__input-action__send, .im-mobile .im-chat__input-action__confirm {
  margin-left: 14px;
}
.im-mobile .im-chat__input-action__confirm {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 10px;
}
.im-mobile .im-chat__input-sub-action {
  bottom: 0;
  left: 2px;
}
.im-mobile .im-chat__input-sub-action__attach {
  margin-left: 14px;
}
.im-mobile .im-chat__input-sub-action__ptt-remove {
  margin-left: 18px;
}
.im-mobile .im-chat__input-inner .im-chat__input-ptt-wrap button {
  width: 32px;
  height: 32px;
}

/* Pictures (Emoji, Stickers, Showcase) dialog */
.im-smilebox {
  min-height: 130px;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  border-top: 1px solid;
  overflow: hidden;
}
body .im-smilebox {
  background-color: #ffffff;
  border-top-color: #eceef3;
}
.im-theme-dark_green .im-smilebox {
  background-color: #2b2c34;
  border-top-color: #3c3d47;
}
.im-theme-dark_blue .im-smilebox {
  background-color: #2b2c34;
  border-top-color: #3c3d47;
}
.im-theme-blue .im-smilebox {
  background-color: #ffffff;
  border-top-color: #eceef3;
}
.im-theme-vk_dark_blue .im-smilebox {
  background-color: #2B2C34;
  border-top-color: #3C3D47;
}
.im-theme-vk_blue .im-smilebox {
  background-color: #FFFFFF;
  border-top-color: #ECEEF3;
}
.im-theme-dit_blue .im-smilebox {
  background-color: #ffffff;
  border-top-color: #eceef3;
}
.im-theme-myteam_green .im-smilebox {
  background-color: #ffffff;
  border-top-color: #eceef3;
}
.im-theme-dark_calls .im-smilebox {
  background-color: #2B2B2B;
  border-top-color: #1F1F1F;
}
.im-smilebox .im-multitabs__leftbtn, .im-smilebox .im-multitabs__rightbtn {
  top: auto;
  height: 48px;
  line-height: 48px;
  bottom: 0;
  z-index: 2;
}
body .im-smilebox .im-multitabs__leftbtn, body .im-smilebox .im-multitabs__rightbtn {
  background-color: #ffffff;
  box-shadow: 5px 0 5px 0 #ffffff;
}
body .im-smilebox .im-multitabs__leftbtn.active, body .im-smilebox .im-multitabs__rightbtn.active {
  background-color: #f3f5f8;
}
.im-theme-dark_green .im-smilebox .im-multitabs__leftbtn, .im-theme-dark_green .im-smilebox .im-multitabs__rightbtn {
  background-color: #2b2c34;
  box-shadow: 5px 0 5px 0 #2b2c34;
}
.im-theme-dark_green .im-smilebox .im-multitabs__leftbtn.active, .im-theme-dark_green .im-smilebox .im-multitabs__rightbtn.active {
  background-color: #3c3d48;
}
.im-theme-dark_blue .im-smilebox .im-multitabs__leftbtn, .im-theme-dark_blue .im-smilebox .im-multitabs__rightbtn {
  background-color: #2b2c34;
  box-shadow: 5px 0 5px 0 #2b2c34;
}
.im-theme-dark_blue .im-smilebox .im-multitabs__leftbtn.active, .im-theme-dark_blue .im-smilebox .im-multitabs__rightbtn.active {
  background-color: #3c3d48;
}
.im-theme-blue .im-smilebox .im-multitabs__leftbtn, .im-theme-blue .im-smilebox .im-multitabs__rightbtn {
  background-color: #ffffff;
  box-shadow: 5px 0 5px 0 #ffffff;
}
.im-theme-blue .im-smilebox .im-multitabs__leftbtn.active, .im-theme-blue .im-smilebox .im-multitabs__rightbtn.active {
  background-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-smilebox .im-multitabs__leftbtn, .im-theme-vk_dark_blue .im-smilebox .im-multitabs__rightbtn {
  background-color: #2B2C34;
  box-shadow: 5px 0 5px 0 #2B2C34;
}
.im-theme-vk_dark_blue .im-smilebox .im-multitabs__leftbtn.active, .im-theme-vk_dark_blue .im-smilebox .im-multitabs__rightbtn.active {
  background-color: #3C3D48;
}
.im-theme-vk_blue .im-smilebox .im-multitabs__leftbtn, .im-theme-vk_blue .im-smilebox .im-multitabs__rightbtn {
  background-color: #FFFFFF;
  box-shadow: 5px 0 5px 0 #FFFFFF;
}
.im-theme-vk_blue .im-smilebox .im-multitabs__leftbtn.active, .im-theme-vk_blue .im-smilebox .im-multitabs__rightbtn.active {
  background-color: #F1F3F7;
}
.im-theme-dit_blue .im-smilebox .im-multitabs__leftbtn, .im-theme-dit_blue .im-smilebox .im-multitabs__rightbtn {
  background-color: #ffffff;
  box-shadow: 5px 0 5px 0 #ffffff;
}
.im-theme-dit_blue .im-smilebox .im-multitabs__leftbtn.active, .im-theme-dit_blue .im-smilebox .im-multitabs__rightbtn.active {
  background-color: #f3f5f8;
}
.im-theme-myteam_green .im-smilebox .im-multitabs__leftbtn, .im-theme-myteam_green .im-smilebox .im-multitabs__rightbtn {
  background-color: #ffffff;
  box-shadow: 5px 0 5px 0 #ffffff;
}
.im-theme-myteam_green .im-smilebox .im-multitabs__leftbtn.active, .im-theme-myteam_green .im-smilebox .im-multitabs__rightbtn.active {
  background-color: #f3f5f8;
}
.im-theme-dark_calls .im-smilebox .im-multitabs__leftbtn, .im-theme-dark_calls .im-smilebox .im-multitabs__rightbtn {
  background-color: #2B2B2B;
  box-shadow: 5px 0 5px 0 #2B2B2B;
}
.im-theme-dark_calls .im-smilebox .im-multitabs__leftbtn.active, .im-theme-dark_calls .im-smilebox .im-multitabs__rightbtn.active {
  background-color: #1F1F1F;
}
.im-smilebox .im-multitabs__rightbtn {
  right: 47px;
  border-right: 1px solid;
}
body .im-smilebox .im-multitabs__rightbtn {
  box-shadow: -5px 0 5px 0 #ffffff;
  border-right-color: #eceef3;
}
.im-theme-dark_green .im-smilebox .im-multitabs__rightbtn {
  box-shadow: -5px 0 5px 0 #2b2c34;
  border-right-color: #3c3d47;
}
.im-theme-dark_blue .im-smilebox .im-multitabs__rightbtn {
  box-shadow: -5px 0 5px 0 #2b2c34;
  border-right-color: #3c3d47;
}
.im-theme-blue .im-smilebox .im-multitabs__rightbtn {
  box-shadow: -5px 0 5px 0 #ffffff;
  border-right-color: #eceef3;
}
.im-theme-vk_dark_blue .im-smilebox .im-multitabs__rightbtn {
  box-shadow: -5px 0 5px 0 #2B2C34;
  border-right-color: #3C3D47;
}
.im-theme-vk_blue .im-smilebox .im-multitabs__rightbtn {
  box-shadow: -5px 0 5px 0 #FFFFFF;
  border-right-color: #ECEEF3;
}
.im-theme-dit_blue .im-smilebox .im-multitabs__rightbtn {
  box-shadow: -5px 0 5px 0 #ffffff;
  border-right-color: #eceef3;
}
.im-theme-myteam_green .im-smilebox .im-multitabs__rightbtn {
  box-shadow: -5px 0 5px 0 #ffffff;
  border-right-color: #eceef3;
}
.im-theme-dark_calls .im-smilebox .im-multitabs__rightbtn {
  box-shadow: -5px 0 5px 0 #2B2B2B;
  border-right-color: #1F1F1F;
}

/* Showcase button */
.im-dialog-showcase-button {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  width: 48px;
  height: 49px;
  z-index: 2;
  border-top: 1px solid;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-dialog-showcase-button:before {
  content: "";
  position: absolute;
  width: 41px;
  height: inherit;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 14V10M10 6V10M10 10H14M10 10H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  margin: 10px;
}
body .im-dialog-showcase-button:before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dialog-showcase-button:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dialog-showcase-button:before {
  background-color: #7e848f;
}
.im-theme-blue .im-dialog-showcase-button:before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialog-showcase-button:before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dialog-showcase-button:before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dialog-showcase-button:before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dialog-showcase-button:before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dialog-showcase-button:before {
  background-color: #949494;
}
body .im-dialog-showcase-button {
  background-color: #ffffff;
  border-top-color: #eceef3;
  box-shadow: -5px 0 5px 0 #ffffff;
}
.im-theme-dark_green .im-dialog-showcase-button {
  background-color: #2b2c34;
  border-top-color: #3c3d47;
  box-shadow: -5px 0 5px 0 #2b2c34;
}
.im-theme-dark_blue .im-dialog-showcase-button {
  background-color: #2b2c34;
  border-top-color: #3c3d47;
  box-shadow: -5px 0 5px 0 #2b2c34;
}
.im-theme-blue .im-dialog-showcase-button {
  background-color: #ffffff;
  border-top-color: #eceef3;
  box-shadow: -5px 0 5px 0 #ffffff;
}
.im-theme-vk_dark_blue .im-dialog-showcase-button {
  background-color: #2B2C34;
  border-top-color: #3C3D47;
  box-shadow: -5px 0 5px 0 #2B2C34;
}
.im-theme-vk_blue .im-dialog-showcase-button {
  background-color: #FFFFFF;
  border-top-color: #ECEEF3;
  box-shadow: -5px 0 5px 0 #FFFFFF;
}
.im-theme-dit_blue .im-dialog-showcase-button {
  background-color: #ffffff;
  border-top-color: #eceef3;
  box-shadow: -5px 0 5px 0 #ffffff;
}
.im-theme-myteam_green .im-dialog-showcase-button {
  background-color: #ffffff;
  border-top-color: #eceef3;
  box-shadow: -5px 0 5px 0 #ffffff;
}
.im-theme-dark_calls .im-dialog-showcase-button {
  background-color: #2B2B2B;
  border-top-color: #1F1F1F;
  box-shadow: -5px 0 5px 0 #2B2B2B;
}

/* Stickers TabBox */
.im-tabbox_stickers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
body .im-tabbox_stickers {
  background-color: #ffffff;
  border-top-color: #eceef3;
}
body .im-tabbox_stickers .tab-active {
  border-bottom-color: #21D86A;
}
.im-theme-dark_green .im-tabbox_stickers {
  background-color: #2b2c34;
  border-top-color: #3c3d47;
}
.im-theme-dark_green .im-tabbox_stickers .tab-active {
  border-bottom-color: #0ADC5E;
}
.im-theme-dark_blue .im-tabbox_stickers {
  background-color: #2b2c34;
  border-top-color: #3c3d47;
}
.im-theme-dark_blue .im-tabbox_stickers .tab-active {
  border-bottom-color: #2e91ff;
}
.im-theme-blue .im-tabbox_stickers {
  background-color: #ffffff;
  border-top-color: #eceef3;
}
.im-theme-blue .im-tabbox_stickers .tab-active {
  border-bottom-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-tabbox_stickers {
  background-color: #2B2C34;
  border-top-color: #3C3D47;
}
.im-theme-vk_dark_blue .im-tabbox_stickers .tab-active {
  border-bottom-color: #71AAEB;
}
.im-theme-vk_blue .im-tabbox_stickers {
  background-color: #FFFFFF;
  border-top-color: #ECEEF3;
}
.im-theme-vk_blue .im-tabbox_stickers .tab-active {
  border-bottom-color: #3F8AE0;
}
.im-theme-dit_blue .im-tabbox_stickers {
  background-color: #ffffff;
  border-top-color: #eceef3;
}
.im-theme-dit_blue .im-tabbox_stickers .tab-active {
  border-bottom-color: #2E72BF;
}
.im-theme-myteam_green .im-tabbox_stickers {
  background-color: #ffffff;
  border-top-color: #eceef3;
}
.im-theme-myteam_green .im-tabbox_stickers .tab-active {
  border-bottom-color: #18D893;
}
.im-theme-dark_calls .im-tabbox_stickers {
  background-color: #2B2B2B;
  border-top-color: #1F1F1F;
}
.im-theme-dark_calls .im-tabbox_stickers .tab-active {
  border-bottom-color: #0C7CFF;
}
.im-tabbox_stickers > .im-scrollbar {
  bottom: 53px;
}

.im-multitabs_stickers {
  bottom: 0;
  top: auto;
  border-bottom: none;
  right: 47px;
  height: 48px;
  line-height: 48px;
  border-top: 1px solid;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
}
body .im-multitabs_stickers {
  background-color: #ffffff;
  border-top-color: #eceef3;
}
.im-theme-dark_green .im-multitabs_stickers {
  background-color: #2b2c34;
  border-top-color: #3c3d47;
}
.im-theme-dark_blue .im-multitabs_stickers {
  background-color: #2b2c34;
  border-top-color: #3c3d47;
}
.im-theme-blue .im-multitabs_stickers {
  background-color: #ffffff;
  border-top-color: #eceef3;
}
.im-theme-vk_dark_blue .im-multitabs_stickers {
  background-color: #2B2C34;
  border-top-color: #3C3D47;
}
.im-theme-vk_blue .im-multitabs_stickers {
  background-color: #FFFFFF;
  border-top-color: #ECEEF3;
}
.im-theme-dit_blue .im-multitabs_stickers {
  background-color: #ffffff;
  border-top-color: #eceef3;
}
.im-theme-myteam_green .im-multitabs_stickers {
  background-color: #ffffff;
  border-top-color: #eceef3;
}
.im-theme-dark_calls .im-multitabs_stickers {
  background-color: #2B2B2B;
  border-top-color: #1F1F1F;
}
.im-multitabs_stickers .tab-active {
  border-bottom: 4px solid;
}
body .im-multitabs_stickers .tab-active {
  border-bottom-color: #21D86A;
}
.im-theme-dark_green .im-multitabs_stickers .tab-active {
  border-bottom-color: #0ADC5E;
}
.im-theme-dark_blue .im-multitabs_stickers .tab-active {
  border-bottom-color: #2e91ff;
}
.im-theme-blue .im-multitabs_stickers .tab-active {
  border-bottom-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-multitabs_stickers .tab-active {
  border-bottom-color: #71AAEB;
}
.im-theme-vk_blue .im-multitabs_stickers .tab-active {
  border-bottom-color: #3F8AE0;
}
.im-theme-dit_blue .im-multitabs_stickers .tab-active {
  border-bottom-color: #2E72BF;
}
.im-theme-myteam_green .im-multitabs_stickers .tab-active {
  border-bottom-color: #18D893;
}
.im-theme-dark_calls .im-multitabs_stickers .tab-active {
  border-bottom-color: #0C7CFF;
}

.im-multitabs__tab_stickers {
  padding-top: 8px;
  width: 60px;
  height: 48px;
  line-height: 48px;
  vertical-align: top;
  float: none;
  display: inline-block;
}
.im-multitabs__tab_stickers:before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.im-multitabs__tab_stickers[data-tab=_emoji]:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAABmCAMAAACJMP1WAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABF1BMVEUAAACDg4RoZ2hlNg9uRyuCgYGdm6V6SyRRUVJ8W0K9vby+vr7MzMzAwL+xu7CDg4OAgICJiYlFRESHh4aFhIS/vr57e3t+fn58fHzrm0rojTHqlTDokCS+vr6/v77jdiORkZEnKzCho6dwdn7hdh3ibxuDg4R9fX2KYz6bdEy/klWqdDntlCvvnDPwpjHysjrztkn3wlX3x2j5z3L713z73pHas3SYVSLsiye4q53OysXn5+fc3NzKvKvv7/D////0+Pqtra1oaGlKTVBtbnC9vb1eXl5FRUdXV1iFhYXQ0dEVFRccHyQwNTuJiYl8fHw6P0S1tbV6cG6cnJ3pgiKAiJFXXWRuZWOGfHemmo/CXxvxp0PldR4A+DmKAAAAKHRSTlMAEof+zi8+/bOjFC0NGwdNOG8JX2gkcleNUp673EA0eP7+/f7syR0lbH+5DwAAAAFiS0dEPz5jMHUAAAAHdElNRQflCQEMBBamU6y0AAAAAW9yTlQBz6J3mgAACB1JREFUaN7t2X1jmlgWBnC32rBJE9tpNzOLOrHOaEYJtAqIVAgasUhS39K6O1Px+3+OPee+wEWt0Sb9Z3cPNlWUH4+Hi4BmMv/l9bcfwz7L5p7/APYoK0l//wHusVSXnj09e5Kr16UXT0KdnuWTBy+lRv34SdhXOSl3lLQB4h49QksqJwH1Uz5pw9PEfZ2TGo0Gh99ITxU38ypbbygN6R+0DVI9d0runR09duud08RvaBukn3He0bGUzb58JHxyzOFfoA3nRK3X69lHNzr/jMC/4Gg4JmqjUZeeYnf+CShoAYyGf3L159PHJMUbDoWjHMB1FOu4htybx6gZruZPz+QrKAX+AZ17ydb5KPRcLhRLqqZp77A0VS0V5F9P4qe/pweZzAu5qKpUFIrYZ9+VGZc45ej7d+/ForlLhQt83UE0VUsUJdVk9b4Z06palA/LjMOAqsxsparZZLSmFi8OkOF1F0WuElTXDcMwTRP+Grou0KpaODkALqsqU8E0iNnmZTK7STOrJXkvGF5yVlRpX6lqKTBuFcUiqoVjGB4ksqaW83vJFyU1UU2AOlekFKbS4jJGLp7s0QTZ5iyoJkb90HUc91oh+5ty7TpO9wPe0w0eWS2eP5hYtskGI2HbBix/7fVIeRam7NMH/WuETZ1sQGzy7k/5vMAaZhvSKk4vLuvKSh448Jxh8l6opfP90kIP2m1Y1OtBwj6ZgMLo7EHPg2dh5MXw2Y5OXGyyzCGTIz4iMIw6ncHFb390ntGRwFgLm9Dvk1syCXdcHHwc1tTCN90C7GQx21aULmeF6iV3etc49igM49iWdzaXs5Zi0eVJNxOTbTe865G9BXu8a1Cc0y6QkUDiupjVuxn4/vAjMT1knbfBKLy9w8e9a7IXmrwTxd1dMJO4vTv/0xhr4LDINxOc8akyxUeOopgPdYLuZ7wL4Hb7Xu9uMq6Q+uQ7fc/zejdjOmP8aYb5LRqYwvBZv7lD54skLnYBXVOxHFgwHFcm8zCcTyrgeF7/rgIz/NCfTCrj33pe36UutJgGLj8UV1csSPfbeDIK7x3nPpxXKpC//xlmzO48d+rPKyN4B45lmcTlgc92xCXttbrwtoOKH35xP350b8LR+LbvufOJP+h277t3t7Cme3gHlmUIgdWNwBcLdOlnWBsmy3I9zx3Nw8GX29Fk9mUYTgKvf18ZhbMvv0/mb98OwgqsyOtaOrJJ4LW9rkDaQOPiO7Msx/Pu5n4wmP4+HofTWTCCLXczCYPP02A8Hk6H4XzIXDN236mL9JA4KSVxEWbuKAwGt9PAn02HgR+CO4cZ09swuL0dBKPPfcdzLZ0swWDVTu/N8kJ0IYGuO7BQGAbBcAo1CwJ/6Hj3PsyY4YwhzJh6jtfVdVMIrKnVk21tYHnNtq53PceZoTOYzUAJ/Lee4wZkTWRG6N/DK9psCYO7qUbkS+CSuAaDTd2EwDc+OlihH3Zd0/3XKJ4RDlxYkcHagHlb6KYa8YK3QTd4gw2jDUeyIcCk/j380AbjejpgM0L/BlmDxzXIoQMaXNzWXiEw3Gm73dmfkO3Pv75ek/MGnPf1r884b/DVddvxq+k5BbpqVdg1yrbgctgkdw2Dn+rQeeyshz4lvJLlhQb/mtpsghu/fN8y4lOgtQ1XZO5a4ANYwS2nhgN3deOwyAZnYzcZECdVwaWJNyfa2s0pYTfcs9iN4a004zdhXXSTgXbOXAYbxjaZ3TazJuwuFzddLG+WuW0mZcnBUxVd2gfaiJZuazvcLSiymk3bkHZxu5GjEGmEvYyMA2RsQnN5xdtgC9stX1qwRuCQsDpX+u5mrIXV9YWk6E16DiG6meKCNQJh46oDgRF+cGJstJTImfA74gqHuAK65KwkCazvQ5NqrbJxXNVeCftxGdxUYEWnWYydN1Z2RzLoeTvEtVfC5468ooEjAutKp9PkCxk7/2Jpy6ylsy5AG8TPyYsVD0xgCHzV0tfK0LdXtMw24rjg1sTjUG1hk8A0MXS4U9X3K2AlPCmJKGuvUgfkwsrGwNCJCAOb0Ilqax9WW0rYBcKSuKvUCYRMG5HAV3vBLXuZzVpGwqbbi3vcggWmsA4t7iyjB9RoxdkIWBp37SqjsMDASWIKV6Nd6mLZIWwUs+ttoI2gMLgo69gKlLd3I9JWqEoiC3EX1bWv3/O1FIyJ27DxQF4uNNFuwR4bqaslqtlGWxdZiLtxYg2BeSc0lhiu4DqUXrKVkkXBXHYkUOtWu4VsFLOL6uW6GwdWKUxGBZeZDh6WhCiqRiuddktcFliAaZPh+qWOFGqsCIpXmvARlqQlb2UzLlRtHcbvn3STfpuRuJ16Ay9WjETl7Na4mczzKnaCwzwyXs+R6y5e5LqqhesUWJuwte1X9GUS2Ba3Hg1NDqb83IYeeQkqhEW2+morSzYdhwU5akbsS7kW/S9qsifS7PYuYF1CJxZiLwQ5wojUTLJyFdiNPTg1JmJ4g46iOGY6K09b2/VDV3nFYCprazIjk6wkLGGrf2Qye8G0G9wGnU1aglKVsq8ymYfgdTmmUyZDSWtXVTnzUKVg1g/SE1sjf+y4q0xFdp/fBmDjISzKZNLIOuzE5OqqdrkHCztejUZOaKLbAphiC/v+5Pkae7Ehb5pE3aO1Qi9qsbywN/BFoq4KfxzA4lfL1VVCM557xCRq7ZCwtC6ZLNqJSqpW/q5fMC7LtRWvxYpkZDGxqjX5+39ykQVarGqt/Nifs+RyoVZdM+XDNta3OyLLZVby8yf/gf7166cW/1//M/UfuPwZ2AMAutIAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjEtMDktMDFUMTI6MDM6MjkrMDA6MDCqRqPuAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIxLTA5LTAxVDEyOjAzOjI5KzAwOjAw2xsbUgAAAABJRU5ErkJggg==");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 15px;
}
.im-multitabs__tab_stickers[data-tab=_recent]:before {
  width: 35px;
  left: auto;
  margin-top: 10px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
body .im-multitabs__tab_stickers[data-tab=_recent]:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-multitabs__tab_stickers[data-tab=_recent]:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-multitabs__tab_stickers[data-tab=_recent]:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-multitabs__tab_stickers[data-tab=_recent]:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-multitabs__tab_stickers[data-tab=_recent]:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #909499;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-multitabs__tab_stickers[data-tab=_recent]:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #818C99;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-multitabs__tab_stickers[data-tab=_recent]:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-multitabs__tab_stickers[data-tab=_recent]:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #838690;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-multitabs__tab_stickers[data-tab=_recent]:before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #9C9C9C;
  background-size: 30px;
  width: 30px;
  height: 30px;
  mask-size: 30px;
  -webkit-mask-size: 30px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-multitabs__tab_stickers img {
  width: 32px;
  height: 32px;
}
.im-multitabs__tab_stickers .im-multitabs__tabspan {
  width: 32px;
  height: 32px;
}
.im-multitabs__tab_stickers[data-animated=true] .im-multitabs__tabspan {
  display: block;
  width: 100%;
}

.im-tabbox-content_stickers {
  top: 0;
  bottom: 49px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-tabbox-content_stickers img.im-tabbox__layer-item, .im-tabbox-content_stickers span.im-tabbox__layer-item {
  width: 60px;
  height: 60px;
  padding: 4px 10px 3px 10px;
  cursor: pointer;
}
.im-tabbox-content_stickers .im-img__overlay {
  position: absolute;
  margin-left: -80px;
  width: 60px;
  height: 60px;
  padding: 4px 10px 3px 10px;
  cursor: pointer;
}
.im-tabbox-content_stickers .im-tabbox__layer-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0.5;
}
body .im-tabbox-content_stickers .im-tabbox__layer-overlay {
  background-color: #ffffff;
}
.im-theme-dark_green .im-tabbox-content_stickers .im-tabbox__layer-overlay {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-tabbox-content_stickers .im-tabbox__layer-overlay {
  background-color: #2b2c34;
}
.im-theme-blue .im-tabbox-content_stickers .im-tabbox__layer-overlay {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-tabbox-content_stickers .im-tabbox__layer-overlay {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-tabbox-content_stickers .im-tabbox__layer-overlay {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-tabbox-content_stickers .im-tabbox__layer-overlay {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-tabbox-content_stickers .im-tabbox__layer-overlay {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-tabbox-content_stickers .im-tabbox__layer-overlay {
  background-color: #2B2B2B;
}
.im-tabbox-content_stickers .im-showcase-action {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 192px;
  margin: -18px 0 0 -96px;
  z-index: 3;
}

/* Emoji TabBox */
.im-tabbox_emoji {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.im-tabbox_emoji > .im-scrollbar {
  top: 53px;
}

.im-multitabs_emoji {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: auto;
  width: 100%;
  display: table;
}
.im-smilebox_with-erase .im-multitabs_emoji {
  padding-right: 51px;
}

.im-multitabs__tab_emoji {
  display: table-cell;
  float: none;
  width: auto;
}

.im-tabbox-content_emoji .im-tabbox__layer {
  bottom: 0;
}
.im-tabbox-content_emoji .im-tabbox__layer-item {
  background-size: 27px 27px;
}

.im-attachmenu {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 52px;
  left: 0;
  border-radius: 4px;
  margin-left: 6px;
  margin-bottom: -2px;
  visibility: hidden;
  opacity: 0;
  padding: 2px 0;
  z-index: 2;
  transition: opacity 100ms, visibility 100ms;
  -moz-transition: opacity 100ms, visibility 100ms;
  -o-transition: opacity 100ms, visibility 100ms;
  -webkit-transition: opacity 100ms, visibility 100ms;
}
body .im-attachmenu {
  background-color: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-dark_green .im-attachmenu {
  background-color: #2b2c34;
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.05);
}
.im-theme-dark_blue .im-attachmenu {
  background-color: #2b2c34;
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.05);
}
.im-theme-blue .im-attachmenu {
  background-color: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-vk_dark_blue .im-attachmenu {
  background-color: #2B2C34;
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.05);
}
.im-theme-vk_blue .im-attachmenu {
  background-color: #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-dit_blue .im-attachmenu {
  background-color: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-myteam_green .im-attachmenu {
  background-color: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.05);
}
.im-theme-dark_calls .im-attachmenu {
  background-color: #2B2B2B;
  box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.05);
}
.im-chat__input_attachmenu-opened .im-attachmenu {
  opacity: 1;
}
.im-attachmenu button {
  margin: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-attachmenu input[type=file] {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 100;
  margin: 0;
  font-size: 0;
  padding-bottom: 20px;
  margin-top: -20px;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.im-attachmenu__item {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 19px;
  padding: 4px 24px 4px 6px;
  position: relative;
  overflow: hidden;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  background: transparent;
}
body .im-attachmenu__item {
  color: #111111;
}
body .im-attachmenu__item.im-attachmenu__item_active {
  background-color: #f3f5f8;
}
.im-theme-dark_green .im-attachmenu__item {
  color: #ffffff;
}
.im-theme-dark_green .im-attachmenu__item.im-attachmenu__item_active {
  background-color: #3c3d48;
}
.im-theme-dark_blue .im-attachmenu__item {
  color: #ffffff;
}
.im-theme-dark_blue .im-attachmenu__item.im-attachmenu__item_active {
  background-color: #3c3d48;
}
.im-theme-blue .im-attachmenu__item {
  color: #111111;
}
.im-theme-blue .im-attachmenu__item.im-attachmenu__item_active {
  background-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-attachmenu__item {
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-attachmenu__item.im-attachmenu__item_active {
  background-color: #3C3D48;
}
.im-theme-vk_blue .im-attachmenu__item {
  color: #111111;
}
.im-theme-vk_blue .im-attachmenu__item.im-attachmenu__item_active {
  background-color: #F1F3F7;
}
.im-theme-dit_blue .im-attachmenu__item {
  color: #111111;
}
.im-theme-dit_blue .im-attachmenu__item.im-attachmenu__item_active {
  background-color: #f3f5f8;
}
.im-theme-myteam_green .im-attachmenu__item {
  color: #111111;
}
.im-theme-myteam_green .im-attachmenu__item.im-attachmenu__item_active {
  background-color: #f3f5f8;
}
.im-theme-dark_calls .im-attachmenu__item {
  color: #FFFFFF;
}
.im-theme-dark_calls .im-attachmenu__item.im-attachmenu__item_active {
  background-color: #1F1F1F;
}
.im-attachmenu__item span {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
}
.im-attachmenu__item span:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
}

body .im-attachmenu__item_media span {
  background-color: rgba(232, 94, 185, 0.05);
}
body .im-attachmenu__item_media span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #E85EB9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-attachmenu__item_file span {
  background-color: rgba(0, 95, 249, 0.05);
}
body .im-attachmenu__item_file span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #005FF9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-attachmenu__item_contact span {
  background-color: rgba(248, 122, 83, 0.05);
}
body .im-attachmenu__item_contact span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #F87A53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-attachmenu__item_task span {
  background-color: rgba(255, 169, 1, 0.05);
}
body .im-attachmenu__item_task span::after {
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA901;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-attachmenu__item_poll span {
  background-color: rgba(129, 113, 228, 0.05);
}
body .im-attachmenu__item_poll span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #8171E4;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-attachmenu__item_call_link span {
  background-color: rgba(35, 199, 222, 0.05);
}
body .im-attachmenu__item_call_link span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-attachmenu__item_webinar span {
  background-color: rgba(58, 188, 83, 0.05);
}
body .im-attachmenu__item_webinar span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3ABC53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-attachmenu__item_ptt span {
  background-color: rgba(248, 62, 51, 0.05);
}
body .im-attachmenu__item_ptt span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-theme-dark_green .im-attachmenu__item_media span {
  background-color: rgba(232, 94, 185, 0.05);
}
.im-theme-dark_green .im-attachmenu__item_media span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #E85EB9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-attachmenu__item_file span {
  background-color: rgba(0, 95, 249, 0.05);
}
.im-theme-dark_green .im-attachmenu__item_file span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #005FF9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-attachmenu__item_contact span {
  background-color: rgba(248, 122, 83, 0.05);
}
.im-theme-dark_green .im-attachmenu__item_contact span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #F87A53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-attachmenu__item_task span {
  background-color: rgba(255, 169, 1, 0.05);
}
.im-theme-dark_green .im-attachmenu__item_task span::after {
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA901;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-attachmenu__item_poll span {
  background-color: rgba(129, 113, 228, 0.05);
}
.im-theme-dark_green .im-attachmenu__item_poll span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #8171E4;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-attachmenu__item_call_link span {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-dark_green .im-attachmenu__item_call_link span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-attachmenu__item_webinar span {
  background-color: rgba(58, 188, 83, 0.05);
}
.im-theme-dark_green .im-attachmenu__item_webinar span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3ABC53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-attachmenu__item_ptt span {
  background-color: rgba(247, 93, 93, 0.05);
}
.im-theme-dark_green .im-attachmenu__item_ptt span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f75d5d;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-theme-dark_blue .im-attachmenu__item_media span {
  background-color: rgba(232, 94, 185, 0.05);
}
.im-theme-dark_blue .im-attachmenu__item_media span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #E85EB9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-attachmenu__item_file span {
  background-color: rgba(0, 95, 249, 0.05);
}
.im-theme-dark_blue .im-attachmenu__item_file span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #005FF9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-attachmenu__item_contact span {
  background-color: rgba(248, 122, 83, 0.05);
}
.im-theme-dark_blue .im-attachmenu__item_contact span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #F87A53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-attachmenu__item_task span {
  background-color: rgba(255, 169, 1, 0.05);
}
.im-theme-dark_blue .im-attachmenu__item_task span::after {
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA901;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-attachmenu__item_poll span {
  background-color: rgba(129, 113, 228, 0.05);
}
.im-theme-dark_blue .im-attachmenu__item_poll span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #8171E4;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-attachmenu__item_call_link span {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-dark_blue .im-attachmenu__item_call_link span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-attachmenu__item_webinar span {
  background-color: rgba(58, 188, 83, 0.05);
}
.im-theme-dark_blue .im-attachmenu__item_webinar span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3ABC53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-attachmenu__item_ptt span {
  background-color: rgba(247, 93, 93, 0.05);
}
.im-theme-dark_blue .im-attachmenu__item_ptt span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f75d5d;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-theme-blue .im-attachmenu__item_media span {
  background-color: rgba(232, 94, 185, 0.05);
}
.im-theme-blue .im-attachmenu__item_media span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #E85EB9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-attachmenu__item_file span {
  background-color: rgba(0, 95, 249, 0.05);
}
.im-theme-blue .im-attachmenu__item_file span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #005FF9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-attachmenu__item_contact span {
  background-color: rgba(248, 122, 83, 0.05);
}
.im-theme-blue .im-attachmenu__item_contact span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #F87A53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-attachmenu__item_task span {
  background-color: rgba(255, 169, 1, 0.05);
}
.im-theme-blue .im-attachmenu__item_task span::after {
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA901;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-attachmenu__item_poll span {
  background-color: rgba(129, 113, 228, 0.05);
}
.im-theme-blue .im-attachmenu__item_poll span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #8171E4;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-attachmenu__item_call_link span {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-blue .im-attachmenu__item_call_link span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-attachmenu__item_webinar span {
  background-color: rgba(58, 188, 83, 0.05);
}
.im-theme-blue .im-attachmenu__item_webinar span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3ABC53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-attachmenu__item_ptt span {
  background-color: rgba(248, 62, 51, 0.05);
}
.im-theme-blue .im-attachmenu__item_ptt span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-theme-vk_dark_blue .im-attachmenu__item_media span {
  background-color: rgba(240, 96, 192, 0.05);
}
.im-theme-vk_dark_blue .im-attachmenu__item_media span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #F060C0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-attachmenu__item_file span {
  background-color: rgba(0, 95, 249, 0.05);
}
.im-theme-vk_dark_blue .im-attachmenu__item_file span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #005FF9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-attachmenu__item_contact span {
  background-color: rgba(248, 122, 83, 0.05);
}
.im-theme-vk_dark_blue .im-attachmenu__item_contact span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #F87A53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-attachmenu__item_task span {
  background-color: rgba(255, 160, 0, 0.05);
}
.im-theme-vk_dark_blue .im-attachmenu__item_task span::after {
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA000;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-attachmenu__item_poll span {
  background-color: rgba(147, 127, 245, 0.05);
}
.im-theme-vk_dark_blue .im-attachmenu__item_poll span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #937FF5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-attachmenu__item_call_link span {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-vk_dark_blue .im-attachmenu__item_call_link span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-attachmenu__item_webinar span {
  background-color: rgba(89, 185, 89, 0.05);
}
.im-theme-vk_dark_blue .im-attachmenu__item_webinar span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #59B959;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-attachmenu__item_ptt span {
  background-color: rgba(255, 92, 92, 0.05);
}
.im-theme-vk_dark_blue .im-attachmenu__item_ptt span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FF5C5C;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-theme-vk_blue .im-attachmenu__item_media span {
  background-color: rgba(232, 94, 185, 0.05);
}
.im-theme-vk_blue .im-attachmenu__item_media span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #E85EB9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-attachmenu__item_file span {
  background-color: rgba(0, 95, 249, 0.05);
}
.im-theme-vk_blue .im-attachmenu__item_file span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #005FF9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-attachmenu__item_contact span {
  background-color: rgba(248, 122, 83, 0.05);
}
.im-theme-vk_blue .im-attachmenu__item_contact span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #F87A53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-attachmenu__item_task span {
  background-color: rgba(255, 160, 0, 0.05);
}
.im-theme-vk_blue .im-attachmenu__item_task span::after {
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA000;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-attachmenu__item_poll span {
  background-color: rgba(115, 92, 230, 0.05);
}
.im-theme-vk_blue .im-attachmenu__item_poll span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #735CE6;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-attachmenu__item_call_link span {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-vk_blue .im-attachmenu__item_call_link span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-attachmenu__item_webinar span {
  background-color: rgba(75, 179, 75, 0.05);
}
.im-theme-vk_blue .im-attachmenu__item_webinar span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #4BB34B;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-attachmenu__item_ptt span {
  background-color: rgba(255, 51, 71, 0.05);
}
.im-theme-vk_blue .im-attachmenu__item_ptt span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FF3347;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-theme-dit_blue .im-attachmenu__item_media span {
  background-color: rgba(232, 94, 185, 0.05);
}
.im-theme-dit_blue .im-attachmenu__item_media span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #E85EB9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-attachmenu__item_file span {
  background-color: rgba(0, 95, 249, 0.05);
}
.im-theme-dit_blue .im-attachmenu__item_file span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #005FF9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-attachmenu__item_contact span {
  background-color: rgba(248, 122, 83, 0.05);
}
.im-theme-dit_blue .im-attachmenu__item_contact span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #F87A53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-attachmenu__item_task span {
  background-color: rgba(255, 169, 1, 0.05);
}
.im-theme-dit_blue .im-attachmenu__item_task span::after {
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA901;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-attachmenu__item_poll span {
  background-color: rgba(129, 113, 228, 0.05);
}
.im-theme-dit_blue .im-attachmenu__item_poll span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #8171E4;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-attachmenu__item_call_link span {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-dit_blue .im-attachmenu__item_call_link span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-attachmenu__item_webinar span {
  background-color: rgba(58, 188, 83, 0.05);
}
.im-theme-dit_blue .im-attachmenu__item_webinar span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3ABC53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-attachmenu__item_ptt span {
  background-color: rgba(248, 62, 51, 0.05);
}
.im-theme-dit_blue .im-attachmenu__item_ptt span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #f83e33;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-theme-myteam_green .im-attachmenu__item_media span {
  background-color: rgba(232, 94, 185, 0.05);
}
.im-theme-myteam_green .im-attachmenu__item_media span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #E85EB9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-attachmenu__item_file span {
  background-color: rgba(0, 95, 249, 0.05);
}
.im-theme-myteam_green .im-attachmenu__item_file span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #005FF9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-attachmenu__item_contact span {
  background-color: rgba(248, 122, 83, 0.05);
}
.im-theme-myteam_green .im-attachmenu__item_contact span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #F87A53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-attachmenu__item_task span {
  background-color: rgba(255, 169, 1, 0.05);
}
.im-theme-myteam_green .im-attachmenu__item_task span::after {
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA901;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-attachmenu__item_poll span {
  background-color: rgba(129, 113, 228, 0.05);
}
.im-theme-myteam_green .im-attachmenu__item_poll span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #8171E4;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-attachmenu__item_call_link span {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-myteam_green .im-attachmenu__item_call_link span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-attachmenu__item_webinar span {
  background-color: rgba(58, 188, 83, 0.05);
}
.im-theme-myteam_green .im-attachmenu__item_webinar span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3ABC53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-attachmenu__item_ptt span {
  background-color: rgba(236, 38, 74, 0.05);
}
.im-theme-myteam_green .im-attachmenu__item_ptt span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #EC264A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-theme-dark_calls .im-attachmenu__item_media span {
  background-color: rgba(232, 94, 185, 0.05);
}
.im-theme-dark_calls .im-attachmenu__item_media span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #E85EB9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-attachmenu__item_file span {
  background-color: rgba(0, 95, 249, 0.05);
}
.im-theme-dark_calls .im-attachmenu__item_file span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #005FF9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-attachmenu__item_contact span {
  background-color: rgba(248, 122, 83, 0.05);
}
.im-theme-dark_calls .im-attachmenu__item_contact span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.86035 6.40148C6.86035 4.69069 8.26151 3.30179 9.98727 3.30179C11.713 3.30179 13.1141 4.69069 13.1141 6.40148V6.76665C13.1141 8.47738 11.713 9.86628 9.98727 9.86628C8.26151 9.86628 6.86035 8.47738 6.86035 6.76665V6.40148Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.73486 15.1874C4.73486 12.2885 7.0884 9.93494 9.98731 9.93494C12.8862 9.93494 15.2397 12.2885 15.2397 15.1874V15.6375C15.2397 16.1485 14.8249 16.5633 14.314 16.5633H5.66067C5.14973 16.5633 4.73486 16.1485 4.73486 15.6375V15.1874Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #F87A53;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-attachmenu__item_task span {
  background-color: rgba(255, 169, 1, 0.05);
}
.im-theme-dark_calls .im-attachmenu__item_task span::after {
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOC4yNSIgc3Ryb2tlPSIjRkZBOTAxIiBzdHJva2Utd2lkdGg9IjEuMyIvPgo8cGF0aCBkPSJNNi43Mjc3OSAxMC4wMjY1TDkuMzc4NTQgMTIuNTAzMUM5LjQxOSAxMi41NDA5IDkuNDgyNDcgMTIuNTM4NyA5LjUyMDEzIDEyLjQ5ODFMMTMuODYzNyA3LjgxNTQzIiBzdHJva2U9IiNGRkE5MDEiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFA901;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-attachmenu__item_poll span {
  background-color: rgba(129, 113, 228, 0.05);
}
.im-theme-dark_calls .im-attachmenu__item_poll span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #8171E4;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-attachmenu__item_call_link span {
  background-color: rgba(35, 199, 222, 0.05);
}
.im-theme-dark_calls .im-attachmenu__item_call_link span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #23C7DE;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-attachmenu__item_webinar span {
  background-color: rgba(49, 197, 142, 0.05);
}
.im-theme-dark_calls .im-attachmenu__item_webinar span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13.5H16C17.1046 13.5 18 12.6046 18 11.5V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V11.5C2 12.6046 2.89543 13.5 4 13.5H10ZM10 13.5V17M10 17H14M10 17H6' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6.65 13C6.65 12.5601 6.73665 12.1245 6.905 11.718C7.07336 11.3116 7.32012 10.9423 7.63119 10.6312C7.94227 10.3201 8.31157 10.0734 8.71801 9.905C9.12445 9.73665 9.56007 9.65 10 9.65C10.4399 9.65 10.8755 9.73665 11.282 9.905C11.6884 10.0734 12.0577 10.3201 12.3688 10.6312C12.6799 10.9423 12.9266 11.3116 13.095 11.718C13.2633 12.1245 13.35 12.5601 13.35 13' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M11.85 7.6217C11.85 8.64343 11.0217 9.4717 10 9.4717C8.97827 9.4717 8.15 8.64343 8.15 7.6217C8.15 6.59998 8.97827 5.7717 10 5.7717C11.0217 5.7717 11.85 6.59998 11.85 7.6217Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #31C58E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-attachmenu__item_ptt span {
  background-color: rgba(252, 44, 56, 0.05);
}
.im-theme-dark_calls .im-attachmenu__item_ptt span:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FC2C38;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-suggestbox__anchor {
  display: none;
  bottom: -6px;
}

.im-suggestbox {
  max-height: 224px;
  position: absolute;
  top: auto;
  right: 4px;
  bottom: 100%;
  left: 4px;
  z-index: 1;
  border: 1px solid;
  border-radius: 6px;
}
body .im-suggestbox {
  border-color: #cccfd8;
  background-color: #ffffff;
}
.im-theme-dark_green .im-suggestbox {
  border-color: #5e5f6c;
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-suggestbox {
  border-color: #5e5f6c;
  background-color: #2b2c34;
}
.im-theme-blue .im-suggestbox {
  border-color: #cccfd8;
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-suggestbox {
  border-color: #5D5F61;
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-suggestbox {
  border-color: #B8C1CC;
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-suggestbox {
  border-color: #cccfd8;
  background-color: #ffffff;
}
.im-theme-myteam_green .im-suggestbox {
  border-color: #cccfd8;
  background-color: #ffffff;
}
.im-theme-dark_calls .im-suggestbox {
  border-color: #858585;
  background-color: #2B2B2B;
}
.im-suggestbox .im-list {
  width: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  overflow: auto;
}
.im-suggestbox .im-list-wrapper {
  padding: 4px 0;
}

.im-suggestbox_not-found {
  height: 172px !important;
}
.im-suggestbox_not-found .im-suggestbox__message {
  display: block;
}
.im-suggestbox_not-found .im-scrollbar, .im-suggestbox_not-found .im-list {
  display: none;
}

.im-suggest-item {
  position: relative;
  height: 32px;
  line-height: 32px;
  padding-left: 44px;
  font-weight: normal;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-align: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-suggest-item {
  color: #111111;
}
body .im-suggest-item.im-list-entry_selected {
  background-color: #f3f5f8;
}
.im-theme-dark_green .im-suggest-item {
  color: #ffffff;
}
.im-theme-dark_green .im-suggest-item.im-list-entry_selected {
  background-color: #3c3d48;
}
.im-theme-dark_blue .im-suggest-item {
  color: #ffffff;
}
.im-theme-dark_blue .im-suggest-item.im-list-entry_selected {
  background-color: #3c3d48;
}
.im-theme-blue .im-suggest-item {
  color: #111111;
}
.im-theme-blue .im-suggest-item.im-list-entry_selected {
  background-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-suggest-item {
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-suggest-item.im-list-entry_selected {
  background-color: #3C3D48;
}
.im-theme-vk_blue .im-suggest-item {
  color: #111111;
}
.im-theme-vk_blue .im-suggest-item.im-list-entry_selected {
  background-color: #F1F3F7;
}
.im-theme-dit_blue .im-suggest-item {
  color: #111111;
}
.im-theme-dit_blue .im-suggest-item.im-list-entry_selected {
  background-color: #f3f5f8;
}
.im-theme-myteam_green .im-suggest-item {
  color: #111111;
}
.im-theme-myteam_green .im-suggest-item.im-list-entry_selected {
  background-color: #f3f5f8;
}
.im-theme-dark_calls .im-suggest-item {
  color: #FFFFFF;
}
.im-theme-dark_calls .im-suggest-item.im-list-entry_selected {
  background-color: #1F1F1F;
}
.im-suggest-item .im-avatarbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 12px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
}
.im-suggest-item .im-avatarmark {
  display: none;
}

.im-suggest-item-title {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  max-width: 100%;
  padding-right: 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-suggest-item-title span {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  display: block;
  display: inline-block;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.im-suggest-item-title span .im-emoji_inline {
  vertical-align: text-top;
}
.im-suggest-item-title span .im-emoji_inline {
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
}
.im-suggest-item-title span .im-search-sub-result {
  display: inline;
}

.im-suggest-item_separator {
  cursor: default;
  font-size: 12px;
}
body .im-suggest-item_separator {
  color: #838690;
}
.im-theme-dark_green .im-suggest-item_separator {
  color: #7e848f;
}
.im-theme-dark_blue .im-suggest-item_separator {
  color: #7e848f;
}
.im-theme-blue .im-suggest-item_separator {
  color: #838690;
}
.im-theme-vk_dark_blue .im-suggest-item_separator {
  color: #909499;
}
.im-theme-vk_blue .im-suggest-item_separator {
  color: #818C99;
}
.im-theme-dit_blue .im-suggest-item_separator {
  color: #838690;
}
.im-theme-myteam_green .im-suggest-item_separator {
  color: #838690;
}
.im-theme-dark_calls .im-suggest-item_separator {
  color: #9C9C9C;
}
.im-suggest-item_separator:hover {
  background-color: transparent;
}

.im-suggestbox__message {
  font-size: 14px;
  line-height: 18px;
  width: 180px;
  margin: 72px auto 0;
  text-align: center;
  display: none;
}
body .im-suggestbox__message {
  color: #838690;
}
.im-theme-dark_green .im-suggestbox__message {
  color: #7e848f;
}
.im-theme-dark_blue .im-suggestbox__message {
  color: #7e848f;
}
.im-theme-blue .im-suggestbox__message {
  color: #838690;
}
.im-theme-vk_dark_blue .im-suggestbox__message {
  color: #909499;
}
.im-theme-vk_blue .im-suggestbox__message {
  color: #818C99;
}
.im-theme-dit_blue .im-suggestbox__message {
  color: #838690;
}
.im-theme-myteam_green .im-suggestbox__message {
  color: #838690;
}
.im-theme-dark_calls .im-suggestbox__message {
  color: #9C9C9C;
}

.im-pane .app-topbar__title {
  cursor: pointer;
  padding-left: 44px;
}
.im-pane .app-topbar__title .im-dialog__title-avatarbox {
  left: 4px;
}
.im-pane .im-avatar-block {
  left: 16px;
}
.im-pane .im-avatar-block .im-avatarmark {
  left: 20px;
}
.im-pane.im-dialogpage__is_chat .im-message, .im-pane.im-dialogpage_is_static .im-message {
  padding-left: 56px;
}

/*********** Send files dialog ****************/
.im-filebox {
  max-width: 340px;
  width: 100%;
}
.im-filebox .im-scrollbar {
  bottom: 89px;
}
.im-filebox .im-dragdrop-area {
  bottom: 0;
}
.im-filebox .im-dragdrop-area div {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  left: 16px;
  font-size: 22px;
}
.im-filebox .im-modal-box__title {
  padding-top: 12px;
  padding-bottom: 16px;
}
.im-filebox .im-modal-box__body {
  position: relative;
  padding: 0 9px 20px 16px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-filebox .im-filebox-text {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.im-filebox .im-filebox-text .im-scrollbar {
  bottom: 0;
}
.im-filebox .im-field-text {
  width: 100%;
  height: auto;
  min-height: 22px;
  max-height: 65px;
  margin: 0;
}

.im-filebox-list {
  max-height: 320px;
  min-height: 80px;
  max-width: 308px;
  min-width: 210px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
}
.im-mobile .im-filebox-list {
  padding-right: 7px;
}
.im-filebox_extremely-low-height .im-filebox-list {
  max-height: 200px;
}
.im-filebox-list.im-filebox-list_single {
  background-color: #f7f9fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.im-filebox-list.im-filebox-list_single img {
  border-radius: 5px;
}
.im-filebox-list .im-file {
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 20px;
  width: 100%;
  height: 60px;
}
.im-filebox-list .im-file .im-file__drop {
  width: 44px;
  height: 44px;
  top: 8px;
}
.im-filebox-list .im-file:hover .im-file__remove {
  display: block;
}
.im-filebox-list img {
  display: block;
  max-width: 308px;
  max-height: 308px;
}
.im-filebox-list .im-file__remove {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  left: auto;
  outline: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-filebox-list .im-file__remove {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-filebox-list .im-file__remove {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-filebox-list .im-file__remove {
  background-color: #7e848f;
}
.im-theme-blue .im-filebox-list .im-file__remove {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-filebox-list .im-file__remove {
  background-color: #76787A;
}
.im-theme-vk_blue .im-filebox-list .im-file__remove {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-filebox-list .im-file__remove {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-filebox-list .im-file__remove {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-filebox-list .im-file__remove {
  background-color: #949494;
}
.im-filebox-list .im-file__remove:hover {
  -webkit-filter: brightness(82%);
  -moz-filter: brightness(82%);
  -o-filter: brightness(82%);
  -ms-filter: brightness(82%);
  filter: brightness(82%);
}
.im-mobile .im-filebox-list .im-file__remove {
  display: block;
}

.im-modal__thread .im-modal-box__title, .im-modal__thread .app-topbar {
  display: flex;
  justify-content: space-between;
}
.im-modal__thread .im-modal-box__title .im-message-reactions, .im-modal__thread .app-topbar .im-message-reactions {
  cursor: auto;
  display: flex;
  position: initial;
  height: 21px;
  align-self: center;
}
.im-modal__thread .im-modal-box__title .im-message-reactions .im-message-reaction span:first-child, .im-modal__thread .app-topbar .im-message-reactions .im-message-reaction span:first-child {
  margin-right: 8px;
}

/* Polls */
.im-poll-card {
  font-size: 14px;
  width: 268px;
  max-width: 100%;
}
body .im-poll-card {
  color: #111111;
}
.im-theme-dark_green .im-poll-card {
  color: #ffffff;
}
.im-theme-dark_blue .im-poll-card {
  color: #ffffff;
}
.im-theme-blue .im-poll-card {
  color: #111111;
}
.im-theme-vk_dark_blue .im-poll-card {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-poll-card {
  color: #111111;
}
.im-theme-dit_blue .im-poll-card {
  color: #111111;
}
.im-theme-myteam_green .im-poll-card {
  color: #111111;
}
.im-theme-dark_calls .im-poll-card {
  color: #FFFFFF;
}

.im-poll-card__title {
  margin-top: 8px;
}
.im-poll-card__title:empty {
  width: 118px;
  height: 9px;
  border-radius: 5px;
}
body .im-poll-card__title:empty {
  background-color: #eceef3;
}
.im-theme-dark_green .im-poll-card__title:empty {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-poll-card__title:empty {
  background-color: #3c3d47;
}
.im-theme-blue .im-poll-card__title:empty {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-poll-card__title:empty {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-poll-card__title:empty {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-poll-card__title:empty {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-poll-card__title:empty {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-poll-card__title:empty {
  background-color: #1F1F1F;
}
body .im-message_self .im-poll-card__title:empty {
  background-color: #C8F9D4;
}
.im-theme-dark_green .im-message_self .im-poll-card__title:empty {
  background-color: #4C8959;
}
.im-theme-dark_blue .im-message_self .im-poll-card__title:empty {
  background-color: #2A4A71;
}
.im-theme-blue .im-message_self .im-poll-card__title:empty {
  background-color: #AAD7FF;
}
.im-theme-vk_dark_blue .im-message_self .im-poll-card__title:empty {
  background-color: #2A4A71;
}
.im-theme-vk_blue .im-message_self .im-poll-card__title:empty {
  background-color: #AAD7FF;
}
.im-theme-dit_blue .im-message_self .im-poll-card__title:empty {
  background-color: #B1D6FF;
}
.im-theme-myteam_green .im-message_self .im-poll-card__title:empty {
  background-color: #C6F5D9;
}
.im-theme-dark_calls .im-message_self .im-poll-card__title:empty {
  background-color: #044CA1;
}

.im-poll-card__subtitle {
  margin-top: 8px;
  font-size: 11px;
}
body .im-poll-card__subtitle {
  color: #838690;
}
.im-theme-dark_green .im-poll-card__subtitle {
  color: #7e848f;
}
.im-theme-dark_blue .im-poll-card__subtitle {
  color: #7e848f;
}
.im-theme-blue .im-poll-card__subtitle {
  color: #838690;
}
.im-theme-vk_dark_blue .im-poll-card__subtitle {
  color: #909499;
}
.im-theme-vk_blue .im-poll-card__subtitle {
  color: #818C99;
}
.im-theme-dit_blue .im-poll-card__subtitle {
  color: #838690;
}
.im-theme-myteam_green .im-poll-card__subtitle {
  color: #838690;
}
.im-theme-dark_calls .im-poll-card__subtitle {
  color: #9C9C9C;
}
body .im-message_self .im-poll-card__subtitle {
  color: #0ABD47;
}
.im-theme-dark_green .im-message_self .im-poll-card__subtitle {
  color: #0AC248;
}
.im-theme-dark_blue .im-message_self .im-poll-card__subtitle {
  color: #73a5dc;
}
.im-theme-blue .im-message_self .im-poll-card__subtitle {
  color: #6087B3;
}
.im-theme-vk_dark_blue .im-message_self .im-poll-card__subtitle {
  color: #72A4DB;
}
.im-theme-vk_blue .im-message_self .im-poll-card__subtitle {
  color: #4772A6;
}
.im-theme-dit_blue .im-message_self .im-poll-card__subtitle {
  color: #5A8ABF;
}
.im-theme-myteam_green .im-message_self .im-poll-card__subtitle {
  color: #61CEBA;
}
.im-theme-dark_calls .im-message_self .im-poll-card__subtitle {
  color: #2D8DFF;
}
.im-poll-card__subtitle:empty {
  height: 12px;
}

.im-poll-card__item {
  padding: 12px 12px 12px 38px;
  line-height: 18px;
  min-height: 42px;
  margin-top: 8px;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}
body .im-poll-card_default .im-poll-card__item {
  background-color: #eceef3;
}
.im-theme-dark_green .im-poll-card_default .im-poll-card__item {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-poll-card_default .im-poll-card__item {
  background-color: #3c3d47;
}
.im-theme-blue .im-poll-card_default .im-poll-card__item {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-poll-card_default .im-poll-card__item {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-poll-card_default .im-poll-card__item {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-poll-card_default .im-poll-card__item {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-poll-card_default .im-poll-card__item {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-poll-card_default .im-poll-card__item {
  background-color: #1F1F1F;
}
body .im-poll-card_default .im-poll-card__item:after {
  border-color: #cccfd8;
}
.im-theme-dark_green .im-poll-card_default .im-poll-card__item:after {
  border-color: #5e5f6c;
}
.im-theme-dark_blue .im-poll-card_default .im-poll-card__item:after {
  border-color: #5e5f6c;
}
.im-theme-blue .im-poll-card_default .im-poll-card__item:after {
  border-color: #cccfd8;
}
.im-theme-vk_dark_blue .im-poll-card_default .im-poll-card__item:after {
  border-color: #5D5F61;
}
.im-theme-vk_blue .im-poll-card_default .im-poll-card__item:after {
  border-color: #B8C1CC;
}
.im-theme-dit_blue .im-poll-card_default .im-poll-card__item:after {
  border-color: #cccfd8;
}
.im-theme-myteam_green .im-poll-card_default .im-poll-card__item:after {
  border-color: #cccfd8;
}
.im-theme-dark_calls .im-poll-card_default .im-poll-card__item:after {
  border-color: #858585;
}
body .im-message_self .im-poll-card_default .im-poll-card__item {
  background-color: #C8F9D4;
}
.im-theme-dark_green .im-message_self .im-poll-card_default .im-poll-card__item {
  background-color: #4C8959;
}
.im-theme-dark_blue .im-message_self .im-poll-card_default .im-poll-card__item {
  background-color: #2A4A71;
}
.im-theme-blue .im-message_self .im-poll-card_default .im-poll-card__item {
  background-color: #AAD7FF;
}
.im-theme-vk_dark_blue .im-message_self .im-poll-card_default .im-poll-card__item {
  background-color: #2A4A71;
}
.im-theme-vk_blue .im-message_self .im-poll-card_default .im-poll-card__item {
  background-color: #AAD7FF;
}
.im-theme-dit_blue .im-message_self .im-poll-card_default .im-poll-card__item {
  background-color: #B1D6FF;
}
.im-theme-myteam_green .im-message_self .im-poll-card_default .im-poll-card__item {
  background-color: #C6F5D9;
}
.im-theme-dark_calls .im-message_self .im-poll-card_default .im-poll-card__item {
  background-color: #044CA1;
}
body .im-message_self .im-poll-card_default .im-poll-card__item:after {
  border-color: rgba(33, 216, 106, 0.2);
}
.im-theme-dark_green .im-message_self .im-poll-card_default .im-poll-card__item:after {
  border-color: rgba(10, 220, 94, 0.2);
}
.im-theme-dark_blue .im-message_self .im-poll-card_default .im-poll-card__item:after {
  border-color: rgba(46, 145, 255, 0.2);
}
.im-theme-blue .im-message_self .im-poll-card_default .im-poll-card__item:after {
  border-color: rgba(45, 144, 245, 0.2);
}
.im-theme-vk_dark_blue .im-message_self .im-poll-card_default .im-poll-card__item:after {
  border-color: rgba(113, 170, 235, 0.2);
}
.im-theme-vk_blue .im-message_self .im-poll-card_default .im-poll-card__item:after {
  border-color: rgba(63, 138, 224, 0.2);
}
.im-theme-dit_blue .im-message_self .im-poll-card_default .im-poll-card__item:after {
  border-color: rgba(46, 114, 191, 0.2);
}
.im-theme-myteam_green .im-message_self .im-poll-card_default .im-poll-card__item:after {
  border-color: rgba(24, 216, 147, 0.2);
}
.im-theme-dark_calls .im-message_self .im-poll-card_default .im-poll-card__item:after {
  border-color: rgba(12, 124, 255, 0.2);
}
.im-poll-card_active .im-poll-card__item {
  cursor: pointer;
}
body .im-poll-card_active .im-poll-card__item {
  background-color: #eceef3;
}
.im-theme-dark_green .im-poll-card_active .im-poll-card__item {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-poll-card_active .im-poll-card__item {
  background-color: #3c3d47;
}
.im-theme-blue .im-poll-card_active .im-poll-card__item {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-poll-card_active .im-poll-card__item {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-poll-card_active .im-poll-card__item {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-poll-card_active .im-poll-card__item {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-poll-card_active .im-poll-card__item {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-poll-card_active .im-poll-card__item {
  background-color: #1F1F1F;
}
.im-desktop .im-poll-card_active .im-poll-card__item:hover {
  background-color: #e4e7ef;
}
.im-desktop .im-poll-card_active .im-poll-card__item:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-dark_green .im-poll-card_active .im-poll-card__item:hover {
  background-color: #444551;
}
.im-desktop.im-theme-dark_green .im-poll-card_active .im-poll-card__item:active {
  background-color: #3f404d;
}
.im-desktop.im-theme-dark_blue .im-poll-card_active .im-poll-card__item:hover {
  background-color: #444551;
}
.im-desktop.im-theme-dark_blue .im-poll-card_active .im-poll-card__item:active {
  background-color: #3f404d;
}
.im-desktop.im-theme-blue .im-poll-card_active .im-poll-card__item:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-blue .im-poll-card_active .im-poll-card__item:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-vk_dark_blue .im-poll-card_active .im-poll-card__item:hover {
  background-color: #444551;
}
.im-desktop.im-theme-vk_dark_blue .im-poll-card_active .im-poll-card__item:active {
  background-color: #3F404D;
}
.im-desktop.im-theme-vk_blue .im-poll-card_active .im-poll-card__item:hover {
  background-color: #E4E7EF;
}
.im-desktop.im-theme-vk_blue .im-poll-card_active .im-poll-card__item:active {
  background-color: #DEE1EB;
}
.im-desktop.im-theme-dit_blue .im-poll-card_active .im-poll-card__item:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-dit_blue .im-poll-card_active .im-poll-card__item:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-myteam_green .im-poll-card_active .im-poll-card__item:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-myteam_green .im-poll-card_active .im-poll-card__item:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-dark_calls .im-poll-card_active .im-poll-card__item:hover {
  background-color: #0F0F0F;
}
.im-desktop.im-theme-dark_calls .im-poll-card_active .im-poll-card__item:active {
  background-color: #0A0A0A;
}
body .im-message_self .im-poll-card_active .im-poll-card__item {
  background-color: #C8F9D4;
}
.im-theme-dark_green .im-message_self .im-poll-card_active .im-poll-card__item {
  background-color: #4C8959;
}
.im-theme-dark_blue .im-message_self .im-poll-card_active .im-poll-card__item {
  background-color: #2A4A71;
}
.im-theme-blue .im-message_self .im-poll-card_active .im-poll-card__item {
  background-color: #AAD7FF;
}
.im-theme-vk_dark_blue .im-message_self .im-poll-card_active .im-poll-card__item {
  background-color: #2A4A71;
}
.im-theme-vk_blue .im-message_self .im-poll-card_active .im-poll-card__item {
  background-color: #AAD7FF;
}
.im-theme-dit_blue .im-message_self .im-poll-card_active .im-poll-card__item {
  background-color: #B1D6FF;
}
.im-theme-myteam_green .im-message_self .im-poll-card_active .im-poll-card__item {
  background-color: #C6F5D9;
}
.im-theme-dark_calls .im-message_self .im-poll-card_active .im-poll-card__item {
  background-color: #044CA1;
}
.im-desktop .im-message_self .im-poll-card_active .im-poll-card__item:hover {
  background-color: #B1F6C2;
}
.im-desktop .im-message_self .im-poll-card_active .im-poll-card__item:active {
  background-color: #9AF4B1;
}
.im-desktop.im-theme-dark_green .im-message_self .im-poll-card_active .im-poll-card__item:hover {
  background-color: #559A65;
}
.im-desktop.im-theme-dark_green .im-message_self .im-poll-card_active .im-poll-card__item:active {
  background-color: #61A871;
}
.im-desktop.im-theme-dark_blue .im-message_self .im-poll-card_active .im-poll-card__item:hover {
  background-color: #305582;
}
.im-desktop.im-theme-dark_blue .im-message_self .im-poll-card_active .im-poll-card__item:active {
  background-color: #376195;
}
.im-desktop.im-theme-blue .im-message_self .im-poll-card_active .im-poll-card__item:hover {
  background-color: #9FD1FC;
}
.im-desktop.im-theme-blue .im-message_self .im-poll-card_active .im-poll-card__item:active {
  background-color: #90C6F4;
}
.im-desktop.im-theme-vk_dark_blue .im-message_self .im-poll-card_active .im-poll-card__item:hover {
  background-color: #305582;
}
.im-desktop.im-theme-vk_dark_blue .im-message_self .im-poll-card_active .im-poll-card__item:active {
  background-color: #376195;
}
.im-desktop.im-theme-vk_blue .im-message_self .im-poll-card_active .im-poll-card__item:hover {
  background-color: #9FD1FC;
}
.im-desktop.im-theme-vk_blue .im-message_self .im-poll-card_active .im-poll-card__item:active {
  background-color: #90C6F4;
}
.im-desktop.im-theme-dit_blue .im-message_self .im-poll-card_active .im-poll-card__item:hover {
  background-color: #A5CCF7;
}
.im-desktop.im-theme-dit_blue .im-message_self .im-poll-card_active .im-poll-card__item:active {
  background-color: #92C1F3;
}
.im-desktop.im-theme-myteam_green .im-message_self .im-poll-card_active .im-poll-card__item:hover {
  background-color: #B4EBCB;
}
.im-desktop.im-theme-myteam_green .im-message_self .im-poll-card_active .im-poll-card__item:active {
  background-color: #AAE5C3;
}
.im-desktop.im-theme-dark_calls .im-message_self .im-poll-card_active .im-poll-card__item:hover {
  background-color: #0C5CBA;
}
.im-desktop.im-theme-dark_calls .im-message_self .im-poll-card_active .im-poll-card__item:active {
  background-color: #1768C7;
}
.im-poll-card_finished .im-poll-card__item {
  padding-left: 12px;
  padding-right: 50px;
}
body .im-poll-card_finished .im-poll-card__item {
  border: 1px solid #eceef3;
}
.im-theme-dark_green .im-poll-card_finished .im-poll-card__item {
  border: 1px solid #3c3d47;
}
.im-theme-dark_blue .im-poll-card_finished .im-poll-card__item {
  border: 1px solid #3c3d47;
}
.im-theme-blue .im-poll-card_finished .im-poll-card__item {
  border: 1px solid #eceef3;
}
.im-theme-vk_dark_blue .im-poll-card_finished .im-poll-card__item {
  border: 1px solid #3C3D47;
}
.im-theme-vk_blue .im-poll-card_finished .im-poll-card__item {
  border: 1px solid #ECEEF3;
}
.im-theme-dit_blue .im-poll-card_finished .im-poll-card__item {
  border: 1px solid #eceef3;
}
.im-theme-myteam_green .im-poll-card_finished .im-poll-card__item {
  border: 1px solid #eceef3;
}
.im-theme-dark_calls .im-poll-card_finished .im-poll-card__item {
  border: 1px solid #1F1F1F;
}
.im-poll-card_finished .im-poll-card__item:after {
  display: none;
}
body .im-message_self .im-poll-card_finished .im-poll-card__item {
  border-color: rgba(33, 216, 106, 0.2);
}
.im-theme-dark_green .im-message_self .im-poll-card_finished .im-poll-card__item {
  border-color: rgba(10, 220, 94, 0.2);
}
.im-theme-dark_blue .im-message_self .im-poll-card_finished .im-poll-card__item {
  border-color: rgba(46, 145, 255, 0.2);
}
.im-theme-blue .im-message_self .im-poll-card_finished .im-poll-card__item {
  border-color: rgba(45, 144, 245, 0.2);
}
.im-theme-vk_dark_blue .im-message_self .im-poll-card_finished .im-poll-card__item {
  border-color: rgba(113, 170, 235, 0.2);
}
.im-theme-vk_blue .im-message_self .im-poll-card_finished .im-poll-card__item {
  border-color: rgba(63, 138, 224, 0.2);
}
.im-theme-dit_blue .im-message_self .im-poll-card_finished .im-poll-card__item {
  border-color: rgba(46, 114, 191, 0.2);
}
.im-theme-myteam_green .im-message_self .im-poll-card_finished .im-poll-card__item {
  border-color: rgba(24, 216, 147, 0.2);
}
.im-theme-dark_calls .im-message_self .im-poll-card_finished .im-poll-card__item {
  border-color: rgba(12, 124, 255, 0.2);
}
.im-poll-card__item:after {
  content: "";
  width: 22px;
  height: 22px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 8px;
  border-radius: 50%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-poll-card__item:after {
  border: 2px solid #21D86A;
}
.im-theme-dark_green .im-poll-card__item:after {
  border: 2px solid #0ADC5E;
}
.im-theme-dark_blue .im-poll-card__item:after {
  border: 2px solid #2e91ff;
}
.im-theme-blue .im-poll-card__item:after {
  border: 2px solid #2D90F5;
}
.im-theme-vk_dark_blue .im-poll-card__item:after {
  border: 2px solid #71AAEB;
}
.im-theme-vk_blue .im-poll-card__item:after {
  border: 2px solid #3F8AE0;
}
.im-theme-dit_blue .im-poll-card__item:after {
  border: 2px solid #2E72BF;
}
.im-theme-myteam_green .im-poll-card__item:after {
  border: 2px solid #18D893;
}
.im-theme-dark_calls .im-poll-card__item:after {
  border: 2px solid #0C7CFF;
}

.im-poll-card__item__bubble {
  z-index: 1;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  display: none;
}
body .im-poll-card__item__bubble {
  background-color: rgba(33, 216, 106, 0.3);
}
.im-theme-dark_green .im-poll-card__item__bubble {
  background-color: rgba(10, 220, 94, 0.3);
}
.im-theme-dark_blue .im-poll-card__item__bubble {
  background-color: rgba(46, 145, 255, 0.3);
}
.im-theme-blue .im-poll-card__item__bubble {
  background-color: rgba(45, 144, 245, 0.3);
}
.im-theme-vk_dark_blue .im-poll-card__item__bubble {
  background-color: rgba(113, 170, 235, 0.3);
}
.im-theme-vk_blue .im-poll-card__item__bubble {
  background-color: rgba(63, 138, 224, 0.3);
}
.im-theme-dit_blue .im-poll-card__item__bubble {
  background-color: rgba(46, 114, 191, 0.3);
}
.im-theme-myteam_green .im-poll-card__item__bubble {
  background-color: rgba(24, 216, 147, 0.3);
}
.im-theme-dark_calls .im-poll-card__item__bubble {
  background-color: rgba(12, 124, 255, 0.3);
}
body .im-message_self .im-poll-card__item__bubble {
  background-color: rgba(33, 216, 106, 0.2);
}
.im-theme-dark_green .im-message_self .im-poll-card__item__bubble {
  background-color: rgba(10, 220, 94, 0.2);
}
.im-theme-dark_blue .im-message_self .im-poll-card__item__bubble {
  background-color: rgba(46, 145, 255, 0.2);
}
.im-theme-blue .im-message_self .im-poll-card__item__bubble {
  background-color: rgba(45, 144, 245, 0.2);
}
.im-theme-vk_dark_blue .im-message_self .im-poll-card__item__bubble {
  background-color: rgba(113, 170, 235, 0.2);
}
.im-theme-vk_blue .im-message_self .im-poll-card__item__bubble {
  background-color: rgba(63, 138, 224, 0.2);
}
.im-theme-dit_blue .im-message_self .im-poll-card__item__bubble {
  background-color: rgba(46, 114, 191, 0.2);
}
.im-theme-myteam_green .im-message_self .im-poll-card__item__bubble {
  background-color: rgba(24, 216, 147, 0.2);
}
.im-theme-dark_calls .im-message_self .im-poll-card__item__bubble {
  background-color: rgba(12, 124, 255, 0.2);
}
.im-poll-card_finished .im-poll-card__item__bubble {
  display: block;
}

.im-poll-card__item__title {
  z-index: 2;
  display: inline-block;
}
.im-poll-card__item_checked .im-poll-card__item__title {
  position: relative;
  padding-right: 36px;
}
.im-poll-card__item_checked .im-poll-card__item__title:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 8px;
  bottom: auto;
  left: auto;
}
body .im-poll-card__item_checked .im-poll-card__item__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-poll-card__item_checked .im-poll-card__item__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-poll-card__item_checked .im-poll-card__item__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-poll-card__item_checked .im-poll-card__item__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-poll-card__item_checked .im-poll-card__item__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-poll-card__item_checked .im-poll-card__item__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-poll-card__item_checked .im-poll-card__item__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-poll-card__item_checked .im-poll-card__item__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-poll-card__item_checked .im-poll-card__item__title:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-poll-card__item__votes {
  z-index: 3;
  width: 40px;
  height: 32px;
  margin-top: -16px;
  text-align: right;
  position: absolute;
  top: 50%;
  right: 12px;
  bottom: auto;
  left: auto;
  line-height: 18px;
  display: none;
}
.im-poll-card_finished .im-poll-card__item__votes {
  display: block;
}

.im-poll-card__item__abs {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  display: inline-block;
  line-height: 11px;
  font-size: 11px;
}
body .im-poll-card__item__abs {
  color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_green .im-poll-card__item__abs {
  color: rgba(255, 255, 255, 0.34);
}
.im-theme-dark_blue .im-poll-card__item__abs {
  color: rgba(255, 255, 255, 0.34);
}
.im-theme-blue .im-poll-card__item__abs {
  color: rgba(0, 0, 0, 0.3);
}
.im-theme-vk_dark_blue .im-poll-card__item__abs {
  color: rgba(255, 255, 255, 0.34);
}
.im-theme-vk_blue .im-poll-card__item__abs {
  color: rgba(0, 0, 0, 0.3);
}
.im-theme-dit_blue .im-poll-card__item__abs {
  color: rgba(0, 0, 0, 0.3);
}
.im-theme-myteam_green .im-poll-card__item__abs {
  color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_calls .im-poll-card__item__abs {
  color: rgba(255, 255, 255, 0.34);
}

.im-poll-snippet {
  position: relative;
  max-width: 350px;
  height: 44px;
  padding: 6px 0 6px 52px;
  margin: 6px 0 4px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-poll-snippet span {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
}

.im-poll-snippet__icon {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}
body .im-poll-snippet__icon {
  background-color: rgba(129, 113, 228, 0.05);
}
.im-theme-dark_green .im-poll-snippet__icon {
  background-color: rgba(129, 113, 228, 0.05);
}
.im-theme-dark_blue .im-poll-snippet__icon {
  background-color: rgba(129, 113, 228, 0.05);
}
.im-theme-blue .im-poll-snippet__icon {
  background-color: rgba(129, 113, 228, 0.05);
}
.im-theme-vk_dark_blue .im-poll-snippet__icon {
  background-color: rgba(147, 127, 245, 0.05);
}
.im-theme-vk_blue .im-poll-snippet__icon {
  background-color: rgba(115, 92, 230, 0.05);
}
.im-theme-dit_blue .im-poll-snippet__icon {
  background-color: rgba(129, 113, 228, 0.05);
}
.im-theme-myteam_green .im-poll-snippet__icon {
  background-color: rgba(129, 113, 228, 0.05);
}
.im-theme-dark_calls .im-poll-snippet__icon {
  background-color: rgba(129, 113, 228, 0.05);
}
.im-poll-snippet__icon:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 13px;
  right: auto;
  bottom: auto;
  left: 14px;
}
body .im-poll-snippet__icon:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #8171E4;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-poll-snippet__icon:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #8171E4;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-poll-snippet__icon:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #8171E4;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-poll-snippet__icon:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #8171E4;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-poll-snippet__icon:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #937FF5;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-poll-snippet__icon:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #735CE6;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-poll-snippet__icon:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #8171E4;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-poll-snippet__icon:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #8171E4;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-poll-snippet__icon:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='13.4615' y='3.39227' width='2.30769' height='12.7616' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8.84619' y='7.38556' width='2.30769' height='8.7682' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='4.23071' y='11.3788' width='2.30769' height='4.77507' rx='1.15385' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #8171E4;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

/* create poll*/
.im-poll-create {
  width: 340px;
}
.im-poll-create .im-field-text {
  font-size: 17px;
  padding: 0 0 2px 0;
  width: 100%;
}
.im-poll-create .im-modal-box__title {
  padding-top: 13px;
}
.im-poll-create .im-modal-box__body {
  position: relative;
  padding: 16px;
  height: 280px;
}

.im-poll-create__wrap {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.im-poll-create__answers {
  margin-top: 10px;
  overflow: hidden;
}

.im-poll-create__wrap .im-field-text {
  height: auto;
  max-height: 200px;
  overflow-y: hidden;
}

.im-poll-create__option {
  position: relative;
  min-height: 44px;
  width: 100%;
  padding-top: 12px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-poll-create__option {
  background-color: #ffffff;
}
.im-theme-dark_green .im-poll-create__option {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-poll-create__option {
  background-color: #2b2c34;
}
.im-theme-blue .im-poll-create__option {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-poll-create__option {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-poll-create__option {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-poll-create__option {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-poll-create__option {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-poll-create__option {
  background-color: #2B2B2B;
}
.im-poll-create__option .im-field-text {
  margin: 0;
  padding: 0 0 2px 0 !important;
  width: 232px;
}

.im-dragger-controls {
  width: 58px;
  height: 30px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
}

.im-dragger__option__remove {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 31px;
  bottom: auto;
  left: auto;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1706 7.49244C13.1706 6.72406 13.7921 6.09387 14.5565 6.09387H17.4435C18.2107 6.09387 18.8295 6.7267 18.8295 7.49244V8.78861H23.0935C23.5133 8.78861 23.8597 9.12803 23.8597 9.55212C23.8597 9.97668 23.5137 10.3156 23.0944 10.3156H8.90582C8.48894 10.3157 8.14868 9.98212 8.14038 9.55212C8.14038 9.12756 8.48634 8.78861 8.90569 8.78861H13.1706V7.49244ZM17.4638 8.95812C17.4757 8.94756 17.4821 8.93355 17.4821 8.91707V7.49245C17.4821 7.46417 17.4597 7.44125 17.4435 7.44125H14.5566C14.5404 7.44125 14.5179 7.46408 14.5179 7.49245L14.5179 8.91607C14.5179 8.93245 14.525 8.94805 14.5372 8.95894L14.5477 8.96827H17.4523L17.4638 8.95812ZM21.7488 12.0187C21.3767 12.0187 21.0751 12.3203 21.0751 12.6924V23.2971C21.0751 23.7142 20.7295 24.0588 20.3161 24.0588H11.684C11.4824 24.0588 11.2891 23.9786 11.1467 23.836C11.0044 23.6933 10.9246 23.4999 10.9249 23.2983L10.9249 12.6924C10.9249 12.3203 10.6233 12.0187 10.2513 12.0187C9.87919 12.0187 9.57757 12.3203 9.57757 12.6924L9.57757 23.2971C9.57652 23.8551 9.79798 24.3919 10.1931 24.7878C10.5883 25.1837 11.1246 25.4062 11.684 25.4062H20.3161C21.4727 25.4062 22.4225 24.4592 22.4225 23.2971V12.6924C22.4225 12.3203 22.1209 12.0187 21.7488 12.0187Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1706 7.49244C13.1706 6.72406 13.7921 6.09387 14.5565 6.09387H17.4435C18.2107 6.09387 18.8295 6.7267 18.8295 7.49244V8.78861H23.0935C23.5133 8.78861 23.8597 9.12803 23.8597 9.55212C23.8597 9.97668 23.5137 10.3156 23.0944 10.3156H8.90582C8.48894 10.3157 8.14868 9.98212 8.14038 9.55212C8.14038 9.12756 8.48634 8.78861 8.90569 8.78861H13.1706V7.49244ZM17.4638 8.95812C17.4757 8.94756 17.4821 8.93355 17.4821 8.91707V7.49245C17.4821 7.46417 17.4597 7.44125 17.4435 7.44125H14.5566C14.5404 7.44125 14.5179 7.46408 14.5179 7.49245L14.5179 8.91607C14.5179 8.93245 14.525 8.94805 14.5372 8.95894L14.5477 8.96827H17.4523L17.4638 8.95812ZM21.7488 12.0187C21.3767 12.0187 21.0751 12.3203 21.0751 12.6924V23.2971C21.0751 23.7142 20.7295 24.0588 20.3161 24.0588H11.684C11.4824 24.0588 11.2891 23.9786 11.1467 23.836C11.0044 23.6933 10.9246 23.4999 10.9249 23.2983L10.9249 12.6924C10.9249 12.3203 10.6233 12.0187 10.2513 12.0187C9.87919 12.0187 9.57757 12.3203 9.57757 12.6924L9.57757 23.2971C9.57652 23.8551 9.79798 24.3919 10.1931 24.7878C10.5883 25.1837 11.1246 25.4062 11.684 25.4062H20.3161C21.4727 25.4062 22.4225 24.4592 22.4225 23.2971V12.6924C22.4225 12.3203 22.1209 12.0187 21.7488 12.0187Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-dragger__option__remove {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dragger__option__remove {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dragger__option__remove {
  background-color: #7e848f;
}
.im-theme-blue .im-dragger__option__remove {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dragger__option__remove {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dragger__option__remove {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dragger__option__remove {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dragger__option__remove {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dragger__option__remove {
  background-color: #949494;
}

.im-dragger__option__drag {
  width: 24px;
  height: 24px;
  cursor: grab;
  position: absolute;
  top: 1px;
  right: 0;
  bottom: auto;
  left: auto;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 14H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 18H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 22H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 14H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 18H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 22H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-dragger__option__drag {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dragger__option__drag {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dragger__option__drag {
  background-color: #7e848f;
}
.im-theme-blue .im-dragger__option__drag {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dragger__option__drag {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dragger__option__drag {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dragger__option__drag {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dragger__option__drag {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dragger__option__drag {
  background-color: #949494;
}

.im-poll-create__option__counter {
  font-size: 15px;
  position: absolute;
  top: 36px;
  right: 0;
  bottom: auto;
  left: auto;
}
body .im-poll-create__option__counter {
  color: #b7bcc9;
}
.im-theme-dark_green .im-poll-create__option__counter {
  color: #7e848f;
}
.im-theme-dark_blue .im-poll-create__option__counter {
  color: #7e848f;
}
.im-theme-blue .im-poll-create__option__counter {
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-poll-create__option__counter {
  color: #76787A;
}
.im-theme-vk_blue .im-poll-create__option__counter {
  color: #99A2AD;
}
.im-theme-dit_blue .im-poll-create__option__counter {
  color: #b7bcc9;
}
.im-theme-myteam_green .im-poll-create__option__counter {
  color: #b7bcc9;
}
.im-theme-dark_calls .im-poll-create__option__counter {
  color: #949494;
}

.im-poll-create__add {
  margin-top: 10px;
  height: 22px;
  line-height: 22px;
  padding-left: 34px;
  position: relative;
}
body .im-poll-create__add div {
  background-color: #21D86A;
}
body .im-poll-create__add:hover div {
  background-color: #1EC360;
}
body .im-poll-create__add:active div {
  background-color: #1BB157;
}
body .im-poll-create__add:disabled div {
  background-color: #838690;
}
.im-theme-dark_green .im-poll-create__add div {
  background-color: #0ADC5E;
}
.im-theme-dark_green .im-poll-create__add:hover div {
  background-color: #0BF468;
}
.im-theme-dark_green .im-poll-create__add:active div {
  background-color: #3CF686;
}
.im-theme-dark_green .im-poll-create__add:disabled div {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-poll-create__add div {
  background-color: #2e91ff;
}
.im-theme-dark_blue .im-poll-create__add:hover div {
  background-color: #479dff;
}
.im-theme-dark_blue .im-poll-create__add:active div {
  background-color: #3b96ff;
}
.im-theme-dark_blue .im-poll-create__add:disabled div {
  background-color: #7e848f;
}
.im-theme-blue .im-poll-create__add div {
  background-color: #2D90F5;
}
.im-theme-blue .im-poll-create__add:hover div {
  background-color: #2C84DF;
}
.im-theme-blue .im-poll-create__add:active div {
  background-color: #317BC7;
}
.im-theme-blue .im-poll-create__add:disabled div {
  background-color: #838690;
}
.im-theme-vk_dark_blue .im-poll-create__add div {
  background-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-poll-create__add:hover div {
  background-color: #6A9EDB;
}
.im-theme-vk_dark_blue .im-poll-create__add:active div {
  background-color: #5A88BC;
}
.im-theme-vk_dark_blue .im-poll-create__add:disabled div {
  background-color: #909499;
}
.im-theme-vk_blue .im-poll-create__add div {
  background-color: #3F8AE0;
}
.im-theme-vk_blue .im-poll-create__add:hover div {
  background-color: #3C85D7;
}
.im-theme-vk_blue .im-poll-create__add:active div {
  background-color: #2975CC;
}
.im-theme-vk_blue .im-poll-create__add:disabled div {
  background-color: #818C99;
}
.im-theme-dit_blue .im-poll-create__add div {
  background-color: #2E72BF;
}
.im-theme-dit_blue .im-poll-create__add:hover div {
  background-color: #2769B5;
}
.im-theme-dit_blue .im-poll-create__add:active div {
  background-color: #2061AB;
}
.im-theme-dit_blue .im-poll-create__add:disabled div {
  background-color: #838690;
}
.im-theme-myteam_green .im-poll-create__add div {
  background-color: #18D893;
}
.im-theme-myteam_green .im-poll-create__add:hover div {
  background-color: #1AD08E;
}
.im-theme-myteam_green .im-poll-create__add:active div {
  background-color: #1CC88A;
}
.im-theme-myteam_green .im-poll-create__add:disabled div {
  background-color: #838690;
}
.im-theme-dark_calls .im-poll-create__add div {
  background-color: #0C7CFF;
}
.im-theme-dark_calls .im-poll-create__add:hover div {
  background-color: #005BEF;
}
.im-theme-dark_calls .im-poll-create__add:active div {
  background-color: #0057E5;
}
.im-theme-dark_calls .im-poll-create__add:disabled div {
  background-color: #9C9C9C;
}
.im-poll-create__add div {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 50%;
}
.im-poll-create__add div:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body .im-poll-create__add div:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-poll-create__add div:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2b2c34;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-poll-create__add div:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2b2c34;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-poll-create__add div:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-poll-create__add div:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2B2C34;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-poll-create__add div:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFFFFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-poll-create__add div:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-poll-create__add div:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-poll-create__add div:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4V12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 8L4 8' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2B2B2B;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-quote {
  padding-left: 12px;
}
body .im-quote {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
}
.im-theme-dark_green .im-quote {
  border-left: 4px solid rgba(255, 255, 255, 0.34);
}
.im-theme-dark_blue .im-quote {
  border-left: 4px solid rgba(255, 255, 255, 0.34);
}
.im-theme-blue .im-quote {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
}
.im-theme-vk_dark_blue .im-quote {
  border-left: 4px solid rgba(255, 255, 255, 0.34);
}
.im-theme-vk_blue .im-quote {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
}
.im-theme-dit_blue .im-quote {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
}
.im-theme-myteam_green .im-quote {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
}
.im-theme-dark_calls .im-quote {
  border-left: 4px solid rgba(255, 255, 255, 0.34);
}

.im-code-block {
  white-space: pre-wrap;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 14px;
}
body .im-code-block {
  border: 1px solid #21D86A;
  background-color: rgba(33, 216, 106, 0.08);
}
.im-theme-dark_green .im-code-block {
  border: 1px solid #0ADC5E;
  background-color: rgba(10, 220, 94, 0.08);
}
.im-theme-dark_blue .im-code-block {
  border: 1px solid #2e91ff;
  background-color: rgba(46, 145, 255, 0.08);
}
.im-theme-blue .im-code-block {
  border: 1px solid #2D90F5;
  background-color: rgba(45, 144, 245, 0.08);
}
.im-theme-vk_dark_blue .im-code-block {
  border: 1px solid #71AAEB;
  background-color: rgba(113, 170, 235, 0.08);
}
.im-theme-vk_blue .im-code-block {
  border: 1px solid #3F8AE0;
  background-color: rgba(63, 138, 224, 0.08);
}
.im-theme-dit_blue .im-code-block {
  border: 1px solid #2E72BF;
  background-color: rgba(46, 114, 191, 0.08);
}
.im-theme-myteam_green .im-code-block {
  border: 1px solid #18D893;
  background-color: rgba(24, 216, 147, 0.08);
}
.im-theme-dark_calls .im-code-block {
  border: 1px solid #0C7CFF;
  background-color: rgba(12, 124, 255, 0.08);
}

.im-message-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  counter-reset: item;
}
.im-message-list li {
  counter-increment: item;
  display: flex;
}
.im-message-list br {
  display: none;
}

ol.im-message-list li:before {
  content: counter(item) ".";
  text-align: center;
  min-width: 32px;
  display: inline-block;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul.im-message-list li {
  display: flex;
  align-items: center;
}
ul.im-message-list li:before {
  content: "";
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 14px;
}
body ul.im-message-list li:before {
  background-color: #111111;
}
.im-theme-dark_green ul.im-message-list li:before {
  background-color: #ffffff;
}
.im-theme-dark_blue ul.im-message-list li:before {
  background-color: #ffffff;
}
.im-theme-blue ul.im-message-list li:before {
  background-color: #111111;
}
.im-theme-vk_dark_blue ul.im-message-list li:before {
  background-color: #E1E3E6;
}
.im-theme-vk_blue ul.im-message-list li:before {
  background-color: #111111;
}
.im-theme-dit_blue ul.im-message-list li:before {
  background-color: #111111;
}
.im-theme-myteam_green ul.im-message-list li:before {
  background-color: #111111;
}
.im-theme-dark_calls ul.im-message-list li:before {
  background-color: #FFFFFF;
}

.im-quote, .im-code-block, .im-message-list {
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}

.im-box_external-link .im-modal-box__body {
  padding-bottom: 0;
}
body .im-box_external-link .im-modal-box__body {
  color: #838690;
}
.im-theme-dark_green .im-box_external-link .im-modal-box__body {
  color: #7e848f;
}
.im-theme-dark_blue .im-box_external-link .im-modal-box__body {
  color: #7e848f;
}
.im-theme-blue .im-box_external-link .im-modal-box__body {
  color: #838690;
}
.im-theme-vk_dark_blue .im-box_external-link .im-modal-box__body {
  color: #909499;
}
.im-theme-vk_blue .im-box_external-link .im-modal-box__body {
  color: #818C99;
}
.im-theme-dit_blue .im-box_external-link .im-modal-box__body {
  color: #838690;
}
.im-theme-myteam_green .im-box_external-link .im-modal-box__body {
  color: #838690;
}
.im-theme-dark_calls .im-box_external-link .im-modal-box__body {
  color: #9C9C9C;
}
.im-box_external-link .im-modal-box__body .im-link {
  word-break: break-word;
}

.im-hr-margin {
  height: 8px;
  border: 0;
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-hr-margin + br {
  display: none;
}

.im-message_inline-wrapper {
  display: inline;
}

.im-tooltip-seens-more {
  display: flex;
  flex-direction: column;
  max-height: inherit;
}
.im-tooltip-seens-more span {
  display: inherit;
  align-items: center;
}

.im-top-message__tooltip {
  max-height: inherit;
}

.im-dialogpage_thread .app-close-button, .im-dialogpage_thread .im-infopane_back-not-available .im-sidebar-back, .im-infopane_back-not-available .im-dialogpage_thread .im-sidebar-back {
  position: relative;
  top: 0;
}
.im-dialogpage_thread .im-thread-topbar .app-topbar__title {
  padding: 0;
  cursor: auto;
}
.im-dialogpage_thread .im-thread-topbar .app-topbar__title .im-dialog__title {
  justify-content: center;
}

.im-quick-menu-wrapper {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 150ms, opacity 150ms linear;
  z-index: 1;
  height: 100%;
  align-items: flex-end;
  padding-left: 4px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 100%;
}

.im-quick-menu-block {
  border-radius: 8px;
  padding: 2px;
  cursor: pointer;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.1);
}
body .im-quick-menu-block {
  background-color: #ffffff;
}
.im-theme-dark_green .im-quick-menu-block {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-quick-menu-block {
  background-color: #2b2c34;
}
.im-theme-blue .im-quick-menu-block {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-quick-menu-block {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-quick-menu-block {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-quick-menu-block {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-quick-menu-block {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-quick-menu-block {
  background-color: #2B2B2B;
}

.im-quick-menu__item {
  border-radius: 6px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.im-quick-menu__item:not(:last-child) {
  margin-right: 2px;
}

.im-message_self {
  /*.im-quick-menu__item {
      &:after {
          @include theme {
              background-color: $primary_pastel;
          }
      }
  }*/
}
.im-message_self .im-quick-menu-wrapper {
  left: auto;
  right: 100%;
  padding-left: 0;
  padding-right: 4px;
  /*@include theme {
      background-color: $chat_secondary;
  }*/
}

.im-quick-menu__thread:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M14.6318 12.1867H15.5002C16.8809 12.1867 18.0002 11.0674 18.0002 9.68665V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.71093C7.33022 3 6.21094 4.11929 6.21094 5.5V6.36844' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M14.6318 12.1867H15.5002C16.8809 12.1867 18.0002 11.0674 18.0002 9.68665V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.71093C7.33022 3 6.21094 4.11929 6.21094 5.5V6.36844' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-quick-menu__thread:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-quick-menu__thread:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-quick-menu__thread:after {
  background-color: #7e848f;
}
.im-theme-blue .im-quick-menu__thread:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-quick-menu__thread:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-quick-menu__thread:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-quick-menu__thread:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-quick-menu__thread:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-quick-menu__thread:after {
  background-color: #949494;
}
body .im-quick-menu__thread:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-quick-menu__thread:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-quick-menu__thread:after {
  background-color: #7e848f;
}
.im-theme-blue .im-quick-menu__thread:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-quick-menu__thread:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-quick-menu__thread:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-quick-menu__thread:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-quick-menu__thread:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-quick-menu__thread:after {
  background-color: #949494;
}
.im-quick-menu__thread:hover:after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-quick-menu__thread:hover:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-quick-menu__thread:hover:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-quick-menu__thread:hover:after {
  background-color: #7e848f;
}
.im-theme-blue .im-quick-menu__thread:hover:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-quick-menu__thread:hover:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-quick-menu__thread:hover:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-quick-menu__thread:hover:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-quick-menu__thread:hover:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-quick-menu__thread:hover:after {
  background-color: #949494;
}
body .im-quick-menu__thread:hover:after {
  background-color: #21D86A;
}
.im-theme-dark_green .im-quick-menu__thread:hover:after {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-quick-menu__thread:hover:after {
  background-color: #2e91ff;
}
.im-theme-blue .im-quick-menu__thread:hover:after {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-quick-menu__thread:hover:after {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-quick-menu__thread:hover:after {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-quick-menu__thread:hover:after {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-quick-menu__thread:hover:after {
  background-color: #18D893;
}
.im-theme-dark_calls .im-quick-menu__thread:hover:after {
  background-color: #0C7CFF;
}

.im-message__wrap-text:hover .im-quick-menu-wrapper {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.im-message-reactions {
  height: 24px;
  padding: 0 4px;
  border-radius: 12px;
  font-size: 11px;
  position: absolute;
  bottom: -16px;
  left: 12px;
  line-height: 24px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0700577), 0 0.4px 0 rgba(17, 32, 55, 0.148749);
}
body .im-message-reactions {
  color: #838690;
  background-color: #F7FAFD;
}
.im-theme-dark_green .im-message-reactions {
  color: #7e848f;
  background-color: #23242D;
}
.im-theme-dark_blue .im-message-reactions {
  color: #7e848f;
  background-color: #23242D;
}
.im-theme-blue .im-message-reactions {
  color: #838690;
  background-color: #F7FAFD;
}
.im-theme-vk_dark_blue .im-message-reactions {
  color: #909499;
  background-color: #232324;
}
.im-theme-vk_blue .im-message-reactions {
  color: #818C99;
  background-color: #F9F9F9;
}
.im-theme-dit_blue .im-message-reactions {
  color: #838690;
  background-color: #F7FAFD;
}
.im-theme-myteam_green .im-message-reactions {
  color: #838690;
  background-color: #F7FAFD;
}
.im-theme-dark_calls .im-message-reactions {
  color: #9C9C9C;
  background-color: #23242D;
}
.im-message-reactions .im-message-reaction {
  display: flex;
  align-items: center;
}
.im-message-reactions .im-message-reaction span {
  margin-right: 2px;
}
.im-message-reactions .im-message-reaction span:last-child {
  margin-right: 0;
}

.im-message_self .im-message-reactions {
  left: auto;
  right: 12px;
}

.im-dialogpage__is_chat .im-message_has_reply,
.im-dialogpage_is_static .im-message_has_reply {
  padding-bottom: 22px;
}
.im-dialogpage__is_chat .im-message_has_reply__group,
.im-dialogpage_is_static .im-message_has_reply__group {
  padding-bottom: 19px;
}
.im-dialogpage__is_chat .im-message_has_reply__group.im-message_has-seens,
.im-dialogpage__is_chat .im-message_has_reply.im-message_has-seens,
.im-dialogpage_is_static .im-message_has_reply__group.im-message_has-seens,
.im-dialogpage_is_static .im-message_has_reply.im-message_has-seens {
  padding-bottom: 40px;
}
.im-dialogpage__is_chat .im-message__thread,
.im-dialogpage_is_static .im-message__thread {
  display: flex;
}

.im-message__thread {
  display: none;
  z-index: 1;
  padding: 0 8px;
}
body .im-message__thread {
  background: #F7FAFD;
}
.im-theme-dark_green .im-message__thread {
  background: #23242D;
}
.im-theme-dark_blue .im-message__thread {
  background: #23242D;
}
.im-theme-blue .im-message__thread {
  background: #F7FAFD;
}
.im-theme-vk_dark_blue .im-message__thread {
  background: #232324;
}
.im-theme-vk_blue .im-message__thread {
  background: #F9F9F9;
}
.im-theme-dit_blue .im-message__thread {
  background: #F7FAFD;
}
.im-theme-myteam_green .im-message__thread {
  background: #F7FAFD;
}
.im-theme-dark_calls .im-message__thread {
  background: #23242D;
}
.im-message__thread::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  align-self: center;
  margin-right: 2px;
}
body .im-message__thread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-message__thread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-message__thread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-message__thread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-message__thread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-message__thread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-message__thread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-message__thread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-message__thread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-message__thread .im-message-reaction {
  font-size: 12px;
}
.im-message__thread .im-message-reaction .im-message-reaction__counter {
  line-height: 16px;
  padding: 0 2px;
  font-family: "SF Pro", Arial, sans-serif;
  font-weight: 500;
}
body .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #838690;
}
.im-theme-dark_green .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #7e848f;
}
.im-theme-dark_blue .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #7e848f;
}
.im-theme-blue .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #838690;
}
.im-theme-vk_dark_blue .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #909499;
}
.im-theme-vk_blue .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #818C99;
}
.im-theme-dit_blue .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #838690;
}
.im-theme-myteam_green .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #838690;
}
.im-theme-dark_calls .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #9C9C9C;
}
.im-message__thread .im-message-reaction .im-message__thread__mention {
  position: relative;
  padding: 0;
  width: 16px;
  height: 16px;
}
.im-message__thread .im-message-reaction .im-message__thread__mention:before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 12px;
  height: 12px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9604 6.13986C14.2188 8.36349 13.1973 10.1313 11.3352 10.1517C9.39169 10.173 8.64784 8.82101 8.64784 6.5827V5.018C8.64784 4.59583 8.99008 4.25359 9.41225 4.25359C9.83442 4.25359 10.1767 4.59583 10.1767 5.018V6.5827C10.1767 8.08386 10.4783 8.63222 11.3184 8.623C12.3555 8.61162 12.9252 7.04255 12.0791 4.92086C12.0628 4.88018 12.0503 4.83894 12.0414 4.79751C11.1838 2.85892 9.24171 1.52881 7.01864 1.52881C3.98669 1.52881 1.52881 3.98669 1.52881 7.01864C1.52881 10.0506 3.98669 12.5085 7.01864 12.5085C7.87099 12.5085 8.6941 12.3146 9.44086 11.9468C9.81958 11.7602 10.2778 11.916 10.4644 12.2947C10.6509 12.6735 10.4951 13.1317 10.1164 13.3182C9.16063 13.789 8.10656 14.0373 7.01864 14.0373C3.14235 14.0373 0 10.8949 0 7.01864C0 3.14235 3.14235 0 7.01864 0C10.4947 0 13.4325 2.54255 13.9555 5.94432C13.9657 6.01058 13.967 6.07616 13.9604 6.13986ZM7.01864 10.1284C5.30118 10.1284 3.9089 8.73611 3.9089 7.01864C3.9089 5.30118 5.30118 3.9089 7.01864 3.9089C8.73611 3.9089 10.1284 5.30118 10.1284 7.01864C10.1284 8.73611 8.73611 10.1284 7.01864 10.1284ZM7.01864 8.59958C7.89177 8.59958 8.59958 7.89177 8.59958 7.01864C8.59958 6.14552 7.89177 5.43771 7.01864 5.43771C6.14552 5.43771 5.43771 6.14552 5.43771 7.01864C5.43771 7.89177 6.14552 8.59958 7.01864 8.59958Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #7e848f;
}
.im-theme-blue .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #949494;
}
body .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #838690;
}
.im-theme-dark_green .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #7e848f;
}
.im-theme-blue .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #838690;
}
.im-theme-vk_dark_blue .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #909499;
}
.im-theme-vk_blue .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #818C99;
}
.im-theme-dit_blue .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #838690;
}
.im-theme-myteam_green .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #838690;
}
.im-theme-dark_calls .im-message__thread .im-message-reaction .im-message__thread__mention:before {
  background-color: #9C9C9C;
}

body .im-message__thread_subscribe.im-message__thread_unread {
  background: #21D86A;
}
.im-theme-dark_green .im-message__thread_subscribe.im-message__thread_unread {
  background: #0ADC5E;
}
.im-theme-dark_blue .im-message__thread_subscribe.im-message__thread_unread {
  background: #2e91ff;
}
.im-theme-blue .im-message__thread_subscribe.im-message__thread_unread {
  background: #2D90F5;
}
.im-theme-vk_dark_blue .im-message__thread_subscribe.im-message__thread_unread {
  background: #71AAEB;
}
.im-theme-vk_blue .im-message__thread_subscribe.im-message__thread_unread {
  background: #3F8AE0;
}
.im-theme-dit_blue .im-message__thread_subscribe.im-message__thread_unread {
  background: #2E72BF;
}
.im-theme-myteam_green .im-message__thread_subscribe.im-message__thread_unread {
  background: #18D893;
}
.im-theme-dark_calls .im-message__thread_subscribe.im-message__thread_unread {
  background: #0C7CFF;
}
.im-desktop .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #1EC360;
}
.im-desktop.im-theme-dark_green .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #0BF468;
}
.im-desktop.im-theme-dark_blue .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #479dff;
}
.im-desktop.im-theme-blue .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #2C84DF;
}
.im-desktop.im-theme-vk_dark_blue .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #6A9EDB;
}
.im-desktop.im-theme-vk_blue .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #3C85D7;
}
.im-desktop.im-theme-dit_blue .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #2769B5;
}
.im-desktop.im-theme-myteam_green .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #1AD08E;
}
.im-desktop.im-theme-dark_calls .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #005BEF;
}
.im-desktop .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #1BB157;
}
.im-desktop.im-theme-dark_green .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #3CF686;
}
.im-desktop.im-theme-dark_blue .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #3b96ff;
}
.im-desktop.im-theme-blue .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #317BC7;
}
.im-desktop.im-theme-vk_dark_blue .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #5A88BC;
}
.im-desktop.im-theme-vk_blue .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #2975CC;
}
.im-desktop.im-theme-dit_blue .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #2061AB;
}
.im-desktop.im-theme-myteam_green .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #1CC88A;
}
.im-desktop.im-theme-dark_calls .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #0057E5;
}
body .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #1BB157;
}
.im-theme-dark_green .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #3CF686;
}
.im-theme-dark_blue .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #3b96ff;
}
.im-theme-blue .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #317BC7;
}
.im-theme-vk_dark_blue .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #5A88BC;
}
.im-theme-vk_blue .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #2975CC;
}
.im-theme-dit_blue .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #2061AB;
}
.im-theme-myteam_green .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #1CC88A;
}
.im-theme-dark_calls .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #0057E5;
}
body .im-message__thread_subscribe.im-message__thread_unread {
  box-shadow: 0 1px 0 rgba(33, 216, 106, 0.2), 0 1px 3px rgba(33, 216, 106, 0.4);
}
.im-theme-dark_green .im-message__thread_subscribe.im-message__thread_unread {
  box-shadow: 0 1px 0 rgba(10, 220, 94, 0.2), 0 1px 3px rgba(10, 220, 94, 0.4);
}
.im-theme-dark_blue .im-message__thread_subscribe.im-message__thread_unread {
  box-shadow: 0 1px 0 rgba(46, 145, 255, 0.2), 0 1px 3px rgba(46, 145, 255, 0.4);
}
.im-theme-blue .im-message__thread_subscribe.im-message__thread_unread {
  box-shadow: 0 1px 0 rgba(45, 144, 245, 0.2), 0 1px 3px rgba(45, 144, 245, 0.4);
}
.im-theme-vk_dark_blue .im-message__thread_subscribe.im-message__thread_unread {
  box-shadow: 0 1px 0 rgba(113, 170, 235, 0.2), 0 1px 3px rgba(113, 170, 235, 0.4);
}
.im-theme-vk_blue .im-message__thread_subscribe.im-message__thread_unread {
  box-shadow: 0 1px 0 rgba(63, 138, 224, 0.2), 0 1px 3px rgba(63, 138, 224, 0.4);
}
.im-theme-dit_blue .im-message__thread_subscribe.im-message__thread_unread {
  box-shadow: 0 1px 0 rgba(46, 114, 191, 0.2), 0 1px 3px rgba(46, 114, 191, 0.4);
}
.im-theme-myteam_green .im-message__thread_subscribe.im-message__thread_unread {
  box-shadow: 0 1px 0 rgba(24, 216, 147, 0.2), 0 1px 3px rgba(24, 216, 147, 0.4);
}
.im-theme-dark_calls .im-message__thread_subscribe.im-message__thread_unread {
  box-shadow: 0 1px 0 rgba(12, 124, 255, 0.2), 0 1px 3px rgba(12, 124, 255, 0.4);
}
body .im-message__thread_subscribe.im-message__thread_unread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-message__thread_subscribe.im-message__thread_unread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-message__thread_subscribe.im-message__thread_unread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-message__thread_subscribe.im-message__thread_unread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-message__thread_subscribe.im-message__thread_unread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #E1E3E6;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-message__thread_subscribe.im-message__thread_unread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-message__thread_subscribe.im-message__thread_unread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-message__thread_subscribe.im-message__thread_unread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-message__thread_subscribe.im-message__thread_unread::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFFFFF;
  background-size: contain;
  width: contain;
  height: contain;
  mask-size: contain;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #ffffff;
}
.im-theme-dark_green .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #ffffff;
}
.im-theme-dark_blue .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #ffffff;
}
.im-theme-blue .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #ffffff;
}
.im-theme-dit_blue .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #ffffff;
}
.im-theme-myteam_green .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #ffffff;
}
.im-theme-dark_calls .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #FFFFFF;
}
body .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message__thread__mention::before {
  background-color: #ffffff;
}
.im-theme-dark_green .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message__thread__mention::before {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message__thread__mention::before {
  background-color: #ffffff;
}
.im-theme-blue .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message__thread__mention::before {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message__thread__mention::before {
  background-color: #E1E3E6;
}
.im-theme-vk_blue .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message__thread__mention::before {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message__thread__mention::before {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message__thread__mention::before {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message__thread__mention::before {
  background-color: #FFFFFF;
}

body .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message-reaction__counter {
  color: #838690;
}
.im-theme-dark_green .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message-reaction__counter {
  color: #7e848f;
}
.im-theme-dark_blue .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message-reaction__counter {
  color: #7e848f;
}
.im-theme-blue .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message-reaction__counter {
  color: #838690;
}
.im-theme-vk_dark_blue .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message-reaction__counter {
  color: #909499;
}
.im-theme-vk_blue .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message-reaction__counter {
  color: #818C99;
}
.im-theme-dit_blue .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message-reaction__counter {
  color: #838690;
}
.im-theme-myteam_green .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message-reaction__counter {
  color: #838690;
}
.im-theme-dark_calls .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message-reaction__counter {
  color: #9C9C9C;
}
body .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message__thread__mention:before {
  background-color: #838690;
}
.im-theme-dark_green .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message__thread__mention:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message__thread__mention:before {
  background-color: #7e848f;
}
.im-theme-blue .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message__thread__mention:before {
  background-color: #838690;
}
.im-theme-vk_dark_blue .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message__thread__mention:before {
  background-color: #909499;
}
.im-theme-vk_blue .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message__thread__mention:before {
  background-color: #818C99;
}
.im-theme-dit_blue .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message__thread__mention:before {
  background-color: #838690;
}
.im-theme-myteam_green .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message__thread__mention:before {
  background-color: #838690;
}
.im-theme-dark_calls .im-message__thread_unread:not(.im-message__thread_subscribe) .im-message-reaction .im-message__thread__mention:before {
  background-color: #9C9C9C;
}

body .im-message_self .im-message__thread, body .im-modal__thread .im-message__thread {
  background: #EAFFEF;
}
.im-theme-dark_green .im-message_self .im-message__thread, .im-theme-dark_green .im-modal__thread .im-message__thread {
  background: #3F5847;
}
.im-theme-dark_blue .im-message_self .im-message__thread, .im-theme-dark_blue .im-modal__thread .im-message__thread {
  background: #384861;
}
.im-theme-blue .im-message_self .im-message__thread, .im-theme-blue .im-modal__thread .im-message__thread {
  background: #E3F2FF;
}
.im-theme-vk_dark_blue .im-message_self .im-message__thread, .im-theme-vk_dark_blue .im-modal__thread .im-message__thread {
  background: #384861;
}
.im-theme-vk_blue .im-message_self .im-message__thread, .im-theme-vk_blue .im-modal__thread .im-message__thread {
  background: #E3F2FF;
}
.im-theme-dit_blue .im-message_self .im-message__thread, .im-theme-dit_blue .im-modal__thread .im-message__thread {
  background: #E6F0FD;
}
.im-theme-myteam_green .im-message_self .im-message__thread, .im-theme-myteam_green .im-modal__thread .im-message__thread {
  background: #F0FFF6;
}
.im-theme-dark_calls .im-message_self .im-message__thread, .im-theme-dark_calls .im-modal__thread .im-message__thread {
  background: #384861;
}
body .im-message_self .im-message__thread .im-message-reaction .im-message-reaction__counter, body .im-modal__thread .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #0ABD47;
}
.im-theme-dark_green .im-message_self .im-message__thread .im-message-reaction .im-message-reaction__counter, .im-theme-dark_green .im-modal__thread .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #0AC248;
}
.im-theme-dark_blue .im-message_self .im-message__thread .im-message-reaction .im-message-reaction__counter, .im-theme-dark_blue .im-modal__thread .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #73a5dc;
}
.im-theme-blue .im-message_self .im-message__thread .im-message-reaction .im-message-reaction__counter, .im-theme-blue .im-modal__thread .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #6087B3;
}
.im-theme-vk_dark_blue .im-message_self .im-message__thread .im-message-reaction .im-message-reaction__counter, .im-theme-vk_dark_blue .im-modal__thread .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #72A4DB;
}
.im-theme-vk_blue .im-message_self .im-message__thread .im-message-reaction .im-message-reaction__counter, .im-theme-vk_blue .im-modal__thread .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #4772A6;
}
.im-theme-dit_blue .im-message_self .im-message__thread .im-message-reaction .im-message-reaction__counter, .im-theme-dit_blue .im-modal__thread .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #5A8ABF;
}
.im-theme-myteam_green .im-message_self .im-message__thread .im-message-reaction .im-message-reaction__counter, .im-theme-myteam_green .im-modal__thread .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #61CEBA;
}
.im-theme-dark_calls .im-message_self .im-message__thread .im-message-reaction .im-message-reaction__counter, .im-theme-dark_calls .im-modal__thread .im-message__thread .im-message-reaction .im-message-reaction__counter {
  color: #2D8DFF;
}
body .im-message_self .im-message__thread_subscribe.im-message__thread_unread, body .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread {
  background: #21D86A;
}
.im-theme-dark_green .im-message_self .im-message__thread_subscribe.im-message__thread_unread, .im-theme-dark_green .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread {
  background: #0ADC5E;
}
.im-theme-dark_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread, .im-theme-dark_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread {
  background: #2e91ff;
}
.im-theme-blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread, .im-theme-blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread {
  background: #2D90F5;
}
.im-theme-vk_dark_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread, .im-theme-vk_dark_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread {
  background: #71AAEB;
}
.im-theme-vk_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread, .im-theme-vk_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread {
  background: #3F8AE0;
}
.im-theme-dit_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread, .im-theme-dit_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread {
  background: #2E72BF;
}
.im-theme-myteam_green .im-message_self .im-message__thread_subscribe.im-message__thread_unread, .im-theme-myteam_green .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread {
  background: #18D893;
}
.im-theme-dark_calls .im-message_self .im-message__thread_subscribe.im-message__thread_unread, .im-theme-dark_calls .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread {
  background: #0C7CFF;
}
.im-desktop .im-message_self .im-message__thread_subscribe.im-message__thread_unread:hover, .im-desktop .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #1EC360;
}
.im-desktop.im-theme-dark_green .im-message_self .im-message__thread_subscribe.im-message__thread_unread:hover, .im-desktop.im-theme-dark_green .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #0BF468;
}
.im-desktop.im-theme-dark_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:hover, .im-desktop.im-theme-dark_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #479dff;
}
.im-desktop.im-theme-blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:hover, .im-desktop.im-theme-blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #2C84DF;
}
.im-desktop.im-theme-vk_dark_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:hover, .im-desktop.im-theme-vk_dark_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #6A9EDB;
}
.im-desktop.im-theme-vk_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:hover, .im-desktop.im-theme-vk_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #3C85D7;
}
.im-desktop.im-theme-dit_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:hover, .im-desktop.im-theme-dit_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #2769B5;
}
.im-desktop.im-theme-myteam_green .im-message_self .im-message__thread_subscribe.im-message__thread_unread:hover, .im-desktop.im-theme-myteam_green .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #1AD08E;
}
.im-desktop.im-theme-dark_calls .im-message_self .im-message__thread_subscribe.im-message__thread_unread:hover, .im-desktop.im-theme-dark_calls .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:hover {
  background: #005BEF;
}
.im-desktop .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-desktop .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #1BB157;
}
.im-desktop.im-theme-dark_green .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-desktop.im-theme-dark_green .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #3CF686;
}
.im-desktop.im-theme-dark_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-desktop.im-theme-dark_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #3b96ff;
}
.im-desktop.im-theme-blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-desktop.im-theme-blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #317BC7;
}
.im-desktop.im-theme-vk_dark_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-desktop.im-theme-vk_dark_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #5A88BC;
}
.im-desktop.im-theme-vk_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-desktop.im-theme-vk_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #2975CC;
}
.im-desktop.im-theme-dit_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-desktop.im-theme-dit_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #2061AB;
}
.im-desktop.im-theme-myteam_green .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-desktop.im-theme-myteam_green .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #1CC88A;
}
.im-desktop.im-theme-dark_calls .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-desktop.im-theme-dark_calls .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #0057E5;
}
body .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, body .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #1BB157;
}
.im-theme-dark_green .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-theme-dark_green .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #3CF686;
}
.im-theme-dark_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-theme-dark_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #3b96ff;
}
.im-theme-blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-theme-blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #317BC7;
}
.im-theme-vk_dark_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-theme-vk_dark_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #5A88BC;
}
.im-theme-vk_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-theme-vk_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #2975CC;
}
.im-theme-dit_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-theme-dit_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #2061AB;
}
.im-theme-myteam_green .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-theme-myteam_green .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #1CC88A;
}
.im-theme-dark_calls .im-message_self .im-message__thread_subscribe.im-message__thread_unread:active, .im-theme-dark_calls .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread:active {
  background: #0057E5;
}
body .im-message_self .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter, body .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #ffffff;
}
.im-theme-dark_green .im-message_self .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter, .im-theme-dark_green .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #ffffff;
}
.im-theme-dark_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter, .im-theme-dark_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #ffffff;
}
.im-theme-blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter, .im-theme-blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter, .im-theme-vk_dark_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter, .im-theme-vk_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #ffffff;
}
.im-theme-dit_blue .im-message_self .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter, .im-theme-dit_blue .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #ffffff;
}
.im-theme-myteam_green .im-message_self .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter, .im-theme-myteam_green .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #ffffff;
}
.im-theme-dark_calls .im-message_self .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter, .im-theme-dark_calls .im-modal__thread .im-message__thread_subscribe.im-message__thread_unread .im-message-reaction .im-message-reaction__counter {
  color: #FFFFFF;
}

.im-dialog_unSelected .im-chat__input-inner {
  opacity: 0.5;
}

.im-dialogpage_is_static .app-bottombar {
  height: 0;
}
.im-dialogpage_is_static .app-content {
  bottom: 0;
}
.im-dialogpage_is_static .im-message_latest {
  margin-bottom: 5px;
}
.im-dialogpage_is_static .app-topbar .app-topbar__title {
  cursor: auto;
  padding: 0;
  margin-right: 45px;
}
#rightPane .im-dialogpage_is_static .app-topbar .app-topbar__title {
  margin: 0;
}
.im-dialogpage_is_static .im-dialog__title {
  justify-content: center;
}
.im-dialogpage_is_static .im-dialog__title-avatarbox {
  display: none;
}

.im-dialogpage__plug-threads {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .im-dialogpage__plug-threads {
  color: #b7bcc9;
}
.im-theme-dark_green .im-dialogpage__plug-threads {
  color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage__plug-threads {
  color: #7e848f;
}
.im-theme-blue .im-dialogpage__plug-threads {
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialogpage__plug-threads {
  color: #76787A;
}
.im-theme-vk_blue .im-dialogpage__plug-threads {
  color: #99A2AD;
}
.im-theme-dit_blue .im-dialogpage__plug-threads {
  color: #b7bcc9;
}
.im-theme-myteam_green .im-dialogpage__plug-threads {
  color: #b7bcc9;
}
.im-theme-dark_calls .im-dialogpage__plug-threads {
  color: #949494;
}
.im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon {
  margin-bottom: 12px;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon {
  background-color: #eceef3;
}
.im-theme-dark_green .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon {
  background-color: #3c3d47;
}
.im-theme-blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon {
  background-color: #1F1F1F;
}
.im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #7e848f;
}
.im-theme-blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #949494;
}
body .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #7e848f;
}
.im-theme-blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-dialogpage__plug-threads .im-dialogpage__plug-threads_icon:before {
  background-color: #949494;
}
.im-dialogpage__plug-threads .im-dialogpage__plug-threads_text {
  max-width: none;
  border-radius: 16px;
  padding: 16px 28px;
}
body .im-dialogpage__plug-threads .im-dialogpage__plug-threads_text {
  background-color: #eceef3;
}
.im-theme-dark_green .im-dialogpage__plug-threads .im-dialogpage__plug-threads_text {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_text {
  background-color: #3c3d47;
}
.im-theme-blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_text {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_text {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_text {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-dialogpage__plug-threads .im-dialogpage__plug-threads_text {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-dialogpage__plug-threads .im-dialogpage__plug-threads_text {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-dialogpage__plug-threads .im-dialogpage__plug-threads_text {
  background-color: #1F1F1F;
}
.im-dialogpage__plug-threads .im-dialogpage__plug-threads_text .im-dialogpage__plug-threads_text-header {
  margin-bottom: 8px;
  font-size: 16px;
}

body .im-dialogpage_is_static .app-content {
  background-color: rgba(0, 0, 0, 0.05);
}
body .im-dialogpage_is_static .dialog-page-content {
  background-color: #F0F3F5;
}
.im-theme-dark_green .im-dialogpage_is_static .app-content {
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dark_green .im-dialogpage_is_static .dialog-page-content {
  background-color: #21222A;
}
.im-theme-dark_blue .im-dialogpage_is_static .app-content {
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dark_blue .im-dialogpage_is_static .dialog-page-content {
  background-color: #21222A;
}
.im-theme-blue .im-dialogpage_is_static .app-content {
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-blue .im-dialogpage_is_static .dialog-page-content {
  background-color: #F0F3F5;
}
.im-theme-vk_dark_blue .im-dialogpage_is_static .app-content {
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-vk_dark_blue .im-dialogpage_is_static .dialog-page-content {
  background-color: #21222A;
}
.im-theme-vk_blue .im-dialogpage_is_static .app-content {
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-vk_blue .im-dialogpage_is_static .dialog-page-content {
  background-color: #F6F6F6;
}
.im-theme-dit_blue .im-dialogpage_is_static .app-content {
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dit_blue .im-dialogpage_is_static .dialog-page-content {
  background-color: #F0F3F5;
}
.im-theme-myteam_green .im-dialogpage_is_static .app-content {
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-myteam_green .im-dialogpage_is_static .dialog-page-content {
  background-color: #F0F3F5;
}
.im-theme-dark_calls .im-dialogpage_is_static .app-content {
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dark_calls .im-dialogpage_is_static .dialog-page-content {
  background-color: #1F1F1F;
}
.im-dialogpage_is_static .im-chat__messages-wrap {
  top: 0;
  bottom: 14px;
}
.im-dialogpage_is_static .im-message_sticker .im-message__from, .im-dialogpage_is_static .im-message_sticker .im-message__from__wrapper {
  display: block;
}
.im-dialogpage_is_static .im-message_has_reply.im-message-single_image .im-file-wrapper {
  padding: 0 12px 12px;
}
.im-dialogpage_is_static .im-message_has_reply.im-message-single_image .im-message__date {
  display: none;
}
.im-dialogpage_is_static .im-history__spinner {
  height: 100%;
}
.im-dialogpage_is_static .im-message_has_reply .im-message__from {
  cursor: auto;
}
.im-dialogpage_is_static .im-message_has_reply .im-message__from .im-forward__from {
  cursor: pointer;
}
.im-dialogpage_is_static .im-smilebox {
  position: relative;
}
.im-dialogpage_is_static .im-attachmenu {
  top: auto;
  bottom: 100%;
}
.im-dialogpage_is_static .im-dialog-showcase-button {
  display: none;
}
.im-dialogpage_is_static .im-smilebox .im-multitabs__rightbtn,
.im-dialogpage_is_static .im-multitabs_stickers {
  right: 0;
}
.im-dialogpage_is_static .im-chat__messages-wrap > div:last-child::after {
  content: "";
  display: block;
  height: 20px;
  margin-bottom: -20px;
}

body .im-message__msg-event {
  color: #b7bcc9;
}
.im-theme-dark_green .im-message__msg-event {
  color: #7e848f;
}
.im-theme-dark_blue .im-message__msg-event {
  color: #7e848f;
}
.im-theme-blue .im-message__msg-event {
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-message__msg-event {
  color: #76787A;
}
.im-theme-vk_blue .im-message__msg-event {
  color: #99A2AD;
}
.im-theme-dit_blue .im-message__msg-event {
  color: #b7bcc9;
}
.im-theme-myteam_green .im-message__msg-event {
  color: #b7bcc9;
}
.im-theme-dark_calls .im-message__msg-event {
  color: #949494;
}
.im-message__msg-event .im-message__textblock {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.im-thread-flow {
  padding-bottom: 8px;
  margin: 0 auto 12px;
  max-width: 1098px;
  box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.04), 0 1px 1px 0px rgba(0, 0, 0, 0.05);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
body .im-thread-flow {
  background-color: #F0F3F5;
}
.im-theme-dark_green .im-thread-flow {
  background-color: #21222A;
}
.im-theme-dark_blue .im-thread-flow {
  background-color: #21222A;
}
.im-theme-blue .im-thread-flow {
  background-color: #F0F3F5;
}
.im-theme-vk_dark_blue .im-thread-flow {
  background-color: #21222A;
}
.im-theme-vk_blue .im-thread-flow {
  background-color: #F6F6F6;
}
.im-theme-dit_blue .im-thread-flow {
  background-color: #F0F3F5;
}
.im-theme-myteam_green .im-thread-flow {
  background-color: #F0F3F5;
}
.im-theme-dark_calls .im-thread-flow {
  background-color: #1F1F1F;
}
.im-thread-flow:not(:first-child) {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.im-thread-flow.im-pictures_opened {
  padding-bottom: 0;
}
.im-thread-flow.im-pictures_opened .im-smilebox {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.im-thread-flow .im-thread-flow__header {
  display: flex;
  height: 53px;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
  padding: 0 16px;
}
.im-thread-flow .im-thread-flow__header .im-avatar-block {
  display: block;
  position: relative;
  left: auto;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  bottom: auto;
  margin-right: 8px;
}
.im-thread-flow .im-thread-flow__header .im-avatar-block .im-avatarbox {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
}
.im-thread-flow .im-thread-flow__header .im-thread-flow__header-name {
  display: block;
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
}
.im-thread-flow .im-thread-flow__input .im-chat__input, .im-thread-flow .im-thread-flow__input .im-chat__no-input {
  position: relative;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.im-thread-flow .im-message-forward {
  cursor: auto;
}

.im-thread-flow__loader {
  text-align: center;
  margin-bottom: 12px;
  font-size: 12px;
}
.im-thread-flow__loader > span {
  line-height: 24px;
  padding: 0 16px;
  border-radius: 16px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
body .im-thread-flow__loader > span {
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dark_green .im-thread-flow__loader > span {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dark_blue .im-thread-flow__loader > span {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-blue .im-thread-flow__loader > span {
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-vk_dark_blue .im-thread-flow__loader > span {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-vk_blue .im-thread-flow__loader > span {
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dit_blue .im-thread-flow__loader > span {
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-myteam_green .im-thread-flow__loader > span {
  background-color: rgba(0, 0, 0, 0.05);
}
.im-theme-dark_calls .im-thread-flow__loader > span {
  background-color: rgba(255, 255, 255, 0.05);
}
body .im-thread-flow__loader {
  color: #838690;
}
.im-theme-dark_green .im-thread-flow__loader {
  color: #7e848f;
}
.im-theme-dark_blue .im-thread-flow__loader {
  color: #7e848f;
}
.im-theme-blue .im-thread-flow__loader {
  color: #838690;
}
.im-theme-vk_dark_blue .im-thread-flow__loader {
  color: #909499;
}
.im-theme-vk_blue .im-thread-flow__loader {
  color: #818C99;
}
.im-theme-dit_blue .im-thread-flow__loader {
  color: #838690;
}
.im-theme-myteam_green .im-thread-flow__loader {
  color: #838690;
}
.im-theme-dark_calls .im-thread-flow__loader {
  color: #9C9C9C;
}

.im-thread-flow__loader_more {
  cursor: pointer;
}
body .im-thread-flow__loader_more {
  color: #00B84D;
}
body .im-thread-flow__loader_more:hover {
  color: #00A846;
}
body .im-thread-flow__loader_more:active {
  color: #009940;
}
.im-theme-dark_green .im-thread-flow__loader_more {
  color: #0AC248;
}
.im-theme-dark_green .im-thread-flow__loader_more:hover {
  color: #0CDA51;
}
.im-theme-dark_green .im-thread-flow__loader_more:active {
  color: #0DF25A;
}
.im-theme-dark_blue .im-thread-flow__loader_more {
  color: #2f92ff;
}
.im-theme-dark_blue .im-thread-flow__loader_more:hover {
  color: #479dff;
}
.im-theme-dark_blue .im-thread-flow__loader_more:active {
  color: #47a0ff;
}
.im-theme-blue .im-thread-flow__loader_more {
  color: #1B85F1;
}
.im-theme-blue .im-thread-flow__loader_more:hover {
  color: #1E7BDA;
}
.im-theme-blue .im-thread-flow__loader_more:active {
  color: #2173C6;
}
.im-theme-vk_dark_blue .im-thread-flow__loader_more {
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-thread-flow__loader_more:hover {
  color: #689CD8;
}
.im-theme-vk_dark_blue .im-thread-flow__loader_more:active {
  color: #689CD8;
}
.im-theme-vk_blue .im-thread-flow__loader_more {
  color: #4986CC;
}
.im-theme-vk_blue .im-thread-flow__loader_more:hover {
  color: #4681C4;
}
.im-theme-vk_blue .im-thread-flow__loader_more:active {
  color: #4077B4;
}
.im-theme-dit_blue .im-thread-flow__loader_more {
  color: #2E72BF;
}
.im-theme-dit_blue .im-thread-flow__loader_more:hover {
  color: #1E67BB;
}
.im-theme-dit_blue .im-thread-flow__loader_more:active {
  color: #1B5CA8;
}
.im-theme-myteam_green .im-thread-flow__loader_more {
  color: #17C97E;
}
.im-theme-myteam_green .im-thread-flow__loader_more:hover {
  color: #15BD76;
}
.im-theme-myteam_green .im-thread-flow__loader_more:active {
  color: #10AC6B;
}
.im-theme-dark_calls .im-thread-flow__loader_more {
  color: #027AFF;
}
.im-theme-dark_calls .im-thread-flow__loader_more:hover {
  color: #0275F5;
}
.im-theme-dark_calls .im-thread-flow__loader_more:active {
  color: #0270EB;
}

.im-mobile .im-thread-flow .im-thread-flow__input .im-chat__no-input {
  padding: 8px;
}
.im-mobile .im-thread-flow .im-thread-flow__input .im-chat__no-input__button {
  display: block;
  text-transform: none;
  font-size: 14px;
}
.im-mobile .im-thread-flow .im-thread-flow__input .im-chat__no-input__button::before {
  content: "";
  width: 20px;
  height: 20px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-mobile .im-thread-flow .im-thread-flow__input .im-chat__no-input__message {
  display: none;
}

.im-mobile .im-thread-flow .im-thread-flow__input .im-chat__no-input__button {
  color: #00B84D;
}
.im-mobile .im-thread-flow .im-thread-flow__input .im-chat__no-input__button::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-mobile.im-theme-dark_green .im-thread-flow .im-thread-flow__input .im-chat__no-input__button {
  color: #0AC248;
}
.im-mobile.im-theme-dark_green .im-thread-flow .im-thread-flow__input .im-chat__no-input__button::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-mobile.im-theme-dark_blue .im-thread-flow .im-thread-flow__input .im-chat__no-input__button {
  color: #2f92ff;
}
.im-mobile.im-theme-dark_blue .im-thread-flow .im-thread-flow__input .im-chat__no-input__button::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-mobile.im-theme-blue .im-thread-flow .im-thread-flow__input .im-chat__no-input__button {
  color: #1B85F1;
}
.im-mobile.im-theme-blue .im-thread-flow .im-thread-flow__input .im-chat__no-input__button::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-mobile.im-theme-vk_dark_blue .im-thread-flow .im-thread-flow__input .im-chat__no-input__button {
  color: #71AAEB;
}
.im-mobile.im-theme-vk_dark_blue .im-thread-flow .im-thread-flow__input .im-chat__no-input__button::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-mobile.im-theme-vk_blue .im-thread-flow .im-thread-flow__input .im-chat__no-input__button {
  color: #4986CC;
}
.im-mobile.im-theme-vk_blue .im-thread-flow .im-thread-flow__input .im-chat__no-input__button::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-mobile.im-theme-dit_blue .im-thread-flow .im-thread-flow__input .im-chat__no-input__button {
  color: #2E72BF;
}
.im-mobile.im-theme-dit_blue .im-thread-flow .im-thread-flow__input .im-chat__no-input__button::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-mobile.im-theme-myteam_green .im-thread-flow .im-thread-flow__input .im-chat__no-input__button {
  color: #17C97E;
}
.im-mobile.im-theme-myteam_green .im-thread-flow .im-thread-flow__input .im-chat__no-input__button::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-mobile.im-theme-dark_calls .im-thread-flow .im-thread-flow__input .im-chat__no-input__button {
  color: #027AFF;
}
.im-mobile.im-theme-dark_calls .im-thread-flow .im-thread-flow__input .im-chat__no-input__button::before {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.45006 16.3559L3.4446 17.441C2.92953 17.9969 2 17.6324 2 16.8746V8.86841C2 7.4877 3.11929 6.36841 4.5 6.36841H12.1313C13.512 6.36841 14.6313 7.4877 14.6313 8.86841V13.0551C14.6313 14.4358 13.512 15.5551 12.1313 15.5551H6.28386C5.58776 15.5551 4.92318 15.8453 4.45006 16.3559Z' fill='currentColor' stroke='currentColor' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 4C6.50022 4 6.50043 4 6.50065 4H13.0006C15.2098 4 17.0006 5.79086 17.0006 8V11.4998C17.6076 11.0437 18.0002 10.3177 18.0002 9.5V5.5C18.0002 4.11929 16.8809 3 15.5002 3H8.50018C7.68227 3 6.9561 3.39278 6.5 4Z' fill='currentColor'/%3E%3Cpath d='M6.5 4L6.10022 3.69971L5.4991 4.5H6.5V4ZM17.0006 11.4998H16.5006V12.501L17.301 11.8995L17.0006 11.4998ZM6.5 4.5C6.50019 4.5 6.50037 4.5 6.50046 4.5C6.50058 4.5 6.50062 4.5 6.50065 4.5V3.5C6.50046 3.5 6.50028 3.5 6.50018 3.5C6.50007 3.5 6.50003 3.5 6.5 3.5V4.5ZM6.50065 4.5H13.0006V3.5H6.50065V4.5ZM13.0006 4.5C14.9336 4.5 16.5006 6.067 16.5006 8H17.5006C17.5006 5.51472 15.4859 3.5 13.0006 3.5V4.5ZM16.5006 8V11.4998H17.5006V8H16.5006ZM17.5002 9.5C17.5002 10.1538 17.187 10.7344 16.7003 11.1001L17.301 11.8995C18.0283 11.353 18.5002 10.4816 18.5002 9.5H17.5002ZM17.5002 5.5V9.5H18.5002V5.5H17.5002ZM15.5002 3.5C16.6048 3.5 17.5002 4.39543 17.5002 5.5H18.5002C18.5002 3.84315 17.157 2.5 15.5002 2.5V3.5ZM8.50018 3.5H15.5002V2.5H8.50018V3.5ZM6.89978 4.30029C7.26551 3.81338 7.84618 3.5 8.50018 3.5V2.5C7.51837 2.5 6.64669 2.97217 6.10022 3.69971L6.89978 4.30029Z' fill='currentColor'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

/**************** @media ********************/
@media screen and (min-width: 1600px) {
  #rightPane .im-message {
    padding-right: 300px;
  }
  #rightPane .im-message.im-message_self {
    padding-right: 33px;
    padding-left: 300px;
  }
  #rightPane .im-message_event,
#rightPane .im-dialogpage__is_chat .im-message_event,
#rightPane .im-pane.im-dialogpage__is_chat .im-message_event {
    padding-left: 300px;
    padding-right: 300px;
  }
  #rightPane .im-layout-full.im-layout-infopanel .im-message {
    padding-right: 135px;
  }
  #rightPane .im-layout-full.im-layout-infopanel .im-message.im-message_self {
    padding-right: 33px;
    padding-left: 135px;
  }
  #rightPane .im-layout-full.im-layout-infopanel .im-message_event,
#rightPane .im-layout-full.im-layout-infopanel .im-dialogpage__is_chat .im-message_event,
#rightPane .im-layout-full.im-layout-infopanel .im-pane.im-dialogpage__is_chat .im-message.im-message_event {
    padding-left: 135px;
    padding-right: 135px;
  }
}
@media screen and (min-width: 1130px) and (max-width: 1600px) {
  .im-message {
    padding-right: 150px;
  }
  .im-message.im-message_self {
    padding-right: 33px;
    padding-left: 150px;
  }

  .im-message_event,
.im-dialogpage__is_chat .im-message_event,
.im-pane.im-dialogpage__is_chat .im-message.im-message_event {
    padding-left: 150px;
    padding-right: 150px;
  }

  .im-layout-full.im-layout-infopanel .im-message {
    padding-right: 46px;
  }
  .im-layout-full.im-layout-infopanel .im-message.im-message_self {
    padding-right: 26px;
    padding-left: 46px;
  }
  .im-layout-full.im-layout-infopanel .im-message_event,
.im-layout-full.im-layout-infopanel .im-dialogpage__is_chat .im-message_event,
.im-layout-full.im-layout-infopanel .im-pane.im-dialogpage__is_chat .im-message.im-message_event {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1130px) {
  .im-message {
    padding-right: 100px;
  }
  .im-message.im-message_self {
    padding-right: 33px;
    padding-left: 100px;
  }

  .im-message_event,
.im-dialogpage__is_chat .im-message_event,
.im-pane.im-dialogpage__is_chat .im-message.im-message_event {
    padding-left: 100px;
    padding-right: 100px;
  }

  .im-layout-full.im-layout-infopanel .im-message {
    padding-right: 46px;
  }
  .im-layout-full.im-layout-infopanel .im-message.im-message_self {
    padding-right: 26px;
    padding-left: 46px;
  }
  .im-layout-full.im-layout-infopanel .im-message_event,
.im-layout-full.im-layout-infopanel .im-dialogpage__is_chat .im-message_event,
.im-layout-full.im-layout-infopanel .im-pane.im-dialogpage__is_chat .im-message.im-message_event {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-device-width: 800px) and (min-width: 900px) and (max-width: 1000px) {
  .im-message {
    padding-right: 46px;
  }
  .im-message.im-message_self {
    padding-right: 26px;
    padding-left: 46px;
  }

  .im-message_event,
.im-dialogpage__is_chat .im-message_event,
.im-pane.im-dialogpage__is_chat .im-message.im-message_event {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 727px) {
  .im-message__buttons {
    white-space: normal;
    margin-top: 2px;
  }

  .im-message__button-wrapper {
    margin-top: 4px;
  }

  .im-quick-menu-wrapper, .im-message_self .im-quick-menu-wrapper {
    left: auto;
    right: -12px;
    bottom: 20px;
    padding: 0;
  }

  .im-message-single_image .im-quick-menu-wrapper, .im-message_self.im-message-single_image .im-quick-menu-wrapper {
    bottom: 30px;
  }
}
@media screen and (max-width: 380px) {
  .im-poll-card {
    width: 200px;
  }

  .im-poll-create__wrap .im-field-text {
    width: 75%;
  }

  .im-chat__no-input .im-chat__no-input__message {
    font-size: 12px;
  }
}
/* Task bubble */
.im-task-card {
  max-width: 506px;
  min-width: 258px;
  width: 100%;
}
body .im-task-card {
  color: #111111;
}
.im-theme-dark_green .im-task-card {
  color: #ffffff;
}
.im-theme-dark_blue .im-task-card {
  color: #ffffff;
}
.im-theme-blue .im-task-card {
  color: #111111;
}
.im-theme-vk_dark_blue .im-task-card {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-task-card {
  color: #111111;
}
.im-theme-dit_blue .im-task-card {
  color: #111111;
}
.im-theme-myteam_green .im-task-card {
  color: #111111;
}
.im-theme-dark_calls .im-task-card {
  color: #FFFFFF;
}
.im-task-card .im-task-card__time {
  height: 24px;
  line-height: 24px;
  margin-left: 6px;
  display: inline-block;
}
.im-task-card .im-task-card__time svg {
  top: 4px;
}
body .im-task-card.im-task-card_deadline .im-task-card__time {
  color: #111111;
}
.im-theme-dark_green .im-task-card.im-task-card_deadline .im-task-card__time {
  color: #ffffff;
}
.im-theme-dark_blue .im-task-card.im-task-card_deadline .im-task-card__time {
  color: #ffffff;
}
.im-theme-blue .im-task-card.im-task-card_deadline .im-task-card__time {
  color: #111111;
}
.im-theme-vk_dark_blue .im-task-card.im-task-card_deadline .im-task-card__time {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-task-card.im-task-card_deadline .im-task-card__time {
  color: #111111;
}
.im-theme-dit_blue .im-task-card.im-task-card_deadline .im-task-card__time {
  color: #111111;
}
.im-theme-myteam_green .im-task-card.im-task-card_deadline .im-task-card__time {
  color: #111111;
}
.im-theme-dark_calls .im-task-card.im-task-card_deadline .im-task-card__time {
  color: #FFFFFF;
}
.im-task-card .im-task-card__title {
  margin-top: 2px;
}

.im-task-card__title {
  font-size: 15px;
  margin-right: 32px;
  line-height: 20px;
  margin-top: 2px;
  font-weight: 700;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-hyphens: manual;
  white-space: pre-wrap;
}

.im-task-card__assignee {
  width: max-content;
  max-width: 100%;
  position: relative;
  padding-left: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  height: 36px;
  margin-top: 8px;
  margin-bottom: 8px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-task-card__assignee {
  color: #0ABD47;
}
.im-theme-dark_green .im-task-card__assignee {
  color: #0AC248;
}
.im-theme-dark_blue .im-task-card__assignee {
  color: #73a5dc;
}
.im-theme-blue .im-task-card__assignee {
  color: #6087B3;
}
.im-theme-vk_dark_blue .im-task-card__assignee {
  color: #72A4DB;
}
.im-theme-vk_blue .im-task-card__assignee {
  color: #4772A6;
}
.im-theme-dit_blue .im-task-card__assignee {
  color: #5A8ABF;
}
.im-theme-myteam_green .im-task-card__assignee {
  color: #61CEBA;
}
.im-theme-dark_calls .im-task-card__assignee {
  color: #2D8DFF;
}
.im-task-card__assignee .im-task-card__no-avatar {
  top: 8px;
}
.im-task-card__assignee .im-avatarbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 10px;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 0;
}
.im-task-card__assignee .im-avatarmark {
  display: none;
}

.im-task-card__person {
  position: relative;
  padding-left: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  height: 20px;
  cursor: pointer;
  margin-top: 8px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-task-card__person {
  color: #838690;
}
.im-theme-dark_green .im-task-card__person {
  color: #7e848f;
}
.im-theme-dark_blue .im-task-card__person {
  color: #7e848f;
}
.im-theme-blue .im-task-card__person {
  color: #838690;
}
.im-theme-vk_dark_blue .im-task-card__person {
  color: #909499;
}
.im-theme-vk_blue .im-task-card__person {
  color: #818C99;
}
.im-theme-dit_blue .im-task-card__person {
  color: #838690;
}
.im-theme-myteam_green .im-task-card__person {
  color: #838690;
}
.im-theme-dark_calls .im-task-card__person {
  color: #9C9C9C;
}
.im-task-card__person .im-avatarbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.im-task-card__person .im-avatarmark {
  display: none;
}

.im-task-card__person__name {
  max-width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  line-height: 20px;
  display: block;
  display: inline-block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
}
.im-task-card__person__name .im-emoji_inline {
  vertical-align: text-top;
}
.im-task-card__person__name .im-emoji_inline {
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
}

.im-task-card__assignee__name {
  max-width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  display: block;
  display: inline-block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 14px;
}
.im-task-card__assignee__name .im-emoji_inline {
  vertical-align: text-top;
}
.im-task-card__assignee__name .im-emoji_inline {
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
}

.im-task-card__no-avatar {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 50%;
}
body .im-task-card__no-avatar {
  background-color: #eceef3;
}
.im-theme-dark_green .im-task-card__no-avatar {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-task-card__no-avatar {
  background-color: #3c3d47;
}
.im-theme-blue .im-task-card__no-avatar {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-task-card__no-avatar {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-task-card__no-avatar {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-task-card__no-avatar {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-task-card__no-avatar {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-task-card__no-avatar {
  background-color: #1F1F1F;
}
.im-task-card__no-avatar svg {
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 2px;
}
body .im-task-card__no-avatar svg {
  stroke: #b7bcc9;
}
.im-theme-dark_green .im-task-card__no-avatar svg {
  stroke: #7e848f;
}
.im-theme-dark_blue .im-task-card__no-avatar svg {
  stroke: #7e848f;
}
.im-theme-blue .im-task-card__no-avatar svg {
  stroke: #b7bcc9;
}
.im-theme-vk_dark_blue .im-task-card__no-avatar svg {
  stroke: #76787A;
}
.im-theme-vk_blue .im-task-card__no-avatar svg {
  stroke: #99A2AD;
}
.im-theme-dit_blue .im-task-card__no-avatar svg {
  stroke: #b7bcc9;
}
.im-theme-myteam_green .im-task-card__no-avatar svg {
  stroke: #b7bcc9;
}
.im-theme-dark_calls .im-task-card__no-avatar svg {
  stroke: #949494;
}

.im-task-card_assigned .im-task-card__assignee {
  cursor: pointer;
}
body .im-task-card_assigned .im-task-card__assignee {
  color: #111111;
}
.im-theme-dark_green .im-task-card_assigned .im-task-card__assignee {
  color: #ffffff;
}
.im-theme-dark_blue .im-task-card_assigned .im-task-card__assignee {
  color: #ffffff;
}
.im-theme-blue .im-task-card_assigned .im-task-card__assignee {
  color: #111111;
}
.im-theme-vk_dark_blue .im-task-card_assigned .im-task-card__assignee {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-task-card_assigned .im-task-card__assignee {
  color: #111111;
}
.im-theme-dit_blue .im-task-card_assigned .im-task-card__assignee {
  color: #111111;
}
.im-theme-myteam_green .im-task-card_assigned .im-task-card__assignee {
  color: #111111;
}
.im-theme-dark_calls .im-task-card_assigned .im-task-card__assignee {
  color: #FFFFFF;
}

.im-task-card__time {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-left: 18px;
  height: 19px;
  font-size: 14px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-task-card__time {
  color: #111111;
}
.im-theme-dark_green .im-task-card__time {
  color: #ffffff;
}
.im-theme-dark_blue .im-task-card__time {
  color: #ffffff;
}
.im-theme-blue .im-task-card__time {
  color: #111111;
}
.im-theme-vk_dark_blue .im-task-card__time {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-task-card__time {
  color: #111111;
}
.im-theme-dit_blue .im-task-card__time {
  color: #111111;
}
.im-theme-myteam_green .im-task-card__time {
  color: #111111;
}
.im-theme-dark_calls .im-task-card__time {
  color: #FFFFFF;
}
.im-task-card__time svg {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
}
body .im-task-card__time svg {
  stroke: #b7bcc9;
}
.im-theme-dark_green .im-task-card__time svg {
  stroke: #7e848f;
}
.im-theme-dark_blue .im-task-card__time svg {
  stroke: #7e848f;
}
.im-theme-blue .im-task-card__time svg {
  stroke: #b7bcc9;
}
.im-theme-vk_dark_blue .im-task-card__time svg {
  stroke: #76787A;
}
.im-theme-vk_blue .im-task-card__time svg {
  stroke: #99A2AD;
}
.im-theme-dit_blue .im-task-card__time svg {
  stroke: #b7bcc9;
}
.im-theme-myteam_green .im-task-card__time svg {
  stroke: #b7bcc9;
}
.im-theme-dark_calls .im-task-card__time svg {
  stroke: #949494;
}

/* Bubble in task list */
.im-task-item {
  display: flex;
  position: relative;
  font-size: 0;
  margin-top: 8px;
  padding: 8px 12px 8px 32px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
body .im-task-item .im-task-card__time-over {
  color: #f83e33;
}
body .im-task-item .im-task-card__time-over circle, body .im-task-item .im-task-card__time-over path {
  stroke: #f83e33;
}
.im-theme-dark_green .im-task-item .im-task-card__time-over {
  color: #f75d5d;
}
.im-theme-dark_green .im-task-item .im-task-card__time-over circle, .im-theme-dark_green .im-task-item .im-task-card__time-over path {
  stroke: #f75d5d;
}
.im-theme-dark_blue .im-task-item .im-task-card__time-over {
  color: #f75d5d;
}
.im-theme-dark_blue .im-task-item .im-task-card__time-over circle, .im-theme-dark_blue .im-task-item .im-task-card__time-over path {
  stroke: #f75d5d;
}
.im-theme-blue .im-task-item .im-task-card__time-over {
  color: #f83e33;
}
.im-theme-blue .im-task-item .im-task-card__time-over circle, .im-theme-blue .im-task-item .im-task-card__time-over path {
  stroke: #f83e33;
}
.im-theme-vk_dark_blue .im-task-item .im-task-card__time-over {
  color: #FF5C5C;
}
.im-theme-vk_dark_blue .im-task-item .im-task-card__time-over circle, .im-theme-vk_dark_blue .im-task-item .im-task-card__time-over path {
  stroke: #FF5C5C;
}
.im-theme-vk_blue .im-task-item .im-task-card__time-over {
  color: #FF3347;
}
.im-theme-vk_blue .im-task-item .im-task-card__time-over circle, .im-theme-vk_blue .im-task-item .im-task-card__time-over path {
  stroke: #FF3347;
}
.im-theme-dit_blue .im-task-item .im-task-card__time-over {
  color: #f83e33;
}
.im-theme-dit_blue .im-task-item .im-task-card__time-over circle, .im-theme-dit_blue .im-task-item .im-task-card__time-over path {
  stroke: #f83e33;
}
.im-theme-myteam_green .im-task-item .im-task-card__time-over {
  color: #EC264A;
}
.im-theme-myteam_green .im-task-item .im-task-card__time-over circle, .im-theme-myteam_green .im-task-item .im-task-card__time-over path {
  stroke: #EC264A;
}
.im-theme-dark_calls .im-task-item .im-task-card__time-over {
  color: #FC2C38;
}
.im-theme-dark_calls .im-task-item .im-task-card__time-over circle, .im-theme-dark_calls .im-task-item .im-task-card__time-over path {
  stroke: #FC2C38;
}
.im-task-item .im-task-item-left-bar {
  flex-grow: 1;
  display: flex;
  min-width: 0;
}
body .im-task-item {
  background-color: #ffffff;
}
.im-theme-dark_green .im-task-item {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-task-item {
  background-color: #2b2c34;
}
.im-theme-blue .im-task-item {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-task-item {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-task-item {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-task-item {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-task-item {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-task-item {
  background-color: #2B2B2B;
}
.im-desktop .im-task-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_green .im-task-item:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-task-item:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-blue .im-task-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-vk_dark_blue .im-task-item:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-task-item:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-dit_blue .im-task-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-task-item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_calls .im-task-item:hover {
  background-color: #1F1F1F;
}

.im-task-item_unread .im-task-item__unread-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  right: 0;
  bottom: 0;
  left: 16px;
}
body .im-task-item_unread .im-task-item__unread-dot {
  background-color: #21D86A;
}
.im-theme-dark_green .im-task-item_unread .im-task-item__unread-dot {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-task-item_unread .im-task-item__unread-dot {
  background-color: #2e91ff;
}
.im-theme-blue .im-task-item_unread .im-task-item__unread-dot {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-task-item_unread .im-task-item__unread-dot {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-task-item_unread .im-task-item__unread-dot {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-task-item_unread .im-task-item__unread-dot {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-task-item_unread .im-task-item__unread-dot {
  background-color: #18D893;
}
.im-theme-dark_calls .im-task-item_unread .im-task-item__unread-dot {
  background-color: #0C7CFF;
}

.im-task-item__main-section {
  flex: 1 4 auto;
  position: relative;
  min-width: 0;
  box-sizing: border-box;
}

.im-task-item__space-section {
  flex: 0 1 48px;
}

.im-tasklist-content {
  text-align: -webkit-center;
}
.im-tasklist-content .im-task-card-native {
  max-width: 865px;
  text-align: left;
  margin: 0 auto;
}

.im-tasklist-title::after {
  content: "β";
  margin-top: -4px;
  font-size: 10px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.im-task-item__state-section {
  flex: 0 0 146px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
.im-task-item__state-section .im-task-card__time {
  margin-top: 8px;
}

.im-task-item__bottom-line {
  display: flex;
  flex-wrap: wrap;
}

.im-task-item__relation {
  margin-top: 8px;
  flex: 0 0 28px;
  position: relative;
}
body .im-task-item__relation svg {
  fill: #111111;
  stroke: #111111;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 8px;
}
.im-theme-dark_green .im-task-item__relation svg {
  fill: #ffffff;
  stroke: #ffffff;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 8px;
}
.im-theme-dark_blue .im-task-item__relation svg {
  fill: #ffffff;
  stroke: #ffffff;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 8px;
}
.im-theme-blue .im-task-item__relation svg {
  fill: #111111;
  stroke: #111111;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 8px;
}
.im-theme-vk_dark_blue .im-task-item__relation svg {
  fill: #E1E3E6;
  stroke: #E1E3E6;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 8px;
}
.im-theme-vk_blue .im-task-item__relation svg {
  fill: #111111;
  stroke: #111111;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 8px;
}
.im-theme-dit_blue .im-task-item__relation svg {
  fill: #111111;
  stroke: #111111;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 8px;
}
.im-theme-myteam_green .im-task-item__relation svg {
  fill: #111111;
  stroke: #111111;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 8px;
}
.im-theme-dark_calls .im-task-item__relation svg {
  fill: #FFFFFF;
  stroke: #FFFFFF;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 8px;
}

/* Dummy bubble in history */
.im-task-card-dummy {
  width: 268px;
  max-width: 100%;
  height: 60px;
  position: relative;
}
.im-task-card-dummy::before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 8px;
}
body .im-task-card-dummy::before {
  background-color: #eceef3;
}
.im-theme-dark_green .im-task-card-dummy::before {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-task-card-dummy::before {
  background-color: #3c3d47;
}
.im-theme-blue .im-task-card-dummy::before {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-task-card-dummy::before {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-task-card-dummy::before {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-task-card-dummy::before {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-task-card-dummy::before {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-task-card-dummy::before {
  background-color: #1F1F1F;
}
.im-task-card-dummy::after {
  content: "";
  width: 58%;
  height: 12px;
  position: absolute;
  top: 48px;
  right: auto;
  bottom: auto;
  left: 0;
  border-radius: 6px;
}
body .im-task-card-dummy::after {
  background-color: #eceef3;
}
.im-theme-dark_green .im-task-card-dummy::after {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-task-card-dummy::after {
  background-color: #3c3d47;
}
.im-theme-blue .im-task-card-dummy::after {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-task-card-dummy::after {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-task-card-dummy::after {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-task-card-dummy::after {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-task-card-dummy::after {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-task-card-dummy::after {
  background-color: #1F1F1F;
}

/* Task status component */
.im-task-card__status-block {
  display: inline-flex;
}

.im-task-card__status {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: 5px 8px;
  height: 24px;
  border-radius: 12px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-task-card__status svg {
  display: none;
}
.im-task-card__status span {
  line-height: 16px;
  font-size: 12px;
  font-weight: 600;
}
body .im-task-card__status span {
  color: #000000;
}
.im-theme-dark_green .im-task-card__status span {
  color: #000000;
}
.im-theme-dark_blue .im-task-card__status span {
  color: #000000;
}
.im-theme-blue .im-task-card__status span {
  color: #000000;
}
.im-theme-vk_dark_blue .im-task-card__status span {
  color: #000000;
}
.im-theme-vk_blue .im-task-card__status span {
  color: #363637;
}
.im-theme-dit_blue .im-task-card__status span {
  color: #000000;
}
.im-theme-myteam_green .im-task-card__status span {
  color: #000000;
}
.im-theme-dark_calls .im-task-card__status span {
  color: #000000;
}

.im-task-card__status-editable {
  cursor: pointer;
  padding-right: 10px;
}
.im-task-card__status-editable svg {
  display: block;
  margin-left: 6px;
}
body .im-task-card__status-editable svg {
  stroke: #000000;
}
.im-theme-dark_green .im-task-card__status-editable svg {
  stroke: #000000;
}
.im-theme-dark_blue .im-task-card__status-editable svg {
  stroke: #000000;
}
.im-theme-blue .im-task-card__status-editable svg {
  stroke: #000000;
}
.im-theme-vk_dark_blue .im-task-card__status-editable svg {
  stroke: #000000;
}
.im-theme-vk_blue .im-task-card__status-editable svg {
  stroke: #363637;
}
.im-theme-dit_blue .im-task-card__status-editable svg {
  stroke: #000000;
}
.im-theme-myteam_green .im-task-card__status-editable svg {
  stroke: #000000;
}
.im-theme-dark_calls .im-task-card__status-editable svg {
  stroke: #000000;
}

body .im-task-card__status_new {
  background-color: #ffdfc6;
}
body .im-task-card__status_in_progress {
  background-color: #a1ceff;
}
body .im-task-card__status_ready {
  background-color: #acf1d4;
}
body .im-task-card__status_rejected {
  background-color: #ffc0c0;
}
body .im-task-card__status_closed {
  background-color: #d0d4de;
}

.im-theme-dark_green .im-task-card__status_new {
  background-color: #ffdfc6;
}
.im-theme-dark_green .im-task-card__status_in_progress {
  background-color: #a1ceff;
}
.im-theme-dark_green .im-task-card__status_ready {
  background-color: #acf1d4;
}
.im-theme-dark_green .im-task-card__status_rejected {
  background-color: #ffc0c0;
}
.im-theme-dark_green .im-task-card__status_closed {
  background-color: #d0d4de;
}

.im-theme-dark_blue .im-task-card__status_new {
  background-color: #ffdfc6;
}
.im-theme-dark_blue .im-task-card__status_in_progress {
  background-color: #a1ceff;
}
.im-theme-dark_blue .im-task-card__status_ready {
  background-color: #acf1d4;
}
.im-theme-dark_blue .im-task-card__status_rejected {
  background-color: #ffc0c0;
}
.im-theme-dark_blue .im-task-card__status_closed {
  background-color: #d0d4de;
}

.im-theme-blue .im-task-card__status_new {
  background-color: #ffdfc6;
}
.im-theme-blue .im-task-card__status_in_progress {
  background-color: #a1ceff;
}
.im-theme-blue .im-task-card__status_ready {
  background-color: #acf1d4;
}
.im-theme-blue .im-task-card__status_rejected {
  background-color: #ffc0c0;
}
.im-theme-blue .im-task-card__status_closed {
  background-color: #d0d4de;
}

.im-theme-vk_dark_blue .im-task-card__status_new {
  background-color: #ffdfc6;
}
.im-theme-vk_dark_blue .im-task-card__status_in_progress {
  background-color: #a1ceff;
}
.im-theme-vk_dark_blue .im-task-card__status_ready {
  background-color: #acf1d4;
}
.im-theme-vk_dark_blue .im-task-card__status_rejected {
  background-color: #ffbfbf;
}
.im-theme-vk_dark_blue .im-task-card__status_closed {
  background-color: #d0d4de;
}

.im-theme-vk_blue .im-task-card__status_new {
  background-color: #ffdfc6;
}
.im-theme-vk_blue .im-task-card__status_in_progress {
  background-color: #a1ceff;
}
.im-theme-vk_blue .im-task-card__status_ready {
  background-color: #acf1d4;
}
.im-theme-vk_blue .im-task-card__status_rejected {
  background-color: #ffbfbf;
}
.im-theme-vk_blue .im-task-card__status_closed {
  background-color: #d0d4de;
}

.im-theme-dit_blue .im-task-card__status_new {
  background-color: #ffdfc6;
}
.im-theme-dit_blue .im-task-card__status_in_progress {
  background-color: #a1ceff;
}
.im-theme-dit_blue .im-task-card__status_ready {
  background-color: #acf1d4;
}
.im-theme-dit_blue .im-task-card__status_rejected {
  background-color: #ffc0c0;
}
.im-theme-dit_blue .im-task-card__status_closed {
  background-color: #d0d4de;
}

.im-theme-myteam_green .im-task-card__status_new {
  background-color: #ffdfc6;
}
.im-theme-myteam_green .im-task-card__status_in_progress {
  background-color: #a1ceff;
}
.im-theme-myteam_green .im-task-card__status_ready {
  background-color: #acf1d4;
}
.im-theme-myteam_green .im-task-card__status_rejected {
  background-color: #ffc0c0;
}
.im-theme-myteam_green .im-task-card__status_closed {
  background-color: #d0d4de;
}

.im-theme-dark_calls .im-task-card__status_new {
  background-color: #ffdfc6;
}
.im-theme-dark_calls .im-task-card__status_in_progress {
  background-color: #a1ceff;
}
.im-theme-dark_calls .im-task-card__status_ready {
  background-color: #acf1d4;
}
.im-theme-dark_calls .im-task-card__status_rejected {
  background-color: #ffc0c0;
}
.im-theme-dark_calls .im-task-card__status_closed {
  background-color: #d0d4de;
}

.im-desktop .im-task-card__status-editable.im-task-card__status_new:hover {
  background-color: #ffcea8;
}
.im-desktop .im-task-card__status-editable.im-task-card__status_new:active, .im-desktop .im-task-card__status-editable.im-task-card__status_new:focus {
  background-color: #ffc293;
}
.im-desktop .im-task-card__status-editable.im-task-card__status_in_progress:hover {
  background-color: #6dabe9;
}
.im-desktop .im-task-card__status-editable.im-task-card__status_in_progress:active, .im-desktop .im-task-card__status-editable.im-task-card__status_in_progress:focus {
  background-color: #4e92dc;
}
.im-desktop .im-task-card__status-editable.im-task-card__status_ready:hover {
  background-color: #7fdcc6;
}
.im-desktop .im-task-card__status-editable.im-task-card__status_ready:active, .im-desktop .im-task-card__status-editable.im-task-card__status_ready:focus {
  background-color: #62cdb4;
}
.im-desktop .im-task-card__status-editable.im-task-card__status_rejected:hover {
  background-color: #fea3a3;
}
.im-desktop .im-task-card__status-editable.im-task-card__status_rejected:active, .im-desktop .im-task-card__status-editable.im-task-card__status_rejected:focus {
  background-color: #ff8484;
}
.im-desktop .im-task-card__status-editable.im-task-card__status_closed:hover {
  background-color: #b9becd;
}
.im-desktop .im-task-card__status-editable.im-task-card__status_closed:active, .im-desktop .im-task-card__status-editable.im-task-card__status_closed:focus {
  background-color: #9ca6c5;
}

.im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_new:hover {
  background-color: #ffcea8;
}
.im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_new:active, .im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_new:focus {
  background-color: #ffc293;
}
.im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_in_progress:hover {
  background-color: #6dabe9;
}
.im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_in_progress:active, .im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_in_progress:focus {
  background-color: #4e92dc;
}
.im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_ready:hover {
  background-color: #7fdcc6;
}
.im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_ready:active, .im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_ready:focus {
  background-color: #62cdb4;
}
.im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_rejected:hover {
  background-color: #fea3a3;
}
.im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_rejected:active, .im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_rejected:focus {
  background-color: #ff8484;
}
.im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_closed:hover {
  background-color: #b9becd;
}
.im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_closed:active, .im-desktop.im-theme-dark_green .im-task-card__status-editable.im-task-card__status_closed:focus {
  background-color: #9ca6c5;
}

.im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_new:hover {
  background-color: #ffcea8;
}
.im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_new:active, .im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_new:focus {
  background-color: #ffc293;
}
.im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_in_progress:hover {
  background-color: #6dabe9;
}
.im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_in_progress:active, .im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_in_progress:focus {
  background-color: #4e92dc;
}
.im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_ready:hover {
  background-color: #7fdcc6;
}
.im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_ready:active, .im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_ready:focus {
  background-color: #62cdb4;
}
.im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_rejected:hover {
  background-color: #fea3a3;
}
.im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_rejected:active, .im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_rejected:focus {
  background-color: #ff8484;
}
.im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_closed:hover {
  background-color: #b9becd;
}
.im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_closed:active, .im-desktop.im-theme-dark_blue .im-task-card__status-editable.im-task-card__status_closed:focus {
  background-color: #9ca6c5;
}

.im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_new:hover {
  background-color: #ffcea8;
}
.im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_new:active, .im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_new:focus {
  background-color: #ffc293;
}
.im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_in_progress:hover {
  background-color: #6dabe9;
}
.im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_in_progress:active, .im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_in_progress:focus {
  background-color: #4e92dc;
}
.im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_ready:hover {
  background-color: #7fdcc6;
}
.im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_ready:active, .im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_ready:focus {
  background-color: #62cdb4;
}
.im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_rejected:hover {
  background-color: #fea3a3;
}
.im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_rejected:active, .im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_rejected:focus {
  background-color: #ff8484;
}
.im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_closed:hover {
  background-color: #b9becd;
}
.im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_closed:active, .im-desktop.im-theme-blue .im-task-card__status-editable.im-task-card__status_closed:focus {
  background-color: #9ca6c5;
}

.im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_new:hover {
  background-color: #ffcea8;
}
.im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_new:active, .im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_new:focus {
  background-color: #ffc293;
}
.im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_in_progress:hover {
  background-color: #6dabe9;
}
.im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_in_progress:active, .im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_in_progress:focus {
  background-color: #4e92dc;
}
.im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_ready:hover {
  background-color: #7fdcc6;
}
.im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_ready:active, .im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_ready:focus {
  background-color: #62cdb4;
}
.im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_rejected:hover {
  background-color: #fea3a3;
}
.im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_rejected:active, .im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_rejected:focus {
  background-color: #ff8484;
}
.im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_closed:hover {
  background-color: #b9becd;
}
.im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_closed:active, .im-desktop.im-theme-vk_dark_blue .im-task-card__status-editable.im-task-card__status_closed:focus {
  background-color: #9ca6c5;
}

.im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_new:hover {
  background-color: #ffcea8;
}
.im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_new:active, .im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_new:focus {
  background-color: #ffc293;
}
.im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_in_progress:hover {
  background-color: #6dabe9;
}
.im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_in_progress:active, .im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_in_progress:focus {
  background-color: #4e92dc;
}
.im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_ready:hover {
  background-color: #7fdcc6;
}
.im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_ready:active, .im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_ready:focus {
  background-color: #62cdb4;
}
.im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_rejected:hover {
  background-color: #fea3a3;
}
.im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_rejected:active, .im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_rejected:focus {
  background-color: #ff8484;
}
.im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_closed:hover {
  background-color: #b9becd;
}
.im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_closed:active, .im-desktop.im-theme-vk_blue .im-task-card__status-editable.im-task-card__status_closed:focus {
  background-color: #9ca6c5;
}

.im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_new:hover {
  background-color: #ffcea8;
}
.im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_new:active, .im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_new:focus {
  background-color: #ffc293;
}
.im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_in_progress:hover {
  background-color: #6dabe9;
}
.im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_in_progress:active, .im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_in_progress:focus {
  background-color: #4e92dc;
}
.im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_ready:hover {
  background-color: #7fdcc6;
}
.im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_ready:active, .im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_ready:focus {
  background-color: #62cdb4;
}
.im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_rejected:hover {
  background-color: #fea3a3;
}
.im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_rejected:active, .im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_rejected:focus {
  background-color: #ff8484;
}
.im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_closed:hover {
  background-color: #b9becd;
}
.im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_closed:active, .im-desktop.im-theme-dit_blue .im-task-card__status-editable.im-task-card__status_closed:focus {
  background-color: #9ca6c5;
}

.im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_new:hover {
  background-color: #ffcea8;
}
.im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_new:active, .im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_new:focus {
  background-color: #ffc293;
}
.im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_in_progress:hover {
  background-color: #6dabe9;
}
.im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_in_progress:active, .im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_in_progress:focus {
  background-color: #4e92dc;
}
.im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_ready:hover {
  background-color: #7fdcc6;
}
.im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_ready:active, .im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_ready:focus {
  background-color: #62cdb4;
}
.im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_rejected:hover {
  background-color: #fea3a3;
}
.im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_rejected:active, .im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_rejected:focus {
  background-color: #ff8484;
}
.im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_closed:hover {
  background-color: #b9becd;
}
.im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_closed:active, .im-desktop.im-theme-myteam_green .im-task-card__status-editable.im-task-card__status_closed:focus {
  background-color: #9ca6c5;
}

.im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_new:hover {
  background-color: #ffcea8;
}
.im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_new:active, .im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_new:focus {
  background-color: #ffc293;
}
.im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_in_progress:hover {
  background-color: #6dabe9;
}
.im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_in_progress:active, .im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_in_progress:focus {
  background-color: #4e92dc;
}
.im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_ready:hover {
  background-color: #7fdcc6;
}
.im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_ready:active, .im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_ready:focus {
  background-color: #62cdb4;
}
.im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_rejected:hover {
  background-color: #fea3a3;
}
.im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_rejected:active, .im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_rejected:focus {
  background-color: #ff8484;
}
.im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_closed:hover {
  background-color: #b9becd;
}
.im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_closed:active, .im-desktop.im-theme-dark_calls .im-task-card__status-editable.im-task-card__status_closed:focus {
  background-color: #9ca6c5;
}

/* Task bubble in history */
body .im-message_self .im-task-card-dummy::before, body .im-message_self .im-task-card-dummy::after {
  background-color: #C8F9D4;
}
.im-theme-dark_green .im-message_self .im-task-card-dummy::before, .im-theme-dark_green .im-message_self .im-task-card-dummy::after {
  background-color: #4C8959;
}
.im-theme-dark_blue .im-message_self .im-task-card-dummy::before, .im-theme-dark_blue .im-message_self .im-task-card-dummy::after {
  background-color: #2A4A71;
}
.im-theme-blue .im-message_self .im-task-card-dummy::before, .im-theme-blue .im-message_self .im-task-card-dummy::after {
  background-color: #AAD7FF;
}
.im-theme-vk_dark_blue .im-message_self .im-task-card-dummy::before, .im-theme-vk_dark_blue .im-message_self .im-task-card-dummy::after {
  background-color: #2A4A71;
}
.im-theme-vk_blue .im-message_self .im-task-card-dummy::before, .im-theme-vk_blue .im-message_self .im-task-card-dummy::after {
  background-color: #AAD7FF;
}
.im-theme-dit_blue .im-message_self .im-task-card-dummy::before, .im-theme-dit_blue .im-message_self .im-task-card-dummy::after {
  background-color: #B1D6FF;
}
.im-theme-myteam_green .im-message_self .im-task-card-dummy::before, .im-theme-myteam_green .im-message_self .im-task-card-dummy::after {
  background-color: #C6F5D9;
}
.im-theme-dark_calls .im-message_self .im-task-card-dummy::before, .im-theme-dark_calls .im-message_self .im-task-card-dummy::after {
  background-color: #044CA1;
}
body .im-message_self .im-task-card__no-avatar {
  background-color: #C8F9D4;
}
.im-theme-dark_green .im-message_self .im-task-card__no-avatar {
  background-color: #4C8959;
}
.im-theme-dark_blue .im-message_self .im-task-card__no-avatar {
  background-color: #2A4A71;
}
.im-theme-blue .im-message_self .im-task-card__no-avatar {
  background-color: #AAD7FF;
}
.im-theme-vk_dark_blue .im-message_self .im-task-card__no-avatar {
  background-color: #2A4A71;
}
.im-theme-vk_blue .im-message_self .im-task-card__no-avatar {
  background-color: #AAD7FF;
}
.im-theme-dit_blue .im-message_self .im-task-card__no-avatar {
  background-color: #B1D6FF;
}
.im-theme-myteam_green .im-message_self .im-task-card__no-avatar {
  background-color: #C6F5D9;
}
.im-theme-dark_calls .im-message_self .im-task-card__no-avatar {
  background-color: #044CA1;
}
body .im-message_self .im-task-card__no-avatar svg {
  stroke: #838690;
}
.im-theme-dark_green .im-message_self .im-task-card__no-avatar svg {
  stroke: #7e848f;
}
.im-theme-dark_blue .im-message_self .im-task-card__no-avatar svg {
  stroke: #7e848f;
}
.im-theme-blue .im-message_self .im-task-card__no-avatar svg {
  stroke: #838690;
}
.im-theme-vk_dark_blue .im-message_self .im-task-card__no-avatar svg {
  stroke: #909499;
}
.im-theme-vk_blue .im-message_self .im-task-card__no-avatar svg {
  stroke: #818C99;
}
.im-theme-dit_blue .im-message_self .im-task-card__no-avatar svg {
  stroke: #838690;
}
.im-theme-myteam_green .im-message_self .im-task-card__no-avatar svg {
  stroke: #838690;
}
.im-theme-dark_calls .im-message_self .im-task-card__no-avatar svg {
  stroke: #9C9C9C;
}

/* Task list */
body .im-tasklist .app-content, body .im-create-filter .app-content {
  background-color: #F0F3F5;
}
.im-theme-dark_green .im-tasklist .app-content, .im-theme-dark_green .im-create-filter .app-content {
  background-color: #21222A;
}
.im-theme-dark_blue .im-tasklist .app-content, .im-theme-dark_blue .im-create-filter .app-content {
  background-color: #21222A;
}
.im-theme-blue .im-tasklist .app-content, .im-theme-blue .im-create-filter .app-content {
  background-color: #F0F3F5;
}
.im-theme-vk_dark_blue .im-tasklist .app-content, .im-theme-vk_dark_blue .im-create-filter .app-content {
  background-color: #21222A;
}
.im-theme-vk_blue .im-tasklist .app-content, .im-theme-vk_blue .im-create-filter .app-content {
  background-color: #F6F6F6;
}
.im-theme-dit_blue .im-tasklist .app-content, .im-theme-dit_blue .im-create-filter .app-content {
  background-color: #F0F3F5;
}
.im-theme-myteam_green .im-tasklist .app-content, .im-theme-myteam_green .im-create-filter .app-content {
  background-color: #F0F3F5;
}
.im-theme-dark_calls .im-tasklist .app-content, .im-theme-dark_calls .im-create-filter .app-content {
  background-color: #1F1F1F;
}

.im-mode_hide-tasklist-topbar .im-tasklist .app-topbar {
  display: none;
}
.im-mode_hide-tasklist-topbar .im-tasklist .app-content {
  top: 0;
}

.im-tasklist-icon {
  position: absolute;
  top: 12px;
  right: auto;
  bottom: auto;
  left: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: none;
}
body .im-tasklist-icon {
  background-color: #1DCF67;
}
body .im-tasklist-icon svg {
  fill: #21D86A;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 6px;
}
.im-theme-dark_green .im-tasklist-icon {
  background-color: #2A4533;
}
.im-theme-dark_green .im-tasklist-icon svg {
  fill: #0ADC5E;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 6px;
}
.im-theme-dark_blue .im-tasklist-icon {
  background-color: #253956;
}
.im-theme-dark_blue .im-tasklist-icon svg {
  fill: #2e91ff;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 6px;
}
.im-theme-blue .im-tasklist-icon {
  background-color: #429BF6;
}
.im-theme-blue .im-tasklist-icon svg {
  fill: #2D90F5;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 6px;
}
.im-theme-vk_dark_blue .im-tasklist-icon {
  background-color: #2A3F57;
}
.im-theme-vk_dark_blue .im-tasklist-icon svg {
  fill: #71AAEB;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 6px;
}
.im-theme-vk_blue .im-tasklist-icon {
  background-color: #3F8AE0;
}
.im-theme-vk_blue .im-tasklist-icon svg {
  fill: #3F8AE0;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 6px;
}
.im-theme-dit_blue .im-tasklist-icon {
  background-color: #EAF1F9;
}
.im-theme-dit_blue .im-tasklist-icon svg {
  fill: #2E72BF;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 6px;
}
.im-theme-myteam_green .im-tasklist-icon {
  background-color: #E8FBF4;
}
.im-theme-myteam_green .im-tasklist-icon svg {
  fill: #18D893;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 6px;
}
.im-theme-dark_calls .im-tasklist-icon {
  background-color: #004BA4;
}
.im-theme-dark_calls .im-tasklist-icon svg {
  fill: #0C7CFF;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 6px;
}

.im-tasklist-wrap-list {
  padding: 4px 12px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
}

.im-tasklist-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.im-mobile .im-tasklist-wrap {
  overflow: auto;
}

.im-mobile .im-tasklist-wrap {
  overflow: auto;
}

.im-tasklist-spinner {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  width: 98%;
  text-align: center;
  display: none;
}

.im-tasklist__no-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 436px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  border-radius: 8px;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  padding: 20px 28px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-tasklist__no-items {
  background-color: #e4e7ef;
  color: #8e94a2;
}
.im-theme-dark_green .im-tasklist__no-items {
  background-color: #444551;
  color: #8c8d9c;
}
.im-theme-dark_blue .im-tasklist__no-items {
  background-color: #444551;
  color: #8c8d9c;
}
.im-theme-blue .im-tasklist__no-items {
  background-color: #e4e7ef;
  color: #8e94a2;
}
.im-theme-vk_dark_blue .im-tasklist__no-items {
  background-color: #444551;
  color: #818385;
}
.im-theme-vk_blue .im-tasklist__no-items {
  background-color: #E4E7EF;
  color: #9199A3;
}
.im-theme-dit_blue .im-tasklist__no-items {
  background-color: #e4e7ef;
  color: #8e94a2;
}
.im-theme-myteam_green .im-tasklist__no-items {
  background-color: #e4e7ef;
  color: #8e94a2;
}
.im-theme-dark_calls .im-tasklist__no-items {
  background-color: #0F0F0F;
  color: #858585;
}
.im-tasklist__no-items .im-button-2021 {
  margin-top: 16px;
}

.im-tasklist__no-items__title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  width: 100%;
}

.im-tasklist__no-items__plug {
  max-width: 258px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  width: max-content;
  white-space: break-spaces;
}
.im-tasklist__no-items__plug .imButton {
  cursor: pointer;
}
body .im-tasklist__no-items__plug .imButton {
  color: #21D86A;
}
.im-theme-dark_green .im-tasklist__no-items__plug .imButton {
  color: #0ADC5E;
}
.im-theme-dark_blue .im-tasklist__no-items__plug .imButton {
  color: #2e91ff;
}
.im-theme-blue .im-tasklist__no-items__plug .imButton {
  color: #2D90F5;
}
.im-theme-vk_dark_blue .im-tasklist__no-items__plug .imButton {
  color: #71AAEB;
}
.im-theme-vk_blue .im-tasklist__no-items__plug .imButton {
  color: #3F8AE0;
}
.im-theme-dit_blue .im-tasklist__no-items__plug .imButton {
  color: #2E72BF;
}
.im-theme-myteam_green .im-tasklist__no-items__plug .imButton {
  color: #18D893;
}
.im-theme-dark_calls .im-tasklist__no-items__plug .imButton {
  color: #0C7CFF;
}

.im-tasklist__top-button {
  height: 32px;
  width: 32px;
  cursor: pointer;
  position: absolute;
  right: 22px;
  top: 12px;
}
body .im-tasklist__top-button svg path {
  stroke: #21D86A;
}
body .im-tasklist__top-button svg:hover path {
  stroke: #1EC360;
}
body .im-tasklist__top-button svg:active path, body .im-tasklist__top-button svg:focus path {
  stroke: #1BB157;
}
.im-theme-dark_green .im-tasklist__top-button svg path {
  stroke: #0ADC5E;
}
.im-theme-dark_green .im-tasklist__top-button svg:hover path {
  stroke: #0BF468;
}
.im-theme-dark_green .im-tasklist__top-button svg:active path, .im-theme-dark_green .im-tasklist__top-button svg:focus path {
  stroke: #3CF686;
}
.im-theme-dark_blue .im-tasklist__top-button svg path {
  stroke: #2e91ff;
}
.im-theme-dark_blue .im-tasklist__top-button svg:hover path {
  stroke: #479dff;
}
.im-theme-dark_blue .im-tasklist__top-button svg:active path, .im-theme-dark_blue .im-tasklist__top-button svg:focus path {
  stroke: #3b96ff;
}
.im-theme-blue .im-tasklist__top-button svg path {
  stroke: #2D90F5;
}
.im-theme-blue .im-tasklist__top-button svg:hover path {
  stroke: #2C84DF;
}
.im-theme-blue .im-tasklist__top-button svg:active path, .im-theme-blue .im-tasklist__top-button svg:focus path {
  stroke: #317BC7;
}
.im-theme-vk_dark_blue .im-tasklist__top-button svg path {
  stroke: #71AAEB;
}
.im-theme-vk_dark_blue .im-tasklist__top-button svg:hover path {
  stroke: #6A9EDB;
}
.im-theme-vk_dark_blue .im-tasklist__top-button svg:active path, .im-theme-vk_dark_blue .im-tasklist__top-button svg:focus path {
  stroke: #5A88BC;
}
.im-theme-vk_blue .im-tasklist__top-button svg path {
  stroke: #3F8AE0;
}
.im-theme-vk_blue .im-tasklist__top-button svg:hover path {
  stroke: #3C85D7;
}
.im-theme-vk_blue .im-tasklist__top-button svg:active path, .im-theme-vk_blue .im-tasklist__top-button svg:focus path {
  stroke: #2975CC;
}
.im-theme-dit_blue .im-tasklist__top-button svg path {
  stroke: #2E72BF;
}
.im-theme-dit_blue .im-tasklist__top-button svg:hover path {
  stroke: #2769B5;
}
.im-theme-dit_blue .im-tasklist__top-button svg:active path, .im-theme-dit_blue .im-tasklist__top-button svg:focus path {
  stroke: #2061AB;
}
.im-theme-myteam_green .im-tasklist__top-button svg path {
  stroke: #18D893;
}
.im-theme-myteam_green .im-tasklist__top-button svg:hover path {
  stroke: #1AD08E;
}
.im-theme-myteam_green .im-tasklist__top-button svg:active path, .im-theme-myteam_green .im-tasklist__top-button svg:focus path {
  stroke: #1CC88A;
}
.im-theme-dark_calls .im-tasklist__top-button svg path {
  stroke: #0C7CFF;
}
.im-theme-dark_calls .im-tasklist__top-button svg:hover path {
  stroke: #005BEF;
}
.im-theme-dark_calls .im-tasklist__top-button svg:active path, .im-theme-dark_calls .im-tasklist__top-button svg:focus path {
  stroke: #0057E5;
}

/* Create task */
.im-task-create {
  width: 400px;
  max-width: 400px;
  overflow: visible;
}
.im-task-create .im-modal-box__title {
  padding-top: 24px;
  text-align: center;
  font-size: 22px;
}
body .im-task-create .im-modal-box__title {
  border-bottom-color: #eceef3;
}
.im-theme-dark_green .im-task-create .im-modal-box__title {
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-task-create .im-modal-box__title {
  border-bottom-color: #3c3d47;
}
.im-theme-blue .im-task-create .im-modal-box__title {
  border-bottom-color: #eceef3;
}
.im-theme-vk_dark_blue .im-task-create .im-modal-box__title {
  border-bottom-color: #3C3D47;
}
.im-theme-vk_blue .im-task-create .im-modal-box__title {
  border-bottom-color: #ECEEF3;
}
.im-theme-dit_blue .im-task-create .im-modal-box__title {
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-task-create .im-modal-box__title {
  border-bottom-color: #eceef3;
}
.im-theme-dark_calls .im-task-create .im-modal-box__title {
  border-bottom-color: #1F1F1F;
}
.im-task-create .im-modal-box__body {
  overflow: visible;
  max-width: none;
  position: relative;
  padding: 0 28px 16px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* mobile dialog */
.im-mobile .im-task-create {
  top: 0;
  border-radius: 0;
}
.im-mobile .im-task-create .im-modal-box__title {
  display: none;
}
.im-mobile .im-task-create .im-modal-box__body {
  padding: 12px 12px 19px;
  overflow-y: scroll;
  top: 0;
}
.im-mobile .im-task-create .im-modal-box__bottom {
  padding: 2px 12px 12px;
  line-height: normal;
}
.im-mobile .im-task-create .im-modal-box__bottom .im-mobile-button {
  font-weight: bold;
}
.im-mobile .im-task-create__assignee-wrap .im-suggest-item {
  height: 40px;
  line-height: 40px;
}

.im-task-create__wrap {
  font-size: 0;
}

.im-task-create__title__outer {
  position: relative;
  margin-bottom: 4px;
  margin-top: 4px;
}

.im-task-create__title__wrap {
  overflow: auto;
  padding: 0;
  height: auto;
  width: 100%;
  max-height: 96px;
}

body .im-task-create__title__wrap_focused {
  border-color: #21D86A;
}
.im-theme-dark_green .im-task-create__title__wrap_focused {
  border-color: #0ADC5E;
}
.im-theme-dark_blue .im-task-create__title__wrap_focused {
  border-color: #2e91ff;
}
.im-theme-blue .im-task-create__title__wrap_focused {
  border-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-task-create__title__wrap_focused {
  border-color: #71AAEB;
}
.im-theme-vk_blue .im-task-create__title__wrap_focused {
  border-color: #3F8AE0;
}
.im-theme-dit_blue .im-task-create__title__wrap_focused {
  border-color: #2E72BF;
}
.im-theme-myteam_green .im-task-create__title__wrap_focused {
  border-color: #18D893;
}
.im-theme-dark_calls .im-task-create__title__wrap_focused {
  border-color: #0C7CFF;
}

.im-task-create__title {
  padding: 11px 12px;
  outline: none;
  white-space: pre-wrap;
}

.im-task-create__assignee-wrap {
  position: relative;
  min-height: 40px;
  margin-top: 4px;
  margin-bottom: 12px;
}
.im-task-create__assignee-wrap .im-suggestbox {
  left: 0;
  right: 0;
  border-width: 0;
  border-radius: 8px;
}
body .im-task-create__assignee-wrap .im-suggestbox {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.im-theme-dark_green .im-task-create__assignee-wrap .im-suggestbox {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.im-theme-dark_blue .im-task-create__assignee-wrap .im-suggestbox {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.im-theme-blue .im-task-create__assignee-wrap .im-suggestbox {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.im-theme-vk_dark_blue .im-task-create__assignee-wrap .im-suggestbox {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.im-theme-vk_blue .im-task-create__assignee-wrap .im-suggestbox {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.im-theme-dit_blue .im-task-create__assignee-wrap .im-suggestbox {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.im-theme-myteam_green .im-task-create__assignee-wrap .im-suggestbox {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.im-theme-dark_calls .im-task-create__assignee-wrap .im-suggestbox {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.im-task-create__assignee-wrap .im-list {
  border-radius: 8px;
}

.im-task-create__title-counter {
  float: right;
  font-size: 12px;
  line-height: 12px;
}
body .im-task-create__title-counter {
  color: #838690;
}
body .im-task-create__title-counter.im-counter-error {
  color: #f83e33;
}
.im-theme-dark_green .im-task-create__title-counter {
  color: #7e848f;
}
.im-theme-dark_green .im-task-create__title-counter.im-counter-error {
  color: #f75d5d;
}
.im-theme-dark_blue .im-task-create__title-counter {
  color: #7e848f;
}
.im-theme-dark_blue .im-task-create__title-counter.im-counter-error {
  color: #f75d5d;
}
.im-theme-blue .im-task-create__title-counter {
  color: #838690;
}
.im-theme-blue .im-task-create__title-counter.im-counter-error {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-task-create__title-counter {
  color: #909499;
}
.im-theme-vk_dark_blue .im-task-create__title-counter.im-counter-error {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-task-create__title-counter {
  color: #818C99;
}
.im-theme-vk_blue .im-task-create__title-counter.im-counter-error {
  color: #FF3347;
}
.im-theme-dit_blue .im-task-create__title-counter {
  color: #838690;
}
.im-theme-dit_blue .im-task-create__title-counter.im-counter-error {
  color: #f83e33;
}
.im-theme-myteam_green .im-task-create__title-counter {
  color: #838690;
}
.im-theme-myteam_green .im-task-create__title-counter.im-counter-error {
  color: #EC264A;
}
.im-theme-dark_calls .im-task-create__title-counter {
  color: #9C9C9C;
}
.im-theme-dark_calls .im-task-create__title-counter.im-counter-error {
  color: #FC2C38;
}

.im-task-create__title-warning {
  font-size: 12px;
  line-height: 12px;
  min-height: 12px;
  margin-bottom: 6px;
}
body .im-task-create__title-warning {
  color: #f83e33;
}
.im-theme-dark_green .im-task-create__title-warning {
  color: #f75d5d;
}
.im-theme-dark_blue .im-task-create__title-warning {
  color: #f75d5d;
}
.im-theme-blue .im-task-create__title-warning {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-task-create__title-warning {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-task-create__title-warning {
  color: #FF3347;
}
.im-theme-dit_blue .im-task-create__title-warning {
  color: #f83e33;
}
.im-theme-myteam_green .im-task-create__title-warning {
  color: #EC264A;
}
.im-theme-dark_calls .im-task-create__title-warning {
  color: #FC2C38;
}

.im-task-create__label {
  font-size: 14px;
  letter-spacing: -0.004em;
  white-space: nowrap;
}
body .im-task-create__label {
  color: #838690;
}
.im-theme-dark_green .im-task-create__label {
  color: #7e848f;
}
.im-theme-dark_blue .im-task-create__label {
  color: #7e848f;
}
.im-theme-blue .im-task-create__label {
  color: #838690;
}
.im-theme-vk_dark_blue .im-task-create__label {
  color: #909499;
}
.im-theme-vk_blue .im-task-create__label {
  color: #818C99;
}
.im-theme-dit_blue .im-task-create__label {
  color: #838690;
}
.im-theme-myteam_green .im-task-create__label {
  color: #838690;
}
.im-theme-dark_calls .im-task-create__label {
  color: #9C9C9C;
}

.im-task-create__datetime {
  position: relative;
  display: flex;
}

.im-task-create__datetime_no-label .im-task-create__label {
  display: none;
}

.im-field-textinput_duedate,
.im-field-textinput_duetime {
  display: flex;
  margin-top: 4px;
  width: 100%;
  -webkit-appearance: none;
}
.im-field-textinput_duedate::-webkit-inner-spin-button, .im-field-textinput_duedate::-webkit-calendar-picker-indicator,
.im-field-textinput_duetime::-webkit-inner-spin-button,
.im-field-textinput_duetime::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.im-task-create__date {
  flex: 1 1 166px;
  padding-right: 6px;
}

.im-task-create__time {
  flex: 1 2 166px;
  padding-left: 6px;
}

.im-task-statusmenu {
  z-index: 9999;
  position: absolute;
  padding: 4px 0;
  overflow: hidden;
  min-height: 44px;
  min-width: 130px;
  display: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
}
body .im-task-statusmenu {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.im-theme-dark_green .im-task-statusmenu {
  background-color: #2b2c34;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.im-theme-dark_blue .im-task-statusmenu {
  background-color: #2b2c34;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.im-theme-blue .im-task-statusmenu {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.im-theme-vk_dark_blue .im-task-statusmenu {
  background-color: #2B2C34;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.im-theme-vk_blue .im-task-statusmenu {
  background-color: #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.im-theme-dit_blue .im-task-statusmenu {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.im-theme-myteam_green .im-task-statusmenu {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.im-theme-dark_calls .im-task-statusmenu {
  background-color: #2B2B2B;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.im-task-statusmenu__item {
  height: 36px;
  line-height: 36px;
  padding: 0 28px 0 20px;
  font-size: 15px;
  font-weight: normal;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: arial, sans-serif;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-task-statusmenu__item {
  color: #111111;
}
.im-theme-dark_green .im-task-statusmenu__item {
  color: #ffffff;
}
.im-theme-dark_blue .im-task-statusmenu__item {
  color: #ffffff;
}
.im-theme-blue .im-task-statusmenu__item {
  color: #111111;
}
.im-theme-vk_dark_blue .im-task-statusmenu__item {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-task-statusmenu__item {
  color: #111111;
}
.im-theme-dit_blue .im-task-statusmenu__item {
  color: #111111;
}
.im-theme-myteam_green .im-task-statusmenu__item {
  color: #111111;
}
.im-theme-dark_calls .im-task-statusmenu__item {
  color: #FFFFFF;
}

.im-task-statusmenu__item_active {
  font-weight: bold;
}

.im-task-card__mention {
  font-weight: 500;
  font-size: 12px;
  font-family: arial, sans-serif;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-indent: 0;
  border-radius: 50%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}
body .im-task-card__mention {
  background-color: #C8F9D4;
}
body .im-task-card__mention svg {
  width: 8.37px;
  height: 8.37px;
}
body .im-task-card__mention svg path {
  stroke: #21D86A;
}
.im-theme-dark_green .im-task-card__mention {
  background-color: #4C8959;
}
.im-theme-dark_green .im-task-card__mention svg {
  width: 8.37px;
  height: 8.37px;
}
.im-theme-dark_green .im-task-card__mention svg path {
  stroke: #0ADC5E;
}
.im-theme-dark_blue .im-task-card__mention {
  background-color: #2A4A71;
}
.im-theme-dark_blue .im-task-card__mention svg {
  width: 8.37px;
  height: 8.37px;
}
.im-theme-dark_blue .im-task-card__mention svg path {
  stroke: #2e91ff;
}
.im-theme-blue .im-task-card__mention {
  background-color: #AAD7FF;
}
.im-theme-blue .im-task-card__mention svg {
  width: 8.37px;
  height: 8.37px;
}
.im-theme-blue .im-task-card__mention svg path {
  stroke: #2D90F5;
}
.im-theme-vk_dark_blue .im-task-card__mention {
  background-color: #2A4A71;
}
.im-theme-vk_dark_blue .im-task-card__mention svg {
  width: 8.37px;
  height: 8.37px;
}
.im-theme-vk_dark_blue .im-task-card__mention svg path {
  stroke: #71AAEB;
}
.im-theme-vk_blue .im-task-card__mention {
  background-color: #AAD7FF;
}
.im-theme-vk_blue .im-task-card__mention svg {
  width: 8.37px;
  height: 8.37px;
}
.im-theme-vk_blue .im-task-card__mention svg path {
  stroke: #3F8AE0;
}
.im-theme-dit_blue .im-task-card__mention {
  background-color: #B1D6FF;
}
.im-theme-dit_blue .im-task-card__mention svg {
  width: 8.37px;
  height: 8.37px;
}
.im-theme-dit_blue .im-task-card__mention svg path {
  stroke: #2E72BF;
}
.im-theme-myteam_green .im-task-card__mention {
  background-color: #C6F5D9;
}
.im-theme-myteam_green .im-task-card__mention svg {
  width: 8.37px;
  height: 8.37px;
}
.im-theme-myteam_green .im-task-card__mention svg path {
  stroke: #18D893;
}
.im-theme-dark_calls .im-task-card__mention {
  background-color: #044CA1;
}
.im-theme-dark_calls .im-task-card__mention svg {
  width: 8.37px;
  height: 8.37px;
}
.im-theme-dark_calls .im-task-card__mention svg path {
  stroke: #0C7CFF;
}

.im-task-card__round-holder {
  display: inline-flex;
  margin-bottom: 12px;
  margin-left: auto;
  margin-top: 6px;
}

.im-task-item__three-dots {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  margin-right: -6px;
  margin-left: 8px;
  min-width: 50px;
  max-width: 50px;
}
.im-task-item__three-dots .im-task-item__three-dots_hidden {
  visibility: hidden;
}
body .im-task-item__three-dots circle {
  fill: #b7bcc9;
}
.im-theme-dark_green .im-task-item__three-dots circle {
  fill: #7e848f;
}
.im-theme-dark_blue .im-task-item__three-dots circle {
  fill: #7e848f;
}
.im-theme-blue .im-task-item__three-dots circle {
  fill: #b7bcc9;
}
.im-theme-vk_dark_blue .im-task-item__three-dots circle {
  fill: #76787A;
}
.im-theme-vk_blue .im-task-item__three-dots circle {
  fill: #99A2AD;
}
.im-theme-dit_blue .im-task-item__three-dots circle {
  fill: #b7bcc9;
}
.im-theme-myteam_green .im-task-item__three-dots circle {
  fill: #b7bcc9;
}
.im-theme-dark_calls .im-task-item__three-dots circle {
  fill: #949494;
}

.im-task-item__three-dots__wrapper {
  margin: 0 0 0 auto;
}

.im-tasklist_go-up {
  /*@if ($property == transform) or ($property == box-shadow) or ($property == border-radius) {
      $real_val: $val;
      $val: $property $val, -o- + $property $val, -webkit- + $property $val;
      @if ($excludeFF == false) {
          $val: $val, -moz- + $property $real_val;
      }
  } @else {*/
  transition: top 300ms;
  -moz-transition: top 300ms;
  -o-transition: top 300ms;
  -webkit-transition: top 300ms;
  bottom: -45px;
}
.im-tasklist_go-up::before {
  content: "";
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 8px;
}
body .im-tasklist_go-up::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-tasklist_go-up::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-tasklist_go-up::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-tasklist_go-up::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-tasklist_go-up::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-tasklist_go-up::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-tasklist_go-up::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-tasklist_go-up::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-tasklist_go-up::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 13.3334L10 5.83337L2.5 13.3334' stroke='%23B7BCC9' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  background-size: 20px;
  width: 20px;
  height: 20px;
  mask-size: 20px;
  -webkit-mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-tasklist_go-up.im-tasklist_go-up_visible {
  top: 10px;
}
.im-tasklist_go-up span {
  display: inline-block;
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: auto;
  left: auto;
  border-radius: 10px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 0;
  padding: 0 5px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-family: arial, sans-serif;
  font-weight: normal;
  text-align: center;
}
body .im-tasklist_go-up span {
  background-color: #21D86A;
  color: #ffffff;
}
.im-theme-dark_green .im-tasklist_go-up span {
  background-color: #0ADC5E;
  color: #2b2c34;
}
.im-theme-dark_blue .im-tasklist_go-up span {
  background-color: #2e91ff;
  color: #2b2c34;
}
.im-theme-blue .im-tasklist_go-up span {
  background-color: #2D90F5;
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-tasklist_go-up span {
  background-color: #71AAEB;
  color: #2B2C34;
}
.im-theme-vk_blue .im-tasklist_go-up span {
  background-color: #3F8AE0;
  color: #FFFFFF;
}
.im-theme-dit_blue .im-tasklist_go-up span {
  background-color: #2E72BF;
  color: #ffffff;
}
.im-theme-myteam_green .im-tasklist_go-up span {
  background-color: #18D893;
  color: #ffffff;
}
.im-theme-dark_calls .im-tasklist_go-up span {
  background-color: #0C7CFF;
  color: #2B2B2B;
}
.im-tasklist_go-up span:empty {
  display: none;
}

.im-tasklist-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.im-tasklist-filters {
  display: flex;
  padding: 12px 0 12px 24px;
  position: relative;
  box-sizing: border-box;
  align-items: center;
}
body .im-tasklist-filters {
  background-color: #ffffff;
  border-bottom: 1px solid #eceef3;
}
.im-theme-dark_green .im-tasklist-filters {
  background-color: #2b2c34;
  border-bottom: 1px solid #3c3d47;
}
.im-theme-dark_blue .im-tasklist-filters {
  background-color: #2b2c34;
  border-bottom: 1px solid #3c3d47;
}
.im-theme-blue .im-tasklist-filters {
  background-color: #ffffff;
  border-bottom: 1px solid #eceef3;
}
.im-theme-vk_dark_blue .im-tasklist-filters {
  background-color: #2B2C34;
  border-bottom: 1px solid #3C3D47;
}
.im-theme-vk_blue .im-tasklist-filters {
  background-color: #FFFFFF;
  border-bottom: 1px solid #ECEEF3;
}
.im-theme-dit_blue .im-tasklist-filters {
  background-color: #ffffff;
  border-bottom: 1px solid #eceef3;
}
.im-theme-myteam_green .im-tasklist-filters {
  background-color: #ffffff;
  border-bottom: 1px solid #eceef3;
}
.im-theme-dark_calls .im-tasklist-filters {
  background-color: #2B2B2B;
  border-bottom: 1px solid #1F1F1F;
}
.im-tasklist-filters .im-tasklist-filter {
  border-radius: 16px;
  font-size: 14px;
  font-family: "SF Pro", Arial, sans-serif;
  white-space: pre;
  margin-right: 10px;
}
.im-tasklist-filters .im-tasklist-filter div {
  padding: 6px 10px;
  cursor: pointer;
}
body .im-tasklist-filters .im-tasklist-filter {
  color: #838690;
  border: 1px solid #eceef3;
}
body .im-tasklist-filters .im-tasklist-filter:hover:not([data-action=createFilter]) {
  background-color: #eceef3;
}
.im-theme-dark_green .im-tasklist-filters .im-tasklist-filter {
  color: #7e848f;
  border: 1px solid #3c3d47;
}
.im-theme-dark_green .im-tasklist-filters .im-tasklist-filter:hover:not([data-action=createFilter]) {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-tasklist-filters .im-tasklist-filter {
  color: #7e848f;
  border: 1px solid #3c3d47;
}
.im-theme-dark_blue .im-tasklist-filters .im-tasklist-filter:hover:not([data-action=createFilter]) {
  background-color: #3c3d47;
}
.im-theme-blue .im-tasklist-filters .im-tasklist-filter {
  color: #838690;
  border: 1px solid #eceef3;
}
.im-theme-blue .im-tasklist-filters .im-tasklist-filter:hover:not([data-action=createFilter]) {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-tasklist-filters .im-tasklist-filter {
  color: #909499;
  border: 1px solid #3C3D47;
}
.im-theme-vk_dark_blue .im-tasklist-filters .im-tasklist-filter:hover:not([data-action=createFilter]) {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-tasklist-filters .im-tasklist-filter {
  color: #818C99;
  border: 1px solid #ECEEF3;
}
.im-theme-vk_blue .im-tasklist-filters .im-tasklist-filter:hover:not([data-action=createFilter]) {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-tasklist-filters .im-tasklist-filter {
  color: #838690;
  border: 1px solid #eceef3;
}
.im-theme-dit_blue .im-tasklist-filters .im-tasklist-filter:hover:not([data-action=createFilter]) {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-tasklist-filters .im-tasklist-filter {
  color: #838690;
  border: 1px solid #eceef3;
}
.im-theme-myteam_green .im-tasklist-filters .im-tasklist-filter:hover:not([data-action=createFilter]) {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-tasklist-filters .im-tasklist-filter {
  color: #9C9C9C;
  border: 1px solid #1F1F1F;
}
.im-theme-dark_calls .im-tasklist-filters .im-tasklist-filter:hover:not([data-action=createFilter]) {
  background-color: #1F1F1F;
}
.im-tasklist-filters .im-tasklist-filter:last-child {
  margin-right: 22px;
  position: relative;
}
.im-tasklist-filters .im-tasklist-filter:last-child:after {
  height: 100%;
  width: 1px;
  right: -22px;
  position: absolute;
  content: "";
}
.im-tasklist-filters .im-tasklist-filter:first-child {
  margin-left: 10px;
}
.im-tasklist-filters .im-tasklist-filter[data-action=createFilter], .im-tasklist-filters .im-tasklist-filter[data-action=editFilters] {
  border-style: dashed;
}
body .im-tasklist-filters .im-tasklist-filter[data-action=createFilter], body .im-tasklist-filters .im-tasklist-filter[data-action=editFilters] {
  border-color: #838690;
  color: #838690;
}
body .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:hover, body .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:hover {
  border-color: #7A7E8B;
  color: #7A7E8B;
}
body .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:active, body .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:active {
  border-color: #707482;
  color: #707482;
}
.im-theme-dark_green .im-tasklist-filters .im-tasklist-filter[data-action=createFilter], .im-theme-dark_green .im-tasklist-filters .im-tasklist-filter[data-action=editFilters] {
  border-color: #7e848f;
  color: #7e848f;
}
.im-theme-dark_green .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:hover, .im-theme-dark_green .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:hover {
  border-color: #8C939E;
  color: #8C939E;
}
.im-theme-dark_green .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:active, .im-theme-dark_green .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:active {
  border-color: #9BA2AD;
  color: #9BA2AD;
}
.im-theme-dark_blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter], .im-theme-dark_blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters] {
  border-color: #7e848f;
  color: #7e848f;
}
.im-theme-dark_blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:hover, .im-theme-dark_blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:hover {
  border-color: #8C939E;
  color: #8C939E;
}
.im-theme-dark_blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:active, .im-theme-dark_blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:active {
  border-color: #9BA2AD;
  color: #9BA2AD;
}
.im-theme-blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter], .im-theme-blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters] {
  border-color: #838690;
  color: #838690;
}
.im-theme-blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:hover, .im-theme-blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:hover {
  border-color: #7A7E8B;
  color: #7A7E8B;
}
.im-theme-blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:active, .im-theme-blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:active {
  border-color: #707482;
  color: #707482;
}
.im-theme-vk_dark_blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter], .im-theme-vk_dark_blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters] {
  border-color: #909499;
  color: #909499;
}
.im-theme-vk_dark_blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:hover, .im-theme-vk_dark_blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:hover {
  border-color: #999DA1;
  color: #999DA1;
}
.im-theme-vk_dark_blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:active, .im-theme-vk_dark_blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:active {
  border-color: #A0A3A7;
  color: #A0A3A7;
}
.im-theme-vk_blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter], .im-theme-vk_blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters] {
  border-color: #818C99;
  color: #818C99;
}
.im-theme-vk_blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:hover, .im-theme-vk_blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:hover {
  border-color: #707985;
  color: #707985;
}
.im-theme-vk_blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:active, .im-theme-vk_blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:active {
  border-color: #67707A;
  color: #67707A;
}
.im-theme-dit_blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter], .im-theme-dit_blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters] {
  border-color: #838690;
  color: #838690;
}
.im-theme-dit_blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:hover, .im-theme-dit_blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:hover {
  border-color: #7A7E8B;
  color: #7A7E8B;
}
.im-theme-dit_blue .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:active, .im-theme-dit_blue .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:active {
  border-color: #707482;
  color: #707482;
}
.im-theme-myteam_green .im-tasklist-filters .im-tasklist-filter[data-action=createFilter], .im-theme-myteam_green .im-tasklist-filters .im-tasklist-filter[data-action=editFilters] {
  border-color: #838690;
  color: #838690;
}
.im-theme-myteam_green .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:hover, .im-theme-myteam_green .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:hover {
  border-color: #7A7E8B;
  color: #7A7E8B;
}
.im-theme-myteam_green .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:active, .im-theme-myteam_green .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:active {
  border-color: #707482;
  color: #707482;
}
.im-theme-dark_calls .im-tasklist-filters .im-tasklist-filter[data-action=createFilter], .im-theme-dark_calls .im-tasklist-filters .im-tasklist-filter[data-action=editFilters] {
  border-color: #9C9C9C;
  color: #9C9C9C;
}
.im-theme-dark_calls .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:hover, .im-theme-dark_calls .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:hover {
  border-color: #8F8F8F;
  color: #8F8F8F;
}
.im-theme-dark_calls .im-tasklist-filters .im-tasklist-filter[data-action=createFilter]:active, .im-theme-dark_calls .im-tasklist-filters .im-tasklist-filter[data-action=editFilters]:active {
  border-color: #828282;
  color: #828282;
}
.im-tasklist-filters .im-tasklist-filter.im-tasklist-filter_selected {
  border: 1px solid transparent;
}
body .im-tasklist-filters .im-tasklist-filter.im-tasklist-filter_selected {
  color: #00B84D;
  background-color: rgba(0, 184, 77, 0.1);
}
.im-theme-dark_green .im-tasklist-filters .im-tasklist-filter.im-tasklist-filter_selected {
  color: #0AC248;
  background-color: rgba(10, 194, 72, 0.1);
}
.im-theme-dark_blue .im-tasklist-filters .im-tasklist-filter.im-tasklist-filter_selected {
  color: #2f92ff;
  background-color: rgba(47, 146, 255, 0.1);
}
.im-theme-blue .im-tasklist-filters .im-tasklist-filter.im-tasklist-filter_selected {
  color: #1B85F1;
  background-color: rgba(27, 133, 241, 0.1);
}
.im-theme-vk_dark_blue .im-tasklist-filters .im-tasklist-filter.im-tasklist-filter_selected {
  color: #71AAEB;
  background-color: rgba(113, 170, 235, 0.1);
}
.im-theme-vk_blue .im-tasklist-filters .im-tasklist-filter.im-tasklist-filter_selected {
  color: #4986CC;
  background-color: rgba(73, 134, 204, 0.1);
}
.im-theme-dit_blue .im-tasklist-filters .im-tasklist-filter.im-tasklist-filter_selected {
  color: #2E72BF;
  background-color: rgba(46, 114, 191, 0.1);
}
.im-theme-myteam_green .im-tasklist-filters .im-tasklist-filter.im-tasklist-filter_selected {
  color: #17C97E;
  background-color: rgba(23, 201, 126, 0.1);
}
.im-theme-dark_calls .im-tasklist-filters .im-tasklist-filter.im-tasklist-filter_selected {
  color: #027AFF;
  background-color: rgba(2, 122, 255, 0.1);
}
.im-tasklist-filters .im-tasklist-filters__tab {
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
}
.im-tasklist-filters .im-tasklist-filters__tab span.imButton[data-action=openFilters] {
  height: 100%;
}
.im-tasklist-filters .im-tasklist-filters__tab svg {
  height: 100%;
}
body .im-tasklist-filters .im-tasklist-filters__tab svg {
  color: #b7bcc9;
}
.im-theme-dark_green .im-tasklist-filters .im-tasklist-filters__tab svg {
  color: #7e848f;
}
.im-theme-dark_blue .im-tasklist-filters .im-tasklist-filters__tab svg {
  color: #7e848f;
}
.im-theme-blue .im-tasklist-filters .im-tasklist-filters__tab svg {
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-tasklist-filters .im-tasklist-filters__tab svg {
  color: #76787A;
}
.im-theme-vk_blue .im-tasklist-filters .im-tasklist-filters__tab svg {
  color: #99A2AD;
}
.im-theme-dit_blue .im-tasklist-filters .im-tasklist-filters__tab svg {
  color: #b7bcc9;
}
.im-theme-myteam_green .im-tasklist-filters .im-tasklist-filters__tab svg {
  color: #b7bcc9;
}
.im-theme-dark_calls .im-tasklist-filters .im-tasklist-filters__tab svg {
  color: #949494;
}
body .im-tasklist-filters .im-tasklist-filters__tab.im-tasklist-filters__tab_opened svg {
  color: #21D86A;
}
.im-theme-dark_green .im-tasklist-filters .im-tasklist-filters__tab.im-tasklist-filters__tab_opened svg {
  color: #0ADC5E;
}
.im-theme-dark_blue .im-tasklist-filters .im-tasklist-filters__tab.im-tasklist-filters__tab_opened svg {
  color: #2e91ff;
}
.im-theme-blue .im-tasklist-filters .im-tasklist-filters__tab.im-tasklist-filters__tab_opened svg {
  color: #2D90F5;
}
.im-theme-vk_dark_blue .im-tasklist-filters .im-tasklist-filters__tab.im-tasklist-filters__tab_opened svg {
  color: #71AAEB;
}
.im-theme-vk_blue .im-tasklist-filters .im-tasklist-filters__tab.im-tasklist-filters__tab_opened svg {
  color: #3F8AE0;
}
.im-theme-dit_blue .im-tasklist-filters .im-tasklist-filters__tab.im-tasklist-filters__tab_opened svg {
  color: #2E72BF;
}
.im-theme-myteam_green .im-tasklist-filters .im-tasklist-filters__tab.im-tasklist-filters__tab_opened svg {
  color: #18D893;
}
.im-theme-dark_calls .im-tasklist-filters .im-tasklist-filters__tab.im-tasklist-filters__tab_opened svg {
  color: #0C7CFF;
}
.im-tasklist-filters .im-tasklist-filter_placeholder {
  width: 12px;
  position: absolute;
  right: -12px;
  height: 100%;
  z-index: 1;
}
body .im-tasklist-filters .im-tasklist-filter_placeholder {
  background: -moz-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -webkit-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -webkit-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -o-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -ms-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
}
.im-theme-dark_green .im-tasklist-filters .im-tasklist-filter_placeholder {
  background: -moz-linear-gradient(90deg, #2b2c34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: -webkit-gradient(90deg, #2b2c34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: -webkit-linear-gradient(90deg, #2b2c34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: -o-linear-gradient(90deg, #2b2c34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: -ms-linear-gradient(90deg, #2b2c34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: linear-gradient(90deg, #2b2c34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
}
.im-theme-dark_blue .im-tasklist-filters .im-tasklist-filter_placeholder {
  background: -moz-linear-gradient(90deg, #2b2c34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: -webkit-gradient(90deg, #2b2c34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: -webkit-linear-gradient(90deg, #2b2c34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: -o-linear-gradient(90deg, #2b2c34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: -ms-linear-gradient(90deg, #2b2c34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: linear-gradient(90deg, #2b2c34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
}
.im-theme-blue .im-tasklist-filters .im-tasklist-filter_placeholder {
  background: -moz-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -webkit-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -webkit-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -o-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -ms-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
}
.im-theme-vk_dark_blue .im-tasklist-filters .im-tasklist-filter_placeholder {
  background: -moz-linear-gradient(90deg, #2B2C34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: -webkit-gradient(90deg, #2B2C34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: -webkit-linear-gradient(90deg, #2B2C34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: -o-linear-gradient(90deg, #2B2C34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: -ms-linear-gradient(90deg, #2B2C34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
  background: linear-gradient(90deg, #2B2C34 50%, rgba(43, 44, 52, 0.991353) 54.22%, rgba(43, 44, 52, 0.96449) 58.44%, rgba(43, 44, 52, 0.91834) 62.67%, rgba(43, 44, 52, 0.852589) 66.89%, rgba(43, 44, 52, 0.768225) 71.11%, rgba(43, 44, 52, 0.668116) 75.33%, rgba(43, 44, 52, 0.557309) 79.56%, rgba(43, 44, 52, 0.442691) 83.78%, rgba(43, 44, 52, 0.331884) 88%, rgba(43, 44, 52, 0.231775) 92.22%, rgba(43, 44, 52, 0.147411) 96.44%,rgba(43, 44, 52, 0.0816599) 100.67%, rgba(43, 44, 52, 0.03551) 104.89%, rgba(43, 44, 52, 0.0086472) 109.11%, rgba(43, 44, 52, 0) 113.33%);
}
.im-theme-vk_blue .im-tasklist-filters .im-tasklist-filter_placeholder {
  background: -moz-linear-gradient(90deg, #FFFFFF 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -webkit-gradient(90deg, #FFFFFF 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -webkit-linear-gradient(90deg, #FFFFFF 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -o-linear-gradient(90deg, #FFFFFF 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -ms-linear-gradient(90deg, #FFFFFF 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: linear-gradient(90deg, #FFFFFF 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
}
.im-theme-dit_blue .im-tasklist-filters .im-tasklist-filter_placeholder {
  background: -moz-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -webkit-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -webkit-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -o-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -ms-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
}
.im-theme-myteam_green .im-tasklist-filters .im-tasklist-filter_placeholder {
  background: -moz-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -webkit-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -webkit-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -o-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: -ms-linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
  background: linear-gradient(90deg, #ffffff 50%, rgba(255, 255, 255, 0.991353) 54.22%, rgba(255, 255, 255, 0.96449) 58.44%, rgba(255, 255, 255, 0.91834) 62.67%, rgba(255, 255, 255, 0.852589) 66.89%, rgba(255, 255, 255, 0.768225) 71.11%, rgba(255, 255, 255, 0.668116) 75.33%, rgba(255, 255, 255, 0.557309) 79.56%, rgba(255, 255, 255, 0.442691) 83.78%, rgba(255, 255, 255, 0.331884) 88%, rgba(255, 255, 255, 0.231775) 92.22%, rgba(255, 255, 255, 0.147411) 96.44%,rgba(255, 255, 255, 0.0816599) 100.67%, rgba(255, 255, 255, 0.03551) 104.89%, rgba(255, 255, 255, 0.0086472) 109.11%, rgba(255, 255, 255, 0) 113.33%);
}
.im-theme-dark_calls .im-tasklist-filters .im-tasklist-filter_placeholder {
  background: -moz-linear-gradient(90deg, #2B2B2B 50%, rgba(43, 43, 43, 0.991353) 54.22%, rgba(43, 43, 43, 0.96449) 58.44%, rgba(43, 43, 43, 0.91834) 62.67%, rgba(43, 43, 43, 0.852589) 66.89%, rgba(43, 43, 43, 0.768225) 71.11%, rgba(43, 43, 43, 0.668116) 75.33%, rgba(43, 43, 43, 0.557309) 79.56%, rgba(43, 43, 43, 0.442691) 83.78%, rgba(43, 43, 43, 0.331884) 88%, rgba(43, 43, 43, 0.231775) 92.22%, rgba(43, 43, 43, 0.147411) 96.44%,rgba(43, 43, 43, 0.0816599) 100.67%, rgba(43, 43, 43, 0.03551) 104.89%, rgba(43, 43, 43, 0.0086472) 109.11%, rgba(43, 43, 43, 0) 113.33%);
  background: -webkit-gradient(90deg, #2B2B2B 50%, rgba(43, 43, 43, 0.991353) 54.22%, rgba(43, 43, 43, 0.96449) 58.44%, rgba(43, 43, 43, 0.91834) 62.67%, rgba(43, 43, 43, 0.852589) 66.89%, rgba(43, 43, 43, 0.768225) 71.11%, rgba(43, 43, 43, 0.668116) 75.33%, rgba(43, 43, 43, 0.557309) 79.56%, rgba(43, 43, 43, 0.442691) 83.78%, rgba(43, 43, 43, 0.331884) 88%, rgba(43, 43, 43, 0.231775) 92.22%, rgba(43, 43, 43, 0.147411) 96.44%,rgba(43, 43, 43, 0.0816599) 100.67%, rgba(43, 43, 43, 0.03551) 104.89%, rgba(43, 43, 43, 0.0086472) 109.11%, rgba(43, 43, 43, 0) 113.33%);
  background: -webkit-linear-gradient(90deg, #2B2B2B 50%, rgba(43, 43, 43, 0.991353) 54.22%, rgba(43, 43, 43, 0.96449) 58.44%, rgba(43, 43, 43, 0.91834) 62.67%, rgba(43, 43, 43, 0.852589) 66.89%, rgba(43, 43, 43, 0.768225) 71.11%, rgba(43, 43, 43, 0.668116) 75.33%, rgba(43, 43, 43, 0.557309) 79.56%, rgba(43, 43, 43, 0.442691) 83.78%, rgba(43, 43, 43, 0.331884) 88%, rgba(43, 43, 43, 0.231775) 92.22%, rgba(43, 43, 43, 0.147411) 96.44%,rgba(43, 43, 43, 0.0816599) 100.67%, rgba(43, 43, 43, 0.03551) 104.89%, rgba(43, 43, 43, 0.0086472) 109.11%, rgba(43, 43, 43, 0) 113.33%);
  background: -o-linear-gradient(90deg, #2B2B2B 50%, rgba(43, 43, 43, 0.991353) 54.22%, rgba(43, 43, 43, 0.96449) 58.44%, rgba(43, 43, 43, 0.91834) 62.67%, rgba(43, 43, 43, 0.852589) 66.89%, rgba(43, 43, 43, 0.768225) 71.11%, rgba(43, 43, 43, 0.668116) 75.33%, rgba(43, 43, 43, 0.557309) 79.56%, rgba(43, 43, 43, 0.442691) 83.78%, rgba(43, 43, 43, 0.331884) 88%, rgba(43, 43, 43, 0.231775) 92.22%, rgba(43, 43, 43, 0.147411) 96.44%,rgba(43, 43, 43, 0.0816599) 100.67%, rgba(43, 43, 43, 0.03551) 104.89%, rgba(43, 43, 43, 0.0086472) 109.11%, rgba(43, 43, 43, 0) 113.33%);
  background: -ms-linear-gradient(90deg, #2B2B2B 50%, rgba(43, 43, 43, 0.991353) 54.22%, rgba(43, 43, 43, 0.96449) 58.44%, rgba(43, 43, 43, 0.91834) 62.67%, rgba(43, 43, 43, 0.852589) 66.89%, rgba(43, 43, 43, 0.768225) 71.11%, rgba(43, 43, 43, 0.668116) 75.33%, rgba(43, 43, 43, 0.557309) 79.56%, rgba(43, 43, 43, 0.442691) 83.78%, rgba(43, 43, 43, 0.331884) 88%, rgba(43, 43, 43, 0.231775) 92.22%, rgba(43, 43, 43, 0.147411) 96.44%,rgba(43, 43, 43, 0.0816599) 100.67%, rgba(43, 43, 43, 0.03551) 104.89%, rgba(43, 43, 43, 0.0086472) 109.11%, rgba(43, 43, 43, 0) 113.33%);
  background: linear-gradient(90deg, #2B2B2B 50%, rgba(43, 43, 43, 0.991353) 54.22%, rgba(43, 43, 43, 0.96449) 58.44%, rgba(43, 43, 43, 0.91834) 62.67%, rgba(43, 43, 43, 0.852589) 66.89%, rgba(43, 43, 43, 0.768225) 71.11%, rgba(43, 43, 43, 0.668116) 75.33%, rgba(43, 43, 43, 0.557309) 79.56%, rgba(43, 43, 43, 0.442691) 83.78%, rgba(43, 43, 43, 0.331884) 88%, rgba(43, 43, 43, 0.231775) 92.22%, rgba(43, 43, 43, 0.147411) 96.44%,rgba(43, 43, 43, 0.0816599) 100.67%, rgba(43, 43, 43, 0.03551) 104.89%, rgba(43, 43, 43, 0.0086472) 109.11%, rgba(43, 43, 43, 0) 113.33%);
}
.im-tasklist-filters .im-tasklist-filter_placeholder_right {
  transform: rotate(180deg);
  right: 0;
  width: 22px;
}

.im-tasklist-filters__container {
  display: flex;
  overflow-y: hidden;
}

.im-mobile .im-tasklist-filters {
  display: none;
  padding: 0 0 0 12px;
}
.im-mobile .im-tasklist-filters .im-tasklist-filter:last-child {
  margin-right: 12px;
}
.im-mobile .im-tasklist-filters__container {
  padding: 7px 0;
}
.im-mobile .app-topbar {
  border-bottom: 0;
}

.im-task-menu {
  max-height: 510px;
  display: flex;
  flex-direction: column;
  top: 100%;
  margin-top: 7px;
  left: -50%;
  width: 356px;
  border-radius: 8px;
}
.im-task-menu .im-context-menu__item {
  padding-left: 16px;
  white-space: pre;
}
.im-task-menu .im-context-menu__item::before {
  display: none;
}
body .im-task-menu .im-context-menu__item_divider {
  border-top: 1px solid #cccfd8;
}
.im-theme-dark_green .im-task-menu .im-context-menu__item_divider {
  border-top: 1px solid #5e5f6c;
}
.im-theme-dark_blue .im-task-menu .im-context-menu__item_divider {
  border-top: 1px solid #5e5f6c;
}
.im-theme-blue .im-task-menu .im-context-menu__item_divider {
  border-top: 1px solid #cccfd8;
}
.im-theme-vk_dark_blue .im-task-menu .im-context-menu__item_divider {
  border-top: 1px solid #5D5F61;
}
.im-theme-vk_blue .im-task-menu .im-context-menu__item_divider {
  border-top: 1px solid #B8C1CC;
}
.im-theme-dit_blue .im-task-menu .im-context-menu__item_divider {
  border-top: 1px solid #cccfd8;
}
.im-theme-myteam_green .im-task-menu .im-context-menu__item_divider {
  border-top: 1px solid #cccfd8;
}
.im-theme-dark_calls .im-task-menu .im-context-menu__item_divider {
  border-top: 1px solid #858585;
}
.im-task-menu .im-task-menu__selected {
  font-weight: 700;
}

.im-task-menu__filters {
  max-height: 100%;
}

.im-mobile .im-tasklist-wrap-list {
  overflow: auto;
}
.im-mobile .im-task-menu {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: auto;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1011;
}
.im-mobile .im-task-menu_overlay {
  visibility: hidden;
  opacity: 0;
  top: 100px;
  transition: opacity 100ms, visibility 100ms;
  -moz-transition: opacity 100ms, visibility 100ms;
  -o-transition: opacity 100ms, visibility 100ms;
  -webkit-transition: opacity 100ms, visibility 100ms;
}
.im-mobile .im-main-menu_visible {
  opacity: 1;
}

.im-mobile .im-task-menu__selected {
  background-color: #f3f5f8;
}
.im-mobile.im-theme-dark_green .im-task-menu__selected {
  background-color: #3c3d48;
}
.im-mobile.im-theme-dark_blue .im-task-menu__selected {
  background-color: #3c3d48;
}
.im-mobile.im-theme-blue .im-task-menu__selected {
  background-color: #f3f5f8;
}
.im-mobile.im-theme-vk_dark_blue .im-task-menu__selected {
  background-color: #3C3D48;
}
.im-mobile.im-theme-vk_blue .im-task-menu__selected {
  background-color: #F1F3F7;
}
.im-mobile.im-theme-dit_blue .im-task-menu__selected {
  background-color: #f3f5f8;
}
.im-mobile.im-theme-myteam_green .im-task-menu__selected {
  background-color: #f3f5f8;
}
.im-mobile.im-theme-dark_calls .im-task-menu__selected {
  background-color: #1F1F1F;
}

@media screen and (max-width: 727px) {
  .im-task-item .im-task-item-left-bar {
    flex-direction: column;
  }
  .im-task-item .im-task-item__space-section {
    display: none;
  }
  .im-task-item .im-task-item__state-section {
    margin-top: 12px;
    flex: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-bottom: 12px;
  }
  .im-task-item .im-task-item__state-section .im-task-card__time {
    margin-top: 0;
    margin-left: 12px;
  }
  .im-task-item .im-task-item__three-dots {
    margin-bottom: 12px;
  }
}
.im-button-spinner {
  padding: 0;
  line-height: 0;
}
body .im-button-spinner .im-circ-spinner {
  border-color: #ffffff;
}
.im-theme-dark_green .im-button-spinner .im-circ-spinner {
  border-color: #ffffff;
}
.im-theme-dark_blue .im-button-spinner .im-circ-spinner {
  border-color: #ffffff;
}
.im-theme-blue .im-button-spinner .im-circ-spinner {
  border-color: #ffffff;
}
.im-theme-vk_dark_blue .im-button-spinner .im-circ-spinner {
  border-color: #E1E3E6;
}
.im-theme-vk_blue .im-button-spinner .im-circ-spinner {
  border-color: #ffffff;
}
.im-theme-dit_blue .im-button-spinner .im-circ-spinner {
  border-color: #ffffff;
}
.im-theme-myteam_green .im-button-spinner .im-circ-spinner {
  border-color: #ffffff;
}
.im-theme-dark_calls .im-button-spinner .im-circ-spinner {
  border-color: #FFFFFF;
}

.im-tasklist .app-topbar, .im-create-filter .app-topbar {
  display: flex;
  justify-content: center;
  line-height: 56px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding-left: 24px;
}

/* Creating filter */
.im-create-filter .app-topbar {
  justify-content: space-between;
  padding: 0 24px 0 16px;
}
.im-create-filter .app-topbar .app-back-button, .im-create-filter .app-topbar .im-sidebar-back {
  position: relative;
  left: 0;
}
.im-create-filter .app-topbar .im-create-filter__save-button {
  font-size: 14px;
  font-family: "SF Pro", Arial, sans-serif;
  cursor: pointer;
}
body .im-create-filter .app-topbar .im-create-filter__save-button {
  color: #21D86A;
}
.im-theme-dark_green .im-create-filter .app-topbar .im-create-filter__save-button {
  color: #0ADC5E;
}
.im-theme-dark_blue .im-create-filter .app-topbar .im-create-filter__save-button {
  color: #2e91ff;
}
.im-theme-blue .im-create-filter .app-topbar .im-create-filter__save-button {
  color: #2D90F5;
}
.im-theme-vk_dark_blue .im-create-filter .app-topbar .im-create-filter__save-button {
  color: #71AAEB;
}
.im-theme-vk_blue .im-create-filter .app-topbar .im-create-filter__save-button {
  color: #3F8AE0;
}
.im-theme-dit_blue .im-create-filter .app-topbar .im-create-filter__save-button {
  color: #2E72BF;
}
.im-theme-myteam_green .im-create-filter .app-topbar .im-create-filter__save-button {
  color: #18D893;
}
.im-theme-dark_calls .im-create-filter .app-topbar .im-create-filter__save-button {
  color: #0C7CFF;
}
.im-create-filter .app-topbar .im-create-filter__button_invalid {
  cursor: auto;
}
body .im-create-filter .app-topbar .im-create-filter__button_invalid {
  color: #b7bcc9;
}
.im-theme-dark_green .im-create-filter .app-topbar .im-create-filter__button_invalid {
  color: #7e848f;
}
.im-theme-dark_blue .im-create-filter .app-topbar .im-create-filter__button_invalid {
  color: #7e848f;
}
.im-theme-blue .im-create-filter .app-topbar .im-create-filter__button_invalid {
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-create-filter .app-topbar .im-create-filter__button_invalid {
  color: #76787A;
}
.im-theme-vk_blue .im-create-filter .app-topbar .im-create-filter__button_invalid {
  color: #99A2AD;
}
.im-theme-dit_blue .im-create-filter .app-topbar .im-create-filter__button_invalid {
  color: #b7bcc9;
}
.im-theme-myteam_green .im-create-filter .app-topbar .im-create-filter__button_invalid {
  color: #b7bcc9;
}
.im-theme-dark_calls .im-create-filter .app-topbar .im-create-filter__button_invalid {
  color: #949494;
}
.im-create-filter .im-create-filter__arrow svg {
  transition: transform 300ms;
  -moz-transition: transform 300ms;
  -o-transition: transform 300ms;
  -webkit-transition: transform 300ms;
}
.im-create-filter .im-create-filter__arrow_flip svg {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.im-create-filter .im-create-filter__container {
  height: 100%;
  position: relative;
}
.im-create-filter .im-create-filter__wrapper {
  margin: 42px 12px;
  display: grid;
  grid-gap: 12px;
  justify-content: center;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block {
  display: flex;
  padding: 24px 24px 16px 24px;
  border-radius: 8px;
  flex-wrap: wrap;
}
body .im-create-filter .im-create-filter__wrapper .im-create-filter__block {
  background-color: #ffffff;
}
.im-theme-dark_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block {
  background-color: #2b2c34;
}
.im-theme-blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-create-filter .im-create-filter__wrapper .im-create-filter__block {
  background-color: #2B2B2B;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block .im-create-filter_content {
  width: 100%;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-input {
  width: 256px;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-input input {
  width: 100%;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-input:first-child {
  margin-right: 20px;
}
body .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input .im-task-create__title::before {
  color: #b7bcc9;
}
.im-theme-dark_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input .im-task-create__title::before {
  color: #7e848f;
}
.im-theme-dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input .im-task-create__title::before {
  color: #7e848f;
}
.im-theme-blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input .im-task-create__title::before {
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input .im-task-create__title::before {
  color: #76787A;
}
.im-theme-vk_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input .im-task-create__title::before {
  color: #99A2AD;
}
.im-theme-dit_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input .im-task-create__title::before {
  color: #b7bcc9;
}
.im-theme-myteam_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input .im-task-create__title::before {
  color: #b7bcc9;
}
.im-theme-dark_calls .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input .im-task-create__title::before {
  color: #949494;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__wrapper {
  position: relative;
  cursor: pointer;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__wrapper .im-task-menu {
  width: 100%;
  left: 0;
  margin-top: 0;
  cursor: auto;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__wrapper .im-field-textinput_duedate,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__wrapper .im-create-filter__block-input__icons {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__wrapper .im-field-textinput_duedate {
  pointer-events: none;
}
body .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__wrapper_active input {
  border-color: #21D86A;
}
.im-theme-dark_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__wrapper_active input {
  border-color: #0ADC5E;
}
.im-theme-dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__wrapper_active input {
  border-color: #2e91ff;
}
.im-theme-blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__wrapper_active input {
  border-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__wrapper_active input {
  border-color: #71AAEB;
}
.im-theme-vk_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__wrapper_active input {
  border-color: #3F8AE0;
}
.im-theme-dit_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__wrapper_active input {
  border-color: #2E72BF;
}
.im-theme-myteam_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__wrapper_active input {
  border-color: #18D893;
}
.im-theme-dark_calls .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__wrapper_active input {
  border-color: #0C7CFF;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__icons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  display: flex;
  margin-right: 4px;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__icons .im-create-filter__block-input__icon {
  display: flex;
  align-items: center;
  width: 28px;
  justify-content: center;
}
body .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__icons .im-create-filter__block-input__icon svg {
  stroke: #838690;
  color: #838690;
}
.im-theme-dark_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__icons .im-create-filter__block-input__icon svg {
  stroke: #7e848f;
  color: #7e848f;
}
.im-theme-dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__icons .im-create-filter__block-input__icon svg {
  stroke: #7e848f;
  color: #7e848f;
}
.im-theme-blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__icons .im-create-filter__block-input__icon svg {
  stroke: #838690;
  color: #838690;
}
.im-theme-vk_dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__icons .im-create-filter__block-input__icon svg {
  stroke: #909499;
  color: #909499;
}
.im-theme-vk_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__icons .im-create-filter__block-input__icon svg {
  stroke: #818C99;
  color: #818C99;
}
.im-theme-dit_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__icons .im-create-filter__block-input__icon svg {
  stroke: #838690;
  color: #838690;
}
.im-theme-myteam_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__icons .im-create-filter__block-input__icon svg {
  stroke: #838690;
  color: #838690;
}
.im-theme-dark_calls .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input__icons .im-create-filter__block-input__icon svg {
  stroke: #9C9C9C;
  color: #9C9C9C;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-statuses {
  flex-direction: column;
  padding-top: 12px;
}
body .im-create-filter .im-create-filter__wrapper .im-create-filter__block-statuses .im-create-filter__block-statuses_title {
  color: #838690;
}
.im-theme-dark_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-statuses .im-create-filter__block-statuses_title {
  color: #7e848f;
}
.im-theme-dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-statuses .im-create-filter__block-statuses_title {
  color: #7e848f;
}
.im-theme-blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-statuses .im-create-filter__block-statuses_title {
  color: #838690;
}
.im-theme-vk_dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-statuses .im-create-filter__block-statuses_title {
  color: #909499;
}
.im-theme-vk_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-statuses .im-create-filter__block-statuses_title {
  color: #818C99;
}
.im-theme-dit_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-statuses .im-create-filter__block-statuses_title {
  color: #838690;
}
.im-theme-myteam_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-statuses .im-create-filter__block-statuses_title {
  color: #838690;
}
.im-theme-dark_calls .im-create-filter .im-create-filter__wrapper .im-create-filter__block-statuses .im-create-filter__block-statuses_title {
  color: #9C9C9C;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-statuses .im-create-filter__block-statuses_content {
  display: flex;
  flex-wrap: wrap;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-statuses .im-create-filter__block-statuses_content .im-task-status__picker {
  display: flex;
  margin-right: 17px;
  margin-top: 12px;
  align-items: center;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-statuses .im-create-filter__block-statuses_content .im-task-status__picker .im-task-card__status {
  display: flex;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-author,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-subscribed,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-new {
  padding-top: 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-tickbox,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-tickbox,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-subscribed .im-tickbox,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-new .im-tickbox {
  margin-right: 12px;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-author,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee {
  padding-left: 0;
  padding-right: 0;
  align-items: flex-start;
  flex-direction: column;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-create-filter_content,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-create-filter_content {
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  box-sizing: border-box;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-members-block__members,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-members-block__members {
  width: 100%;
  margin-top: 27px;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-members-block__title,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-members-block__title {
  padding: 0 24px 12px 24px;
  justify-content: space-between;
  display: flex;
  text-transform: none;
  font-weight: normal;
  font-size: 13px;
}
body .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-members-block__title span,
body .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-members-block__title span {
  color: #b7bcc9;
}
.im-theme-dark_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-members-block__title span,
.im-theme-dark_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-members-block__title span {
  color: #7e848f;
}
.im-theme-dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-members-block__title span,
.im-theme-dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-members-block__title span {
  color: #7e848f;
}
.im-theme-blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-members-block__title span,
.im-theme-blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-members-block__title span {
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-members-block__title span,
.im-theme-vk_dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-members-block__title span {
  color: #76787A;
}
.im-theme-vk_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-members-block__title span,
.im-theme-vk_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-members-block__title span {
  color: #99A2AD;
}
.im-theme-dit_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-members-block__title span,
.im-theme-dit_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-members-block__title span {
  color: #b7bcc9;
}
.im-theme-myteam_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-members-block__title span,
.im-theme-myteam_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-members-block__title span {
  color: #b7bcc9;
}
.im-theme-dark_calls .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-members-block__title span,
.im-theme-dark_calls .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-members-block__title span {
  color: #949494;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-members-block__title .im-members-block__members-search,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-members-block__title .im-members-block__members-search {
  position: relative;
  top: 0;
  right: auto;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-members-block__title .im-members-block__members-search,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-members-block__title .im-members-block__members-counter,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-members-block__title .im-members-block__members-search,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-members-block__title .im-members-block__members-counter {
  cursor: pointer;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-member-item,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-member-item {
  padding-left: 69px;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-member-item.im-member-item__action-menu__remove .im-member-item__action-menu {
  right: 20px;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-member-item .im-avatarbox,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-member-item .im-avatarbox {
  left: 24px;
}
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-create-filter_content svg,
.im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-create-filter_content svg {
  margin-right: 12px;
}
body .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-create-filter_content svg,
body .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-create-filter_content svg {
  stroke: #b7bcc9;
  color: #b7bcc9;
}
.im-theme-dark_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-create-filter_content svg,
.im-theme-dark_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-create-filter_content svg {
  stroke: #7e848f;
  color: #7e848f;
}
.im-theme-dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-create-filter_content svg,
.im-theme-dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-create-filter_content svg {
  stroke: #7e848f;
  color: #7e848f;
}
.im-theme-blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-create-filter_content svg,
.im-theme-blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-create-filter_content svg {
  stroke: #b7bcc9;
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-create-filter_content svg,
.im-theme-vk_dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-create-filter_content svg {
  stroke: #76787A;
  color: #76787A;
}
.im-theme-vk_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-create-filter_content svg,
.im-theme-vk_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-create-filter_content svg {
  stroke: #99A2AD;
  color: #99A2AD;
}
.im-theme-dit_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-create-filter_content svg,
.im-theme-dit_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-create-filter_content svg {
  stroke: #b7bcc9;
  color: #b7bcc9;
}
.im-theme-myteam_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-create-filter_content svg,
.im-theme-myteam_green .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-create-filter_content svg {
  stroke: #b7bcc9;
  color: #b7bcc9;
}
.im-theme-dark_calls .im-create-filter .im-create-filter__wrapper .im-create-filter__block-author .im-create-filter_content svg,
.im-theme-dark_calls .im-create-filter .im-create-filter__wrapper .im-create-filter__block-assignee .im-create-filter_content svg {
  stroke: #949494;
  color: #949494;
}
body .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover, body .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active {
  fill: #21D86A;
  color: #21D86A;
}
.im-theme-dark_green .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover, .im-theme-dark_green .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active {
  fill: #0ADC5E;
  color: #0ADC5E;
}
.im-theme-dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover, .im-theme-dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active {
  fill: #2e91ff;
  color: #2e91ff;
}
.im-theme-blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover, .im-theme-blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active {
  fill: #2D90F5;
  color: #2D90F5;
}
.im-theme-vk_dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover, .im-theme-vk_dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active {
  fill: #71AAEB;
  color: #71AAEB;
}
.im-theme-vk_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover, .im-theme-vk_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active {
  fill: #3F8AE0;
  color: #3F8AE0;
}
.im-theme-dit_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover, .im-theme-dit_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active {
  fill: #2E72BF;
  color: #2E72BF;
}
.im-theme-myteam_green .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover, .im-theme-myteam_green .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active {
  fill: #18D893;
  color: #18D893;
}
.im-theme-dark_calls .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover, .im-theme-dark_calls .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active {
  fill: #0C7CFF;
  color: #0C7CFF;
}
body .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover .line, body .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active .line {
  stroke: #f3f5f8;
}
.im-theme-dark_green .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover .line, .im-theme-dark_green .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active .line {
  stroke: #3c3d48;
}
.im-theme-dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover .line, .im-theme-dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active .line {
  stroke: #3c3d48;
}
.im-theme-blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover .line, .im-theme-blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active .line {
  stroke: #f3f5f8;
}
.im-theme-vk_dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover .line, .im-theme-vk_dark_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active .line {
  stroke: #3C3D48;
}
.im-theme-vk_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover .line, .im-theme-vk_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active .line {
  stroke: #F1F3F7;
}
.im-theme-dit_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover .line, .im-theme-dit_blue .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active .line {
  stroke: #f3f5f8;
}
.im-theme-myteam_green .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover .line, .im-theme-myteam_green .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active .line {
  stroke: #f3f5f8;
}
.im-theme-dark_calls .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:hover .line, .im-theme-dark_calls .im-create-filter .im-create-filter__wrapper .im-create-filter__calendar svg:active .line {
  stroke: #1F1F1F;
}

.im-create-filter__block-input__wrapper-tooltip {
  max-width: 208px;
}

.im-filter-list {
  width: 360px;
}
.im-filter-list .im-modal-box__body {
  height: 349px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 28px;
}
.im-filter-list .im-filters-list__wrap {
  height: 100%;
}

.im-filter-list__option {
  position: relative;
  width: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.im-filter-list__option .im-filter-list__option__title {
  white-space: pre;
}
.im-filter-list__option:not(:last-child) {
  margin-bottom: 4px;
}

.im-mode_hide-topbar div.app-page .app-topbar {
  display: none;
}
.im-mode_hide-topbar div.app-page .app-content {
  top: 0;
}

.im-tasklist-no-filters_box .im-modal-box__body span {
  white-space: nowrap;
}

@media screen and (max-width: 603px) {
  .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input {
    width: 100%;
  }
  .im-create-filter .im-create-filter__wrapper .im-create-filter__block-input:first-child {
    margin-right: auto;
  }
}
.im-contact-box .im-contact-card__title {
  margin: 16px;
}
.im-contact-box.im-contact-box_non-icq .im-contact-card__title {
  cursor: default;
}
.im-contact-box.im-contact-box_non-icq .im-contact-card__title::after {
  display: none;
}
.im-contact-box .im-modal-box__body {
  padding: 0;
  width: 340px;
  max-width: 100%;
}
.im-contact-box .im-button-accent {
  margin-bottom: 8px;
  margin-top: 4px;
  width: 100%;
}

.im-contact-box__button-wrap {
  margin: 0 16px;
}
.im-contact-box_non-icq .im-contact-box__button-wrap {
  display: none;
}

.im-contact-box__save-wrap {
  padding: 12px 16px;
  border-top: 2px solid;
}
body .im-contact-box__save-wrap {
  border-top-color: #f3f5f8;
}
.im-theme-dark_green .im-contact-box__save-wrap {
  border-top-color: #3c3d48;
}
.im-theme-dark_blue .im-contact-box__save-wrap {
  border-top-color: #3c3d48;
}
.im-theme-blue .im-contact-box__save-wrap {
  border-top-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-contact-box__save-wrap {
  border-top-color: #3C3D48;
}
.im-theme-vk_blue .im-contact-box__save-wrap {
  border-top-color: #F1F3F7;
}
.im-theme-dit_blue .im-contact-box__save-wrap {
  border-top-color: #f3f5f8;
}
.im-theme-myteam_green .im-contact-box__save-wrap {
  border-top-color: #f3f5f8;
}
.im-theme-dark_calls .im-contact-box__save-wrap {
  border-top-color: #1F1F1F;
}

.im-contact-box__save {
  cursor: pointer;
}
body .im-contact-box__save {
  color: #00B84D;
}
.im-theme-dark_green .im-contact-box__save {
  color: #0AC248;
}
.im-theme-dark_blue .im-contact-box__save {
  color: #2f92ff;
}
.im-theme-blue .im-contact-box__save {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-contact-box__save {
  color: #71AAEB;
}
.im-theme-vk_blue .im-contact-box__save {
  color: #4986CC;
}
.im-theme-dit_blue .im-contact-box__save {
  color: #2E72BF;
}
.im-theme-myteam_green .im-contact-box__save {
  color: #17C97E;
}
.im-theme-dark_calls .im-contact-box__save {
  color: #027AFF;
}

.im-contact-box__info {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 8px solid;
}
body .im-contact-box__info {
  border-top-color: #f3f5f8;
}
.im-theme-dark_green .im-contact-box__info {
  border-top-color: #3c3d48;
}
.im-theme-dark_blue .im-contact-box__info {
  border-top-color: #3c3d48;
}
.im-theme-blue .im-contact-box__info {
  border-top-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-contact-box__info {
  border-top-color: #3C3D48;
}
.im-theme-vk_blue .im-contact-box__info {
  border-top-color: #F1F3F7;
}
.im-theme-dit_blue .im-contact-box__info {
  border-top-color: #f3f5f8;
}
.im-theme-myteam_green .im-contact-box__info {
  border-top-color: #f3f5f8;
}
.im-theme-dark_calls .im-contact-box__info {
  border-top-color: #1F1F1F;
}

.im-contact-box__context-button {
  position: absolute;
  top: 18px;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.im-desktop .im-contact-box__context-button {
  display: none;
}
body .im-contact-box__context-button[data-action=copyGroupLink], body .im-contact-box__context-button[data-action=copySn], body .im-contact-box__context-button[data-action=copyNick], body .im-contact-box__context-button[data-action=copyPhoneNumber] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-contact-box__context-button[data-action=copyGroupLink], .im-theme-dark_green .im-contact-box__context-button[data-action=copySn], .im-theme-dark_green .im-contact-box__context-button[data-action=copyNick], .im-theme-dark_green .im-contact-box__context-button[data-action=copyPhoneNumber] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-contact-box__context-button[data-action=copyGroupLink], .im-theme-dark_blue .im-contact-box__context-button[data-action=copySn], .im-theme-dark_blue .im-contact-box__context-button[data-action=copyNick], .im-theme-dark_blue .im-contact-box__context-button[data-action=copyPhoneNumber] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-contact-box__context-button[data-action=copyGroupLink], .im-theme-blue .im-contact-box__context-button[data-action=copySn], .im-theme-blue .im-contact-box__context-button[data-action=copyNick], .im-theme-blue .im-contact-box__context-button[data-action=copyPhoneNumber] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-contact-box__context-button[data-action=copyGroupLink], .im-theme-vk_dark_blue .im-contact-box__context-button[data-action=copySn], .im-theme-vk_dark_blue .im-contact-box__context-button[data-action=copyNick], .im-theme-vk_dark_blue .im-contact-box__context-button[data-action=copyPhoneNumber] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-contact-box__context-button[data-action=copyGroupLink], .im-theme-vk_blue .im-contact-box__context-button[data-action=copySn], .im-theme-vk_blue .im-contact-box__context-button[data-action=copyNick], .im-theme-vk_blue .im-contact-box__context-button[data-action=copyPhoneNumber] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-contact-box__context-button[data-action=copyGroupLink], .im-theme-dit_blue .im-contact-box__context-button[data-action=copySn], .im-theme-dit_blue .im-contact-box__context-button[data-action=copyNick], .im-theme-dit_blue .im-contact-box__context-button[data-action=copyPhoneNumber] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-contact-box__context-button[data-action=copyGroupLink], .im-theme-myteam_green .im-contact-box__context-button[data-action=copySn], .im-theme-myteam_green .im-contact-box__context-button[data-action=copyNick], .im-theme-myteam_green .im-contact-box__context-button[data-action=copyPhoneNumber] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-contact-box__context-button[data-action=copyGroupLink], .im-theme-dark_calls .im-contact-box__context-button[data-action=copySn], .im-theme-dark_calls .im-contact-box__context-button[data-action=copyNick], .im-theme-dark_calls .im-contact-box__context-button[data-action=copyPhoneNumber] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-contact-box__context-button[data-action=shareGroup], .im-contact-box__context-button[data-action=shareSn], .im-contact-box__context-button[data-action=shareNick], .im-contact-box__context-button[data-action=shareContact] {
  right: 50px;
}
body .im-contact-box__context-button[data-action=shareGroup], body .im-contact-box__context-button[data-action=shareSn], body .im-contact-box__context-button[data-action=shareNick], body .im-contact-box__context-button[data-action=shareContact] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-contact-box__context-button[data-action=shareGroup], .im-theme-dark_green .im-contact-box__context-button[data-action=shareSn], .im-theme-dark_green .im-contact-box__context-button[data-action=shareNick], .im-theme-dark_green .im-contact-box__context-button[data-action=shareContact] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-contact-box__context-button[data-action=shareGroup], .im-theme-dark_blue .im-contact-box__context-button[data-action=shareSn], .im-theme-dark_blue .im-contact-box__context-button[data-action=shareNick], .im-theme-dark_blue .im-contact-box__context-button[data-action=shareContact] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-contact-box__context-button[data-action=shareGroup], .im-theme-blue .im-contact-box__context-button[data-action=shareSn], .im-theme-blue .im-contact-box__context-button[data-action=shareNick], .im-theme-blue .im-contact-box__context-button[data-action=shareContact] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-contact-box__context-button[data-action=shareGroup], .im-theme-vk_dark_blue .im-contact-box__context-button[data-action=shareSn], .im-theme-vk_dark_blue .im-contact-box__context-button[data-action=shareNick], .im-theme-vk_dark_blue .im-contact-box__context-button[data-action=shareContact] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-contact-box__context-button[data-action=shareGroup], .im-theme-vk_blue .im-contact-box__context-button[data-action=shareSn], .im-theme-vk_blue .im-contact-box__context-button[data-action=shareNick], .im-theme-vk_blue .im-contact-box__context-button[data-action=shareContact] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-contact-box__context-button[data-action=shareGroup], .im-theme-dit_blue .im-contact-box__context-button[data-action=shareSn], .im-theme-dit_blue .im-contact-box__context-button[data-action=shareNick], .im-theme-dit_blue .im-contact-box__context-button[data-action=shareContact] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-contact-box__context-button[data-action=shareGroup], .im-theme-myteam_green .im-contact-box__context-button[data-action=shareSn], .im-theme-myteam_green .im-contact-box__context-button[data-action=shareNick], .im-theme-myteam_green .im-contact-box__context-button[data-action=shareContact] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-contact-box__context-button[data-action=shareGroup], .im-theme-dark_calls .im-contact-box__context-button[data-action=shareSn], .im-theme-dark_calls .im-contact-box__context-button[data-action=shareNick], .im-theme-dark_calls .im-contact-box__context-button[data-action=shareContact] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-contact-box__context-button {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-contact-box__context-button {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-contact-box__context-button {
  background-color: #7e848f;
}
.im-theme-blue .im-contact-box__context-button {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-contact-box__context-button {
  background-color: #76787A;
}
.im-theme-vk_blue .im-contact-box__context-button {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-contact-box__context-button {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-contact-box__context-button {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-contact-box__context-button {
  background-color: #949494;
}
.im-desktop .im-contact-box__context-button:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-contact-box__context-button:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-contact-box__context-button:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-contact-box__context-button:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-contact-box__context-button:hover {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-contact-box__context-button:hover {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-contact-box__context-button:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-contact-box__context-button:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-contact-box__context-button:hover {
  background-color: #858585;
}
.im-desktop .im-contact-box__context-button:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-contact-box__context-button:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-contact-box__context-button:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-contact-box__context-button:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-contact-box__context-button:active {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-contact-box__context-button:active {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-contact-box__context-button:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-contact-box__context-button:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-contact-box__context-button:active {
  background-color: #7A7A7A;
}
body .im-contact-box__context-button:active {
  background-color: #6f747e;
}
.im-theme-dark_green .im-contact-box__context-button:active {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-contact-box__context-button:active {
  background-color: #9ea0b2;
}
.im-theme-blue .im-contact-box__context-button:active {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-contact-box__context-button:active {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-contact-box__context-button:active {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-contact-box__context-button:active {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-contact-box__context-button:active {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-contact-box__context-button:active {
  background-color: #7A7A7A;
}

.im-contact-box__info-item {
  position: relative;
  padding: 4px 14px 12px 16px;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  display: block;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  cursor: default;
}
.im-contact-box__info-item .im-emoji_inline {
  vertical-align: text-top;
}
.im-contact-box__info-item .im-emoji_inline {
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
}
body .im-contact-box__info-item {
  color: #111111;
}
.im-theme-dark_green .im-contact-box__info-item {
  color: #ffffff;
}
.im-theme-dark_blue .im-contact-box__info-item {
  color: #ffffff;
}
.im-theme-blue .im-contact-box__info-item {
  color: #111111;
}
.im-theme-vk_dark_blue .im-contact-box__info-item {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-contact-box__info-item {
  color: #111111;
}
.im-theme-dit_blue .im-contact-box__info-item {
  color: #111111;
}
.im-theme-myteam_green .im-contact-box__info-item {
  color: #111111;
}
.im-theme-dark_calls .im-contact-box__info-item {
  color: #FFFFFF;
}
.im-desktop .im-contact-box__info-item:hover .im-contact-box__context-button {
  display: block;
}
.im-contact-box__info-item .im-tickbox {
  display: none;
  position: absolute;
  top: 18px;
  right: 16px;
  bottom: auto;
  left: auto;
  border-radius: 10px;
}
.im-contact-box__info-item[data-key=infoMessage] {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.00615385em;
  display: none;
}

.im-contact-box_without-phone .im-contact-box__info-item[data-key=phone] {
  display: none;
}

.im-contact-box__info-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  padding-bottom: 2px;
}
body .im-contact-box__info-title {
  color: #838690;
}
.im-theme-dark_green .im-contact-box__info-title {
  color: #7e848f;
}
.im-theme-dark_blue .im-contact-box__info-title {
  color: #7e848f;
}
.im-theme-blue .im-contact-box__info-title {
  color: #838690;
}
.im-theme-vk_dark_blue .im-contact-box__info-title {
  color: #909499;
}
.im-theme-vk_blue .im-contact-box__info-title {
  color: #818C99;
}
.im-theme-dit_blue .im-contact-box__info-title {
  color: #838690;
}
.im-theme-myteam_green .im-contact-box__info-title {
  color: #838690;
}
.im-theme-dark_calls .im-contact-box__info-title {
  color: #9C9C9C;
}

.im-contact-box__info-value {
  line-height: 22px;
  letter-spacing: 0;
}
div[data-key=phone] .im-contact-box__info-value, div[data-key=email] .im-contact-box__info-value, div[data-key=uNick] .im-contact-box__info-value {
  cursor: pointer;
}
body div[data-key=phone] .im-contact-box__info-value, body div[data-key=email] .im-contact-box__info-value, body div[data-key=uNick] .im-contact-box__info-value {
  color: #00B84D;
}
.im-theme-dark_green div[data-key=phone] .im-contact-box__info-value, .im-theme-dark_green div[data-key=email] .im-contact-box__info-value, .im-theme-dark_green div[data-key=uNick] .im-contact-box__info-value {
  color: #0AC248;
}
.im-theme-dark_blue div[data-key=phone] .im-contact-box__info-value, .im-theme-dark_blue div[data-key=email] .im-contact-box__info-value, .im-theme-dark_blue div[data-key=uNick] .im-contact-box__info-value {
  color: #2f92ff;
}
.im-theme-blue div[data-key=phone] .im-contact-box__info-value, .im-theme-blue div[data-key=email] .im-contact-box__info-value, .im-theme-blue div[data-key=uNick] .im-contact-box__info-value {
  color: #1B85F1;
}
.im-theme-vk_dark_blue div[data-key=phone] .im-contact-box__info-value, .im-theme-vk_dark_blue div[data-key=email] .im-contact-box__info-value, .im-theme-vk_dark_blue div[data-key=uNick] .im-contact-box__info-value {
  color: #71AAEB;
}
.im-theme-vk_blue div[data-key=phone] .im-contact-box__info-value, .im-theme-vk_blue div[data-key=email] .im-contact-box__info-value, .im-theme-vk_blue div[data-key=uNick] .im-contact-box__info-value {
  color: #4986CC;
}
.im-theme-dit_blue div[data-key=phone] .im-contact-box__info-value, .im-theme-dit_blue div[data-key=email] .im-contact-box__info-value, .im-theme-dit_blue div[data-key=uNick] .im-contact-box__info-value {
  color: #2E72BF;
}
.im-theme-myteam_green div[data-key=phone] .im-contact-box__info-value, .im-theme-myteam_green div[data-key=email] .im-contact-box__info-value, .im-theme-myteam_green div[data-key=uNick] .im-contact-box__info-value {
  color: #17C97E;
}
.im-theme-dark_calls div[data-key=phone] .im-contact-box__info-value, .im-theme-dark_calls div[data-key=email] .im-contact-box__info-value, .im-theme-dark_calls div[data-key=uNick] .im-contact-box__info-value {
  color: #027AFF;
}

.im-contact-box_share .im-contact-box__button-wrap,
.im-contact-box_share .im-contact-box__save-wrap {
  display: none;
}
.im-contact-box_share .im-contact-box__context-button {
  display: none;
}
.im-contact-box_share .im-contact-box__info-item[data-key=phone] {
  cursor: pointer;
}
.im-contact-box_share .im-contact-box__info-item .im-tickbox {
  display: block;
}
.im-desktop .im-contact-box_share .im-contact-box__info-item:hover .im-contact-box__context-button {
  display: none;
}
.im-contact-box_share.im-contact-box_without-nickname.im-contact-box_without-phone .im-contact-box__info-item[data-key=infoMessage] {
  display: block;
}
.im-contact-box_share .im-contact-box__info {
  border-top: none;
}
body .im-contact-box_share div[data-key] .im-contact-box__info-value {
  color: #111111;
}
.im-theme-dark_green .im-contact-box_share div[data-key] .im-contact-box__info-value {
  color: #ffffff;
}
.im-theme-dark_blue .im-contact-box_share div[data-key] .im-contact-box__info-value {
  color: #ffffff;
}
.im-theme-blue .im-contact-box_share div[data-key] .im-contact-box__info-value {
  color: #111111;
}
.im-theme-vk_dark_blue .im-contact-box_share div[data-key] .im-contact-box__info-value {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-contact-box_share div[data-key] .im-contact-box__info-value {
  color: #111111;
}
.im-theme-dit_blue .im-contact-box_share div[data-key] .im-contact-box__info-value {
  color: #111111;
}
.im-theme-myteam_green .im-contact-box_share div[data-key] .im-contact-box__info-value {
  color: #111111;
}
.im-theme-dark_calls .im-contact-box_share div[data-key] .im-contact-box__info-value {
  color: #FFFFFF;
}
.im-contact-box_share .im-contact-card__title {
  cursor: default;
}
.im-contact-box_share .im-contact-card__title::after {
  display: none;
}
body .im-contact-box_share .im-contact-card__title .im-contact-card__name {
  color: #111111;
}
.im-theme-dark_green .im-contact-box_share .im-contact-card__title .im-contact-card__name {
  color: #ffffff;
}
.im-theme-dark_blue .im-contact-box_share .im-contact-card__title .im-contact-card__name {
  color: #ffffff;
}
.im-theme-blue .im-contact-box_share .im-contact-card__title .im-contact-card__name {
  color: #111111;
}
.im-theme-vk_dark_blue .im-contact-box_share .im-contact-card__title .im-contact-card__name {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-contact-box_share .im-contact-card__title .im-contact-card__name {
  color: #111111;
}
.im-theme-dit_blue .im-contact-box_share .im-contact-card__title .im-contact-card__name {
  color: #111111;
}
.im-theme-myteam_green .im-contact-box_share .im-contact-card__title .im-contact-card__name {
  color: #111111;
}
.im-theme-dark_calls .im-contact-box_share .im-contact-card__title .im-contact-card__name {
  color: #FFFFFF;
}
body .im-contact-box_share .im-contact-card__title .im-contact-card__subtitle {
  color: #838690;
}
.im-theme-dark_green .im-contact-box_share .im-contact-card__title .im-contact-card__subtitle {
  color: #7e848f;
}
.im-theme-dark_blue .im-contact-box_share .im-contact-card__title .im-contact-card__subtitle {
  color: #7e848f;
}
.im-theme-blue .im-contact-box_share .im-contact-card__title .im-contact-card__subtitle {
  color: #838690;
}
.im-theme-vk_dark_blue .im-contact-box_share .im-contact-card__title .im-contact-card__subtitle {
  color: #909499;
}
.im-theme-vk_blue .im-contact-box_share .im-contact-card__title .im-contact-card__subtitle {
  color: #818C99;
}
.im-theme-dit_blue .im-contact-box_share .im-contact-card__title .im-contact-card__subtitle {
  color: #838690;
}
.im-theme-myteam_green .im-contact-box_share .im-contact-card__title .im-contact-card__subtitle {
  color: #838690;
}
.im-theme-dark_calls .im-contact-box_share .im-contact-card__title .im-contact-card__subtitle {
  color: #9C9C9C;
}

.im-contact-box_alert .im-modal-box__body {
  padding: 0 16px 16px;
  width: 340px;
  max-width: 100%;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.00615385em;
}

.im-stickers-suggest__wrapper {
  position: absolute;
  right: 5px;
  left: 5px;
  width: auto;
  height: 1px;
  z-index: 1;
  opacity: 0;
  transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
}
.im-stickers-suggest__wrapper.im-stickers-suggest_hide {
  transition: opacity 50ms;
  -moz-transition: opacity 50ms;
  -o-transition: opacity 50ms;
  -webkit-transition: opacity 50ms;
}

.im-stickers-suggest {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  max-width: 100%;
  border: 1px solid;
  border-radius: 6px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
body .im-stickers-suggest {
  border-color: #cccfd8;
}
.im-theme-dark_green .im-stickers-suggest {
  border-color: #5e5f6c;
}
.im-theme-dark_blue .im-stickers-suggest {
  border-color: #5e5f6c;
}
.im-theme-blue .im-stickers-suggest {
  border-color: #cccfd8;
}
.im-theme-vk_dark_blue .im-stickers-suggest {
  border-color: #5D5F61;
}
.im-theme-vk_blue .im-stickers-suggest {
  border-color: #B8C1CC;
}
.im-theme-dit_blue .im-stickers-suggest {
  border-color: #cccfd8;
}
.im-theme-myteam_green .im-stickers-suggest {
  border-color: #cccfd8;
}
.im-theme-dark_calls .im-stickers-suggest {
  border-color: #858585;
}

.im-stickers-suggest__content {
  white-space: nowrap;
  border-radius: 5px;
  max-width: 100%;
  padding: 5px 20px 3px 10px;
  overflow: hidden;
  overflow-x: auto;
}
.im-desktop .im-stickers-suggest__content {
  overflow-x: hidden;
}
body .im-stickers-suggest__content {
  background-color: #ffffff;
}
.im-theme-dark_green .im-stickers-suggest__content {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-stickers-suggest__content {
  background-color: #2b2c34;
}
.im-theme-blue .im-stickers-suggest__content {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-stickers-suggest__content {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-stickers-suggest__content {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-stickers-suggest__content {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-stickers-suggest__content {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-stickers-suggest__content {
  background-color: #2B2B2B;
}
.im-stickers-suggest__content .im-showcase__preview-content__item {
  float: none;
  padding: 7px;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
}
.im-desktop .im-stickers-suggest__content .im-showcase__preview-content__item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_green .im-stickers-suggest__content .im-showcase__preview-content__item:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-stickers-suggest__content .im-showcase__preview-content__item:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-blue .im-stickers-suggest__content .im-showcase__preview-content__item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-vk_dark_blue .im-stickers-suggest__content .im-showcase__preview-content__item:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-stickers-suggest__content .im-showcase__preview-content__item:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-dit_blue .im-stickers-suggest__content .im-showcase__preview-content__item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-stickers-suggest__content .im-showcase__preview-content__item:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_calls .im-stickers-suggest__content .im-showcase__preview-content__item:hover {
  background-color: #1F1F1F;
}
.im-stickers-suggest__content span.im-showcase__preview-content__item {
  vertical-align: top;
}

.im-stickers-suggest__controls {
  width: 100%;
}

.im-stickers-suggest__controls-left,
.im-stickers-suggest__controls-right {
  height: auto;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
}
body .im-stickers-suggest__controls-left,
body .im-stickers-suggest__controls-right {
  background-color: #ffffff;
}
.im-theme-dark_green .im-stickers-suggest__controls-left,
.im-theme-dark_green .im-stickers-suggest__controls-right {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-stickers-suggest__controls-left,
.im-theme-dark_blue .im-stickers-suggest__controls-right {
  background-color: #2b2c34;
}
.im-theme-blue .im-stickers-suggest__controls-left,
.im-theme-blue .im-stickers-suggest__controls-right {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-stickers-suggest__controls-left,
.im-theme-vk_dark_blue .im-stickers-suggest__controls-right {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-stickers-suggest__controls-left,
.im-theme-vk_blue .im-stickers-suggest__controls-right {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-stickers-suggest__controls-left,
.im-theme-dit_blue .im-stickers-suggest__controls-right {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-stickers-suggest__controls-left,
.im-theme-myteam_green .im-stickers-suggest__controls-right {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-stickers-suggest__controls-left,
.im-theme-dark_calls .im-stickers-suggest__controls-right {
  background-color: #2B2B2B;
}

.im-stickers-suggest__controls-left {
  left: 0;
  width: 5px;
  border-radius: 5px 0 0 5px;
}
body .im-stickers-suggest__controls-left {
  box-shadow: 5px 0 10px 3px #ffffff;
}
.im-theme-dark_green .im-stickers-suggest__controls-left {
  box-shadow: 5px 0 10px 3px #2b2c34;
}
.im-theme-dark_blue .im-stickers-suggest__controls-left {
  box-shadow: 5px 0 10px 3px #2b2c34;
}
.im-theme-blue .im-stickers-suggest__controls-left {
  box-shadow: 5px 0 10px 3px #ffffff;
}
.im-theme-vk_dark_blue .im-stickers-suggest__controls-left {
  box-shadow: 5px 0 10px 3px #2B2C34;
}
.im-theme-vk_blue .im-stickers-suggest__controls-left {
  box-shadow: 5px 0 10px 3px #FFFFFF;
}
.im-theme-dit_blue .im-stickers-suggest__controls-left {
  box-shadow: 5px 0 10px 3px #ffffff;
}
.im-theme-myteam_green .im-stickers-suggest__controls-left {
  box-shadow: 5px 0 10px 3px #ffffff;
}
.im-theme-dark_calls .im-stickers-suggest__controls-left {
  box-shadow: 5px 0 10px 3px #2B2B2B;
}

.im-stickers-suggest__controls-right {
  right: 0;
  width: 15px;
  border-radius: 0 5px 5px 0;
}
body .im-stickers-suggest__controls-right {
  box-shadow: -5px 0 10px 3px #ffffff;
}
.im-theme-dark_green .im-stickers-suggest__controls-right {
  box-shadow: -5px 0 10px 3px #2b2c34;
}
.im-theme-dark_blue .im-stickers-suggest__controls-right {
  box-shadow: -5px 0 10px 3px #2b2c34;
}
.im-theme-blue .im-stickers-suggest__controls-right {
  box-shadow: -5px 0 10px 3px #ffffff;
}
.im-theme-vk_dark_blue .im-stickers-suggest__controls-right {
  box-shadow: -5px 0 10px 3px #2B2C34;
}
.im-theme-vk_blue .im-stickers-suggest__controls-right {
  box-shadow: -5px 0 10px 3px #FFFFFF;
}
.im-theme-dit_blue .im-stickers-suggest__controls-right {
  box-shadow: -5px 0 10px 3px #ffffff;
}
.im-theme-myteam_green .im-stickers-suggest__controls-right {
  box-shadow: -5px 0 10px 3px #ffffff;
}
.im-theme-dark_calls .im-stickers-suggest__controls-right {
  box-shadow: -5px 0 10px 3px #2B2B2B;
}

.im-stickers-suggest__close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 20px;
  height: 20px;
}
body .im-stickers-suggest__close {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 18px;
  width: 18px;
  height: 18px;
  mask-size: 18px;
  -webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-stickers-suggest__close {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 18px;
  width: 18px;
  height: 18px;
  mask-size: 18px;
  -webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-stickers-suggest__close {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  background-size: 18px;
  width: 18px;
  height: 18px;
  mask-size: 18px;
  -webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-stickers-suggest__close {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 18px;
  width: 18px;
  height: 18px;
  mask-size: 18px;
  -webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-stickers-suggest__close {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  background-size: 18px;
  width: 18px;
  height: 18px;
  mask-size: 18px;
  -webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-stickers-suggest__close {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  background-size: 18px;
  width: 18px;
  height: 18px;
  mask-size: 18px;
  -webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-stickers-suggest__close {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 18px;
  width: 18px;
  height: 18px;
  mask-size: 18px;
  -webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-stickers-suggest__close {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  background-size: 18px;
  width: 18px;
  height: 18px;
  mask-size: 18px;
  -webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-stickers-suggest__close {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  background-size: 18px;
  width: 18px;
  height: 18px;
  mask-size: 18px;
  -webkit-mask-size: 18px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-stickers-suggest__close span {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.im-stickers-suggest__arrow,
.im-suggestbox__anchor {
  position: absolute;
  left: 40px;
  bottom: -5px;
  height: 6px;
  width: 28px;
  margin-left: -14px;
  overflow: hidden;
}
.im-stickers-suggest__arrow span,
.im-suggestbox__anchor span {
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  border: 1px solid;
  display: block;
  position: absolute;
  top: -13px;
  border-radius: 2px 0 2px 0;
  left: 7px;
}
body .im-stickers-suggest__arrow span,
body .im-suggestbox__anchor span {
  background-color: #ffffff;
  border-color: #cccfd8;
}
.im-theme-dark_green .im-stickers-suggest__arrow span,
.im-theme-dark_green .im-suggestbox__anchor span {
  background-color: #2b2c34;
  border-color: #5e5f6c;
}
.im-theme-dark_blue .im-stickers-suggest__arrow span,
.im-theme-dark_blue .im-suggestbox__anchor span {
  background-color: #2b2c34;
  border-color: #5e5f6c;
}
.im-theme-blue .im-stickers-suggest__arrow span,
.im-theme-blue .im-suggestbox__anchor span {
  background-color: #ffffff;
  border-color: #cccfd8;
}
.im-theme-vk_dark_blue .im-stickers-suggest__arrow span,
.im-theme-vk_dark_blue .im-suggestbox__anchor span {
  background-color: #2B2C34;
  border-color: #5D5F61;
}
.im-theme-vk_blue .im-stickers-suggest__arrow span,
.im-theme-vk_blue .im-suggestbox__anchor span {
  background-color: #FFFFFF;
  border-color: #B8C1CC;
}
.im-theme-dit_blue .im-stickers-suggest__arrow span,
.im-theme-dit_blue .im-suggestbox__anchor span {
  background-color: #ffffff;
  border-color: #cccfd8;
}
.im-theme-myteam_green .im-stickers-suggest__arrow span,
.im-theme-myteam_green .im-suggestbox__anchor span {
  background-color: #ffffff;
  border-color: #cccfd8;
}
.im-theme-dark_calls .im-stickers-suggest__arrow span,
.im-theme-dark_calls .im-suggestbox__anchor span {
  background-color: #2B2B2B;
  border-color: #858585;
}

.im-chat__smart-reply-wrapper {
  position: relative;
  /*.im-pictures_opened &, .im-ptt-recorder_active &, .im-input-top-message_available & {
      overflow: hidden;
      height: 1px;
  }*/
}

.im-chat__smart-reply {
  height: 84px;
  overflow: hidden;
  display: none;
  left: 0;
  right: 0;
  transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  -webkit-transition: opacity 150ms;
}
.im-chat__smart-reply.im-stickers-suggest_hide, .im-chat__smart-reply.im-stickers-suggest_hide .im-stickers-suggest {
  transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -o-transition: opacity 150ms;
  -webkit-transition: opacity 150ms;
}
.im-chat__smart-reply .im-stickers-suggest {
  height: 100%;
  max-height: 68px;
  position: relative;
  width: 100%;
  border: none;
}
.im-chat__smart-reply .im-stickers-suggest__content {
  padding: 0 52px;
  height: 100%;
  line-height: 68px;
}
body .im-chat__smart-reply .im-stickers-suggest__content {
  background-color: #F0F3F5;
}
.im-theme-dark_green .im-chat__smart-reply .im-stickers-suggest__content {
  background-color: #21222A;
}
.im-theme-dark_blue .im-chat__smart-reply .im-stickers-suggest__content {
  background-color: #21222A;
}
.im-theme-blue .im-chat__smart-reply .im-stickers-suggest__content {
  background-color: #F0F3F5;
}
.im-theme-vk_dark_blue .im-chat__smart-reply .im-stickers-suggest__content {
  background-color: #21222A;
}
.im-theme-vk_blue .im-chat__smart-reply .im-stickers-suggest__content {
  background-color: #F6F6F6;
}
.im-theme-dit_blue .im-chat__smart-reply .im-stickers-suggest__content {
  background-color: #F0F3F5;
}
.im-theme-myteam_green .im-chat__smart-reply .im-stickers-suggest__content {
  background-color: #F0F3F5;
}
.im-theme-dark_calls .im-chat__smart-reply .im-stickers-suggest__content {
  background-color: #1F1F1F;
}
.im-chat__smart-reply .im-stickers-suggest__content .im-showcase__preview-content__item {
  padding: 4px;
  vertical-align: middle;
  margin: 0 2px;
  width: 54px;
  height: 54px;
}
.im-chat__smart-reply .im-smart-reply__text-item {
  padding: 5px 12px;
  border-radius: 18px;
  margin: 0 4px;
  cursor: pointer;
  line-height: 34px;
  height: 34px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.im-chat__smart-reply .im-smart-reply__text-item span {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
}
body .im-chat__smart-reply .im-smart-reply__text-item {
  color: #838690;
}
.im-theme-dark_green .im-chat__smart-reply .im-smart-reply__text-item {
  color: #7e848f;
}
.im-theme-dark_blue .im-chat__smart-reply .im-smart-reply__text-item {
  color: #7e848f;
}
.im-theme-blue .im-chat__smart-reply .im-smart-reply__text-item {
  color: #838690;
}
.im-theme-vk_dark_blue .im-chat__smart-reply .im-smart-reply__text-item {
  color: #909499;
}
.im-theme-vk_blue .im-chat__smart-reply .im-smart-reply__text-item {
  color: #818C99;
}
.im-theme-dit_blue .im-chat__smart-reply .im-smart-reply__text-item {
  color: #838690;
}
.im-theme-myteam_green .im-chat__smart-reply .im-smart-reply__text-item {
  color: #838690;
}
.im-theme-dark_calls .im-chat__smart-reply .im-smart-reply__text-item {
  color: #9C9C9C;
}
.im-desktop .im-chat__smart-reply .im-smart-reply__text-item:hover {
  color: #7A7E8B;
}
.im-desktop.im-theme-dark_green .im-chat__smart-reply .im-smart-reply__text-item:hover {
  color: #8C939E;
}
.im-desktop.im-theme-dark_blue .im-chat__smart-reply .im-smart-reply__text-item:hover {
  color: #8C939E;
}
.im-desktop.im-theme-blue .im-chat__smart-reply .im-smart-reply__text-item:hover {
  color: #7A7E8B;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__smart-reply .im-smart-reply__text-item:hover {
  color: #999DA1;
}
.im-desktop.im-theme-vk_blue .im-chat__smart-reply .im-smart-reply__text-item:hover {
  color: #707985;
}
.im-desktop.im-theme-dit_blue .im-chat__smart-reply .im-smart-reply__text-item:hover {
  color: #7A7E8B;
}
.im-desktop.im-theme-myteam_green .im-chat__smart-reply .im-smart-reply__text-item:hover {
  color: #7A7E8B;
}
.im-desktop.im-theme-dark_calls .im-chat__smart-reply .im-smart-reply__text-item:hover {
  color: #8F8F8F;
}
.im-desktop .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #707482;
}
.im-desktop.im-theme-dark_green .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #9BA2AD;
}
.im-desktop.im-theme-dark_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #9BA2AD;
}
.im-desktop.im-theme-blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #707482;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #A0A3A7;
}
.im-desktop.im-theme-vk_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #67707A;
}
.im-desktop.im-theme-dit_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #707482;
}
.im-desktop.im-theme-myteam_green .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #707482;
}
.im-desktop.im-theme-dark_calls .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #828282;
}
body .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #707482;
}
.im-theme-dark_green .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #9BA2AD;
}
.im-theme-dark_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #9BA2AD;
}
.im-theme-blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #707482;
}
.im-theme-vk_dark_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #A0A3A7;
}
.im-theme-vk_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #67707A;
}
.im-theme-dit_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #707482;
}
.im-theme-myteam_green .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #707482;
}
.im-theme-dark_calls .im-chat__smart-reply .im-smart-reply__text-item:active {
  color: #828282;
}
body .im-chat__smart-reply .im-smart-reply__text-item {
  background-color: #ffffff;
}
.im-theme-dark_green .im-chat__smart-reply .im-smart-reply__text-item {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-chat__smart-reply .im-smart-reply__text-item {
  background-color: #2b2c34;
}
.im-theme-blue .im-chat__smart-reply .im-smart-reply__text-item {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-chat__smart-reply .im-smart-reply__text-item {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-chat__smart-reply .im-smart-reply__text-item {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-chat__smart-reply .im-smart-reply__text-item {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-chat__smart-reply .im-smart-reply__text-item {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-chat__smart-reply .im-smart-reply__text-item {
  background-color: #2B2B2B;
}
.im-desktop .im-chat__smart-reply .im-smart-reply__text-item:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-dark_green .im-chat__smart-reply .im-smart-reply__text-item:hover {
  background-color: #282931;
}
.im-desktop.im-theme-dark_blue .im-chat__smart-reply .im-smart-reply__text-item:hover {
  background-color: #282931;
}
.im-desktop.im-theme-blue .im-chat__smart-reply .im-smart-reply__text-item:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__smart-reply .im-smart-reply__text-item:hover {
  background-color: #282931;
}
.im-desktop.im-theme-vk_blue .im-chat__smart-reply .im-smart-reply__text-item:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-dit_blue .im-chat__smart-reply .im-smart-reply__text-item:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-myteam_green .im-chat__smart-reply .im-smart-reply__text-item:hover {
  background-color: #f9f9f9;
}
.im-desktop.im-theme-dark_calls .im-chat__smart-reply .im-smart-reply__text-item:hover {
  background-color: #262626;
}
.im-desktop .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-dark_green .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #26272F;
}
.im-desktop.im-theme-dark_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #26272F;
}
.im-desktop.im-theme-blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #26272F;
}
.im-desktop.im-theme-vk_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-dit_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-myteam_green .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #f4f4f4;
}
.im-desktop.im-theme-dark_calls .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #1F1F1F;
}
body .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #f4f4f4;
}
.im-theme-dark_green .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #26272F;
}
.im-theme-dark_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #26272F;
}
.im-theme-blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #f4f4f4;
}
.im-theme-vk_dark_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #26272F;
}
.im-theme-vk_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #f4f4f4;
}
.im-theme-dit_blue .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #f4f4f4;
}
.im-theme-myteam_green .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #f4f4f4;
}
.im-theme-dark_calls .im-chat__smart-reply .im-smart-reply__text-item:active {
  background-color: #1F1F1F;
}
.im-chat__smart-reply .im-stickers-suggest__controls-left {
  width: 32px;
}
body .im-chat__smart-reply .im-stickers-suggest__controls-left {
  box-shadow: 10px 0 15px 5px #F0F3F5;
  background-color: #F0F3F5;
}
.im-theme-dark_green .im-chat__smart-reply .im-stickers-suggest__controls-left {
  box-shadow: 10px 0 15px 5px #21222A;
  background-color: #21222A;
}
.im-theme-dark_blue .im-chat__smart-reply .im-stickers-suggest__controls-left {
  box-shadow: 10px 0 15px 5px #21222A;
  background-color: #21222A;
}
.im-theme-blue .im-chat__smart-reply .im-stickers-suggest__controls-left {
  box-shadow: 10px 0 15px 5px #F0F3F5;
  background-color: #F0F3F5;
}
.im-theme-vk_dark_blue .im-chat__smart-reply .im-stickers-suggest__controls-left {
  box-shadow: 10px 0 15px 5px #21222A;
  background-color: #21222A;
}
.im-theme-vk_blue .im-chat__smart-reply .im-stickers-suggest__controls-left {
  box-shadow: 10px 0 15px 5px #F6F6F6;
  background-color: #F6F6F6;
}
.im-theme-dit_blue .im-chat__smart-reply .im-stickers-suggest__controls-left {
  box-shadow: 10px 0 15px 5px #F0F3F5;
  background-color: #F0F3F5;
}
.im-theme-myteam_green .im-chat__smart-reply .im-stickers-suggest__controls-left {
  box-shadow: 10px 0 15px 5px #F0F3F5;
  background-color: #F0F3F5;
}
.im-theme-dark_calls .im-chat__smart-reply .im-stickers-suggest__controls-left {
  box-shadow: 10px 0 15px 5px #1F1F1F;
  background-color: #1F1F1F;
}
.im-chat__smart-reply .im-stickers-suggest__controls-right {
  width: 32px;
}
body .im-chat__smart-reply .im-stickers-suggest__controls-right {
  box-shadow: -10px 0 15px 5px #F0F3F5;
  background-color: #F0F3F5;
}
.im-theme-dark_green .im-chat__smart-reply .im-stickers-suggest__controls-right {
  box-shadow: -10px 0 15px 5px #21222A;
  background-color: #21222A;
}
.im-theme-dark_blue .im-chat__smart-reply .im-stickers-suggest__controls-right {
  box-shadow: -10px 0 15px 5px #21222A;
  background-color: #21222A;
}
.im-theme-blue .im-chat__smart-reply .im-stickers-suggest__controls-right {
  box-shadow: -10px 0 15px 5px #F0F3F5;
  background-color: #F0F3F5;
}
.im-theme-vk_dark_blue .im-chat__smart-reply .im-stickers-suggest__controls-right {
  box-shadow: -10px 0 15px 5px #21222A;
  background-color: #21222A;
}
.im-theme-vk_blue .im-chat__smart-reply .im-stickers-suggest__controls-right {
  box-shadow: -10px 0 15px 5px #F6F6F6;
  background-color: #F6F6F6;
}
.im-theme-dit_blue .im-chat__smart-reply .im-stickers-suggest__controls-right {
  box-shadow: -10px 0 15px 5px #F0F3F5;
  background-color: #F0F3F5;
}
.im-theme-myteam_green .im-chat__smart-reply .im-stickers-suggest__controls-right {
  box-shadow: -10px 0 15px 5px #F0F3F5;
  background-color: #F0F3F5;
}
.im-theme-dark_calls .im-chat__smart-reply .im-stickers-suggest__controls-right {
  box-shadow: -10px 0 15px 5px #1F1F1F;
  background-color: #1F1F1F;
}
.im-chat__smart-reply .im-stickers-suggest__close,
.im-chat__smart-reply .im-stickers-suggest__arrow {
  display: none;
}

.im-chat__smart-reply__toggle-button {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 2px;
  left: 50%;
  width: 64px;
  height: 14px;
  max-height: 100%;
  margin-left: -32px;
  cursor: pointer;
}
.im-chat__smart-reply__toggle-button::before, .im-chat__smart-reply__toggle-button::after {
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  border-radius: 7px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transition: transform 150ms;
  -moz-transition: transform 150ms;
  -o-transition: transform 150ms;
  -webkit-transition: transform 150ms;
  margin-top: -2px;
  margin-left: -7px;
}
body .im-chat__smart-reply__toggle-button::before, body .im-chat__smart-reply__toggle-button::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-chat__smart-reply__toggle-button::before, .im-theme-dark_green .im-chat__smart-reply__toggle-button::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-chat__smart-reply__toggle-button::before, .im-theme-dark_blue .im-chat__smart-reply__toggle-button::after {
  background-color: #7e848f;
}
.im-theme-blue .im-chat__smart-reply__toggle-button::before, .im-theme-blue .im-chat__smart-reply__toggle-button::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-chat__smart-reply__toggle-button::before, .im-theme-vk_dark_blue .im-chat__smart-reply__toggle-button::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-chat__smart-reply__toggle-button::before, .im-theme-vk_blue .im-chat__smart-reply__toggle-button::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-chat__smart-reply__toggle-button::before, .im-theme-dit_blue .im-chat__smart-reply__toggle-button::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-chat__smart-reply__toggle-button::before, .im-theme-myteam_green .im-chat__smart-reply__toggle-button::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-chat__smart-reply__toggle-button::before, .im-theme-dark_calls .im-chat__smart-reply__toggle-button::after {
  background-color: #949494;
}
.im-desktop .im-chat__smart-reply__toggle-button:hover::before, .im-desktop .im-chat__smart-reply__toggle-button:hover::after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-chat__smart-reply__toggle-button:hover::before, .im-desktop.im-theme-dark_green .im-chat__smart-reply__toggle-button:hover::after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-chat__smart-reply__toggle-button:hover::before, .im-desktop.im-theme-dark_blue .im-chat__smart-reply__toggle-button:hover::after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-chat__smart-reply__toggle-button:hover::before, .im-desktop.im-theme-blue .im-chat__smart-reply__toggle-button:hover::after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__smart-reply__toggle-button:hover::before, .im-desktop.im-theme-vk_dark_blue .im-chat__smart-reply__toggle-button:hover::after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-chat__smart-reply__toggle-button:hover::before, .im-desktop.im-theme-vk_blue .im-chat__smart-reply__toggle-button:hover::after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-chat__smart-reply__toggle-button:hover::before, .im-desktop.im-theme-dit_blue .im-chat__smart-reply__toggle-button:hover::after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-chat__smart-reply__toggle-button:hover::before, .im-desktop.im-theme-myteam_green .im-chat__smart-reply__toggle-button:hover::after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-chat__smart-reply__toggle-button:hover::before, .im-desktop.im-theme-dark_calls .im-chat__smart-reply__toggle-button:hover::after {
  background-color: #858585;
}
.im-desktop .im-chat__smart-reply__toggle-button:active::before, .im-desktop .im-chat__smart-reply__toggle-button:active::after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-chat__smart-reply__toggle-button:active::before, .im-desktop.im-theme-dark_green .im-chat__smart-reply__toggle-button:active::after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-chat__smart-reply__toggle-button:active::before, .im-desktop.im-theme-dark_blue .im-chat__smart-reply__toggle-button:active::after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-chat__smart-reply__toggle-button:active::before, .im-desktop.im-theme-blue .im-chat__smart-reply__toggle-button:active::after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__smart-reply__toggle-button:active::before, .im-desktop.im-theme-vk_dark_blue .im-chat__smart-reply__toggle-button:active::after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-chat__smart-reply__toggle-button:active::before, .im-desktop.im-theme-vk_blue .im-chat__smart-reply__toggle-button:active::after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-chat__smart-reply__toggle-button:active::before, .im-desktop.im-theme-dit_blue .im-chat__smart-reply__toggle-button:active::after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-chat__smart-reply__toggle-button:active::before, .im-desktop.im-theme-myteam_green .im-chat__smart-reply__toggle-button:active::after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-chat__smart-reply__toggle-button:active::before, .im-desktop.im-theme-dark_calls .im-chat__smart-reply__toggle-button:active::after {
  background-color: #7A7A7A;
}
body .im-chat__smart-reply__toggle-button:active::before, body .im-chat__smart-reply__toggle-button:active::after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-chat__smart-reply__toggle-button:active::before, .im-theme-dark_green .im-chat__smart-reply__toggle-button:active::after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-chat__smart-reply__toggle-button:active::before, .im-theme-dark_blue .im-chat__smart-reply__toggle-button:active::after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-chat__smart-reply__toggle-button:active::before, .im-theme-blue .im-chat__smart-reply__toggle-button:active::after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-chat__smart-reply__toggle-button:active::before, .im-theme-vk_dark_blue .im-chat__smart-reply__toggle-button:active::after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-chat__smart-reply__toggle-button:active::before, .im-theme-vk_blue .im-chat__smart-reply__toggle-button:active::after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-chat__smart-reply__toggle-button:active::before, .im-theme-dit_blue .im-chat__smart-reply__toggle-button:active::after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-chat__smart-reply__toggle-button:active::before, .im-theme-myteam_green .im-chat__smart-reply__toggle-button:active::after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-chat__smart-reply__toggle-button:active::before, .im-theme-dark_calls .im-chat__smart-reply__toggle-button:active::after {
  background-color: #7A7A7A;
}
.im-chat__smart-reply__toggle-button::before {
  -webkit-transform: rotate(23deg) translateX(-5.5px);
  -moz-transform: rotate(23deg) translateX(-5.5px);
  -o-transform: rotate(23deg) translateX(-5.5px);
  -ms-transform: rotate(23deg) translateX(-5.5px);
  transform: rotate(23deg) translateX(-5.5px);
}
.im-chat__smart-reply__toggle-button::after {
  -webkit-transform: rotate(-23deg) translateX(5.5px);
  -moz-transform: rotate(-23deg) translateX(5.5px);
  -o-transform: rotate(-23deg) translateX(5.5px);
  -ms-transform: rotate(-23deg) translateX(5.5px);
  transform: rotate(-23deg) translateX(5.5px);
}
.im-stickers-suggest_hide .im-chat__smart-reply__toggle-button::before {
  -webkit-transform: rotate(-23deg) translateX(-5.5px);
  -moz-transform: rotate(-23deg) translateX(-5.5px);
  -o-transform: rotate(-23deg) translateX(-5.5px);
  -ms-transform: rotate(-23deg) translateX(-5.5px);
  transform: rotate(-23deg) translateX(-5.5px);
}
.im-stickers-suggest_hide .im-chat__smart-reply__toggle-button::after {
  -webkit-transform: rotate(23deg) translateX(5.5px);
  -moz-transform: rotate(23deg) translateX(5.5px);
  -o-transform: rotate(23deg) translateX(5.5px);
  -ms-transform: rotate(23deg) translateX(5.5px);
  transform: rotate(23deg) translateX(5.5px);
}

.im-sidebar {
  overflow: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-weight: 400;
  z-index: 1;
}
body .im-sidebar {
  background-color: #ffffff;
}
.im-theme-dark_green .im-sidebar {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-sidebar {
  background-color: #2b2c34;
}
.im-theme-blue .im-sidebar {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-sidebar {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-sidebar {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-sidebar {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-sidebar {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-sidebar {
  background-color: #2B2B2B;
}
.im-sidebar .im-scrollbar {
  top: 56px;
}

.im-sidebar__topbar {
  overflow: hidden;
  height: 56px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  text-align: center;
  line-height: 56px;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 32px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.im-sidebar__topbar .im-sidebar-title {
  font-weight: 400;
}
body .im-sidebar__topbar {
  border-bottom-color: #eceef3;
}
.im-theme-dark_green .im-sidebar__topbar {
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-sidebar__topbar {
  border-bottom-color: #3c3d47;
}
.im-theme-blue .im-sidebar__topbar {
  border-bottom-color: #eceef3;
}
.im-theme-vk_dark_blue .im-sidebar__topbar {
  border-bottom-color: #3C3D47;
}
.im-theme-vk_blue .im-sidebar__topbar {
  border-bottom-color: #ECEEF3;
}
.im-theme-dit_blue .im-sidebar__topbar {
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-sidebar__topbar {
  border-bottom-color: #eceef3;
}
.im-theme-dark_calls .im-sidebar__topbar {
  border-bottom-color: #1F1F1F;
}

.im-sidebar__content {
  overflow-y: auto;
  position: absolute;
  top: 56px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.im-sidebar-button {
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  padding-left: 55px;
  padding-right: 15px;
  height: 36px;
  line-height: 36px;
}
.im-sidebar-button .im-switch {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: auto;
  left: auto;
  padding-right: 6px;
}
.im-sidebar-button span:not([class]) {
  float: right;
}
body .im-sidebar-button span:not([class]) {
  color: #838690;
}
.im-theme-dark_green .im-sidebar-button span:not([class]) {
  color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button span:not([class]) {
  color: #7e848f;
}
.im-theme-blue .im-sidebar-button span:not([class]) {
  color: #838690;
}
.im-theme-vk_dark_blue .im-sidebar-button span:not([class]) {
  color: #909499;
}
.im-theme-vk_blue .im-sidebar-button span:not([class]) {
  color: #818C99;
}
.im-theme-dit_blue .im-sidebar-button span:not([class]) {
  color: #838690;
}
.im-theme-myteam_green .im-sidebar-button span:not([class]) {
  color: #838690;
}
.im-theme-dark_calls .im-sidebar-button span:not([class]) {
  color: #9C9C9C;
}
.im-desktop .im-sidebar-button:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_green .im-sidebar-button:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-sidebar-button:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-blue .im-sidebar-button:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-vk_dark_blue .im-sidebar-button:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-sidebar-button:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-dit_blue .im-sidebar-button:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-sidebar-button:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_calls .im-sidebar-button:hover {
  background-color: #1F1F1F;
}

.im-sidebar-gallery__previews {
  padding: 0 12px 0 16px;
  height: 80px;
  overflow: hidden;
}
.im-sidebar-gallery__previews:empty {
  display: none;
}
.im-sidebar-gallery__previews .im-gallery-preview {
  width: 52px;
  height: 52px;
  border-radius: 5px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  background-position: center top;
  background-size: cover;
  margin: 8px 4px 20px;
}

/* 2019 redesign chat info */
.im-sidebar__editinfo {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 18px;
  right: 16px;
  bottom: auto;
  left: auto;
  display: none;
}
.im-sidebar__editinfo {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 9.5L17.7929 7.20711C18.1834 6.81658 18.1834 6.18342 17.7929 5.79289L14.7071 2.70711C14.3166 2.31658 13.6834 2.31658 13.2929 2.70711L11 5M15.5 9.5L8.45321 16.5468C8.15845 16.8415 7.77896 17.0368 7.36779 17.1054L2 18L3.36025 13.0124C3.45183 12.6766 3.62945 12.3705 3.87556 12.1244L11 5M15.5 9.5L11 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 9.5L17.7929 7.20711C18.1834 6.81658 18.1834 6.18342 17.7929 5.79289L14.7071 2.70711C14.3166 2.31658 13.6834 2.31658 13.2929 2.70711L11 5M15.5 9.5L8.45321 16.5468C8.15845 16.8415 7.77896 17.0368 7.36779 17.1054L2 18L3.36025 13.0124C3.45183 12.6766 3.62945 12.3705 3.87556 12.1244L11 5M15.5 9.5L11 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar__editinfo {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar__editinfo {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar__editinfo {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar__editinfo {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar__editinfo {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar__editinfo {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar__editinfo {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar__editinfo {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar__editinfo {
  background-color: #949494;
}
.im-desktop .im-sidebar__editinfo:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-sidebar__editinfo:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-sidebar__editinfo:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-sidebar__editinfo:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-sidebar__editinfo:hover {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-sidebar__editinfo:hover {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-sidebar__editinfo:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-sidebar__editinfo:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-sidebar__editinfo:hover {
  background-color: #858585;
}
.im-desktop .im-sidebar__editinfo:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-sidebar__editinfo:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-sidebar__editinfo:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-sidebar__editinfo:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-sidebar__editinfo:active {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-sidebar__editinfo:active {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-sidebar__editinfo:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-sidebar__editinfo:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-sidebar__editinfo:active {
  background-color: #7A7A7A;
}
body .im-sidebar__editinfo:active {
  background-color: #6f747e;
}
.im-theme-dark_green .im-sidebar__editinfo:active {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-sidebar__editinfo:active {
  background-color: #9ea0b2;
}
.im-theme-blue .im-sidebar__editinfo:active {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-sidebar__editinfo:active {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-sidebar__editinfo:active {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-sidebar__editinfo:active {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-sidebar__editinfo:active {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-sidebar__editinfo:active {
  background-color: #7A7A7A;
}
.im-sidebar__editable .im-sidebar__editinfo {
  display: block;
}

.im-sidebar-delimiter {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 8px solid;
}
body .im-sidebar-delimiter {
  border-top-color: #f3f5f8;
}
.im-theme-dark_green .im-sidebar-delimiter {
  border-top-color: #3c3d48;
}
.im-theme-dark_blue .im-sidebar-delimiter {
  border-top-color: #3c3d48;
}
.im-theme-blue .im-sidebar-delimiter {
  border-top-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-sidebar-delimiter {
  border-top-color: #3C3D48;
}
.im-theme-vk_blue .im-sidebar-delimiter {
  border-top-color: #F1F3F7;
}
.im-theme-dit_blue .im-sidebar-delimiter {
  border-top-color: #f3f5f8;
}
.im-theme-myteam_green .im-sidebar-delimiter {
  border-top-color: #f3f5f8;
}
.im-theme-dark_calls .im-sidebar-delimiter {
  border-top-color: #1F1F1F;
}

.im-sidebar-module {
  display: none;
}

.im-sidebar__button-wrap {
  margin: 0 16px;
}
.im-sidebar__button-wrap .im-button-accent {
  margin-bottom: 8px;
  margin-top: 4px;
  width: 100%;
}

.im-sidebar__topinfo-ava {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 16px;
  right: auto;
  bottom: auto;
  left: 16px;
}
.im-sidebar__topinfo-ava .im-avatarbox {
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  border-radius: 26px;
}
.im-sidebar__topinfo-ava .im-avatarmark {
  top: 34px;
  left: 34px;
}

.im-sidebar__topinfo-ava_loaded {
  cursor: pointer;
}

.im-sidebar__topinfo-warning {
  line-height: 19px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
  font-size: 15px;
  text-align: center;
  padding: 4px 14px 8px 16px;
}
.im-sidebar__topinfo-warning:empty {
  display: none;
}
body .im-sidebar__topinfo-warning {
  color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar__topinfo-warning {
  color: #7e848f;
}
.im-theme-dark_blue .im-sidebar__topinfo-warning {
  color: #7e848f;
}
.im-theme-blue .im-sidebar__topinfo-warning {
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar__topinfo-warning {
  color: #76787A;
}
.im-theme-vk_blue .im-sidebar__topinfo-warning {
  color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar__topinfo-warning {
  color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar__topinfo-warning {
  color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar__topinfo-warning {
  color: #949494;
}

.im-sidebar__topinfo-item {
  position: relative;
  padding: 4px 14px 12px 16px;
  overflow: hidden;
  font-size: 16px;
  line-height: 16px;
  display: block;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  cursor: default;
}
.im-sidebar__topinfo-item .im-emoji_inline {
  vertical-align: text-top;
}
.im-sidebar__topinfo-item .im-emoji_inline {
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
}
body .im-sidebar__topinfo-item {
  color: #111111;
}
.im-theme-dark_green .im-sidebar__topinfo-item {
  color: #ffffff;
}
.im-theme-dark_blue .im-sidebar__topinfo-item {
  color: #ffffff;
}
.im-theme-blue .im-sidebar__topinfo-item {
  color: #111111;
}
.im-theme-vk_dark_blue .im-sidebar__topinfo-item {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-sidebar__topinfo-item {
  color: #111111;
}
.im-theme-dit_blue .im-sidebar__topinfo-item {
  color: #111111;
}
.im-theme-myteam_green .im-sidebar__topinfo-item {
  color: #111111;
}
.im-theme-dark_calls .im-sidebar__topinfo-item {
  color: #FFFFFF;
}
.im-sidebar__topinfo-item:empty {
  display: none;
}
.im-sidebar__topinfo-item[data-key=name] {
  min-height: 68px;
  margin: 20px 0 0 64px;
  padding-bottom: 6px;
}
.im-sidebar__topinfo-item .im-sidebar-topinfo__name {
  line-height: 20px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-weight: 600;
}
.im-sidebar__topinfo-item .im-sidebar-topinfo__subtitle {
  line-height: 18px;
  font-size: 14px;
  padding-top: 2px;
}
body .im-sidebar__topinfo-item .im-sidebar-topinfo__subtitle {
  color: #838690;
}
.im-theme-dark_green .im-sidebar__topinfo-item .im-sidebar-topinfo__subtitle {
  color: #7e848f;
}
.im-theme-dark_blue .im-sidebar__topinfo-item .im-sidebar-topinfo__subtitle {
  color: #7e848f;
}
.im-theme-blue .im-sidebar__topinfo-item .im-sidebar-topinfo__subtitle {
  color: #838690;
}
.im-theme-vk_dark_blue .im-sidebar__topinfo-item .im-sidebar-topinfo__subtitle {
  color: #909499;
}
.im-theme-vk_blue .im-sidebar__topinfo-item .im-sidebar-topinfo__subtitle {
  color: #818C99;
}
.im-theme-dit_blue .im-sidebar__topinfo-item .im-sidebar-topinfo__subtitle {
  color: #838690;
}
.im-theme-myteam_green .im-sidebar__topinfo-item .im-sidebar-topinfo__subtitle {
  color: #838690;
}
.im-theme-dark_calls .im-sidebar__topinfo-item .im-sidebar-topinfo__subtitle {
  color: #9C9C9C;
}
.im-desktop .im-sidebar__topinfo-item:hover .im-sidebar-context-button {
  display: block;
}

.im-sidebar__topinfo-title {
  display: block;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  padding-bottom: 2px;
}
body .im-sidebar__topinfo-title {
  color: #838690;
}
.im-theme-dark_green .im-sidebar__topinfo-title {
  color: #7e848f;
}
.im-theme-dark_blue .im-sidebar__topinfo-title {
  color: #7e848f;
}
.im-theme-blue .im-sidebar__topinfo-title {
  color: #838690;
}
.im-theme-vk_dark_blue .im-sidebar__topinfo-title {
  color: #909499;
}
.im-theme-vk_blue .im-sidebar__topinfo-title {
  color: #818C99;
}
.im-theme-dit_blue .im-sidebar__topinfo-title {
  color: #838690;
}
.im-theme-myteam_green .im-sidebar__topinfo-title {
  color: #838690;
}
.im-theme-dark_calls .im-sidebar__topinfo-title {
  color: #9C9C9C;
}

.im-sidebar__topinfo-value {
  line-height: 22px;
  letter-spacing: 0;
  word-break: break-word;
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
div[data-key=phone] .im-sidebar__topinfo-value, div[data-key=email] .im-sidebar__topinfo-value, div[data-key=uNick] .im-sidebar__topinfo-value {
  cursor: pointer;
}
body div[data-key=phone] .im-sidebar__topinfo-value, body div[data-key=email] .im-sidebar__topinfo-value, body div[data-key=uNick] .im-sidebar__topinfo-value {
  color: #00B84D;
}
.im-theme-dark_green div[data-key=phone] .im-sidebar__topinfo-value, .im-theme-dark_green div[data-key=email] .im-sidebar__topinfo-value, .im-theme-dark_green div[data-key=uNick] .im-sidebar__topinfo-value {
  color: #0AC248;
}
.im-theme-dark_blue div[data-key=phone] .im-sidebar__topinfo-value, .im-theme-dark_blue div[data-key=email] .im-sidebar__topinfo-value, .im-theme-dark_blue div[data-key=uNick] .im-sidebar__topinfo-value {
  color: #2f92ff;
}
.im-theme-blue div[data-key=phone] .im-sidebar__topinfo-value, .im-theme-blue div[data-key=email] .im-sidebar__topinfo-value, .im-theme-blue div[data-key=uNick] .im-sidebar__topinfo-value {
  color: #1B85F1;
}
.im-theme-vk_dark_blue div[data-key=phone] .im-sidebar__topinfo-value, .im-theme-vk_dark_blue div[data-key=email] .im-sidebar__topinfo-value, .im-theme-vk_dark_blue div[data-key=uNick] .im-sidebar__topinfo-value {
  color: #71AAEB;
}
.im-theme-vk_blue div[data-key=phone] .im-sidebar__topinfo-value, .im-theme-vk_blue div[data-key=email] .im-sidebar__topinfo-value, .im-theme-vk_blue div[data-key=uNick] .im-sidebar__topinfo-value {
  color: #4986CC;
}
.im-theme-dit_blue div[data-key=phone] .im-sidebar__topinfo-value, .im-theme-dit_blue div[data-key=email] .im-sidebar__topinfo-value, .im-theme-dit_blue div[data-key=uNick] .im-sidebar__topinfo-value {
  color: #2E72BF;
}
.im-theme-myteam_green div[data-key=phone] .im-sidebar__topinfo-value, .im-theme-myteam_green div[data-key=email] .im-sidebar__topinfo-value, .im-theme-myteam_green div[data-key=uNick] .im-sidebar__topinfo-value {
  color: #17C97E;
}
.im-theme-dark_calls div[data-key=phone] .im-sidebar__topinfo-value, .im-theme-dark_calls div[data-key=email] .im-sidebar__topinfo-value, .im-theme-dark_calls div[data-key=uNick] .im-sidebar__topinfo-value {
  color: #027AFF;
}

.im-sidebar-topinfo__expand {
  display: none;
  line-height: 22px;
  letter-spacing: 0;
  cursor: pointer;
  padding-top: 5px;
}
body .im-sidebar-topinfo__expand {
  color: #00B84D;
}
.im-theme-dark_green .im-sidebar-topinfo__expand {
  color: #0AC248;
}
.im-theme-dark_blue .im-sidebar-topinfo__expand {
  color: #2f92ff;
}
.im-theme-blue .im-sidebar-topinfo__expand {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-sidebar-topinfo__expand {
  color: #71AAEB;
}
.im-theme-vk_blue .im-sidebar-topinfo__expand {
  color: #4986CC;
}
.im-theme-dit_blue .im-sidebar-topinfo__expand {
  color: #2E72BF;
}
.im-theme-myteam_green .im-sidebar-topinfo__expand {
  color: #17C97E;
}
.im-theme-dark_calls .im-sidebar-topinfo__expand {
  color: #027AFF;
}

.im-sidebar-short-text .im-sidebar__topinfo-value {
  max-height: 88px;
  display: block;
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
  white-space: pre-line;
}
.im-sidebar-short-text .im-sidebar__topinfo-value::after {
  content: "";
  display: inline-block;
}
.im-sidebar-short-text .im-sidebar-topinfo__expand {
  display: inline-block;
}

.im-sidebar-context-button {
  position: absolute;
  top: 18px;
  right: 20px;
  bottom: auto;
  left: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.im-desktop .im-sidebar-context-button {
  display: none;
}
.im-sidebar-context-button[data-action=copyGroupLink], .im-sidebar-context-button[data-action=copySn], .im-sidebar-context-button[data-action=copyNick], .im-sidebar-context-button[data-action=copyPhoneNumber] {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13H4.5C3.94772 13 3.5 12.5523 3.5 12V3C3.5 2.44771 3.94772 2 4.5 2H11C11.5523 2 12 2.44772 12 3V4M9.5 18H15.5C16.0523 18 16.5 17.5523 16.5 17V8C16.5 7.44772 16.0523 7 15.5 7H9.5C8.94772 7 8.5 7.44771 8.5 8V17C8.5 17.5523 8.94772 18 9.5 18Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: transparent;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-sidebar-context-button[data-action=shareGroup], .im-sidebar-context-button[data-action=shareSn], .im-sidebar-context-button[data-action=shareNick], .im-sidebar-context-button[data-action=shareContact] {
  right: 60px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: transparent;
  background-size: 24px;
  width: 24px;
  height: 24px;
  mask-size: 24px;
  -webkit-mask-size: 24px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-context-button {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-context-button {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-context-button {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-context-button {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-context-button {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-context-button {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-context-button {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-context-button {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-context-button {
  background-color: #949494;
}
.im-desktop .im-sidebar-context-button:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-sidebar-context-button:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-sidebar-context-button:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-sidebar-context-button:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-sidebar-context-button:hover {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-sidebar-context-button:hover {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-sidebar-context-button:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-sidebar-context-button:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-sidebar-context-button:hover {
  background-color: #858585;
}
.im-desktop .im-sidebar-context-button:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-sidebar-context-button:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-sidebar-context-button:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-sidebar-context-button:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-sidebar-context-button:active {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-sidebar-context-button:active {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-sidebar-context-button:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-sidebar-context-button:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-sidebar-context-button:active {
  background-color: #7A7A7A;
}
body .im-sidebar-context-button:active {
  background-color: #6f747e;
}
.im-theme-dark_green .im-sidebar-context-button:active {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-sidebar-context-button:active {
  background-color: #9ea0b2;
}
.im-theme-blue .im-sidebar-context-button:active {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-sidebar-context-button:active {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-sidebar-context-button:active {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-sidebar-context-button:active {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-sidebar-context-button:active {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-sidebar-context-button:active {
  background-color: #7A7A7A;
}

.im-sidebar__topinfo-link {
  line-height: 20px;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  padding-right: 74px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
body .im-sidebar__topinfo-link {
  color: #00B84D;
}
.im-theme-dark_green .im-sidebar__topinfo-link {
  color: #0AC248;
}
.im-theme-dark_blue .im-sidebar__topinfo-link {
  color: #2f92ff;
}
.im-theme-blue .im-sidebar__topinfo-link {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-sidebar__topinfo-link {
  color: #71AAEB;
}
.im-theme-vk_blue .im-sidebar__topinfo-link {
  color: #4986CC;
}
.im-theme-dit_blue .im-sidebar__topinfo-link {
  color: #2E72BF;
}
.im-theme-myteam_green .im-sidebar__topinfo-link {
  color: #17C97E;
}
.im-theme-dark_calls .im-sidebar__topinfo-link {
  color: #027AFF;
}

.im-members-block__members .im-member-item {
  position: relative;
}

.im-members-block__title {
  position: relative;
  padding: 6px 14px 20px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}
.im-members-block__title span {
  line-height: 12px;
}
body .im-members-block__title span {
  color: #838690;
}
.im-theme-dark_green .im-members-block__title span {
  color: #7e848f;
}
.im-theme-dark_blue .im-members-block__title span {
  color: #7e848f;
}
.im-theme-blue .im-members-block__title span {
  color: #838690;
}
.im-theme-vk_dark_blue .im-members-block__title span {
  color: #909499;
}
.im-theme-vk_blue .im-members-block__title span {
  color: #818C99;
}
.im-theme-dit_blue .im-members-block__title span {
  color: #838690;
}
.im-theme-myteam_green .im-members-block__title span {
  color: #838690;
}
.im-theme-dark_calls .im-members-block__title span {
  color: #9C9C9C;
}

.im-members-block__members-search {
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 16px;
  bottom: auto;
  left: auto;
}
body .im-members-block__members-search {
  color: #00B84D;
}
.im-theme-dark_green .im-members-block__members-search {
  color: #0AC248;
}
.im-theme-dark_blue .im-members-block__members-search {
  color: #2f92ff;
}
.im-theme-blue .im-members-block__members-search {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-members-block__members-search {
  color: #71AAEB;
}
.im-theme-vk_blue .im-members-block__members-search {
  color: #4986CC;
}
.im-theme-dit_blue .im-members-block__members-search {
  color: #2E72BF;
}
.im-theme-myteam_green .im-members-block__members-search {
  color: #17C97E;
}
.im-theme-dark_calls .im-members-block__members-search {
  color: #027AFF;
}

.im-sidebar__negative .im-sidebar-button {
  display: none;
}

/* 2019 style action icons */
.im-sidebar-button {
  display: block;
}
.im-sidebar-button::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -11px;
  margin-left: -12px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 33px;
  background-image: none;
}
.im-sidebar-button[data-action=muteChat]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M9.01909 2.8913L9.01188 2.89921L9.00494 2.90736L4.84451 7.78832H2.60845C1.99932 7.78832 1.50552 8.28212 1.50552 8.89125V11.4155C1.50552 12.0246 1.99932 12.5184 2.60845 12.5184H5.0656L9.00474 17.0916L9.00464 17.0917L9.01327 17.1013C9.6955 17.8623 10.9374 17.347 10.9374 16.3651V3.63402C10.9374 2.61638 9.67757 2.1684 9.01909 2.8913Z' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M13.7236 12.8393C15.2917 11.2712 15.2917 8.72877 13.7236 7.16064' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16.17 15.4809C19.1971 12.4539 19.1971 7.54613 16.17 4.5191' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=muteChat]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=muteChat]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=muteChat]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=muteChat]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=muteChat]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=muteChat]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=muteChat]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=muteChat]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=muteChat]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=commonGroups]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=commonGroups]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=commonGroups]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=commonGroups]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=commonGroups]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=commonGroups]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=commonGroups]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=commonGroups]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=commonGroups]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=commonGroups]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=addToChat]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=addToChat]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=addToChat]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=addToChat]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=addToChat]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=addToChat]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=addToChat]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=addToChat]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=addToChat]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=addToChat]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=allMembers]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M13.85 10.5C13.85 12.6263 12.1263 14.35 10 14.35C7.8737 14.35 6.15 12.6263 6.15 10.5C6.15 8.3737 7.8737 6.65 10 6.65C12.1263 6.65 13.85 8.3737 13.85 10.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M22.85 12.5C22.85 14.074 21.574 15.35 20 15.35C18.426 15.35 17.15 14.074 17.15 12.5C17.15 10.926 18.426 9.65 20 9.65C21.574 9.65 22.85 10.926 22.85 12.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M10 14.5C2.6556 14.5 1.08777 22.5 4.95094 22.5H14.7218C18.6919 22.5 17.3282 14.5 10 14.5Z' stroke='%23363637' stroke-width='1.3'/%3E    %3Cpath d='M17 21C17 21 21.5 21 23.5 21C26.4028 21 26 15.5 20 15.5C17 15.5 16 17 16 17' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=allMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=allMembers]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=allMembers]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=allMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=allMembers]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=allMembers]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=allMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=allMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=allMembers]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=adminMembers]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.85589 16.1713L2 5.5L5.51894 9.01894C6.00158 9.50158 6.81523 9.36955 7.12048 8.75905L9.55279 3.89443C9.73705 3.5259 10.263 3.5259 10.4472 3.89443L12.8795 8.75905C13.1848 9.36955 13.9984 9.50158 14.4811 9.01894L18 5.5L16.1441 16.1713C16.0608 16.6503 15.6451 17 15.1589 17H4.8411C4.35492 17 3.93919 16.6503 3.85589 16.1713Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.85589 16.1713L2 5.5L5.51894 9.01894C6.00158 9.50158 6.81523 9.36955 7.12048 8.75905L9.55279 3.89443C9.73705 3.5259 10.263 3.5259 10.4472 3.89443L12.8795 8.75905C13.1848 9.36955 13.9984 9.50158 14.4811 9.01894L18 5.5L16.1441 16.1713C16.0608 16.6503 15.6451 17 15.1589 17H4.8411C4.35492 17 3.93919 16.6503 3.85589 16.1713Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=adminMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=adminMembers]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=adminMembers]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=adminMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=adminMembers]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=adminMembers]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=adminMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=adminMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=adminMembers]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=blockedMembers]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.19276 15.888C3.33373 16.0506 3.48148 16.2094 3.63604 16.364C3.79059 16.5185 3.94937 16.6663 4.112 16.8072C7.6477 19.8719 13.0038 19.7241 16.364 16.364C19.7241 13.0038 19.8719 7.6477 16.8072 4.112C16.6663 3.94937 16.5185 3.79059 16.364 3.63604C16.2094 3.48148 16.0506 3.33373 15.888 3.19276C12.3523 0.128117 6.9962 0.275875 3.63604 3.63604C0.275876 6.9962 0.128117 12.3523 3.19276 15.888ZM5.03402 15.8852C8.05933 18.4438 12.5925 18.297 15.4447 15.4447C18.297 12.5925 18.4438 8.05932 15.8852 5.03402L5.03402 15.8852ZM14.966 4.11478L4.11478 14.966C1.55621 11.9407 1.70304 7.40751 4.55528 4.55528C7.40751 1.70304 11.9407 1.55621 14.966 4.11478Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.19276 15.888C3.33373 16.0506 3.48148 16.2094 3.63604 16.364C3.79059 16.5185 3.94937 16.6663 4.112 16.8072C7.6477 19.8719 13.0038 19.7241 16.364 16.364C19.7241 13.0038 19.8719 7.6477 16.8072 4.112C16.6663 3.94937 16.5185 3.79059 16.364 3.63604C16.2094 3.48148 16.0506 3.33373 15.888 3.19276C12.3523 0.128117 6.9962 0.275875 3.63604 3.63604C0.275876 6.9962 0.128117 12.3523 3.19276 15.888ZM5.03402 15.8852C8.05933 18.4438 12.5925 18.297 15.4447 15.4447C18.297 12.5925 18.4438 8.05932 15.8852 5.03402L5.03402 15.8852ZM14.966 4.11478L4.11478 14.966C1.55621 11.9407 1.70304 7.40751 4.55528 4.55528C7.40751 1.70304 11.9407 1.55621 14.966 4.11478Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=blockedMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=blockedMembers]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=blockedMembers]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=blockedMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=blockedMembers]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=blockedMembers]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=blockedMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=blockedMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=blockedMembers]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=pendingMembers]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=pendingMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=pendingMembers]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=pendingMembers]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=pendingMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=pendingMembers]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=pendingMembers]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=pendingMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=pendingMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=pendingMembers]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=invitationsMembers]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7.35' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M10 6.5V10L12 12' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=invitationsMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=invitationsMembers]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=invitationsMembers]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=invitationsMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=invitationsMembers]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=invitationsMembers]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=invitationsMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=invitationsMembers]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=invitationsMembers]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=clearHistory]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M2.19248 11.3391L8.79756 17.9442L13.1979 12.6487C13.4689 12.3227 13.6083 11.9073 13.5888 11.4838C13.5693 11.0604 13.3923 10.6595 13.0925 10.3598L9.7769 7.04416C9.47714 6.74469 9.07635 6.56796 8.65307 6.5486C8.2298 6.52924 7.81455 6.66865 7.4887 6.93951L2.19318 11.3398L2.19248 11.3391ZM10.6961 6.12492L14.0125 9.44125C14.5412 9.97009 14.8534 10.6773 14.8878 11.4244C14.9222 12.1714 14.6763 12.9043 14.1984 13.4795L9.5874 19.0282C9.49851 19.1352 9.38827 19.2225 9.26374 19.2844C9.13921 19.3464 9.00312 19.3817 8.86416 19.3881C8.72521 19.3945 8.58646 19.3718 8.45676 19.3215C8.32707 19.2713 8.20929 19.1945 8.11096 19.0961L1.03989 12.025C0.941667 11.9266 0.865033 11.8089 0.814881 11.6792C0.764729 11.5496 0.742157 11.4109 0.748612 11.272C0.755067 11.1332 0.790403 10.9972 0.852366 10.8727C0.914328 10.7483 1.00156 10.6381 1.10848 10.5493L6.65715 5.93825C7.23248 5.46024 7.96562 5.2144 8.71282 5.24893C9.46001 5.28346 10.1674 5.59588 10.6961 6.12492ZM6.98949 6.48979L13.3534 12.8538L12.5049 13.7023L6.14096 7.33832L6.98949 6.48979ZM6.33683 10.545C6.48057 10.4075 6.67308 10.3327 6.87199 10.337C7.0709 10.3414 7.25993 10.4246 7.39749 10.5684C7.53504 10.7121 7.60987 10.9046 7.60549 11.1035C7.60111 11.3025 7.5179 11.4915 7.37415 11.629L4.73877 14.1499C4.66754 14.2179 4.58361 14.2713 4.49176 14.3069C4.39992 14.3426 4.30195 14.3598 4.20346 14.3575C4.10497 14.3553 4.00788 14.3337 3.91774 14.2939C3.8276 14.2542 3.74617 14.1971 3.67811 14.1258C3.61004 14.0546 3.55667 13.9707 3.52104 13.8788C3.48541 13.787 3.46822 13.689 3.47046 13.5905C3.47269 13.492 3.4943 13.3949 3.53405 13.3048C3.57381 13.2147 3.63092 13.1332 3.70215 13.0652L6.33683 10.545ZM8.62927 12.6494C8.77311 12.5119 8.96566 12.4372 9.16458 12.4417C9.36349 12.4463 9.55246 12.5296 9.68993 12.6734C9.82739 12.8173 9.90209 13.0098 9.89758 13.2087C9.89307 13.4077 9.80973 13.5966 9.66589 13.7341L7.0305 16.2535C6.95932 16.3216 6.87543 16.3751 6.7836 16.4107C6.69178 16.4464 6.59383 16.4637 6.49534 16.4615C6.39685 16.4594 6.29974 16.4378 6.20958 16.3981C6.11942 16.3584 6.03795 16.3014 5.96984 16.2302C5.90173 16.159 5.8483 16.0751 5.81261 15.9833C5.77692 15.8915 5.75967 15.7935 5.76184 15.695C5.764 15.5965 5.78555 15.4994 5.82524 15.4093C5.86493 15.3191 5.922 15.2376 5.99317 15.1695L8.62927 12.6494ZM12.9893 8.13664L18.434 2.69192C18.5653 2.56064 18.639 2.3826 18.639 2.19694C18.639 2.01129 18.5653 1.83324 18.434 1.70197C18.3027 1.57069 18.1247 1.49694 17.939 1.49694C17.7534 1.49694 17.5753 1.57069 17.4441 1.70197L11.9993 7.14669L12.9893 8.13664ZM19.3532 0.78273C19.7283 1.1578 19.939 1.66651 19.939 2.19694C19.939 2.72738 19.7283 3.23608 19.3532 3.61116L12.9893 9.97512L10.1609 7.14669L16.5248 0.78273C16.8999 0.407658 17.4086 0.196944 17.939 0.196944C18.4695 0.196944 18.9782 0.407657 19.3532 0.78273Z' fill='%23363637'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M2.19248 11.3391L8.79756 17.9442L13.1979 12.6487C13.4689 12.3227 13.6083 11.9073 13.5888 11.4838C13.5693 11.0604 13.3923 10.6595 13.0925 10.3598L9.7769 7.04416C9.47714 6.74469 9.07635 6.56796 8.65307 6.5486C8.2298 6.52924 7.81455 6.66865 7.4887 6.93951L2.19318 11.3398L2.19248 11.3391ZM10.6961 6.12492L14.0125 9.44125C14.5412 9.97009 14.8534 10.6773 14.8878 11.4244C14.9222 12.1714 14.6763 12.9043 14.1984 13.4795L9.5874 19.0282C9.49851 19.1352 9.38827 19.2225 9.26374 19.2844C9.13921 19.3464 9.00312 19.3817 8.86416 19.3881C8.72521 19.3945 8.58646 19.3718 8.45676 19.3215C8.32707 19.2713 8.20929 19.1945 8.11096 19.0961L1.03989 12.025C0.941667 11.9266 0.865033 11.8089 0.814881 11.6792C0.764729 11.5496 0.742157 11.4109 0.748612 11.272C0.755067 11.1332 0.790403 10.9972 0.852366 10.8727C0.914328 10.7483 1.00156 10.6381 1.10848 10.5493L6.65715 5.93825C7.23248 5.46024 7.96562 5.2144 8.71282 5.24893C9.46001 5.28346 10.1674 5.59588 10.6961 6.12492ZM6.98949 6.48979L13.3534 12.8538L12.5049 13.7023L6.14096 7.33832L6.98949 6.48979ZM6.33683 10.545C6.48057 10.4075 6.67308 10.3327 6.87199 10.337C7.0709 10.3414 7.25993 10.4246 7.39749 10.5684C7.53504 10.7121 7.60987 10.9046 7.60549 11.1035C7.60111 11.3025 7.5179 11.4915 7.37415 11.629L4.73877 14.1499C4.66754 14.2179 4.58361 14.2713 4.49176 14.3069C4.39992 14.3426 4.30195 14.3598 4.20346 14.3575C4.10497 14.3553 4.00788 14.3337 3.91774 14.2939C3.8276 14.2542 3.74617 14.1971 3.67811 14.1258C3.61004 14.0546 3.55667 13.9707 3.52104 13.8788C3.48541 13.787 3.46822 13.689 3.47046 13.5905C3.47269 13.492 3.4943 13.3949 3.53405 13.3048C3.57381 13.2147 3.63092 13.1332 3.70215 13.0652L6.33683 10.545ZM8.62927 12.6494C8.77311 12.5119 8.96566 12.4372 9.16458 12.4417C9.36349 12.4463 9.55246 12.5296 9.68993 12.6734C9.82739 12.8173 9.90209 13.0098 9.89758 13.2087C9.89307 13.4077 9.80973 13.5966 9.66589 13.7341L7.0305 16.2535C6.95932 16.3216 6.87543 16.3751 6.7836 16.4107C6.69178 16.4464 6.59383 16.4637 6.49534 16.4615C6.39685 16.4594 6.29974 16.4378 6.20958 16.3981C6.11942 16.3584 6.03795 16.3014 5.96984 16.2302C5.90173 16.159 5.8483 16.0751 5.81261 15.9833C5.77692 15.8915 5.75967 15.7935 5.76184 15.695C5.764 15.5965 5.78555 15.4994 5.82524 15.4093C5.86493 15.3191 5.922 15.2376 5.99317 15.1695L8.62927 12.6494ZM12.9893 8.13664L18.434 2.69192C18.5653 2.56064 18.639 2.3826 18.639 2.19694C18.639 2.01129 18.5653 1.83324 18.434 1.70197C18.3027 1.57069 18.1247 1.49694 17.939 1.49694C17.7534 1.49694 17.5753 1.57069 17.4441 1.70197L11.9993 7.14669L12.9893 8.13664ZM19.3532 0.78273C19.7283 1.1578 19.939 1.66651 19.939 2.19694C19.939 2.72738 19.7283 3.23608 19.3532 3.61116L12.9893 9.97512L10.1609 7.14669L16.5248 0.78273C16.8999 0.407658 17.4086 0.196944 17.939 0.196944C18.4695 0.196944 18.9782 0.407657 19.3532 0.78273Z' fill='%23363637'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=clearHistory]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=clearHistory]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=clearHistory]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=clearHistory]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=clearHistory]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=clearHistory]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=clearHistory]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=clearHistory]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=clearHistory]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=blockContact]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.19276 15.888C3.33373 16.0506 3.48148 16.2094 3.63604 16.364C3.79059 16.5185 3.94937 16.6663 4.112 16.8072C7.6477 19.8719 13.0038 19.7241 16.364 16.364C19.7241 13.0038 19.8719 7.6477 16.8072 4.112C16.6663 3.94937 16.5185 3.79059 16.364 3.63604C16.2094 3.48148 16.0506 3.33373 15.888 3.19276C12.3523 0.128117 6.9962 0.275875 3.63604 3.63604C0.275876 6.9962 0.128117 12.3523 3.19276 15.888ZM5.03402 15.8852C8.05933 18.4438 12.5925 18.297 15.4447 15.4447C18.297 12.5925 18.4438 8.05932 15.8852 5.03402L5.03402 15.8852ZM14.966 4.11478L4.11478 14.966C1.55621 11.9407 1.70304 7.40751 4.55528 4.55528C7.40751 1.70304 11.9407 1.55621 14.966 4.11478Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.19276 15.888C3.33373 16.0506 3.48148 16.2094 3.63604 16.364C3.79059 16.5185 3.94937 16.6663 4.112 16.8072C7.6477 19.8719 13.0038 19.7241 16.364 16.364C19.7241 13.0038 19.8719 7.6477 16.8072 4.112C16.6663 3.94937 16.5185 3.79059 16.364 3.63604C16.2094 3.48148 16.0506 3.33373 15.888 3.19276C12.3523 0.128117 6.9962 0.275875 3.63604 3.63604C0.275876 6.9962 0.128117 12.3523 3.19276 15.888ZM5.03402 15.8852C8.05933 18.4438 12.5925 18.297 15.4447 15.4447C18.297 12.5925 18.4438 8.05932 15.8852 5.03402L5.03402 15.8852ZM14.966 4.11478L4.11478 14.966C1.55621 11.9407 1.70304 7.40751 4.55528 4.55528C7.40751 1.70304 11.9407 1.55621 14.966 4.11478Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=blockContact]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=blockContact]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=blockContact]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=blockContact]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=blockContact]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=blockContact]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=blockContact]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=blockContact]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=blockContact]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=unblockContact]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.0324 14.7682H16.4219H12.987V11.7053C12.987 10.0164 14.3431 8.64225 16.0097 8.64225C17.6068 8.64225 18.9154 9.90505 19.022 11.4964C19.0781 12.3343 20.4578 12.4068 20.4063 11.2898C20.2975 8.93051 18.3644 7.25 16.0097 7.25C13.5855 7.25 11.6131 9.24873 11.6131 11.7053V14.7683C10.6646 14.7683 9.89563 15.5372 9.89563 16.4857V22.973C9.89563 23.9395 10.6791 24.723 11.6456 24.723H20.3738C21.3403 24.723 22.1238 23.9395 22.1238 22.973V16.4857C22.1238 15.5372 21.3549 14.7682 20.4063 14.7682H19.0324ZM12.08 15.9738H19.9375C20.4207 15.9738 20.8125 16.3655 20.8125 16.8487V22.5362C20.8125 23.0195 20.4207 23.4112 19.9375 23.4112H12.08C11.5967 23.4112 11.205 23.0195 11.205 22.5362V16.8487C11.205 16.3655 11.5967 15.9738 12.08 15.9738Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=unblockContact]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=unblockContact]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=unblockContact]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=unblockContact]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=unblockContact]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=unblockContact]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=unblockContact]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=unblockContact]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=unblockContact]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=reportSpam]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.65 10C1.65 14.6116 5.38842 18.35 10 18.35C14.6116 18.35 18.35 14.6116 18.35 10C18.35 5.38842 14.6116 1.65 10 1.65C5.38842 1.65 1.65 5.38842 1.65 10Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 11V5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='14' r='1' transform='rotate(180 10 14)' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.65 10C1.65 14.6116 5.38842 18.35 10 18.35C14.6116 18.35 18.35 14.6116 18.35 10C18.35 5.38842 14.6116 1.65 10 1.65C5.38842 1.65 1.65 5.38842 1.65 10Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 11V5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='14' r='1' transform='rotate(180 10 14)' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=reportSpam]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=reportSpam]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=reportSpam]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=reportSpam]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=reportSpam]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=reportSpam]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=reportSpam]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=reportSpam]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=reportSpam]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=removeContact]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.59757 3.43845C4.51821 3.43845 2.82065 5.113 2.82065 7.18814V7.55331C2.82065 8.77 3.40425 9.84899 4.30623 10.5335C2.1852 11.4287 0.695163 13.5286 0.695163 15.9741V16.4242C0.695163 17.2941 1.40104 18 2.27097 18H10.9243C11.7942 18 12.5 17.2941 12.5 16.4242V15.9741C12.5 13.5286 11.0099 11.4287 8.88891 10.5335C9.79086 9.84897 10.3744 8.76998 10.3744 7.55331V7.18814C10.3744 5.11302 8.67695 3.43845 6.59757 3.43845ZM4.12065 7.18814C4.12065 5.84169 5.22542 4.73845 6.59757 4.73845C7.9697 4.73845 9.07442 5.84167 9.07442 7.18814V7.55331C9.07442 8.89971 7.96971 10.0029 6.59757 10.0029C5.22541 10.0029 4.12065 8.89969 4.12065 7.55331V7.18814ZM1.99516 15.9741C1.99516 13.4341 4.05769 11.3716 6.59761 11.3716C9.13747 11.3716 11.2 13.4341 11.2 15.9741V16.4242C11.2 16.5762 11.0762 16.7 10.9243 16.7H2.27097C2.11902 16.7 1.99516 16.5761 1.99516 16.4242V15.9741Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1784 7.15234C12.3016 7.32772 12.4416 7.4949 12.5983 7.65165C12.7551 7.80841 12.9223 7.94838 13.0977 8.07158C14.5607 9.09934 16.5939 8.95936 17.9017 7.65165C19.2094 6.34394 19.3493 4.31069 18.3216 2.84766C18.1984 2.67229 18.0584 2.50511 17.9017 2.34835C17.7449 2.1916 17.5777 2.05162 17.4023 1.92842C15.9393 0.900664 13.9061 1.04064 12.5983 2.34835C11.2906 3.65606 11.1507 5.68931 12.1784 7.15234ZM14.0388 7.1304C14.9739 7.66273 16.1848 7.53007 16.9824 6.73241C17.7801 5.93476 17.9127 4.72393 17.3804 3.78884L14.0388 7.1304ZM16.4612 2.8696L13.1196 6.21116C12.5873 5.27607 12.7199 4.06525 13.5176 3.26759C14.3152 2.46993 15.5261 2.33727 16.4612 2.8696Z' fill='%23363637'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.59757 3.43845C4.51821 3.43845 2.82065 5.113 2.82065 7.18814V7.55331C2.82065 8.77 3.40425 9.84899 4.30623 10.5335C2.1852 11.4287 0.695163 13.5286 0.695163 15.9741V16.4242C0.695163 17.2941 1.40104 18 2.27097 18H10.9243C11.7942 18 12.5 17.2941 12.5 16.4242V15.9741C12.5 13.5286 11.0099 11.4287 8.88891 10.5335C9.79086 9.84897 10.3744 8.76998 10.3744 7.55331V7.18814C10.3744 5.11302 8.67695 3.43845 6.59757 3.43845ZM4.12065 7.18814C4.12065 5.84169 5.22542 4.73845 6.59757 4.73845C7.9697 4.73845 9.07442 5.84167 9.07442 7.18814V7.55331C9.07442 8.89971 7.96971 10.0029 6.59757 10.0029C5.22541 10.0029 4.12065 8.89969 4.12065 7.55331V7.18814ZM1.99516 15.9741C1.99516 13.4341 4.05769 11.3716 6.59761 11.3716C9.13747 11.3716 11.2 13.4341 11.2 15.9741V16.4242C11.2 16.5762 11.0762 16.7 10.9243 16.7H2.27097C2.11902 16.7 1.99516 16.5761 1.99516 16.4242V15.9741Z' fill='%23363637'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1784 7.15234C12.3016 7.32772 12.4416 7.4949 12.5983 7.65165C12.7551 7.80841 12.9223 7.94838 13.0977 8.07158C14.5607 9.09934 16.5939 8.95936 17.9017 7.65165C19.2094 6.34394 19.3493 4.31069 18.3216 2.84766C18.1984 2.67229 18.0584 2.50511 17.9017 2.34835C17.7449 2.1916 17.5777 2.05162 17.4023 1.92842C15.9393 0.900664 13.9061 1.04064 12.5983 2.34835C11.2906 3.65606 11.1507 5.68931 12.1784 7.15234ZM14.0388 7.1304C14.9739 7.66273 16.1848 7.53007 16.9824 6.73241C17.7801 5.93476 17.9127 4.72393 17.3804 3.78884L14.0388 7.1304ZM16.4612 2.8696L13.1196 6.21116C12.5873 5.27607 12.7199 4.06525 13.5176 3.26759C14.3152 2.46993 15.5261 2.33727 16.4612 2.8696Z' fill='%23363637'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=removeContact]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=removeContact]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=removeContact]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=removeContact]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=removeContact]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=removeContact]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=removeContact]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=removeContact]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=removeContact]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=groupSettings]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E    %3Cpath d='M3.96054 14.5035C3.96054 14.5035 5.17589 14.3736 5.43757 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M3.96054 14.4974C3.96054 14.4974 5.17589 14.6272 5.43757 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.5035C24.2895 14.5035 23.0747 14.3736 22.8132 15.7019' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M24.2895 14.4974C24.2895 14.4974 23.0747 14.6272 22.8132 13.2988' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.34474 14.5039H3.12494M25.125 14.5039H23.0727H25.125Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 19.5848C5.3241 19.5848 6.31168 18.8647 7.20243 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 19.5792C5.32053 19.5792 6.43803 19.0839 6.00039 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 9.41992C22.9302 9.41992 21.8122 9.91513 22.25 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 9.41468C22.9259 9.41468 21.9383 10.1348 21.0477 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M6.53707 18.8859L4.6004 20.004M23.6537 9.00391L21.9614 9.98085L23.6537 9.00391Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 23.3049C9.04584 23.3049 9.54113 22.1874 10.8223 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 23.3022C9.03978 23.3022 9.75992 22.3146 8.74042 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 5.69922C19.2104 5.69922 18.4902 6.68689 19.5095 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 5.69531C19.2046 5.69531 18.7091 6.81282 17.4283 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.73058 22.1177L8.62802 24.0274M19.6281 4.97461L18.6229 6.71557L19.6281 4.97461Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 24.6645C14.1286 24.6645 13.9988 23.4492 15.3269 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 24.6645C14.1217 24.6645 14.2515 23.4492 12.9232 23.1875' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 4.33594C14.1286 4.33594 13.9988 5.55137 15.3269 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1217 4.33594C14.1217 4.33594 14.2515 5.55137 12.9232 5.81297' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M14.1286 23.2999V25.5004M14.1286 3.5V5.47854V3.5Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2104 23.3022C19.2104 23.3022 18.4902 22.3146 19.5095 21.4238' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M19.2046 23.3049C19.2046 23.3049 18.7091 22.1874 17.4283 22.6251' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.04584 5.69531C9.04584 5.69531 9.54113 6.81282 10.8223 6.37526' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M9.03978 5.69922C9.03978 5.69922 9.75992 6.68689 8.74042 7.57763' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M18.5209 22.1078L19.6281 24.0256M8.62802 4.97266L9.60089 6.65773L8.62802 4.97266Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9302 19.5792C22.9302 19.5792 21.8122 19.0839 22.25 17.8027' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M22.9259 19.5848C22.9259 19.5848 21.9383 18.8647 21.0477 19.8842' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.3241 9.41468C5.3241 9.41468 6.31168 10.1348 7.20243 9.11523' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M5.32053 9.41992C5.32053 9.41992 6.43803 9.91513 6.00039 11.1963' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M21.8423 18.9525L23.6537 19.9982M4.6004 8.99805L6.5325 10.1136L4.6004 8.99805Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 5.73438C18.9648 5.73438 22.8942 9.66365 22.8942 14.5034C22.8942 19.3432 18.9648 23.2725 14.1252 23.2725C9.28545 23.2725 5.35617 19.3432 5.35617 14.5034C5.35617 9.66365 9.28545 5.73438 14.1252 5.73438Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M17.9747 15.6328L22.5558 16.9218' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M7.92477 20.7018L11.3115 17.3613' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath d='M13.1823 10.6038L12.0081 5.99219' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E    %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1252 10.4922C16.3387 10.4922 18.1368 12.2896 18.1368 14.5035C18.1368 16.7175 16.3387 18.5149 14.1252 18.5149C11.9112 18.5149 10.1139 16.7175 10.1139 14.5035C10.1139 12.2896 11.9112 10.4922 14.1252 10.4922Z' stroke='%237E848F' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=groupSettings]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=groupSettings]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=groupSettings]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=groupSettings]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=groupSettings]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=groupSettings]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=groupSettings]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=groupSettings]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=groupSettings]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=shareGroup]::after, .im-sidebar-button[data-action=shareContact]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M3.49951 13.6873C5.37503 12.1592 7.79791 11.3892 10.7701 11.788L11.377 11.8695V14.1317C11.377 14.7869 11.4663 14.8309 11.9539 14.4353L17.5514 9.88773C17.8829 9.6184 17.8829 9.25566 17.5514 8.98649L11.9529 4.43939C11.4705 4.04702 11.377 4.09349 11.377 4.75415V7.42998L10.7313 7.48015C7.05396 7.7658 4.71184 9.26368 3.37825 11.5916C2.71193 12.7547 2.38345 13.9327 2.26788 14.8964C2.5825 14.5174 2.99118 14.1015 3.49951 13.6873ZM9.97704 4.75415C9.97704 2.92885 11.4275 2.20742 12.8359 3.35298L18.434 7.89973C19.4552 8.729 19.4555 10.1447 18.4341 10.9744L12.8363 15.5222C11.4249 16.6674 9.97704 15.9547 9.97704 14.1317V13.1117C7.68886 12.9385 5.84433 13.5827 4.38382 14.7727C3.93093 15.1417 3.55122 15.5367 3.24311 15.9299C3.06294 16.1597 2.94985 16.3319 2.85098 16.4952C1.91009 17.7461 0.628511 17.2272 0.818396 15.7677C0.814963 15.3887 0.856994 14.83 0.985454 14.1426C1.19238 13.0354 1.57018 11.9313 2.16347 10.8956C3.64338 8.31234 6.19287 6.59524 9.97704 6.14745V4.75415Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=shareGroup]::after, body .im-sidebar-button[data-action=shareContact]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=shareGroup]::after, .im-theme-dark_green .im-sidebar-button[data-action=shareContact]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=shareGroup]::after, .im-theme-dark_blue .im-sidebar-button[data-action=shareContact]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=shareGroup]::after, .im-theme-blue .im-sidebar-button[data-action=shareContact]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=shareGroup]::after, .im-theme-vk_dark_blue .im-sidebar-button[data-action=shareContact]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=shareGroup]::after, .im-theme-vk_blue .im-sidebar-button[data-action=shareContact]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=shareGroup]::after, .im-theme-dit_blue .im-sidebar-button[data-action=shareContact]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=shareGroup]::after, .im-theme-myteam_green .im-sidebar-button[data-action=shareContact]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=shareGroup]::after, .im-theme-dark_calls .im-sidebar-button[data-action=shareContact]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=leave]::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M8.46405 6.34099C8.46405 6.52664 8.3903 6.70469 8.25903 6.83596C8.12775 6.96724 7.9497 7.04099 7.76405 7.04099C7.5784 7.04099 7.40035 6.96724 7.26908 6.83596C7.1378 6.70469 7.06405 6.52664 7.06405 6.34099V4.55599C7.06405 3.29199 8.17205 2.29999 9.50105 2.29999H17.0281C18.3581 2.29999 19.4641 3.29199 19.4641 4.55599V15.444C19.4641 16.708 18.3571 17.7 17.0281 17.7H9.50005C8.17005 17.7 7.06305 16.708 7.06305 15.444V13.164C7.06305 12.9783 7.1368 12.8003 7.26808 12.669C7.39935 12.5377 7.5774 12.464 7.76305 12.464C7.9487 12.464 8.12675 12.5377 8.25803 12.669C8.3893 12.8003 8.46305 12.9783 8.46305 13.164V15.444C8.46305 15.899 8.91105 16.3 9.50005 16.3H17.0271C17.6151 16.3 18.0631 15.899 18.0631 15.444V4.55599C18.0631 4.10099 17.6151 3.69999 17.0271 3.69999H9.50005C8.91105 3.69999 8.46305 4.10099 8.46305 4.55599V6.33999L8.46405 6.34099ZM2.74005 8.99999H13.9151C14.1007 8.99999 14.2788 9.07374 14.41 9.20501C14.5413 9.33629 14.6151 9.51434 14.6151 9.69999C14.6151 9.88564 14.5413 10.0637 14.41 10.195C14.2788 10.3262 14.1007 10.4 13.9151 10.4H2.69505L5.34905 12.995C5.48179 13.1248 5.55752 13.302 5.55959 13.4877C5.56165 13.6734 5.48988 13.8522 5.36005 13.985C5.23023 14.1177 5.05299 14.1935 4.86733 14.1955C4.68167 14.1976 4.50279 14.1258 4.37005 13.996L0.510051 10.223C0.443379 10.1578 0.390404 10.0799 0.354237 9.99399C0.318069 9.90804 0.299438 9.81574 0.299438 9.72249C0.299438 9.62924 0.318069 9.53693 0.354237 9.45098C0.390404 9.36504 0.443379 9.28718 0.510051 9.22199L4.31805 5.49899C4.38384 5.43477 4.46164 5.38414 4.547 5.34999C4.63236 5.31584 4.72361 5.29884 4.81554 5.29995C4.90747 5.30107 4.99828 5.32028 5.08278 5.35649C5.16729 5.3927 5.24383 5.4452 5.30805 5.51099C5.37227 5.57678 5.4229 5.65458 5.45705 5.73994C5.4912 5.82529 5.5082 5.91654 5.50709 6.00847C5.50597 6.1004 5.48676 6.19121 5.45055 6.27572C5.41434 6.36023 5.36184 6.43677 5.29605 6.50099L2.74005 8.99999Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M8.46405 6.34099C8.46405 6.52664 8.3903 6.70469 8.25903 6.83596C8.12775 6.96724 7.9497 7.04099 7.76405 7.04099C7.5784 7.04099 7.40035 6.96724 7.26908 6.83596C7.1378 6.70469 7.06405 6.52664 7.06405 6.34099V4.55599C7.06405 3.29199 8.17205 2.29999 9.50105 2.29999H17.0281C18.3581 2.29999 19.4641 3.29199 19.4641 4.55599V15.444C19.4641 16.708 18.3571 17.7 17.0281 17.7H9.50005C8.17005 17.7 7.06305 16.708 7.06305 15.444V13.164C7.06305 12.9783 7.1368 12.8003 7.26808 12.669C7.39935 12.5377 7.5774 12.464 7.76305 12.464C7.9487 12.464 8.12675 12.5377 8.25803 12.669C8.3893 12.8003 8.46305 12.9783 8.46305 13.164V15.444C8.46305 15.899 8.91105 16.3 9.50005 16.3H17.0271C17.6151 16.3 18.0631 15.899 18.0631 15.444V4.55599C18.0631 4.10099 17.6151 3.69999 17.0271 3.69999H9.50005C8.91105 3.69999 8.46305 4.10099 8.46305 4.55599V6.33999L8.46405 6.34099ZM2.74005 8.99999H13.9151C14.1007 8.99999 14.2788 9.07374 14.41 9.20501C14.5413 9.33629 14.6151 9.51434 14.6151 9.69999C14.6151 9.88564 14.5413 10.0637 14.41 10.195C14.2788 10.3262 14.1007 10.4 13.9151 10.4H2.69505L5.34905 12.995C5.48179 13.1248 5.55752 13.302 5.55959 13.4877C5.56165 13.6734 5.48988 13.8522 5.36005 13.985C5.23023 14.1177 5.05299 14.1935 4.86733 14.1955C4.68167 14.1976 4.50279 14.1258 4.37005 13.996L0.510051 10.223C0.443379 10.1578 0.390404 10.0799 0.354237 9.99399C0.318069 9.90804 0.299438 9.81574 0.299438 9.72249C0.299438 9.62924 0.318069 9.53693 0.354237 9.45098C0.390404 9.36504 0.443379 9.28718 0.510051 9.22199L4.31805 5.49899C4.38384 5.43477 4.46164 5.38414 4.547 5.34999C4.63236 5.31584 4.72361 5.29884 4.81554 5.29995C4.90747 5.30107 4.99828 5.32028 5.08278 5.35649C5.16729 5.3927 5.24383 5.4452 5.30805 5.51099C5.37227 5.57678 5.4229 5.65458 5.45705 5.73994C5.4912 5.82529 5.5082 5.91654 5.50709 6.00847C5.50597 6.1004 5.48676 6.19121 5.45055 6.27572C5.41434 6.36023 5.36184 6.43677 5.29605 6.50099L2.74005 8.99999Z' fill='%23363637'/%3E%3Cpath d='M0 0H20V20H0V0Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='16'%3E%3Cpath d='M8.46405 6.34099C8.46405 6.52664 8.3903 6.70469 8.25903 6.83596C8.12775 6.96724 7.9497 7.04099 7.76405 7.04099C7.5784 7.04099 7.40035 6.96724 7.26908 6.83596C7.1378 6.70469 7.06405 6.52664 7.06405 6.34099V4.55599C7.06405 3.29199 8.17205 2.29999 9.50105 2.29999H17.0281C18.3581 2.29999 19.4641 3.29199 19.4641 4.55599V15.444C19.4641 16.708 18.3571 17.7 17.0281 17.7H9.50005C8.17005 17.7 7.06305 16.708 7.06305 15.444V13.164C7.06305 12.9783 7.1368 12.8003 7.26808 12.669C7.39935 12.5377 7.5774 12.464 7.76305 12.464C7.9487 12.464 8.12675 12.5377 8.25803 12.669C8.3893 12.8003 8.46305 12.9783 8.46305 13.164V15.444C8.46305 15.899 8.91105 16.3 9.50005 16.3H17.0271C17.6151 16.3 18.0631 15.899 18.0631 15.444V4.55599C18.0631 4.10099 17.6151 3.69999 17.0271 3.69999H9.50005C8.91105 3.69999 8.46305 4.10099 8.46305 4.55599V6.33999L8.46405 6.34099ZM2.74005 8.99999H13.9151C14.1007 8.99999 14.2788 9.07374 14.41 9.20501C14.5413 9.33629 14.6151 9.51434 14.6151 9.69999C14.6151 9.88564 14.5413 10.0637 14.41 10.195C14.2788 10.3262 14.1007 10.4 13.9151 10.4H2.69505L5.34905 12.995C5.48179 13.1248 5.55752 13.302 5.55959 13.4877C5.56165 13.6734 5.48988 13.8522 5.36005 13.985C5.23023 14.1177 5.05299 14.1935 4.86733 14.1955C4.68167 14.1976 4.50279 14.1258 4.37005 13.996L0.510051 10.223C0.443379 10.1578 0.390404 10.0799 0.354237 9.99399C0.318069 9.90804 0.299438 9.81574 0.299438 9.72249C0.299438 9.62924 0.318069 9.53693 0.354237 9.45098C0.390404 9.36504 0.443379 9.28718 0.510051 9.22199L4.31805 5.49899C4.38384 5.43477 4.46164 5.38414 4.547 5.34999C4.63236 5.31584 4.72361 5.29884 4.81554 5.29995C4.90747 5.30107 4.99828 5.32028 5.08278 5.35649C5.16729 5.3927 5.24383 5.4452 5.30805 5.51099C5.37227 5.57678 5.4229 5.65458 5.45705 5.73994C5.4912 5.82529 5.5082 5.91654 5.50709 6.00847C5.50597 6.1004 5.48676 6.19121 5.45055 6.27572C5.41434 6.36023 5.36184 6.43677 5.29605 6.50099L2.74005 8.99999Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M8.46405 6.34099C8.46405 6.52664 8.3903 6.70469 8.25903 6.83596C8.12775 6.96724 7.9497 7.04099 7.76405 7.04099C7.5784 7.04099 7.40035 6.96724 7.26908 6.83596C7.1378 6.70469 7.06405 6.52664 7.06405 6.34099V4.55599C7.06405 3.29199 8.17205 2.29999 9.50105 2.29999H17.0281C18.3581 2.29999 19.4641 3.29199 19.4641 4.55599V15.444C19.4641 16.708 18.3571 17.7 17.0281 17.7H9.50005C8.17005 17.7 7.06305 16.708 7.06305 15.444V13.164C7.06305 12.9783 7.1368 12.8003 7.26808 12.669C7.39935 12.5377 7.5774 12.464 7.76305 12.464C7.9487 12.464 8.12675 12.5377 8.25803 12.669C8.3893 12.8003 8.46305 12.9783 8.46305 13.164V15.444C8.46305 15.899 8.91105 16.3 9.50005 16.3H17.0271C17.6151 16.3 18.0631 15.899 18.0631 15.444V4.55599C18.0631 4.10099 17.6151 3.69999 17.0271 3.69999H9.50005C8.91105 3.69999 8.46305 4.10099 8.46305 4.55599V6.33999L8.46405 6.34099ZM2.74005 8.99999H13.9151C14.1007 8.99999 14.2788 9.07374 14.41 9.20501C14.5413 9.33629 14.6151 9.51434 14.6151 9.69999C14.6151 9.88564 14.5413 10.0637 14.41 10.195C14.2788 10.3262 14.1007 10.4 13.9151 10.4H2.69505L5.34905 12.995C5.48179 13.1248 5.55752 13.302 5.55959 13.4877C5.56165 13.6734 5.48988 13.8522 5.36005 13.985C5.23023 14.1177 5.05299 14.1935 4.86733 14.1955C4.68167 14.1976 4.50279 14.1258 4.37005 13.996L0.510051 10.223C0.443379 10.1578 0.390404 10.0799 0.354237 9.99399C0.318069 9.90804 0.299438 9.81574 0.299438 9.72249C0.299438 9.62924 0.318069 9.53693 0.354237 9.45098C0.390404 9.36504 0.443379 9.28718 0.510051 9.22199L4.31805 5.49899C4.38384 5.43477 4.46164 5.38414 4.547 5.34999C4.63236 5.31584 4.72361 5.29884 4.81554 5.29995C4.90747 5.30107 4.99828 5.32028 5.08278 5.35649C5.16729 5.3927 5.24383 5.4452 5.30805 5.51099C5.37227 5.57678 5.4229 5.65458 5.45705 5.73994C5.4912 5.82529 5.5082 5.91654 5.50709 6.00847C5.50597 6.1004 5.48676 6.19121 5.45055 6.27572C5.41434 6.36023 5.36184 6.43677 5.29605 6.50099L2.74005 8.99999Z' fill='%23363637'/%3E%3Cpath d='M0 0H20V20H0V0Z' fill='%23363637'/%3E%3C/g%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=leave]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=leave]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=leave]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=leave]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=leave]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=leave]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=leave]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=leave]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=leave]::after {
  background-color: #949494;
}
.im-sidebar-button[data-action=subscribe]::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.54992 3.6125C3.94658 3.6125 2.64998 4.90807 2.64998 6.50233V17.3758C2.64998 17.4055 2.65982 17.4346 2.67828 17.4585C2.72485 17.5188 2.81294 17.5307 2.87431 17.4835L4.78903 16.0128C5.5236 15.4486 6.42452 15.1428 7.35128 15.1428H14.45C16.0534 15.1428 17.35 13.8473 17.35 12.253V6.50233C17.35 4.90807 16.0534 3.6125 14.45 3.6125H5.54992ZM1.34998 6.50233C1.34998 4.1866 3.23211 2.3125 5.54992 2.3125H14.45C16.7678 2.3125 18.65 4.1866 18.65 6.50233V12.253C18.65 14.5687 16.7678 16.4428 14.45 16.4428H7.35128C6.71058 16.4428 6.08811 16.6543 5.58091 17.0438L3.6662 18.5145C3.03725 18.9976 2.13467 18.8813 1.6495 18.2532C1.4554 18.002 1.34998 17.6935 1.34998 17.3758V6.50233ZM9.39998 9.85342L9.20345 6.91927C9.16659 6.34755 9.14817 5.93714 9.14817 5.68803C9.14817 5.34908 9.23722 5.08466 9.41534 4.89477C9.59345 4.70488 9.82786 4.60993 10.1186 4.60993C10.4707 4.60993 10.7061 4.73142 10.8249 4.9744C10.9436 5.21738 11.003 5.56756 11.003 6.02494C11.003 6.29446 10.9887 6.56807 10.96 6.84576L10.6959 9.86567C10.6672 10.225 10.6058 10.5007 10.5116 10.6926C10.4175 10.8846 10.2619 10.9805 10.0449 10.9805C9.82377 10.9805 9.67022 10.8876 9.58424 10.7018C9.49825 10.516 9.43683 10.2332 9.39998 9.85342ZM9.46734 13.4546C9.64223 13.608 9.8469 13.6847 10.0814 13.6847C10.312 13.6847 10.5138 13.607 10.6867 13.4517C10.8597 13.2964 10.9462 13.0829 10.9462 12.8111C10.9462 12.5704 10.8607 12.3657 10.6896 12.1968C10.5186 12.0279 10.312 11.9435 10.0698 11.9435C9.82768 11.9435 9.62301 12.0279 9.45581 12.1968C9.28861 12.3657 9.20501 12.5704 9.20501 12.8111C9.20501 13.0868 9.29245 13.3013 9.46734 13.4546Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-sidebar-button[data-action=subscribe]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button[data-action=subscribe]::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button[data-action=subscribe]::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button[data-action=subscribe]::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button[data-action=subscribe]::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button[data-action=subscribe]::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button[data-action=subscribe]::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button[data-action=subscribe]::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button[data-action=subscribe]::after {
  background-color: #949494;
}
body .im-sidebar-button::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-sidebar-button::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-sidebar-button::after {
  background-color: #7e848f;
}
.im-theme-blue .im-sidebar-button::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-sidebar-button::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-sidebar-button::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-sidebar-button::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-sidebar-button::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-sidebar-button::after {
  background-color: #949494;
}

.im-thread-infopane .im-sidebar__members-search,
.im-thread-infopane .im-sidebar-button[data-action=addToChat],
.im-thread-infopane .im-sidebar-button[data-action=allMembers] {
  display: none;
}
.im-thread-infopane .im-sidebar__content {
  padding-top: 4px;
}

.im-gallery {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 21;
  display: none;
  -webkit-overflow-scrolling: touch;
}
body .im-gallery {
  background: #ffffff;
}
.im-theme-dark_green .im-gallery {
  background: #2b2c34;
}
.im-theme-dark_blue .im-gallery {
  background: #2b2c34;
}
.im-theme-blue .im-gallery {
  background: #ffffff;
}
.im-theme-vk_dark_blue .im-gallery {
  background: #2B2C34;
}
.im-theme-vk_blue .im-gallery {
  background: #FFFFFF;
}
.im-theme-dit_blue .im-gallery {
  background: #ffffff;
}
.im-theme-myteam_green .im-gallery {
  background: #ffffff;
}
.im-theme-dark_calls .im-gallery {
  background: #2B2B2B;
}
.im-gallery .im-scrollbar {
  top: 56px;
}
.im-gallery .im-file__action {
  height: auto;
  width: auto;
  max-width: 100%;
  z-index: 0;
  position: static;
  display: inline-block;
}
.im-gallery .im-file {
  max-width: 100%;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px 10px 56px;
  height: 68px;
  align-items: baseline;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
}
.im-gallery .im-file.im-file_ptt .im-file__action {
  width: 0;
  display: inline-block;
}
.im-gallery .im-file__drop {
  top: 12px;
  z-index: 0;
}
.im-gallery .im-file__title {
  line-height: 16px;
  font-size: 12px;
  padding-right: 15px;
}
body .im-gallery .im-file__title {
  color: #111111;
}
.im-theme-dark_green .im-gallery .im-file__title {
  color: #ffffff;
}
.im-theme-dark_blue .im-gallery .im-file__title {
  color: #ffffff;
}
.im-theme-blue .im-gallery .im-file__title {
  color: #111111;
}
.im-theme-vk_dark_blue .im-gallery .im-file__title {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-gallery .im-file__title {
  color: #111111;
}
.im-theme-dit_blue .im-gallery .im-file__title {
  color: #111111;
}
.im-theme-myteam_green .im-gallery .im-file__title {
  color: #111111;
}
.im-theme-dark_calls .im-gallery .im-file__title {
  color: #FFFFFF;
}
.im-gallery .im-file__title > span {
  font-size: 16px;
  line-height: 20px;
}
.im-gallery .im-file__forward {
  display: none;
}
.im-gallery .im-file__ptt-progress_box {
  width: 100%;
  max-width: 100%;
  padding: 0 34px 0 50px;
  margin: 22px 0 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-gallery .im-file__ptt-box_translatable .im-file__ptt-progress_box {
  padding-right: 80px;
}
.im-gallery .im-file_ptt {
  height: auto;
  padding-left: 0;
}
.im-gallery .im-file_ptt .im-file__title.im-file__title {
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
}
.im-gallery .im-file_ptt .im-file__title.im-file__title > span {
  display: none;
}
.im-gallery .im-file_ptt .im-gallery-additional_info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 50px;
  padding-bottom: 40px;
  padding-right: 96px;
  font-size: 16px;
  margin-top: 10px;
}
body .im-gallery .im-file_ptt .im-gallery-additional_info {
  color: #111111;
}
.im-theme-dark_green .im-gallery .im-file_ptt .im-gallery-additional_info {
  color: #ffffff;
}
.im-theme-dark_blue .im-gallery .im-file_ptt .im-gallery-additional_info {
  color: #ffffff;
}
.im-theme-blue .im-gallery .im-file_ptt .im-gallery-additional_info {
  color: #111111;
}
.im-theme-vk_dark_blue .im-gallery .im-file_ptt .im-gallery-additional_info {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-gallery .im-file_ptt .im-gallery-additional_info {
  color: #111111;
}
.im-theme-dit_blue .im-gallery .im-file_ptt .im-gallery-additional_info {
  color: #111111;
}
.im-theme-myteam_green .im-gallery .im-file_ptt .im-gallery-additional_info {
  color: #111111;
}
.im-theme-dark_calls .im-gallery .im-file_ptt .im-gallery-additional_info {
  color: #FFFFFF;
}
.im-gallery .im-file_ptt .im-gallery-item__date {
  top: 32px;
  right: 96px;
}
.im-gallery .im-file__ptt-box {
  padding-top: 4px;
  width: 100%;
}
.im-gallery .im-file__ptt-duration {
  top: 10px;
  left: 50px;
}
.im-gallery .im-file__ptt-play {
  top: -22px;
}
.im-gallery .im-file__ptt-translate {
  top: -22px;
  right: 30px;
}

.im-gallery-snippet {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
  padding: 4px 40px 31px 60px;
  margin-bottom: 15px;
  font-size: 14px;
  min-height: 60px;
  max-width: 100%;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-gallery-snippet a {
  text-decoration: none;
}
body .im-gallery-snippet a {
  color: #111111;
}
.im-theme-dark_green .im-gallery-snippet a {
  color: #ffffff;
}
.im-theme-dark_blue .im-gallery-snippet a {
  color: #ffffff;
}
.im-theme-blue .im-gallery-snippet a {
  color: #111111;
}
.im-theme-vk_dark_blue .im-gallery-snippet a {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-gallery-snippet a {
  color: #111111;
}
.im-theme-dit_blue .im-gallery-snippet a {
  color: #111111;
}
.im-theme-myteam_green .im-gallery-snippet a {
  color: #111111;
}
.im-theme-dark_calls .im-gallery-snippet a {
  color: #FFFFFF;
}
.im-gallery-snippet .im-gallery-additional_info {
  left: 60px;
}

.im-gallery-snippet__image {
  position: absolute;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  width: 38px;
  height: 38px;
  background-size: cover;
  background-position: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  border-radius: 4px;
}
body .im-gallery-snippet__image {
  background-color: #f3f5f8;
}
.im-theme-dark_green .im-gallery-snippet__image {
  background-color: #3c3d48;
}
.im-theme-dark_blue .im-gallery-snippet__image {
  background-color: #3c3d48;
}
.im-theme-blue .im-gallery-snippet__image {
  background-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-gallery-snippet__image {
  background-color: #3C3D48;
}
.im-theme-vk_blue .im-gallery-snippet__image {
  background-color: #F1F3F7;
}
.im-theme-dit_blue .im-gallery-snippet__image {
  background-color: #f3f5f8;
}
.im-theme-myteam_green .im-gallery-snippet__image {
  background-color: #f3f5f8;
}
.im-theme-dark_calls .im-gallery-snippet__image {
  background-color: #1F1F1F;
}
.im-gallery-snippet__image.im-gallery-snippet__without-preview {
  display: flex;
  justify-content: center;
  align-items: center;
}
.im-gallery-snippet__image.im-gallery-snippet__without-preview::after {
  content: "";
  width: 26px;
  height: 26px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-gallery-snippet__image.im-gallery-snippet__without-preview::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-gallery-snippet__image.im-gallery-snippet__without-preview::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-gallery-snippet__image.im-gallery-snippet__without-preview::after {
  background-color: #7e848f;
}
.im-theme-blue .im-gallery-snippet__image.im-gallery-snippet__without-preview::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-gallery-snippet__image.im-gallery-snippet__without-preview::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-gallery-snippet__image.im-gallery-snippet__without-preview::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-gallery-snippet__image.im-gallery-snippet__without-preview::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-gallery-snippet__image.im-gallery-snippet__without-preview::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-gallery-snippet__image.im-gallery-snippet__without-preview::after {
  background-color: #949494;
}
.im-gallery-snippet__image .im-avatarbox {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  border-radius: 19px;
  border-radius: inherit;
}

.im-gallery-snippet__domain {
  line-height: 16px;
  font-size: 12px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .im-gallery-snippet__domain {
  color: #838690;
}
.im-theme-dark_green .im-gallery-snippet__domain {
  color: #7e848f;
}
.im-theme-dark_blue .im-gallery-snippet__domain {
  color: #7e848f;
}
.im-theme-blue .im-gallery-snippet__domain {
  color: #838690;
}
.im-theme-vk_dark_blue .im-gallery-snippet__domain {
  color: #909499;
}
.im-theme-vk_blue .im-gallery-snippet__domain {
  color: #818C99;
}
.im-theme-dit_blue .im-gallery-snippet__domain {
  color: #838690;
}
.im-theme-myteam_green .im-gallery-snippet__domain {
  color: #838690;
}
.im-theme-dark_calls .im-gallery-snippet__domain {
  color: #9C9C9C;
}

.im-gallery-snippet__title {
  display: block;
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  line-height: 20px;
  max-height: 80px;
}
.im-gallery-snippet__title > span {
  font-weight: bold;
  display: block;
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  max-height: 40px;
}

.im-gallery-snippet__body {
  display: block;
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  max-height: 40px;
}

.im-gallery-snippet__author {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 90px;
  line-height: 15px;
}
body .im-gallery-snippet__author {
  color: #838690;
}
.im-theme-dark_green .im-gallery-snippet__author {
  color: #7e848f;
}
.im-theme-dark_blue .im-gallery-snippet__author {
  color: #7e848f;
}
.im-theme-blue .im-gallery-snippet__author {
  color: #838690;
}
.im-theme-vk_dark_blue .im-gallery-snippet__author {
  color: #909499;
}
.im-theme-vk_blue .im-gallery-snippet__author {
  color: #818C99;
}
.im-theme-dit_blue .im-gallery-snippet__author {
  color: #838690;
}
.im-theme-myteam_green .im-gallery-snippet__author {
  color: #838690;
}
.im-theme-dark_calls .im-gallery-snippet__author {
  color: #9C9C9C;
}

.im-gallery-snippet__date {
  font-size: 13px;
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: auto;
  right: 28px;
  bottom: 13px;
  left: auto;
}
body .im-gallery-snippet__date {
  color: #838690;
}
.im-theme-dark_green .im-gallery-snippet__date {
  color: #7e848f;
}
.im-theme-dark_blue .im-gallery-snippet__date {
  color: #7e848f;
}
.im-theme-blue .im-gallery-snippet__date {
  color: #838690;
}
.im-theme-vk_dark_blue .im-gallery-snippet__date {
  color: #909499;
}
.im-theme-vk_blue .im-gallery-snippet__date {
  color: #818C99;
}
.im-theme-dit_blue .im-gallery-snippet__date {
  color: #838690;
}
.im-theme-myteam_green .im-gallery-snippet__date {
  color: #838690;
}
.im-theme-dark_calls .im-gallery-snippet__date {
  color: #9C9C9C;
}

.im-gallery-additional_info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 90px;
  font-size: 13px;
  margin-top: 2px;
  position: absolute;
  top: auto;
  right: 16px;
  bottom: auto;
  left: 56px;
}
body .im-gallery-additional_info {
  color: #838690;
}
.im-theme-dark_green .im-gallery-additional_info {
  color: #7e848f;
}
.im-theme-dark_blue .im-gallery-additional_info {
  color: #7e848f;
}
.im-theme-blue .im-gallery-additional_info {
  color: #838690;
}
.im-theme-vk_dark_blue .im-gallery-additional_info {
  color: #909499;
}
.im-theme-vk_blue .im-gallery-additional_info {
  color: #818C99;
}
.im-theme-dit_blue .im-gallery-additional_info {
  color: #838690;
}
.im-theme-myteam_green .im-gallery-additional_info {
  color: #838690;
}
.im-theme-dark_calls .im-gallery-additional_info {
  color: #9C9C9C;
}

.im-gallery-item__date {
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 2;
  cursor: pointer;
  font-size: 13px;
}
body .im-gallery-item__date {
  color: #838690;
}
.im-theme-dark_green .im-gallery-item__date {
  color: #7e848f;
}
.im-theme-dark_blue .im-gallery-item__date {
  color: #7e848f;
}
.im-theme-blue .im-gallery-item__date {
  color: #838690;
}
.im-theme-vk_dark_blue .im-gallery-item__date {
  color: #909499;
}
.im-theme-vk_blue .im-gallery-item__date {
  color: #818C99;
}
.im-theme-dit_blue .im-gallery-item__date {
  color: #838690;
}
.im-theme-myteam_green .im-gallery-item__date {
  color: #838690;
}
.im-theme-dark_calls .im-gallery-item__date {
  color: #9C9C9C;
}

.im-gallery-item__author {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 23px;
  position: relative;
  padding-right: 10px;
  display: block;
  display: inline-block;
  max-width: 100%;
  cursor: default;
  z-index: 2;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-gallery-item__author .im-emoji_inline {
  vertical-align: text-top;
}
.im-gallery-item__author .im-emoji_inline {
  width: 13px;
  height: 13px;
  background-size: 13px 13px;
}
.im-gallery-item__author::after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  left: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  height: 100%;
  width: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-gallery-item__author::after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dark_green .im-gallery-item__author::after {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-dark_blue .im-gallery-item__author::after {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-blue .im-gallery-item__author::after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-vk_dark_blue .im-gallery-item__author::after {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-vk_blue .im-gallery-item__author::after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dit_blue .im-gallery-item__author::after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-myteam_green .im-gallery-item__author::after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dark_calls .im-gallery-item__author::after {
  background: -webkit-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -moz-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -ms-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -o-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
}

.im-gallery-topbar {
  height: 55px;
  border-bottom: 1px solid;
  position: relative;
  text-align: center;
}
body .im-gallery-topbar {
  border-bottom-color: #eceef3;
}
.im-theme-dark_green .im-gallery-topbar {
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-gallery-topbar {
  border-bottom-color: #3c3d47;
}
.im-theme-blue .im-gallery-topbar {
  border-bottom-color: #eceef3;
}
.im-theme-vk_dark_blue .im-gallery-topbar {
  border-bottom-color: #3C3D47;
}
.im-theme-vk_blue .im-gallery-topbar {
  border-bottom-color: #ECEEF3;
}
.im-theme-dit_blue .im-gallery-topbar {
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-gallery-topbar {
  border-bottom-color: #eceef3;
}
.im-theme-dark_calls .im-gallery-topbar {
  border-bottom-color: #1F1F1F;
}

.im-gallery-topbar__menu-wrapper {
  display: none;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 7px;
  bottom: auto;
  left: 7px;
  width: auto;
  z-index: 21;
}

.im-gallery-topbar__menu {
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  max-width: 400px;
  padding: 4px 0;
  text-align: left;
}
body .im-gallery-topbar__menu {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-dark_green .im-gallery-topbar__menu {
  background: #2b2c34;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-dark_blue .im-gallery-topbar__menu {
  background: #2b2c34;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-blue .im-gallery-topbar__menu {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-vk_dark_blue .im-gallery-topbar__menu {
  background: #2B2C34;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-vk_blue .im-gallery-topbar__menu {
  background: #FFFFFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-dit_blue .im-gallery-topbar__menu {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-myteam_green .im-gallery-topbar__menu {
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-theme-dark_calls .im-gallery-topbar__menu {
  background: #2B2B2B;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.im-gallery-topbar__menu .im-gallery-counters__button {
  line-height: inherit;
  height: 36px;
  font-weight: normal;
  font-size: 15px;
  padding: 8px 15px 8px 56px;
}
body .im-gallery-topbar__menu .im-gallery-counters__button:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-gallery-topbar__menu .im-gallery-counters__button:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-gallery-topbar__menu .im-gallery-counters__button:after {
  background-color: #7e848f;
}
.im-theme-blue .im-gallery-topbar__menu .im-gallery-counters__button:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-gallery-topbar__menu .im-gallery-counters__button:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-gallery-topbar__menu .im-gallery-counters__button:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-gallery-topbar__menu .im-gallery-counters__button:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-gallery-topbar__menu .im-gallery-counters__button:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-gallery-topbar__menu .im-gallery-counters__button:after {
  background-color: #949494;
}
.im-desktop .im-gallery-topbar__menu .im-gallery-counters__button:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-gallery-topbar__menu .im-gallery-counters__button:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-gallery-topbar__menu .im-gallery-counters__button:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-gallery-topbar__menu .im-gallery-counters__button:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-gallery-topbar__menu .im-gallery-counters__button:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-gallery-topbar__menu .im-gallery-counters__button:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-gallery-topbar__menu .im-gallery-counters__button:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-gallery-topbar__menu .im-gallery-counters__button:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-gallery-topbar__menu .im-gallery-counters__button:hover:after {
  background-color: #858585;
}
.im-desktop .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #7A7A7A;
}
body .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-gallery-topbar__menu .im-gallery-counters__button:active:after {
  background-color: #7A7A7A;
}
body .im-gallery-topbar__menu .im-gallery-counters__button:hover {
  background: #f3f5f8;
}
.im-theme-dark_green .im-gallery-topbar__menu .im-gallery-counters__button:hover {
  background: #3c3d48;
}
.im-theme-dark_blue .im-gallery-topbar__menu .im-gallery-counters__button:hover {
  background: #3c3d48;
}
.im-theme-blue .im-gallery-topbar__menu .im-gallery-counters__button:hover {
  background: #f3f5f8;
}
.im-theme-vk_dark_blue .im-gallery-topbar__menu .im-gallery-counters__button:hover {
  background: #3C3D48;
}
.im-theme-vk_blue .im-gallery-topbar__menu .im-gallery-counters__button:hover {
  background: #F1F3F7;
}
.im-theme-dit_blue .im-gallery-topbar__menu .im-gallery-counters__button:hover {
  background: #f3f5f8;
}
.im-theme-myteam_green .im-gallery-topbar__menu .im-gallery-counters__button:hover {
  background: #f3f5f8;
}
.im-theme-dark_calls .im-gallery-topbar__menu .im-gallery-counters__button:hover {
  background: #1F1F1F;
}
.im-gallery-topbar__menu .im-gallery-counters__button .im-gallery-counter__value {
  float: right;
}
body .im-gallery-topbar__menu .im-gallery-counters__button .im-gallery-counter__value {
  color: #838690;
}
.im-theme-dark_green .im-gallery-topbar__menu .im-gallery-counters__button .im-gallery-counter__value {
  color: #7e848f;
}
.im-theme-dark_blue .im-gallery-topbar__menu .im-gallery-counters__button .im-gallery-counter__value {
  color: #7e848f;
}
.im-theme-blue .im-gallery-topbar__menu .im-gallery-counters__button .im-gallery-counter__value {
  color: #838690;
}
.im-theme-vk_dark_blue .im-gallery-topbar__menu .im-gallery-counters__button .im-gallery-counter__value {
  color: #909499;
}
.im-theme-vk_blue .im-gallery-topbar__menu .im-gallery-counters__button .im-gallery-counter__value {
  color: #818C99;
}
.im-theme-dit_blue .im-gallery-topbar__menu .im-gallery-counters__button .im-gallery-counter__value {
  color: #838690;
}
.im-theme-myteam_green .im-gallery-topbar__menu .im-gallery-counters__button .im-gallery-counter__value {
  color: #838690;
}
.im-theme-dark_calls .im-gallery-topbar__menu .im-gallery-counters__button .im-gallery-counter__value {
  color: #9C9C9C;
}

.im-gallery-counters__button {
  position: relative;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-gallery-counters__button::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: -12px;
  margin-top: -12px;
}
body .im-gallery-counters__button::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-gallery-counters__button::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-gallery-counters__button::after {
  background-color: #7e848f;
}
.im-theme-blue .im-gallery-counters__button::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-gallery-counters__button::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-gallery-counters__button::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-gallery-counters__button::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-gallery-counters__button::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-gallery-counters__button::after {
  background-color: #949494;
}

.im-gallery-counter__media::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.60669' y='2.60665' width='14.7867' height='14.7867' rx='3.6' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M8.05435 9.08966C9.05593 9.08966 9.86786 8.27772 9.86786 7.27615C9.86786 6.27457 9.05593 5.46264 8.05435 5.46264C7.05278 5.46264 6.24084 6.27457 6.24084 7.27615C6.24084 8.27772 7.05278 9.08966 8.05435 9.08966Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.38647 14.9119L7.01091 11.6955C7.25469 11.4771 7.61462 11.4408 7.89824 11.6061L9.81223 12.7218C10.0996 12.8893 10.4648 12.8497 10.7083 12.6245L14.0559 9.5277C14.3098 9.29283 14.6944 9.26088 14.9846 9.45053L16.9325 10.76' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-gallery-counter__media::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-gallery-counter__media::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-gallery-counter__media::after {
  background-color: #7e848f;
}
.im-theme-blue .im-gallery-counter__media::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-gallery-counter__media::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-gallery-counter__media::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-gallery-counter__media::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-gallery-counter__media::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-gallery-counter__media::after {
  background-color: #949494;
}

.im-gallery-counter__ptt::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0044 10.2833C15.7612 13.3867 13.1658 15.8292 9.99999 15.8292C6.83415 15.8292 4.23879 13.3867 3.99561 10.2833' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M10 18.3661L10 16.0979' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Crect x='6.5661' y='1.63394' width='6.77588' height='11.2931' rx='3.38794' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-gallery-counter__ptt::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-gallery-counter__ptt::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-gallery-counter__ptt::after {
  background-color: #7e848f;
}
.im-theme-blue .im-gallery-counter__ptt::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-gallery-counter__ptt::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-gallery-counter__ptt::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-gallery-counter__ptt::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-gallery-counter__ptt::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-gallery-counter__ptt::after {
  background-color: #949494;
}

.im-gallery-counter__files::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.11766 2.48913C4.32007 2.48913 3.67349 3.13571 3.67349 3.93331V16.4589C3.67349 17.2565 4.32007 17.9031 5.11766 17.9031H14.4338C15.2314 17.9031 15.8779 17.2565 15.8779 16.4589V7.83515C15.8779 7.55116 15.7626 7.27935 15.5583 7.08205L11.1079 2.78311C10.9127 2.59453 10.6519 2.48913 10.3805 2.48913H5.11766Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.6765 8.14753C14.6648 8.14753 13.5427 8.14753 11.5192 8.14753C10.8429 8.14753 10.2947 7.61444 10.2947 6.95683C10.2947 4.92996 10.2947 3.76009 10.2947 2.74665' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-gallery-counter__files::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-gallery-counter__files::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-gallery-counter__files::after {
  background-color: #7e848f;
}
.im-theme-blue .im-gallery-counter__files::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-gallery-counter__files::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-gallery-counter__files::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-gallery-counter__files::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-gallery-counter__files::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-gallery-counter__files::after {
  background-color: #949494;
}

.im-gallery-counter__links::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.92949 12.6269C9.18333 12.8807 9.59489 12.8807 9.84873 12.6269C10.1026 12.373 10.1026 11.9615 9.84873 11.7076L8.92949 12.6269ZM14.2328 9.23277C13.979 9.48661 13.979 9.89817 14.2328 10.152C14.4866 10.4058 14.8982 10.4058 15.152 10.152L14.2328 9.23277ZM9.84873 11.7076L9.14162 11.0005L8.22239 11.9198L8.92949 12.6269L9.84873 11.7076ZM9.14162 5.55581L11.0862 3.61127L10.1669 2.69203L8.22238 4.63657L9.14162 5.55581ZM15.4702 7.99533L14.2328 9.23277L15.152 10.152L16.3895 8.91457L15.4702 7.99533ZM9.14162 11.0005C7.6381 9.49702 7.63811 7.05933 9.14162 5.55581L8.22238 4.63657C6.21119 6.64777 6.21119 9.90857 8.22239 11.9198L9.14162 11.0005ZM15.4702 3.61127C16.6809 4.8219 16.6809 6.78471 15.4702 7.99533L16.3895 8.91457C18.1078 7.19626 18.1078 4.41034 16.3895 2.69203L15.4702 3.61127ZM16.3895 2.69203C14.6712 0.973725 11.8852 0.973724 10.1669 2.69203L11.0862 3.61127C12.2968 2.40064 14.2596 2.40064 15.4702 3.61127L16.3895 2.69203Z' fill='%23363637'/%3E%3Cpath d='M11.1521 7.37312C10.8982 7.11928 10.4867 7.11928 10.2328 7.37312C9.97897 7.62696 9.97897 8.03852 10.2328 8.29236L11.1521 7.37312ZM5.84875 10.7672C6.10259 10.5134 6.10259 10.1018 5.84875 9.84799C5.59491 9.59415 5.18335 9.59415 4.92951 9.84799L5.84875 10.7672ZM10.2328 8.29236L10.9399 8.99946L11.8592 8.08023L11.1521 7.37312L10.2328 8.29236ZM10.9399 14.4442L8.99538 16.3887L9.91461 17.308L11.8592 15.3634L10.9399 14.4442ZM4.61131 12.0047L5.84875 10.7672L4.92951 9.84799L3.69207 11.0854L4.61131 12.0047ZM10.9399 8.99946C12.4434 10.503 12.4434 12.9407 10.9399 14.4442L11.8592 15.3634C13.8704 13.3522 13.8704 10.0914 11.8592 8.08023L10.9399 8.99946ZM4.61131 16.3887C3.40069 15.1781 3.40069 13.2153 4.61131 12.0047L3.69207 11.0854C1.97377 12.8037 1.97377 15.5897 3.69207 17.308L4.61131 16.3887ZM3.69207 17.308C5.41038 19.0263 8.19631 19.0263 9.91461 17.308L8.99538 16.3887C7.78475 17.5994 5.82194 17.5994 4.61131 16.3887L3.69207 17.308Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-gallery-counter__links::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-gallery-counter__links::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-gallery-counter__links::after {
  background-color: #7e848f;
}
.im-theme-blue .im-gallery-counter__links::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-gallery-counter__links::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-gallery-counter__links::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-gallery-counter__links::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-gallery-counter__links::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-gallery-counter__links::after {
  background-color: #949494;
}

.im-gallery-counter__video::after {
  mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29999 6C1.29999 4.89543 2.19542 4 3.29999 4H11.3C12.4046 4 13.3 4.89543 13.3 6V8.5C13.3 8.5412 13.347 8.56472 13.38 8.54L17.22 5.66C17.7474 5.26446 18.5 5.64076 18.5 6.3V13.7015C18.5 14.3605 17.748 14.7369 17.2205 14.3419L13.38 11.4661C13.347 11.4414 13.3 11.465 13.3 11.5062V14C13.3 15.1046 12.4046 16 11.3 16H3.29999C2.19542 16 1.29999 15.1046 1.29999 14V6Z' stroke='white' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-gallery-counter__video::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-gallery-counter__video::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-gallery-counter__video::after {
  background-color: #7e848f;
}
.im-theme-blue .im-gallery-counter__video::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-gallery-counter__video::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-gallery-counter__video::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-gallery-counter__video::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-gallery-counter__video::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-gallery-counter__video::after {
  background-color: #949494;
}

.im-gallery-topbar__title {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 56px;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}
body .im-gallery-topbar__title {
  color: #111111;
}
.im-theme-dark_green .im-gallery-topbar__title {
  color: #ffffff;
}
.im-theme-dark_blue .im-gallery-topbar__title {
  color: #ffffff;
}
.im-theme-blue .im-gallery-topbar__title {
  color: #111111;
}
.im-theme-vk_dark_blue .im-gallery-topbar__title {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-gallery-topbar__title {
  color: #111111;
}
.im-theme-dit_blue .im-gallery-topbar__title {
  color: #111111;
}
.im-theme-myteam_green .im-gallery-topbar__title {
  color: #111111;
}
.im-theme-dark_calls .im-gallery-topbar__title {
  color: #FFFFFF;
}
.im-gallery-topbar__title[data-menu-size="1"], .im-gallery-topbar__title[data-menu-size="0"] {
  cursor: default;
}

.im-gallery-dropdown {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  margin-top: -15px;
}
.im-gallery-dropdown[data-menu-size="0"], .im-gallery-dropdown[data-menu-size="1"] {
  display: none;
}
.im-gallery-dropdown::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
}
body .im-gallery-dropdown::after {
  border-right-color: #b7bcc9;
  border-bottom-color: #b7bcc9;
}
.im-theme-dark_green .im-gallery-dropdown::after {
  border-right-color: #7e848f;
  border-bottom-color: #7e848f;
}
.im-theme-dark_blue .im-gallery-dropdown::after {
  border-right-color: #7e848f;
  border-bottom-color: #7e848f;
}
.im-theme-blue .im-gallery-dropdown::after {
  border-right-color: #b7bcc9;
  border-bottom-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-gallery-dropdown::after {
  border-right-color: #76787A;
  border-bottom-color: #76787A;
}
.im-theme-vk_blue .im-gallery-dropdown::after {
  border-right-color: #99A2AD;
  border-bottom-color: #99A2AD;
}
.im-theme-dit_blue .im-gallery-dropdown::after {
  border-right-color: #b7bcc9;
  border-bottom-color: #b7bcc9;
}
.im-theme-myteam_green .im-gallery-dropdown::after {
  border-right-color: #b7bcc9;
  border-bottom-color: #b7bcc9;
}
.im-theme-dark_calls .im-gallery-dropdown::after {
  border-right-color: #949494;
  border-bottom-color: #949494;
}
.im-desktop .im-gallery-dropdown:hover::after {
  border-right-color: #8e94a2;
  border-bottom-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-gallery-dropdown:hover::after {
  border-right-color: #8c8d9c;
  border-bottom-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-gallery-dropdown:hover::after {
  border-right-color: #8c8d9c;
  border-bottom-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-gallery-dropdown:hover::after {
  border-right-color: #8e94a2;
  border-bottom-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-gallery-dropdown:hover::after {
  border-right-color: #818385;
  border-bottom-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-gallery-dropdown:hover::after {
  border-right-color: #9199A3;
  border-bottom-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-gallery-dropdown:hover::after {
  border-right-color: #8e94a2;
  border-bottom-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-gallery-dropdown:hover::after {
  border-right-color: #8e94a2;
  border-bottom-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-gallery-dropdown:hover::after {
  border-right-color: #858585;
  border-bottom-color: #858585;
}

.im-gallery-content {
  position: absolute;
  top: 56px;
  right: auto;
  bottom: 0;
  left: auto;
  height: auto;
  width: 100%;
  overflow: auto;
  padding: 0 14px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-gallery-content::after {
  content: "";
  display: block;
  height: 32px;
}

.im-gallery-date {
  font-size: 11px;
  line-height: 20px;
  padding: 6px 1px;
  text-transform: uppercase;
}
body .im-gallery-date {
  color: #838690;
}
.im-theme-dark_green .im-gallery-date {
  color: #7e848f;
}
.im-theme-dark_blue .im-gallery-date {
  color: #7e848f;
}
.im-theme-blue .im-gallery-date {
  color: #838690;
}
.im-theme-vk_dark_blue .im-gallery-date {
  color: #909499;
}
.im-theme-vk_blue .im-gallery-date {
  color: #818C99;
}
.im-theme-dit_blue .im-gallery-date {
  color: #838690;
}
.im-theme-myteam_green .im-gallery-date {
  color: #838690;
}
.im-theme-dark_calls .im-gallery-date {
  color: #9C9C9C;
}

.im-gallery-menu__button {
  position: absolute;
  top: 0;
  right: -6px;
  bottom: auto;
  left: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 3;
}
.im-file_ptt .im-gallery-menu__button {
  top: 50%;
  margin-top: -16px;
}
.im-gallery-menu__button::before, .im-gallery-menu__button::after,
.im-gallery-menu__button div {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  margin-left: -1px;
  margin-top: -1px;
}
body .im-gallery-menu__button::before, body .im-gallery-menu__button::after,
body .im-gallery-menu__button div {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-gallery-menu__button::before, .im-theme-dark_green .im-gallery-menu__button::after,
.im-theme-dark_green .im-gallery-menu__button div {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-gallery-menu__button::before, .im-theme-dark_blue .im-gallery-menu__button::after,
.im-theme-dark_blue .im-gallery-menu__button div {
  background-color: #7e848f;
}
.im-theme-blue .im-gallery-menu__button::before, .im-theme-blue .im-gallery-menu__button::after,
.im-theme-blue .im-gallery-menu__button div {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-gallery-menu__button::before, .im-theme-vk_dark_blue .im-gallery-menu__button::after,
.im-theme-vk_dark_blue .im-gallery-menu__button div {
  background-color: #76787A;
}
.im-theme-vk_blue .im-gallery-menu__button::before, .im-theme-vk_blue .im-gallery-menu__button::after,
.im-theme-vk_blue .im-gallery-menu__button div {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-gallery-menu__button::before, .im-theme-dit_blue .im-gallery-menu__button::after,
.im-theme-dit_blue .im-gallery-menu__button div {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-gallery-menu__button::before, .im-theme-myteam_green .im-gallery-menu__button::after,
.im-theme-myteam_green .im-gallery-menu__button div {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-gallery-menu__button::before, .im-theme-dark_calls .im-gallery-menu__button::after,
.im-theme-dark_calls .im-gallery-menu__button div {
  background-color: #949494;
}
.im-desktop .im-gallery-menu__button:hover::before, .im-desktop .im-gallery-menu__button:hover::after,
.im-desktop .im-gallery-menu__button:hover div {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-gallery-menu__button:hover::before, .im-desktop.im-theme-dark_green .im-gallery-menu__button:hover::after,
.im-desktop.im-theme-dark_green .im-gallery-menu__button:hover div {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-gallery-menu__button:hover::before, .im-desktop.im-theme-dark_blue .im-gallery-menu__button:hover::after,
.im-desktop.im-theme-dark_blue .im-gallery-menu__button:hover div {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-gallery-menu__button:hover::before, .im-desktop.im-theme-blue .im-gallery-menu__button:hover::after,
.im-desktop.im-theme-blue .im-gallery-menu__button:hover div {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-gallery-menu__button:hover::before, .im-desktop.im-theme-vk_dark_blue .im-gallery-menu__button:hover::after,
.im-desktop.im-theme-vk_dark_blue .im-gallery-menu__button:hover div {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-gallery-menu__button:hover::before, .im-desktop.im-theme-vk_blue .im-gallery-menu__button:hover::after,
.im-desktop.im-theme-vk_blue .im-gallery-menu__button:hover div {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-gallery-menu__button:hover::before, .im-desktop.im-theme-dit_blue .im-gallery-menu__button:hover::after,
.im-desktop.im-theme-dit_blue .im-gallery-menu__button:hover div {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-gallery-menu__button:hover::before, .im-desktop.im-theme-myteam_green .im-gallery-menu__button:hover::after,
.im-desktop.im-theme-myteam_green .im-gallery-menu__button:hover div {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-gallery-menu__button:hover::before, .im-desktop.im-theme-dark_calls .im-gallery-menu__button:hover::after,
.im-desktop.im-theme-dark_calls .im-gallery-menu__button:hover div {
  background-color: #858585;
}
.im-gallery-menu__button::before {
  margin-top: -7px;
}
.im-gallery-menu__button::after {
  margin-top: 5px;
}

.im-desktop .im-gallery-item .im-gallery-menu__button {
  display: none;
}
.im-desktop .im-gallery-item:hover .im-gallery-menu__button {
  display: block;
}

.im-gallery-preview {
  width: 96px;
  height: 96px;
  border-radius: 5px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  background-position: center top;
  background-size: cover;
  margin: 2px;
  position: relative;
  cursor: pointer;
}
body .im-gallery-preview {
  background-color: #f3f5f8;
}
.im-theme-dark_green .im-gallery-preview {
  background-color: #3c3d48;
}
.im-theme-dark_blue .im-gallery-preview {
  background-color: #3c3d48;
}
.im-theme-blue .im-gallery-preview {
  background-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-gallery-preview {
  background-color: #3C3D48;
}
.im-theme-vk_blue .im-gallery-preview {
  background-color: #F1F3F7;
}
.im-theme-dit_blue .im-gallery-preview {
  background-color: #f3f5f8;
}
.im-theme-myteam_green .im-gallery-preview {
  background-color: #f3f5f8;
}
.im-theme-dark_calls .im-gallery-preview {
  background-color: #1F1F1F;
}

.im-gallery-preview__info {
  text-align: right;
  vertical-align: bottom;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  width: 100%;
  height: 50%;
  font-weight: normal;
  font-size: 13px;
  overflow: hidden;
  box-sizing: border-box;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.37));
  line-height: 16px;
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
  padding: 2px 4px;
  /*span {
      @include absolutize($bottom: 2px, $right: 4px);
  }*/
}
body .im-gallery-preview__info {
  color: #ffffff;
}
.im-theme-dark_green .im-gallery-preview__info {
  color: #ffffff;
}
.im-theme-dark_blue .im-gallery-preview__info {
  color: #ffffff;
}
.im-theme-blue .im-gallery-preview__info {
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-gallery-preview__info {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-gallery-preview__info {
  color: #ffffff;
}
.im-theme-dit_blue .im-gallery-preview__info {
  color: #ffffff;
}
.im-theme-myteam_green .im-gallery-preview__info {
  color: #ffffff;
}
.im-theme-dark_calls .im-gallery-preview__info {
  color: #FFFFFF;
}
.im-gallery-preview__info:empty {
  display: none;
}

/* Self Profile page */
.im-selfprofilepage .app-content {
  overflow-y: auto;
  font-size: 16px;
}
.im-selfprofilepage .app-topbar-title {
  font-weight: bold;
}
.im-selfprofilepage .app-topbar {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  text-align: center;
  padding: 0 56px;
  line-height: 56px;
}
.im-selfprofilepage .im-scrollbar {
  top: 53px;
}

.im-selfprofile-ava {
  width: 80px;
  height: 80px;
  margin: 20px 0 0 20px;
  position: absolute;
  overflow: hidden;
}
.im-selfprofile-ava input[type=file] {
  display: none;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 80px;
  height: 80px;
  z-index: 10;
  opacity: 0;
  font-size: 0;
  padding-bottom: 20px;
  margin-top: -20px;
  cursor: pointer;
}
.im-selfprofile-ava .im-avatarbox {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
}

.im-selfprofile-ava_editable input[type=file] {
  display: block;
}
.im-selfprofile-ava_editable:hover .im-avatarbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
}
body .im-selfprofile-ava_editable:hover .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_green .im-selfprofile-ava_editable:hover .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_blue .im-selfprofile-ava_editable:hover .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-blue .im-selfprofile-ava_editable:hover .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-vk_dark_blue .im-selfprofile-ava_editable:hover .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-vk_blue .im-selfprofile-ava_editable:hover .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dit_blue .im-selfprofile-ava_editable:hover .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-myteam_green .im-selfprofile-ava_editable:hover .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_calls .im-selfprofile-ava_editable:hover .im-avatarbox::after {
  background-color: rgba(0, 0, 0, 0.3);
}

.im-selfprofile-ava_loaded:hover::after {
  display: none;
  width: 32px;
  height: 32px;
  content: "";
  position: absolute;
  top: 27px;
  right: auto;
  bottom: auto;
  left: 24px;
}
body .im-selfprofile-ava_loaded:hover::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-selfprofile-ava_loaded:hover::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-selfprofile-ava_loaded:hover::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-selfprofile-ava_loaded:hover::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-selfprofile-ava_loaded:hover::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #E1E3E6;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-selfprofile-ava_loaded:hover::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-selfprofile-ava_loaded:hover::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-selfprofile-ava_loaded:hover::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-selfprofile-ava_loaded:hover::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFFFFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-desktop .im-selfprofile-ava_loaded:hover::after {
  display: block;
}

.im-selfprofile-ava__wrap {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 80px;
  height: 80px;
}

.im-selfprofile-ava__default {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 40px;
}
body .im-selfprofile-ava__default {
  background-color: rgba(0, 255, 42, 0.05);
  border: 1px dashed #21D86A;
}
body .im-selfprofile-ava__default::after {
  width: 27px;
  height: 27px;
  content: "";
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 24px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-selfprofile-ava:hover body .im-selfprofile-ava__default {
  background-color: rgba(0, 255, 42, 0.07);
}
.im-theme-dark_green .im-selfprofile-ava__default {
  background-color: rgba(0, 255, 42, 0.03);
  border: 1px dashed #0ADC5E;
}
.im-theme-dark_green .im-selfprofile-ava__default::after {
  width: 27px;
  height: 27px;
  content: "";
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 24px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-selfprofile-ava:hover .im-theme-dark_green .im-selfprofile-ava__default {
  background-color: rgba(0, 255, 42, 0.06);
}
.im-theme-dark_blue .im-selfprofile-ava__default {
  background-color: rgba(6, 114, 235, 0.03);
  border: 1px dashed #2e91ff;
}
.im-theme-dark_blue .im-selfprofile-ava__default::after {
  width: 27px;
  height: 27px;
  content: "";
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 24px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-selfprofile-ava:hover .im-theme-dark_blue .im-selfprofile-ava__default {
  background-color: rgba(6, 114, 235, 0.06);
}
.im-theme-blue .im-selfprofile-ava__default {
  background-color: rgba(28, 136, 255, 0.08);
  border: 1px dashed #2D90F5;
}
.im-theme-blue .im-selfprofile-ava__default::after {
  width: 27px;
  height: 27px;
  content: "";
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 24px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-selfprofile-ava:hover .im-theme-blue .im-selfprofile-ava__default {
  background-color: rgba(28, 136, 255, 0.11);
}
.im-theme-vk_dark_blue .im-selfprofile-ava__default {
  background-color: rgba(113, 170, 235, 0.03);
  border: 1px dashed #71AAEB;
}
.im-theme-vk_dark_blue .im-selfprofile-ava__default::after {
  width: 27px;
  height: 27px;
  content: "";
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 24px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-selfprofile-ava:hover .im-theme-vk_dark_blue .im-selfprofile-ava__default {
  background-color: rgba(113, 170, 235, 0.06);
}
.im-theme-vk_blue .im-selfprofile-ava__default {
  background-color: rgba(63, 138, 224, 0.08);
  border: 1px dashed #3F8AE0;
}
.im-theme-vk_blue .im-selfprofile-ava__default::after {
  width: 27px;
  height: 27px;
  content: "";
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 24px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-selfprofile-ava:hover .im-theme-vk_blue .im-selfprofile-ava__default {
  background-color: rgba(63, 138, 224, 0.11);
}
.im-theme-dit_blue .im-selfprofile-ava__default {
  background-color: rgba(28, 136, 255, 0.08);
  border: 1px dashed #2E72BF;
}
.im-theme-dit_blue .im-selfprofile-ava__default::after {
  width: 27px;
  height: 27px;
  content: "";
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 24px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-selfprofile-ava:hover .im-theme-dit_blue .im-selfprofile-ava__default {
  background-color: rgba(28, 136, 255, 0.11);
}
.im-theme-myteam_green .im-selfprofile-ava__default {
  background-color: rgba(24, 216, 147, 0.08);
  border: 1px dashed #18D893;
}
.im-theme-myteam_green .im-selfprofile-ava__default::after {
  width: 27px;
  height: 27px;
  content: "";
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 24px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-selfprofile-ava:hover .im-theme-myteam_green .im-selfprofile-ava__default {
  background-color: rgba(24, 216, 147, 0.15);
}
.im-theme-dark_calls .im-selfprofile-ava__default {
  background-color: rgba(12, 124, 255, 0.03);
  border: 1px dashed #0C7CFF;
}
.im-theme-dark_calls .im-selfprofile-ava__default::after {
  width: 27px;
  height: 27px;
  content: "";
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 24px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4132 6C18.5041 6 18.6469 6.00013 18.8166 6.00033C19.805 6.0015 20.6327 6.7282 20.8305 7.69664C20.9281 8.17413 21.0294 8.56662 21.0992 8.56814C22.2304 8.59281 23.0107 8.67249 23.8315 8.9298C25.1295 9.39835 26.1517 10.4122 26.6242 11.6994C27 12.8783 27 13.0645 27 15.2547V18.3933C27 20.5836 27 21.6785 26.6242 22.8576C26.1517 24.1449 25.1295 25.1587 23.8315 25.6271C22.6425 26 21.5385 26 19.3299 26H12.6701C10.4615 26 9.35728 26 8.16855 25.6271C6.87055 25.1587 5.84828 24.1449 5.37583 22.8576C5 21.6785 5 20.5836 5 18.3933V15.2547C5 13.0645 5 12.8783 5.37583 11.6994C5.84828 10.4122 6.87055 9.39835 8.16855 8.9298C8.97132 8.67809 9.73554 8.59637 10.8274 8.56983C10.8988 8.56809 11.0028 8.17153 11.1028 7.69068C11.3034 6.72532 12.1294 6.00185 13.1154 6.00046C13.3131 6.00018 13.4814 6 13.5868 6H18.4132Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 22C18.7614 22 21 19.7614 21 17C21 14.2386 18.7614 12 16 12C13.2386 12 11 14.2386 11 17C11 19.7614 13.2386 22 16 22Z' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-selfprofile-ava:hover .im-theme-dark_calls .im-selfprofile-ava__default {
  background-color: rgba(12, 124, 255, 0.06);
}

.im-selfprofile-item {
  position: relative;
  margin-top: 12px;
  padding: 8px 60px 12px 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 16px;
  display: block;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  cursor: default;
}
.im-selfprofile-item .im-emoji_inline {
  vertical-align: text-top;
}
.im-selfprofile-item .im-emoji_inline {
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
}
body .im-selfprofile-item {
  color: #111111;
}
.im-theme-dark_green .im-selfprofile-item {
  color: #ffffff;
}
.im-theme-dark_blue .im-selfprofile-item {
  color: #ffffff;
}
.im-theme-blue .im-selfprofile-item {
  color: #111111;
}
.im-theme-vk_dark_blue .im-selfprofile-item {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-selfprofile-item {
  color: #111111;
}
.im-theme-dit_blue .im-selfprofile-item {
  color: #111111;
}
.im-theme-myteam_green .im-selfprofile-item {
  color: #111111;
}
.im-theme-dark_calls .im-selfprofile-item {
  color: #FFFFFF;
}
.im-selfprofile-item[data-editable="1"]:hover {
  cursor: pointer;
}
body .im-selfprofile-item[data-editable="1"]:hover {
  background-color: #eceef3;
}
.im-theme-dark_green .im-selfprofile-item[data-editable="1"]:hover {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-selfprofile-item[data-editable="1"]:hover {
  background-color: #3c3d47;
}
.im-theme-blue .im-selfprofile-item[data-editable="1"]:hover {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-selfprofile-item[data-editable="1"]:hover {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-selfprofile-item[data-editable="1"]:hover {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-selfprofile-item[data-editable="1"]:hover {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-selfprofile-item[data-editable="1"]:hover {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-selfprofile-item[data-editable="1"]:hover {
  background-color: #1F1F1F;
}
.im-selfprofile-item[data-editable="1"]:hover::after {
  display: block;
}
.im-selfprofile-item[data-key=name] {
  margin-left: 112px;
  margin-top: 20px;
  padding-top: 18px;
  padding-left: 12px;
  height: 80px;
}
.im-selfprofile-item::after {
  display: none;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  margin-top: -10px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 9.5L17.7929 7.20711C18.1834 6.81658 18.1834 6.18342 17.7929 5.79289L14.7071 2.70711C14.3166 2.31658 13.6834 2.31658 13.2929 2.70711L11 5M15.5 9.5L8.45321 16.5468C8.15845 16.8415 7.77896 17.0368 7.36779 17.1054L2 18L3.36025 13.0124C3.45183 12.6766 3.62945 12.3705 3.87556 12.1244L11 5M15.5 9.5L11 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 9.5L17.7929 7.20711C18.1834 6.81658 18.1834 6.18342 17.7929 5.79289L14.7071 2.70711C14.3166 2.31658 13.6834 2.31658 13.2929 2.70711L11 5M15.5 9.5L8.45321 16.5468C8.15845 16.8415 7.77896 17.0368 7.36779 17.1054L2 18L3.36025 13.0124C3.45183 12.6766 3.62945 12.3705 3.87556 12.1244L11 5M15.5 9.5L11 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-selfprofile-item::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-selfprofile-item::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-selfprofile-item::after {
  background-color: #7e848f;
}
.im-theme-blue .im-selfprofile-item::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-selfprofile-item::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-selfprofile-item::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-selfprofile-item::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-selfprofile-item::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-selfprofile-item::after {
  background-color: #949494;
}

body .im-selfprofile-item_default {
  color: #838690;
}
body .im-selfprofile-item_default[data-editable="1"] {
  color: #00B84D;
}
body .im-selfprofile-item_default[data-editable="1"]:hover {
  color: #00A846;
}
.im-theme-dark_green .im-selfprofile-item_default {
  color: #7e848f;
}
.im-theme-dark_green .im-selfprofile-item_default[data-editable="1"] {
  color: #0AC248;
}
.im-theme-dark_green .im-selfprofile-item_default[data-editable="1"]:hover {
  color: #0CDA51;
}
.im-theme-dark_blue .im-selfprofile-item_default {
  color: #7e848f;
}
.im-theme-dark_blue .im-selfprofile-item_default[data-editable="1"] {
  color: #2f92ff;
}
.im-theme-dark_blue .im-selfprofile-item_default[data-editable="1"]:hover {
  color: #479dff;
}
.im-theme-blue .im-selfprofile-item_default {
  color: #838690;
}
.im-theme-blue .im-selfprofile-item_default[data-editable="1"] {
  color: #1B85F1;
}
.im-theme-blue .im-selfprofile-item_default[data-editable="1"]:hover {
  color: #1E7BDA;
}
.im-theme-vk_dark_blue .im-selfprofile-item_default {
  color: #909499;
}
.im-theme-vk_dark_blue .im-selfprofile-item_default[data-editable="1"] {
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-selfprofile-item_default[data-editable="1"]:hover {
  color: #689CD8;
}
.im-theme-vk_blue .im-selfprofile-item_default {
  color: #818C99;
}
.im-theme-vk_blue .im-selfprofile-item_default[data-editable="1"] {
  color: #4986CC;
}
.im-theme-vk_blue .im-selfprofile-item_default[data-editable="1"]:hover {
  color: #4681C4;
}
.im-theme-dit_blue .im-selfprofile-item_default {
  color: #838690;
}
.im-theme-dit_blue .im-selfprofile-item_default[data-editable="1"] {
  color: #2E72BF;
}
.im-theme-dit_blue .im-selfprofile-item_default[data-editable="1"]:hover {
  color: #1E67BB;
}
.im-theme-myteam_green .im-selfprofile-item_default {
  color: #838690;
}
.im-theme-myteam_green .im-selfprofile-item_default[data-editable="1"] {
  color: #17C97E;
}
.im-theme-myteam_green .im-selfprofile-item_default[data-editable="1"]:hover {
  color: #15BD76;
}
.im-theme-dark_calls .im-selfprofile-item_default {
  color: #9C9C9C;
}
.im-theme-dark_calls .im-selfprofile-item_default[data-editable="1"] {
  color: #027AFF;
}
.im-theme-dark_calls .im-selfprofile-item_default[data-editable="1"]:hover {
  color: #0275F5;
}

.im-selfprofile-item__title {
  display: block;
  font-size: 15px;
  padding-bottom: 2px;
}
body .im-selfprofile-item__title {
  color: #838690;
}
.im-theme-dark_green .im-selfprofile-item__title {
  color: #7e848f;
}
.im-theme-dark_blue .im-selfprofile-item__title {
  color: #7e848f;
}
.im-theme-blue .im-selfprofile-item__title {
  color: #838690;
}
.im-theme-vk_dark_blue .im-selfprofile-item__title {
  color: #909499;
}
.im-theme-vk_blue .im-selfprofile-item__title {
  color: #818C99;
}
.im-theme-dit_blue .im-selfprofile-item__title {
  color: #838690;
}
.im-theme-myteam_green .im-selfprofile-item__title {
  color: #838690;
}
.im-theme-dark_calls .im-selfprofile-item__title {
  color: #9C9C9C;
}

.im-selfprofile-value {
  -moz-user-select: text;
  -webkit-user-select: text;
  -o-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.im-selfprofile-button {
  margin: 24px 0 0 20px;
  line-height: 20px;
}
.im-selfprofile-button:last-child {
  margin-top: 32px;
}

/* Edit first/lastname dialog */
.im-box-names {
  width: 340px;
  min-width: 260px;
}
.im-box-names .im-modal-box__title {
  letter-spacing: 0.4px;
  padding: 12px 20px;
}
.im-box-names .im-modal-box__body {
  padding: 0 28px 28px 20px;
}
.im-box-names .im-field-text {
  width: 100%;
  margin-top: 28px;
  padding-bottom: 6px;
}
.im-box-names .im-avatar-uploader {
  margin: 14px auto;
}

/* Change password dialog*/
.im-change-password {
  max-width: 358px;
  border-radius: 8px;
}
.im-change-password .im-modal-box__title {
  display: none;
}
.im-change-password .im-modal-box__body {
  padding: 16px 20px;
  text-align: left;
}
.im-change-password .im-field-text {
  width: 100%;
  height: 28px;
  margin-top: 24px;
}
.im-change-password .im-auth-error {
  margin-top: 16px;
  text-align: center;
}

.im-change-password__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}

.im-change-password__info {
  font-size: 15px;
  line-height: 144%;
  margin-top: 20px;
}
.im-change-password__info span {
  white-space: nowrap;
}

/* Start profile dialog */
.im-start-profile {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 0;
}
.im-start-profile .im-modal-box__title,
.im-start-profile .im-modal-box__bottom {
  display: none;
}
.im-start-profile .im-start-profile__wrap {
  display: flex;
  width: 300px;
  max-width: 90%;
  height: auto;
  min-height: 100vh;
  margin: 0 auto;
  align-items: center;
  padding: 0;
  overflow: initial;
}
.im-start-profile .im-start-profile__form {
  width: 100%;
  text-align: center;
  padding: 24px 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-start-profile .im-text-input, .im-start-profile .im-input-country-phone__phone {
  width: 100%;
  margin-top: 20px;
}
.im-start-profile .im-avatar-uploader {
  margin: 0 auto 28px;
  width: 164px;
  height: 164px;
}

/* Edit about me dialog */
.im-box-about {
  width: 340px;
  min-width: 260px;
}
.im-box-about .im-modal-box__title {
  letter-spacing: 0.4px;
  padding: 12px 20px;
}
.im-box-about .im-modal-box__body {
  position: relative;
  padding: 0 28px 8px 20px;
  min-height: 123px;
}
.im-box-about .im-scrollbar {
  top: 16px;
  right: 28px;
  bottom: 40px;
}
.im-box-about .im-field-rich-wrap {
  margin-top: 16px;
  max-height: 74px;
  padding-bottom: 6px;
  padding-right: 8px;
  overflow: auto;
  position: relative;
  border-width: 1px;
  border-bottom-style: solid;
}
body .im-box-about .im-field-rich-wrap {
  border-color: #21D86A;
}
.im-theme-dark_green .im-box-about .im-field-rich-wrap {
  border-color: #0ADC5E;
}
.im-theme-dark_blue .im-box-about .im-field-rich-wrap {
  border-color: #2e91ff;
}
.im-theme-blue .im-box-about .im-field-rich-wrap {
  border-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-box-about .im-field-rich-wrap {
  border-color: #71AAEB;
}
.im-theme-vk_blue .im-box-about .im-field-rich-wrap {
  border-color: #3F8AE0;
}
.im-theme-dit_blue .im-box-about .im-field-rich-wrap {
  border-color: #2E72BF;
}
.im-theme-myteam_green .im-box-about .im-field-rich-wrap {
  border-color: #18D893;
}
.im-theme-dark_calls .im-box-about .im-field-rich-wrap {
  border-color: #0C7CFF;
}
.im-box-about .im-field-rich {
  width: 100%;
  position: relative;
  background: transparent;
  z-index: 1;
  min-height: 20px;
  display: block;
  font-size: inherit;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.im-box-about .im-field-subinfo {
  cursor: default;
  margin-top: 8px;
  zoom: 1;
}
body .im-box-about .im-field-subinfo {
  color: #838690;
}
.im-theme-dark_green .im-box-about .im-field-subinfo {
  color: #7e848f;
}
.im-theme-dark_blue .im-box-about .im-field-subinfo {
  color: #7e848f;
}
.im-theme-blue .im-box-about .im-field-subinfo {
  color: #838690;
}
.im-theme-vk_dark_blue .im-box-about .im-field-subinfo {
  color: #909499;
}
.im-theme-vk_blue .im-box-about .im-field-subinfo {
  color: #818C99;
}
.im-theme-dit_blue .im-box-about .im-field-subinfo {
  color: #838690;
}
.im-theme-myteam_green .im-box-about .im-field-subinfo {
  color: #838690;
}
.im-theme-dark_calls .im-box-about .im-field-subinfo {
  color: #9C9C9C;
}
.im-box-about .im-field-subinfo span {
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 260px;
}
.im-box-about .im-field-subinfo span:first-child {
  float: right;
  padding-left: 8px;
}
.im-box-about .im-field-subinfo:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

body .im-box-about_disabled .im-field-rich-wrap {
  border-color: #f83e33;
}
body .im-box-about_disabled .im-field-subinfo {
  color: #f83e33;
}
.im-theme-dark_green .im-box-about_disabled .im-field-rich-wrap {
  border-color: #f75d5d;
}
.im-theme-dark_green .im-box-about_disabled .im-field-subinfo {
  color: #f75d5d;
}
.im-theme-dark_blue .im-box-about_disabled .im-field-rich-wrap {
  border-color: #f75d5d;
}
.im-theme-dark_blue .im-box-about_disabled .im-field-subinfo {
  color: #f75d5d;
}
.im-theme-blue .im-box-about_disabled .im-field-rich-wrap {
  border-color: #f83e33;
}
.im-theme-blue .im-box-about_disabled .im-field-subinfo {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-box-about_disabled .im-field-rich-wrap {
  border-color: #FF5C5C;
}
.im-theme-vk_dark_blue .im-box-about_disabled .im-field-subinfo {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-box-about_disabled .im-field-rich-wrap {
  border-color: #FF3347;
}
.im-theme-vk_blue .im-box-about_disabled .im-field-subinfo {
  color: #FF3347;
}
.im-theme-dit_blue .im-box-about_disabled .im-field-rich-wrap {
  border-color: #f83e33;
}
.im-theme-dit_blue .im-box-about_disabled .im-field-subinfo {
  color: #f83e33;
}
.im-theme-myteam_green .im-box-about_disabled .im-field-rich-wrap {
  border-color: #EC264A;
}
.im-theme-myteam_green .im-box-about_disabled .im-field-subinfo {
  color: #EC264A;
}
.im-theme-dark_calls .im-box-about_disabled .im-field-rich-wrap {
  border-color: #FC2C38;
}
.im-theme-dark_calls .im-box-about_disabled .im-field-subinfo {
  color: #FC2C38;
}

.im-box-nick {
  width: 340px;
  max-height: 100%;
  overflow: auto;
}
.im-box-nick .im-modal-box__title {
  padding: 12px 28px 12px 20px;
}
.im-box-nick .im-modal-box__body {
  padding: 16px 28px 8px 20px;
  font-size: 15px;
  background-color: inherit;
  position: relative;
}
body .im-box-nick .im-modal-box__body {
  color: #838690;
}
.im-theme-dark_green .im-box-nick .im-modal-box__body {
  color: #7e848f;
}
.im-theme-dark_blue .im-box-nick .im-modal-box__body {
  color: #7e848f;
}
.im-theme-blue .im-box-nick .im-modal-box__body {
  color: #838690;
}
.im-theme-vk_dark_blue .im-box-nick .im-modal-box__body {
  color: #909499;
}
.im-theme-vk_blue .im-box-nick .im-modal-box__body {
  color: #818C99;
}
.im-theme-dit_blue .im-box-nick .im-modal-box__body {
  color: #838690;
}
.im-theme-myteam_green .im-box-nick .im-modal-box__body {
  color: #838690;
}
.im-theme-dark_calls .im-box-nick .im-modal-box__body {
  color: #9C9C9C;
}

.im-box-nick__input-block {
  min-height: 210px;
}
.im-box-nick__input-block .im-field-text {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 8px;
}
body .im-nick-box_error .im-box-nick__input-block .im-field-text {
  border-bottom-color: #f83e33;
}
.im-theme-dark_green .im-nick-box_error .im-box-nick__input-block .im-field-text {
  border-bottom-color: #f75d5d;
}
.im-theme-dark_blue .im-nick-box_error .im-box-nick__input-block .im-field-text {
  border-bottom-color: #f75d5d;
}
.im-theme-blue .im-nick-box_error .im-box-nick__input-block .im-field-text {
  border-bottom-color: #f83e33;
}
.im-theme-vk_dark_blue .im-nick-box_error .im-box-nick__input-block .im-field-text {
  border-bottom-color: #FF5C5C;
}
.im-theme-vk_blue .im-nick-box_error .im-box-nick__input-block .im-field-text {
  border-bottom-color: #FF3347;
}
.im-theme-dit_blue .im-nick-box_error .im-box-nick__input-block .im-field-text {
  border-bottom-color: #f83e33;
}
.im-theme-myteam_green .im-nick-box_error .im-box-nick__input-block .im-field-text {
  border-bottom-color: #EC264A;
}
.im-theme-dark_calls .im-nick-box_error .im-box-nick__input-block .im-field-text {
  border-bottom-color: #FC2C38;
}

.im-box-nick__subinfo {
  min-height: 17px;
}
.im-box-nick__subinfo .imButton {
  text-decoration: underline;
  cursor: pointer;
}
.im-box-nick__subinfo .im-circ-spinner {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
.im-box-nick__subinfo .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-width: 1.3px;
}
body .im-nick-box_error .im-box-nick__subinfo {
  color: #f83e33;
}
.im-theme-dark_green .im-nick-box_error .im-box-nick__subinfo {
  color: #f75d5d;
}
.im-theme-dark_blue .im-nick-box_error .im-box-nick__subinfo {
  color: #f75d5d;
}
.im-theme-blue .im-nick-box_error .im-box-nick__subinfo {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-nick-box_error .im-box-nick__subinfo {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-nick-box_error .im-box-nick__subinfo {
  color: #FF3347;
}
.im-theme-dit_blue .im-nick-box_error .im-box-nick__subinfo {
  color: #f83e33;
}
.im-theme-myteam_green .im-nick-box_error .im-box-nick__subinfo {
  color: #EC264A;
}
.im-theme-dark_calls .im-nick-box_error .im-box-nick__subinfo {
  color: #FC2C38;
}

body .im-box-nick__check-success {
  color: #40D295;
}
.im-theme-dark_green .im-box-nick__check-success {
  color: #40D295;
}
.im-theme-dark_blue .im-box-nick__check-success {
  color: #40D295;
}
.im-theme-blue .im-box-nick__check-success {
  color: #40D295;
}
.im-theme-vk_dark_blue .im-box-nick__check-success {
  color: #40D295;
}
.im-theme-vk_blue .im-box-nick__check-success {
  color: #40D295;
}
.im-theme-dit_blue .im-box-nick__check-success {
  color: #40D295;
}
.im-theme-myteam_green .im-box-nick__check-success {
  color: #40D295;
}
.im-theme-dark_calls .im-box-nick__check-success {
  color: #40D295;
}

.im-box-nick__rules {
  margin-top: 24px;
}

.im-box-nick__link-block {
  margin-top: 12px;
}

.im-box-nick__counter {
  float: right;
}
body .im-box-nick__counter.im-counter-error {
  color: #f83e33;
}
.im-theme-dark_green .im-box-nick__counter.im-counter-error {
  color: #f75d5d;
}
.im-theme-dark_blue .im-box-nick__counter.im-counter-error {
  color: #f75d5d;
}
.im-theme-blue .im-box-nick__counter.im-counter-error {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-box-nick__counter.im-counter-error {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-box-nick__counter.im-counter-error {
  color: #FF3347;
}
.im-theme-dit_blue .im-box-nick__counter.im-counter-error {
  color: #f83e33;
}
.im-theme-myteam_green .im-box-nick__counter.im-counter-error {
  color: #EC264A;
}
.im-theme-dark_calls .im-box-nick__counter.im-counter-error {
  color: #FC2C38;
}

.im-box-nick__example,
.im-box-nick__link {
  min-height: 20px;
  word-break: break-all;
}
body .im-box-nick__example,
body .im-box-nick__link {
  color: #111111;
}
body .im-box-nick__example[data-action],
body .im-box-nick__link[data-action] {
  color: #00B84D;
  cursor: pointer;
}
.im-theme-dark_green .im-box-nick__example,
.im-theme-dark_green .im-box-nick__link {
  color: #ffffff;
}
.im-theme-dark_green .im-box-nick__example[data-action],
.im-theme-dark_green .im-box-nick__link[data-action] {
  color: #0AC248;
  cursor: pointer;
}
.im-theme-dark_blue .im-box-nick__example,
.im-theme-dark_blue .im-box-nick__link {
  color: #ffffff;
}
.im-theme-dark_blue .im-box-nick__example[data-action],
.im-theme-dark_blue .im-box-nick__link[data-action] {
  color: #2f92ff;
  cursor: pointer;
}
.im-theme-blue .im-box-nick__example,
.im-theme-blue .im-box-nick__link {
  color: #111111;
}
.im-theme-blue .im-box-nick__example[data-action],
.im-theme-blue .im-box-nick__link[data-action] {
  color: #1B85F1;
  cursor: pointer;
}
.im-theme-vk_dark_blue .im-box-nick__example,
.im-theme-vk_dark_blue .im-box-nick__link {
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-box-nick__example[data-action],
.im-theme-vk_dark_blue .im-box-nick__link[data-action] {
  color: #71AAEB;
  cursor: pointer;
}
.im-theme-vk_blue .im-box-nick__example,
.im-theme-vk_blue .im-box-nick__link {
  color: #111111;
}
.im-theme-vk_blue .im-box-nick__example[data-action],
.im-theme-vk_blue .im-box-nick__link[data-action] {
  color: #4986CC;
  cursor: pointer;
}
.im-theme-dit_blue .im-box-nick__example,
.im-theme-dit_blue .im-box-nick__link {
  color: #111111;
}
.im-theme-dit_blue .im-box-nick__example[data-action],
.im-theme-dit_blue .im-box-nick__link[data-action] {
  color: #2E72BF;
  cursor: pointer;
}
.im-theme-myteam_green .im-box-nick__example,
.im-theme-myteam_green .im-box-nick__link {
  color: #111111;
}
.im-theme-myteam_green .im-box-nick__example[data-action],
.im-theme-myteam_green .im-box-nick__link[data-action] {
  color: #17C97E;
  cursor: pointer;
}
.im-theme-dark_calls .im-box-nick__example,
.im-theme-dark_calls .im-box-nick__link {
  color: #FFFFFF;
}
.im-theme-dark_calls .im-box-nick__example[data-action],
.im-theme-dark_calls .im-box-nick__link[data-action] {
  color: #027AFF;
  cursor: pointer;
}

.im-box-nick__loading-screen {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: inherit;
}
.im-box-nick__loading-screen .im-circ-spinner {
  vertical-align: middle;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
.im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-width: 2px;
}
body .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #eceef3;
}
body .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #eceef3;
}
body .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #eceef3;
}
.im-theme-dark_green .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #3c3d47;
}
.im-theme-dark_green .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #3c3d47;
}
.im-theme-dark_green .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #3c3d47;
}
.im-theme-dark_blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #3c3d47;
}
.im-theme-dark_blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #3c3d47;
}
.im-theme-blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #eceef3;
}
.im-theme-blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #eceef3;
}
.im-theme-blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #eceef3;
}
.im-theme-vk_dark_blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #3C3D47;
}
.im-theme-vk_dark_blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #3C3D47;
}
.im-theme-vk_dark_blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #3C3D47;
}
.im-theme-vk_blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #ECEEF3;
}
.im-theme-vk_blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #ECEEF3;
}
.im-theme-vk_blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #ECEEF3;
}
.im-theme-dit_blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #eceef3;
}
.im-theme-dit_blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #eceef3;
}
.im-theme-dit_blue .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #eceef3;
}
.im-theme-myteam_green .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #eceef3;
}
.im-theme-myteam_green .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #eceef3;
}
.im-theme-dark_calls .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #1F1F1F;
}
.im-theme-dark_calls .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #1F1F1F;
}
.im-theme-dark_calls .im-box-nick__loading-screen .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #1F1F1F;
}
.im-nick-box_loading .im-box-nick__loading-screen {
  display: block;
}

.im-box-nick__loading-cross {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.im-box-nick__loading-cross {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-box-nick__loading-cross {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-box-nick__loading-cross {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-box-nick__loading-cross {
  background-color: #7e848f;
}
.im-theme-blue .im-box-nick__loading-cross {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-box-nick__loading-cross {
  background-color: #76787A;
}
.im-theme-vk_blue .im-box-nick__loading-cross {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-box-nick__loading-cross {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-box-nick__loading-cross {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-box-nick__loading-cross {
  background-color: #949494;
}
.im-desktop .im-box-nick__loading-cross:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-box-nick__loading-cross:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-box-nick__loading-cross:hover {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-box-nick__loading-cross:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-box-nick__loading-cross:hover {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-box-nick__loading-cross:hover {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-box-nick__loading-cross:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-box-nick__loading-cross:hover {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-box-nick__loading-cross:hover {
  background-color: #858585;
}
.im-desktop .im-box-nick__loading-cross:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-box-nick__loading-cross:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-box-nick__loading-cross:active {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-box-nick__loading-cross:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-box-nick__loading-cross:active {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-box-nick__loading-cross:active {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-box-nick__loading-cross:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-box-nick__loading-cross:active {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-box-nick__loading-cross:active {
  background-color: #7A7A7A;
}
body .im-box-nick__loading-cross:active {
  background-color: #6f747e;
}
.im-theme-dark_green .im-box-nick__loading-cross:active {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-box-nick__loading-cross:active {
  background-color: #9ea0b2;
}
.im-theme-blue .im-box-nick__loading-cross:active {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-box-nick__loading-cross:active {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-box-nick__loading-cross:active {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-box-nick__loading-cross:active {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-box-nick__loading-cross:active {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-box-nick__loading-cross:active {
  background-color: #7A7A7A;
}

.im-search-results {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  z-index: 1;
}

/* multi search page */
.im-search-buttons {
  display: none;
}
.im-search-to-write .im-search-buttons {
  display: block;
}
.im-search-buttons div {
  height: 40px;
  line-height: 40px;
  padding-left: 56px;
  position: relative;
  white-space: nowrap;
  font-family: arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-search-buttons div::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 16px;
  margin-top: -12px;
}
body .im-search-buttons div:active::before {
  background-color: #6f747e;
}
.im-theme-dark_green .im-search-buttons div:active::before {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-search-buttons div:active::before {
  background-color: #9ea0b2;
}
.im-theme-blue .im-search-buttons div:active::before {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-search-buttons div:active::before {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-search-buttons div:active::before {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-search-buttons div:active::before {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-search-buttons div:active::before {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-search-buttons div:active::before {
  background-color: #7A7A7A;
}
.im-desktop .im-search-buttons div:hover::before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-search-buttons div:hover::before {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-search-buttons div:hover::before {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-search-buttons div:hover::before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-search-buttons div:hover::before {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-search-buttons div:hover::before {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-search-buttons div:hover::before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-search-buttons div:hover::before {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-search-buttons div:hover::before {
  background-color: #858585;
}
body .im-search-buttons .im-search-buttons__add::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-search-buttons .im-search-buttons__new::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-search-buttons .im-search-buttons__channel::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-search-buttons .im-search-buttons__add::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-search-buttons .im-search-buttons__new::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-search-buttons .im-search-buttons__channel::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-search-buttons .im-search-buttons__add::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-search-buttons .im-search-buttons__new::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-search-buttons .im-search-buttons__channel::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #7e848f;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-search-buttons .im-search-buttons__add::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-search-buttons .im-search-buttons__new::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-search-buttons .im-search-buttons__channel::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-search-buttons .im-search-buttons__add::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-search-buttons .im-search-buttons__new::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-search-buttons .im-search-buttons__channel::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #76787A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-search-buttons .im-search-buttons__add::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-search-buttons .im-search-buttons__new::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-search-buttons .im-search-buttons__channel::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #99A2AD;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-search-buttons .im-search-buttons__add::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-search-buttons .im-search-buttons__new::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-search-buttons .im-search-buttons__channel::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-search-buttons .im-search-buttons__add::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-search-buttons .im-search-buttons__new::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-search-buttons .im-search-buttons__channel::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #b7bcc9;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-search-buttons .im-search-buttons__add::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20'%3E%3Cdefs%3E%3Cpath id='a' d='M9.872 5.898v.465c0 1.286 1.117 2.344 2.506 2.344 1.39 0 2.506-1.058 2.506-2.344v-.465c0-1.287-1.117-2.344-2.506-2.344-1.39 0-2.506 1.057-2.506 2.344zm-1.234 0c0-1.98 1.682-3.574 3.74-3.574 2.057 0 3.74 1.594 3.74 3.574v.465c0 1.98-1.683 3.574-3.74 3.574-2.058 0-3.74-1.594-3.74-3.574v-.465zm-.717 9.146v.43a.27.27 0 0 0 .27.268h8.304a.27.27 0 0 0 .27-.268v-.43c0-2.428-1.98-4.4-4.422-4.4-2.44 0-4.422 1.972-4.422 4.4zm-1.235 0c0-3.108 2.535-5.63 5.657-5.63S18 11.936 18 15.044v.43c0 .827-.675 1.499-1.505 1.499H8.192c-.831 0-1.506-.672-1.506-1.5v-.43zM5.33 8.205h2.106a.641.641 0 1 1 0 1.283H5.33v2.106a.641.641 0 0 1-1.282 0V9.488H1.94a.641.641 0 1 1 0-1.283h2.107V6.1a.641.641 0 0 1 1.282 0v2.106z'/%3E%3C/defs%3E%3Cuse fill='%23A8ADB8' fill-rule='nonzero' xlink:href='%23a'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-search-buttons .im-search-buttons__new::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.35 7.5C12.35 9.07401 11.074 10.35 9.5 10.35C7.92599 10.35 6.65 9.07401 6.65 7.5C6.65 5.92599 7.92599 4.65 9.5 4.65C11.074 4.65 12.35 5.92599 12.35 7.5Z' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M14.1125 14.7686C14.116 14.8261 14.1121 14.909 14.1039 15.0055C14.0577 15.5559 13.5523 16 13 16H6.00001C5.44772 16 4.99336 15.5518 5.02671 15.0005C5.16162 12.7702 5.9115 10.518 9.5 10.5C11.3947 10.4905 12.4981 11.1213 13.1374 12M14.1125 14.7686H17.8087C18.3346 14.7686 18.7675 14.3583 18.6874 13.8386C18.5153 12.7226 17.8663 11 15.5 11C14.4981 11 13.1374 12 13.1374 12M14.1125 14.7686C14.0565 13.8409 13.7297 12.8141 13.1374 12' stroke='%23363637' stroke-width='1.3' stroke-linejoin='round'/%3E%3Cpath d='M3 8V10M3 12V10M3 10H1M3 10H5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M17.35 9C17.35 10.0217 16.5217 10.85 15.5 10.85C14.4783 10.85 13.65 10.0217 13.65 9C13.65 7.97827 14.4783 7.15 15.5 7.15C16.5217 7.15 17.35 7.97827 17.35 9Z' stroke='%23363637' stroke-width='1.3'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-search-buttons .im-search-buttons__channel::before {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 10.2V11.5636C3.3 11.9703 3.03137 12.3 2.7 12.3C2.36863 12.3 2.1 11.9703 2.1 11.5636V10.2H0.736364C0.329681 10.2 0 9.93137 0 9.6C0 9.26863 0.329681 9 0.736364 9H2.1V7.63636C2.1 7.22968 2.36863 6.9 2.7 6.9C3.03137 6.9 3.3 7.22968 3.3 7.63636V9H4.66364C5.07032 9 5.4 9.26863 5.4 9.6C5.4 9.93137 5.07032 10.2 4.66364 10.2H3.3ZM8.98554 11.6492C8.94627 11.6413 8.93626 11.6392 8.91228 11.6379L8.98554 11.6492ZM9.71115 11.6365C9.98061 11.6365 10.217 11.8161 10.2892 12.0757C10.6769 13.4697 10.9893 14.4954 11.2241 15.1474C11.2877 15.3238 11.4255 15.385 11.6364 15.3137L11.9312 15.2314C12.1634 15.1518 12.1995 15.0905 12.1205 14.8553C11.9396 14.3207 11.6727 13.5098 11.3193 12.4218C11.1934 12.0342 11.4824 11.6365 11.89 11.6365H14.071C14.2177 11.6365 14.3593 11.6902 14.4691 11.7875L17.1211 14.1387C17.1368 14.1523 17.1368 14.1523 17.1532 14.1653C17.2541 14.2428 17.3746 14.2847 17.5022 14.2847C17.8495 14.2847 17.982 14.1603 17.982 13.8442V4.61966C17.982 4.31244 17.8586 4.2 17.5022 4.2C17.356 4.2 17.2189 4.25516 17.0938 4.37039L14.4618 6.62576C14.3531 6.71893 14.2146 6.77015 14.0714 6.77015H8.90372C8.05415 6.82823 7.4 7.53748 7.4 8.39934V10.0073C7.4 10.8692 8.05414 11.5785 8.88134 11.6331L9.71115 11.6365ZM13.8495 5.57015L16.2957 3.47458C16.6226 3.17181 17.0498 3 17.5022 3C18.4977 3 19.182 3.62347 19.182 4.61966V13.8442C19.182 14.8406 18.4959 15.4847 17.5022 15.4847C17.1071 15.4847 16.7302 15.3537 16.4215 15.1164C16.3727 15.0779 16.3727 15.0779 16.3251 15.0367L13.8434 12.8365H12.7164C12.9443 13.5338 13.1246 14.0789 13.2576 14.4719C13.561 15.3746 13.1423 16.0848 12.2888 16.3764L11.9941 16.4587C11.209 16.7278 10.3863 16.3626 10.0951 15.554C9.87421 14.9407 9.59511 14.0362 9.25619 12.8365H8.881C8.82207 12.8342 8.80112 12.8334 8.76918 12.8281C7.3233 12.7152 6.2 11.4861 6.2 10.0073V8.39934C6.2 6.9207 7.32309 5.69169 8.76877 5.5786C8.79999 5.57349 8.82117 5.57261 8.881 5.57015H13.8495ZM14.9 10.2305V7.94695C14.9 7.61558 14.6314 7.34695 14.3 7.34695C13.9686 7.34695 13.7 7.61558 13.7 7.94695V10.2305C13.7 10.5618 13.9686 10.8305 14.3 10.8305C14.6314 10.8305 14.9 10.5618 14.9 10.2305Z' fill='%23EC264A'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #949494;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-multi-search .app-topbar__title {
  font-size: 16px;
  padding: 0 17px;
  vertical-align: middle;
  line-height: 56px;
  cursor: default;
  font-weight: bold;
}
.im-multi-search .app-topbar {
  border: none;
  box-shadow: none;
  text-align: center;
  line-height: 56px;
}
.im-multi-search .app-content {
  bottom: 52px;
}
.im-multi-search .im-scrollbar {
  top: 40px;
}
.im-multi-search .im-recent-item__box {
  height: 44px;
  padding: 4px 65px 4px 56px;
  line-height: 13px;
}
.im-multi-search .im-recent-item__box > .im-avatarbox {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 12px;
  margin-top: -16px;
}
.im-multi-search .im-recent-item__flags {
  position: absolute;
  top: 50%;
  right: 16px;
  bottom: auto;
  left: auto;
}
.im-multi-search .im-recent-item__subtitle {
  line-height: 12px;
  font-size: 12px;
  white-space: normal;
  max-width: 100%;
  height: auto;
}
.im-multi-search .im-recent-item__lastmsg {
  -webkit-line-clamp: 1;
  white-space: nowrap;
  display: block;
}
.im-multi-search .im-recent-item__date,
.im-multi-search .im-msg-seenby {
  display: none;
}

.im-multi-search_tags-available .im-search-results,
.im-multi-search_tags-available .im-scrollbar {
  top: 84px;
}

.im-multisearch-results {
  position: relative;
  width: 100%;
}
.im-multisearch-results .im-contact-namebox {
  padding-right: 15px;
}
.im-multisearch-results mark {
  padding-left: 1px;
  padding-right: 1px;
}
body .im-multisearch-results mark {
  background-color: #fef7ac;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_green .im-multisearch-results mark {
  background-color: #fff480;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_blue .im-multisearch-results mark {
  background-color: #fff480;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-blue .im-multisearch-results mark {
  background-color: #FEF7AC;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_dark_blue .im-multisearch-results mark {
  background-color: #E3D3AC;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_blue .im-multisearch-results mark {
  background-color: #F4E7C3;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-dit_blue .im-multisearch-results mark {
  background-color: #FEF7AC;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-myteam_green .im-multisearch-results mark {
  background-color: #FEF7AC;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_calls .im-multisearch-results mark {
  background-color: #FFF480;
  color: rgba(0, 0, 0, 0.55);
}
.im-multisearch-results .im-circ-spinner {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
}
body .im-multisearch-results .im-circ-spinner {
  border-color: #21D86A;
}
body .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #f3f5f8;
}
body .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #f3f5f8;
}
body .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #f3f5f8;
}
.im-theme-dark_green .im-multisearch-results .im-circ-spinner {
  border-color: #0ADC5E;
}
.im-theme-dark_green .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #3c3d48;
}
.im-theme-dark_green .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #3c3d48;
}
.im-theme-dark_green .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #3c3d48;
}
.im-theme-dark_blue .im-multisearch-results .im-circ-spinner {
  border-color: #2e91ff;
}
.im-theme-dark_blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #3c3d48;
}
.im-theme-dark_blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #3c3d48;
}
.im-theme-dark_blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #3c3d48;
}
.im-theme-blue .im-multisearch-results .im-circ-spinner {
  border-color: #2D90F5;
}
.im-theme-blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #f3f5f8;
}
.im-theme-blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #f3f5f8;
}
.im-theme-blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-multisearch-results .im-circ-spinner {
  border-color: #71AAEB;
}
.im-theme-vk_dark_blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #3C3D48;
}
.im-theme-vk_dark_blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #3C3D48;
}
.im-theme-vk_dark_blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #3C3D48;
}
.im-theme-vk_blue .im-multisearch-results .im-circ-spinner {
  border-color: #3F8AE0;
}
.im-theme-vk_blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #F1F3F7;
}
.im-theme-vk_blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #F1F3F7;
}
.im-theme-vk_blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #F1F3F7;
}
.im-theme-dit_blue .im-multisearch-results .im-circ-spinner {
  border-color: #2E72BF;
}
.im-theme-dit_blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #f3f5f8;
}
.im-theme-dit_blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #f3f5f8;
}
.im-theme-dit_blue .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #f3f5f8;
}
.im-theme-myteam_green .im-multisearch-results .im-circ-spinner {
  border-color: #18D893;
}
.im-theme-myteam_green .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #f3f5f8;
}
.im-theme-myteam_green .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #f3f5f8;
}
.im-theme-myteam_green .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #f3f5f8;
}
.im-theme-dark_calls .im-multisearch-results .im-circ-spinner {
  border-color: #0C7CFF;
}
.im-theme-dark_calls .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper .im-circ-spinner__circle {
  border-bottom-color: #1F1F1F;
}
.im-theme-dark_calls .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:first-child .im-circ-spinner__circle {
  border-right-color: #1F1F1F;
}
.im-theme-dark_calls .im-multisearch-results .im-circ-spinner .im-circ-spinner__clipper:last-child .im-circ-spinner__circle {
  border-left-color: #1F1F1F;
}

.im-search-tags {
  height: 44px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 12px 12px;
  display: block;
  position: absolute;
  top: 40px;
  right: auto;
  bottom: auto;
  left: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-search-tags .im-emoji_inline {
  vertical-align: text-top;
}
.im-search-tags .im-emoji_inline {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
}
.im-search-tags:empty {
  display: none;
}

.im-search-tag {
  display: inline-block;
  padding: 0 8px;
  border-radius: 15px;
  margin-right: 1px;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  max-width: 256px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-search-tag {
  background-color: transparent;
  color: #111111;
}
body .im-search-tag:hover {
  color: rgba(17, 17, 17, 0.7);
}
body .im-search-tag:active {
  color: rgba(17, 17, 17, 0.5);
}
body .im-search-tag.im-search-tag_active {
  background-color: #21D86A;
  color: #ffffff;
}
body .im-search-tag.im-search-tag_active:hover {
  color: #ffffff;
  background-color: #1EC360;
}
body .im-search-tag.im-search-tag_active:active {
  color: #ffffff;
  background-color: #1BB157;
}
.im-theme-dark_green .im-search-tag {
  background-color: transparent;
  color: #ffffff;
}
.im-theme-dark_green .im-search-tag:hover {
  color: rgba(255, 255, 255, 0.7);
}
.im-theme-dark_green .im-search-tag:active {
  color: rgba(255, 255, 255, 0.5);
}
.im-theme-dark_green .im-search-tag.im-search-tag_active {
  background-color: #0ADC5E;
  color: #ffffff;
}
.im-theme-dark_green .im-search-tag.im-search-tag_active:hover {
  color: #ffffff;
  background-color: #0BF468;
}
.im-theme-dark_green .im-search-tag.im-search-tag_active:active {
  color: #ffffff;
  background-color: #3CF686;
}
.im-theme-dark_blue .im-search-tag {
  background-color: transparent;
  color: #ffffff;
}
.im-theme-dark_blue .im-search-tag:hover {
  color: rgba(255, 255, 255, 0.7);
}
.im-theme-dark_blue .im-search-tag:active {
  color: rgba(255, 255, 255, 0.5);
}
.im-theme-dark_blue .im-search-tag.im-search-tag_active {
  background-color: #2e91ff;
  color: #ffffff;
}
.im-theme-dark_blue .im-search-tag.im-search-tag_active:hover {
  color: #ffffff;
  background-color: #479dff;
}
.im-theme-dark_blue .im-search-tag.im-search-tag_active:active {
  color: #ffffff;
  background-color: #3b96ff;
}
.im-theme-blue .im-search-tag {
  background-color: transparent;
  color: #111111;
}
.im-theme-blue .im-search-tag:hover {
  color: rgba(17, 17, 17, 0.7);
}
.im-theme-blue .im-search-tag:active {
  color: rgba(17, 17, 17, 0.5);
}
.im-theme-blue .im-search-tag.im-search-tag_active {
  background-color: #2D90F5;
  color: #ffffff;
}
.im-theme-blue .im-search-tag.im-search-tag_active:hover {
  color: #ffffff;
  background-color: #2C84DF;
}
.im-theme-blue .im-search-tag.im-search-tag_active:active {
  color: #ffffff;
  background-color: #317BC7;
}
.im-theme-vk_dark_blue .im-search-tag {
  background-color: transparent;
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-search-tag:hover {
  color: rgba(225, 227, 230, 0.7);
}
.im-theme-vk_dark_blue .im-search-tag:active {
  color: rgba(225, 227, 230, 0.5);
}
.im-theme-vk_dark_blue .im-search-tag.im-search-tag_active {
  background-color: #71AAEB;
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-search-tag.im-search-tag_active:hover {
  color: #E1E3E6;
  background-color: #6A9EDB;
}
.im-theme-vk_dark_blue .im-search-tag.im-search-tag_active:active {
  color: #E1E3E6;
  background-color: #5A88BC;
}
.im-theme-vk_blue .im-search-tag {
  background-color: transparent;
  color: #111111;
}
.im-theme-vk_blue .im-search-tag:hover {
  color: rgba(17, 17, 17, 0.7);
}
.im-theme-vk_blue .im-search-tag:active {
  color: rgba(17, 17, 17, 0.5);
}
.im-theme-vk_blue .im-search-tag.im-search-tag_active {
  background-color: #3F8AE0;
  color: #ffffff;
}
.im-theme-vk_blue .im-search-tag.im-search-tag_active:hover {
  color: #ffffff;
  background-color: #3C85D7;
}
.im-theme-vk_blue .im-search-tag.im-search-tag_active:active {
  color: #ffffff;
  background-color: #2975CC;
}
.im-theme-dit_blue .im-search-tag {
  background-color: transparent;
  color: #111111;
}
.im-theme-dit_blue .im-search-tag:hover {
  color: rgba(17, 17, 17, 0.7);
}
.im-theme-dit_blue .im-search-tag:active {
  color: rgba(17, 17, 17, 0.5);
}
.im-theme-dit_blue .im-search-tag.im-search-tag_active {
  background-color: #2E72BF;
  color: #ffffff;
}
.im-theme-dit_blue .im-search-tag.im-search-tag_active:hover {
  color: #ffffff;
  background-color: #2769B5;
}
.im-theme-dit_blue .im-search-tag.im-search-tag_active:active {
  color: #ffffff;
  background-color: #2061AB;
}
.im-theme-myteam_green .im-search-tag {
  background-color: transparent;
  color: #111111;
}
.im-theme-myteam_green .im-search-tag:hover {
  color: rgba(17, 17, 17, 0.7);
}
.im-theme-myteam_green .im-search-tag:active {
  color: rgba(17, 17, 17, 0.5);
}
.im-theme-myteam_green .im-search-tag.im-search-tag_active {
  background-color: #18D893;
  color: #ffffff;
}
.im-theme-myteam_green .im-search-tag.im-search-tag_active:hover {
  color: #ffffff;
  background-color: #1AD08E;
}
.im-theme-myteam_green .im-search-tag.im-search-tag_active:active {
  color: #ffffff;
  background-color: #1CC88A;
}
.im-theme-dark_calls .im-search-tag {
  background-color: transparent;
  color: #FFFFFF;
}
.im-theme-dark_calls .im-search-tag:hover {
  color: rgba(255, 255, 255, 0.7);
}
.im-theme-dark_calls .im-search-tag:active {
  color: rgba(255, 255, 255, 0.5);
}
.im-theme-dark_calls .im-search-tag.im-search-tag_active {
  background-color: #0C7CFF;
  color: #FFFFFF;
}
.im-theme-dark_calls .im-search-tag.im-search-tag_active:hover {
  color: #FFFFFF;
  background-color: #005BEF;
}
.im-theme-dark_calls .im-search-tag.im-search-tag_active:active {
  color: #FFFFFF;
  background-color: #0057E5;
}
.im-search-tag div {
  display: none;
}

.im-search-tag_closable {
  padding-right: 28px;
  cursor: default;
}
.im-search-tag_closable div {
  position: absolute;
  top: 6px;
  right: 5px;
  bottom: auto;
  left: auto;
}
body .im-search-tag_closable div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #ffffff;
}
body .im-search-tag_closable div::after {
  content: "";
  width: 10px;
  height: 10px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21D86A;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-search-tag_closable div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #ffffff;
}
.im-theme-dark_green .im-search-tag_closable div::after {
  content: "";
  width: 10px;
  height: 10px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0ADC5E;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-search-tag_closable div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #ffffff;
}
.im-theme-dark_blue .im-search-tag_closable div::after {
  content: "";
  width: 10px;
  height: 10px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2e91ff;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-search-tag_closable div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #ffffff;
}
.im-theme-blue .im-search-tag_closable div::after {
  content: "";
  width: 10px;
  height: 10px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2D90F5;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-search-tag_closable div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-search-tag_closable div::after {
  content: "";
  width: 10px;
  height: 10px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #71AAEB;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-search-tag_closable div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #ffffff;
}
.im-theme-vk_blue .im-search-tag_closable div::after {
  content: "";
  width: 10px;
  height: 10px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #3F8AE0;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-search-tag_closable div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #ffffff;
}
.im-theme-dit_blue .im-search-tag_closable div::after {
  content: "";
  width: 10px;
  height: 10px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2E72BF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-search-tag_closable div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #ffffff;
}
.im-theme-myteam_green .im-search-tag_closable div::after {
  content: "";
  width: 10px;
  height: 10px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #18D893;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-search-tag_closable div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  border-radius: 16px;
  background-color: #FFFFFF;
}
.im-theme-dark_calls .im-search-tag_closable div::after {
  content: "";
  width: 10px;
  height: 10px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #0C7CFF;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-search-tag_closable div:hover {
  opacity: 0.8;
}
.im-search-tag_closable div:active {
  opacity: 0.6;
}

.im-search-results {
  height: auto;
  width: 100%;
  padding-bottom: 0;
  position: absolute;
  top: 40px;
  right: auto;
  bottom: 0;
  left: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}
body .im-search-results {
  background-color: #ffffff;
}
.im-theme-dark_green .im-search-results {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-search-results {
  background-color: #2b2c34;
}
.im-theme-blue .im-search-results {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-search-results {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-search-results {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-search-results {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-search-results {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-search-results {
  background-color: #2B2B2B;
}

.im-search-results_infinite .im-search-item,
.im-search-results_infinite .im-cl-contact {
  position: relative;
}

.im-multisearch-spinner {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50%;
  left: auto;
  width: 100%;
  text-align: center;
  display: none;
}

.im-search-results__nothing {
  width: 100%;
  text-align: center;
  font-family: SourceSansPro, arial, sans-serif;
  font-size: 15px;
  padding-top: 103px;
  height: 130px;
  position: absolute;
  bottom: 50%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-search-results__nothing {
  color: #838690;
}
.im-theme-dark_green .im-search-results__nothing {
  color: #7e848f;
}
.im-theme-dark_blue .im-search-results__nothing {
  color: #7e848f;
}
.im-theme-blue .im-search-results__nothing {
  color: #838690;
}
.im-theme-vk_dark_blue .im-search-results__nothing {
  color: #909499;
}
.im-theme-vk_blue .im-search-results__nothing {
  color: #818C99;
}
.im-theme-dit_blue .im-search-results__nothing {
  color: #838690;
}
.im-theme-myteam_green .im-search-results__nothing {
  color: #838690;
}
.im-theme-dark_calls .im-search-results__nothing {
  color: #9C9C9C;
}
.im-search-results__nothing::before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: url("../images/search_result.png") no-repeat top center;
  background-size: 81px 83px;
  -webkit-mask: url("../images/search_result.png") no-repeat top center;
  -webkit-mask-size: 81px 83px;
  mask: url("../images/search_result.png") no-repeat top center;
  mask-size: 81px 83px;
}
body .im-search-results__nothing::before {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-search-results__nothing::before {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-search-results__nothing::before {
  background-color: #7e848f;
}
.im-theme-blue .im-search-results__nothing::before {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-search-results__nothing::before {
  background-color: #76787A;
}
.im-theme-vk_blue .im-search-results__nothing::before {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-search-results__nothing::before {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-search-results__nothing::before {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-search-results__nothing::before {
  background-color: #949494;
}

.im-search-exit {
  height: 56px;
  line-height: 56px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body .im-search-exit {
  color: #00B84D;
}
body .im-search-exit:active {
  color: #009940;
}
.im-theme-dark_green .im-search-exit {
  color: #0AC248;
}
.im-theme-dark_green .im-search-exit:active {
  color: #0DF25A;
}
.im-theme-dark_blue .im-search-exit {
  color: #2f92ff;
}
.im-theme-dark_blue .im-search-exit:active {
  color: #47a0ff;
}
.im-theme-blue .im-search-exit {
  color: #1B85F1;
}
.im-theme-blue .im-search-exit:active {
  color: #2173C6;
}
.im-theme-vk_dark_blue .im-search-exit {
  color: #71AAEB;
}
.im-theme-vk_dark_blue .im-search-exit:active {
  color: #689CD8;
}
.im-theme-vk_blue .im-search-exit {
  color: #4986CC;
}
.im-theme-vk_blue .im-search-exit:active {
  color: #4077B4;
}
.im-theme-dit_blue .im-search-exit {
  color: #2E72BF;
}
.im-theme-dit_blue .im-search-exit:active {
  color: #1B5CA8;
}
.im-theme-myteam_green .im-search-exit {
  color: #17C97E;
}
.im-theme-myteam_green .im-search-exit:active {
  color: #10AC6B;
}
.im-theme-dark_calls .im-search-exit {
  color: #027AFF;
}
.im-theme-dark_calls .im-search-exit:active {
  color: #0270EB;
}
.im-desktop .im-search-exit:hover {
  color: #00A846;
}
.im-desktop.im-theme-dark_green .im-search-exit:hover {
  color: #0CDA51;
}
.im-desktop.im-theme-dark_blue .im-search-exit:hover {
  color: #479dff;
}
.im-desktop.im-theme-blue .im-search-exit:hover {
  color: #1E7BDA;
}
.im-desktop.im-theme-vk_dark_blue .im-search-exit:hover {
  color: #689CD8;
}
.im-desktop.im-theme-vk_blue .im-search-exit:hover {
  color: #4681C4;
}
.im-desktop.im-theme-dit_blue .im-search-exit:hover {
  color: #1E67BB;
}
.im-desktop.im-theme-myteam_green .im-search-exit:hover {
  color: #15BD76;
}
.im-desktop.im-theme-dark_calls .im-search-exit:hover {
  color: #0275F5;
}

body .im-list-entry_selected {
  background-color: #f3f5f8;
}
body .im-list-entry_selected .im-avatarmark {
  border-color: #f3f5f8;
}
.im-theme-dark_green .im-list-entry_selected {
  background-color: #3c3d48;
}
.im-theme-dark_green .im-list-entry_selected .im-avatarmark {
  border-color: #3c3d48;
}
.im-theme-dark_blue .im-list-entry_selected {
  background-color: #3c3d48;
}
.im-theme-dark_blue .im-list-entry_selected .im-avatarmark {
  border-color: #3c3d48;
}
.im-theme-blue .im-list-entry_selected {
  background-color: #f3f5f8;
}
.im-theme-blue .im-list-entry_selected .im-avatarmark {
  border-color: #f3f5f8;
}
.im-theme-vk_dark_blue .im-list-entry_selected {
  background-color: #3C3D48;
}
.im-theme-vk_dark_blue .im-list-entry_selected .im-avatarmark {
  border-color: #3C3D48;
}
.im-theme-vk_blue .im-list-entry_selected {
  background-color: #F1F3F7;
}
.im-theme-vk_blue .im-list-entry_selected .im-avatarmark {
  border-color: #F1F3F7;
}
.im-theme-dit_blue .im-list-entry_selected {
  background-color: #f3f5f8;
}
.im-theme-dit_blue .im-list-entry_selected .im-avatarmark {
  border-color: #f3f5f8;
}
.im-theme-myteam_green .im-list-entry_selected {
  background-color: #f3f5f8;
}
.im-theme-myteam_green .im-list-entry_selected .im-avatarmark {
  border-color: #f3f5f8;
}
.im-theme-dark_calls .im-list-entry_selected {
  background-color: #1F1F1F;
}
.im-theme-dark_calls .im-list-entry_selected .im-avatarmark {
  border-color: #1F1F1F;
}

/* Search messages extension */
.im-search-item {
  z-index: 0;
  position: absolute;
  font-weight: normal;
  overflow: hidden;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 72px;
  line-height: 72px;
  padding-left: 68px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-search-item.im-list-entry_selected .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: -moz-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: -ms-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: -o-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
}
.im-theme-dark_green .im-search-item.im-list-entry_selected .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
  background: -moz-linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
  background: -ms-linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
  background: -o-linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
  background: linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
}
.im-theme-dark_blue .im-search-item.im-list-entry_selected .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
  background: -moz-linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
  background: -ms-linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
  background: -o-linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
  background: linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
}
.im-theme-blue .im-search-item.im-list-entry_selected .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: -moz-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: -ms-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: -o-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
}
.im-theme-vk_dark_blue .im-search-item.im-list-entry_selected .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
  background: -moz-linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
  background: -ms-linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
  background: -o-linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
  background: linear-gradient(left, rgba(60, 61, 72, 0), #3c3d48);
}
.im-theme-vk_blue .im-search-item.im-list-entry_selected .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(241, 243, 247, 0), #f1f3f7);
  background: -moz-linear-gradient(left, rgba(241, 243, 247, 0), #f1f3f7);
  background: -ms-linear-gradient(left, rgba(241, 243, 247, 0), #f1f3f7);
  background: -o-linear-gradient(left, rgba(241, 243, 247, 0), #f1f3f7);
  background: linear-gradient(left, rgba(241, 243, 247, 0), #f1f3f7);
}
.im-theme-dit_blue .im-search-item.im-list-entry_selected .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: -moz-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: -ms-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: -o-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
}
.im-theme-myteam_green .im-search-item.im-list-entry_selected .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: -moz-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: -ms-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: -o-linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
  background: linear-gradient(left, rgba(243, 245, 248, 0), #f3f5f8);
}
.im-theme-dark_calls .im-search-item.im-list-entry_selected .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(31, 31, 31, 0), #1f1f1f);
  background: -moz-linear-gradient(left, rgba(31, 31, 31, 0), #1f1f1f);
  background: -ms-linear-gradient(left, rgba(31, 31, 31, 0), #1f1f1f);
  background: -o-linear-gradient(left, rgba(31, 31, 31, 0), #1f1f1f);
  background: linear-gradient(left, rgba(31, 31, 31, 0), #1f1f1f);
}
.im-search-item .im-avatarbox {
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  border-radius: 26px;
  margin-top: -26px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 8px;
}
.im-search-item .im-avatarmark {
  left: 41px;
  top: 50%;
  margin-top: 7px;
}
.im-search-item mark {
  padding-left: 1px;
  padding-right: 1px;
}
body .im-search-item mark {
  background-color: #fef7ac;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_green .im-search-item mark {
  background-color: #fff480;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_blue .im-search-item mark {
  background-color: #fff480;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-blue .im-search-item mark {
  background-color: #FEF7AC;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_dark_blue .im-search-item mark {
  background-color: #E3D3AC;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_blue .im-search-item mark {
  background-color: #F4E7C3;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-dit_blue .im-search-item mark {
  background-color: #FEF7AC;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-myteam_green .im-search-item mark {
  background-color: #FEF7AC;
  color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_calls .im-search-item mark {
  background-color: #FFF480;
  color: rgba(0, 0, 0, 0.55);
}

.im-search-item_large {
  height: 88px;
  line-height: 88px;
}

.im-search-item-title {
  padding: 5px 0 3px 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-size: 11px;
  font-family: SourceSansPro-SemiBold, arial, sans-serif;
  letter-spacing: 0;
  cursor: default;
}
body .im-search-item-title {
  color: #838690;
}
.im-theme-dark_green .im-search-item-title {
  color: #7e848f;
}
.im-theme-dark_blue .im-search-item-title {
  color: #7e848f;
}
.im-theme-blue .im-search-item-title {
  color: #838690;
}
.im-theme-vk_dark_blue .im-search-item-title {
  color: #909499;
}
.im-theme-vk_blue .im-search-item-title {
  color: #818C99;
}
.im-theme-dit_blue .im-search-item-title {
  color: #838690;
}
.im-theme-myteam_green .im-search-item-title {
  color: #838690;
}
.im-theme-dark_calls .im-search-item-title {
  color: #9C9C9C;
}
.im-search-item-title:empty {
  display: none;
}

.im-search-item__wrap {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  padding-right: 12px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

.im-search-item__nick {
  max-width: 100%;
  padding-right: 50px;
  height: 23px;
  line-height: 23px;
  display: flex;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
.im-search-item__nick .im-emoji_inline {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
body .im-search-item__nick {
  color: #111111;
}
.im-theme-dark_green .im-search-item__nick {
  color: #ffffff;
}
.im-theme-dark_blue .im-search-item__nick {
  color: #ffffff;
}
.im-theme-blue .im-search-item__nick {
  color: #111111;
}
.im-theme-vk_dark_blue .im-search-item__nick {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-search-item__nick {
  color: #111111;
}
.im-theme-dit_blue .im-search-item__nick {
  color: #111111;
}
.im-theme-myteam_green .im-search-item__nick {
  color: #111111;
}
.im-theme-dark_calls .im-search-item__nick {
  color: #FFFFFF;
}
body .im-cl-contact_self .im-search-item__nick {
  color: #00B84D;
}
.im-theme-dark_green .im-cl-contact_self .im-search-item__nick {
  color: #0AC248;
}
.im-theme-dark_blue .im-cl-contact_self .im-search-item__nick {
  color: #2f92ff;
}
.im-theme-blue .im-cl-contact_self .im-search-item__nick {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-cl-contact_self .im-search-item__nick {
  color: #71AAEB;
}
.im-theme-vk_blue .im-cl-contact_self .im-search-item__nick {
  color: #4986CC;
}
.im-theme-dit_blue .im-cl-contact_self .im-search-item__nick {
  color: #2E72BF;
}
.im-theme-myteam_green .im-cl-contact_self .im-search-item__nick {
  color: #17C97E;
}
.im-theme-dark_calls .im-cl-contact_self .im-search-item__nick {
  color: #027AFF;
}
.im-search-item__nick span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 10px;
  position: relative;
}
.im-search-item__nick span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  height: 100%;
  width: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dark_green .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-dark_blue .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-blue .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-vk_dark_blue .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-vk_blue .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dit_blue .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-myteam_green .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dark_calls .im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -moz-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -ms-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -o-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
}

.im-search-item__text {
  display: block;
  max-width: 316px;
  font-size: 14px;
  line-height: 16px;
  max-height: 48px;
  word-break: break-all;
  overflow-wrap: break-word;
  display: block;
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
}
.im-search-item__text .im-emoji_inline {
  vertical-align: text-top;
}
.im-search-item__text .im-emoji_inline {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
}
body .im-search-item__text {
  color: #838690;
}
.im-theme-dark_green .im-search-item__text {
  color: #7e848f;
}
.im-theme-dark_blue .im-search-item__text {
  color: #7e848f;
}
.im-theme-blue .im-search-item__text {
  color: #838690;
}
.im-theme-vk_dark_blue .im-search-item__text {
  color: #909499;
}
.im-theme-vk_blue .im-search-item__text {
  color: #818C99;
}
.im-theme-dit_blue .im-search-item__text {
  color: #838690;
}
.im-theme-myteam_green .im-search-item__text {
  color: #838690;
}
.im-theme-dark_calls .im-search-item__text {
  color: #9C9C9C;
}

.im-search-item__sender {
  font-weight: 400;
}
body .im-search-item__sender {
  color: #111111;
}
.im-theme-dark_green .im-search-item__sender {
  color: #ffffff;
}
.im-theme-dark_blue .im-search-item__sender {
  color: #ffffff;
}
.im-theme-blue .im-search-item__sender {
  color: #111111;
}
.im-theme-vk_dark_blue .im-search-item__sender {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-search-item__sender {
  color: #111111;
}
.im-theme-dit_blue .im-search-item__sender {
  color: #111111;
}
.im-theme-myteam_green .im-search-item__sender {
  color: #111111;
}
.im-theme-dark_calls .im-search-item__sender {
  color: #FFFFFF;
}

.im-search-item__date {
  position: absolute;
  top: 10px;
  right: 16px;
  bottom: auto;
  left: auto;
  font-size: 12px;
  line-height: 12px;
}
body .im-search-item__date {
  color: #b7bcc9;
}
.im-theme-dark_green .im-search-item__date {
  color: #7e848f;
}
.im-theme-dark_blue .im-search-item__date {
  color: #7e848f;
}
.im-theme-blue .im-search-item__date {
  color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-search-item__date {
  color: #76787A;
}
.im-theme-vk_blue .im-search-item__date {
  color: #99A2AD;
}
.im-theme-dit_blue .im-search-item__date {
  color: #b7bcc9;
}
.im-theme-myteam_green .im-search-item__date {
  color: #b7bcc9;
}
.im-theme-dark_calls .im-search-item__date {
  color: #949494;
}

body .im-list-entry_focused {
  background-color: #1DCF67;
}
body .im-list-entry_focused .im-search-item__date,
body .im-list-entry_focused .im-search-item__nick,
body .im-list-entry_focused .im-search-item__text,
body .im-list-entry_focused .im-search-item__sender {
  color: #ffffff;
}
body .im-list-entry_focused .im-link-as-text::before {
  background-color: #ffffff;
}
body .im-list-entry_focused .im-avatarmark {
  border-color: #1DCF67;
}
body .im-list-entry_focused .im-avatarmark_mute {
  background-color: #0ABD47;
}
body .im-list-entry_focused .im-search-item__nick.im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(29, 207, 103, 0), #1dcf67);
  background: -moz-linear-gradient(left, rgba(29, 207, 103, 0), #1dcf67);
  background: -ms-linear-gradient(left, rgba(29, 207, 103, 0), #1dcf67);
  background: -o-linear-gradient(left, rgba(29, 207, 103, 0), #1dcf67);
  background: linear-gradient(left, rgba(29, 207, 103, 0), #1dcf67);
}
.im-theme-dark_green .im-list-entry_focused {
  background-color: #2A4533;
}
.im-theme-dark_green .im-list-entry_focused .im-search-item__date,
.im-theme-dark_green .im-list-entry_focused .im-search-item__nick,
.im-theme-dark_green .im-list-entry_focused .im-search-item__text,
.im-theme-dark_green .im-list-entry_focused .im-search-item__sender {
  color: #ffffff;
}
.im-theme-dark_green .im-list-entry_focused .im-link-as-text::before {
  background-color: #ffffff;
}
.im-theme-dark_green .im-list-entry_focused .im-avatarmark {
  border-color: #2A4533;
}
.im-theme-dark_green .im-list-entry_focused .im-avatarmark_mute {
  background-color: #0AC248;
}
.im-theme-dark_green .im-list-entry_focused .im-search-item__nick.im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(42, 69, 51, 0), #2a4533);
  background: -moz-linear-gradient(left, rgba(42, 69, 51, 0), #2a4533);
  background: -ms-linear-gradient(left, rgba(42, 69, 51, 0), #2a4533);
  background: -o-linear-gradient(left, rgba(42, 69, 51, 0), #2a4533);
  background: linear-gradient(left, rgba(42, 69, 51, 0), #2a4533);
}
.im-theme-dark_blue .im-list-entry_focused {
  background-color: #253956;
}
.im-theme-dark_blue .im-list-entry_focused .im-search-item__date,
.im-theme-dark_blue .im-list-entry_focused .im-search-item__nick,
.im-theme-dark_blue .im-list-entry_focused .im-search-item__text,
.im-theme-dark_blue .im-list-entry_focused .im-search-item__sender {
  color: #ffffff;
}
.im-theme-dark_blue .im-list-entry_focused .im-link-as-text::before {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-list-entry_focused .im-avatarmark {
  border-color: #253956;
}
.im-theme-dark_blue .im-list-entry_focused .im-avatarmark_mute {
  background-color: #73a5dc;
}
.im-theme-dark_blue .im-list-entry_focused .im-search-item__nick.im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(37, 57, 86, 0), #253956);
  background: -moz-linear-gradient(left, rgba(37, 57, 86, 0), #253956);
  background: -ms-linear-gradient(left, rgba(37, 57, 86, 0), #253956);
  background: -o-linear-gradient(left, rgba(37, 57, 86, 0), #253956);
  background: linear-gradient(left, rgba(37, 57, 86, 0), #253956);
}
.im-theme-blue .im-list-entry_focused {
  background-color: #429BF6;
}
.im-theme-blue .im-list-entry_focused .im-search-item__date,
.im-theme-blue .im-list-entry_focused .im-search-item__nick,
.im-theme-blue .im-list-entry_focused .im-search-item__text,
.im-theme-blue .im-list-entry_focused .im-search-item__sender {
  color: #ffffff;
}
.im-theme-blue .im-list-entry_focused .im-link-as-text::before {
  background-color: #ffffff;
}
.im-theme-blue .im-list-entry_focused .im-avatarmark {
  border-color: #429BF6;
}
.im-theme-blue .im-list-entry_focused .im-avatarmark_mute {
  background-color: #6087B3;
}
.im-theme-blue .im-list-entry_focused .im-search-item__nick.im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(66, 155, 246, 0), #429bf6);
  background: -moz-linear-gradient(left, rgba(66, 155, 246, 0), #429bf6);
  background: -ms-linear-gradient(left, rgba(66, 155, 246, 0), #429bf6);
  background: -o-linear-gradient(left, rgba(66, 155, 246, 0), #429bf6);
  background: linear-gradient(left, rgba(66, 155, 246, 0), #429bf6);
}
.im-theme-vk_dark_blue .im-list-entry_focused {
  background-color: #2A3F57;
}
.im-theme-vk_dark_blue .im-list-entry_focused .im-search-item__date,
.im-theme-vk_dark_blue .im-list-entry_focused .im-search-item__nick,
.im-theme-vk_dark_blue .im-list-entry_focused .im-search-item__text,
.im-theme-vk_dark_blue .im-list-entry_focused .im-search-item__sender {
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-list-entry_focused .im-link-as-text::before {
  background-color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-list-entry_focused .im-avatarmark {
  border-color: #2A3F57;
}
.im-theme-vk_dark_blue .im-list-entry_focused .im-avatarmark_mute {
  background-color: #72A4DB;
}
.im-theme-vk_dark_blue .im-list-entry_focused .im-search-item__nick.im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(42, 63, 87, 0), #2a3f57);
  background: -moz-linear-gradient(left, rgba(42, 63, 87, 0), #2a3f57);
  background: -ms-linear-gradient(left, rgba(42, 63, 87, 0), #2a3f57);
  background: -o-linear-gradient(left, rgba(42, 63, 87, 0), #2a3f57);
  background: linear-gradient(left, rgba(42, 63, 87, 0), #2a3f57);
}
.im-theme-vk_blue .im-list-entry_focused {
  background-color: #3F8AE0;
}
.im-theme-vk_blue .im-list-entry_focused .im-search-item__date,
.im-theme-vk_blue .im-list-entry_focused .im-search-item__nick,
.im-theme-vk_blue .im-list-entry_focused .im-search-item__text,
.im-theme-vk_blue .im-list-entry_focused .im-search-item__sender {
  color: #ffffff;
}
.im-theme-vk_blue .im-list-entry_focused .im-link-as-text::before {
  background-color: #ffffff;
}
.im-theme-vk_blue .im-list-entry_focused .im-avatarmark {
  border-color: #3F8AE0;
}
.im-theme-vk_blue .im-list-entry_focused .im-avatarmark_mute {
  background-color: #4772A6;
}
.im-theme-vk_blue .im-list-entry_focused .im-search-item__nick.im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(63, 138, 224, 0), #3f8ae0);
  background: -moz-linear-gradient(left, rgba(63, 138, 224, 0), #3f8ae0);
  background: -ms-linear-gradient(left, rgba(63, 138, 224, 0), #3f8ae0);
  background: -o-linear-gradient(left, rgba(63, 138, 224, 0), #3f8ae0);
  background: linear-gradient(left, rgba(63, 138, 224, 0), #3f8ae0);
}
.im-theme-dit_blue .im-list-entry_focused {
  background-color: #EAF1F9;
}
.im-theme-dit_blue .im-list-entry_focused .im-search-item__date,
.im-theme-dit_blue .im-list-entry_focused .im-search-item__nick,
.im-theme-dit_blue .im-list-entry_focused .im-search-item__text,
.im-theme-dit_blue .im-list-entry_focused .im-search-item__sender {
  color: #ffffff;
}
.im-theme-dit_blue .im-list-entry_focused .im-link-as-text::before {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-list-entry_focused .im-avatarmark {
  border-color: #EAF1F9;
}
.im-theme-dit_blue .im-list-entry_focused .im-avatarmark_mute {
  background-color: #5A8ABF;
}
.im-theme-dit_blue .im-list-entry_focused .im-search-item__nick.im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(234, 241, 249, 0), #eaf1f9);
  background: -moz-linear-gradient(left, rgba(234, 241, 249, 0), #eaf1f9);
  background: -ms-linear-gradient(left, rgba(234, 241, 249, 0), #eaf1f9);
  background: -o-linear-gradient(left, rgba(234, 241, 249, 0), #eaf1f9);
  background: linear-gradient(left, rgba(234, 241, 249, 0), #eaf1f9);
}
.im-theme-myteam_green .im-list-entry_focused {
  background-color: #E8FBF4;
}
.im-theme-myteam_green .im-list-entry_focused .im-search-item__date,
.im-theme-myteam_green .im-list-entry_focused .im-search-item__nick,
.im-theme-myteam_green .im-list-entry_focused .im-search-item__text,
.im-theme-myteam_green .im-list-entry_focused .im-search-item__sender {
  color: #ffffff;
}
.im-theme-myteam_green .im-list-entry_focused .im-link-as-text::before {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-list-entry_focused .im-avatarmark {
  border-color: #E8FBF4;
}
.im-theme-myteam_green .im-list-entry_focused .im-avatarmark_mute {
  background-color: #61CEBA;
}
.im-theme-myteam_green .im-list-entry_focused .im-search-item__nick.im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(232, 251, 244, 0), #e8fbf4);
  background: -moz-linear-gradient(left, rgba(232, 251, 244, 0), #e8fbf4);
  background: -ms-linear-gradient(left, rgba(232, 251, 244, 0), #e8fbf4);
  background: -o-linear-gradient(left, rgba(232, 251, 244, 0), #e8fbf4);
  background: linear-gradient(left, rgba(232, 251, 244, 0), #e8fbf4);
}
.im-theme-dark_calls .im-list-entry_focused {
  background-color: #004BA4;
}
.im-theme-dark_calls .im-list-entry_focused .im-search-item__date,
.im-theme-dark_calls .im-list-entry_focused .im-search-item__nick,
.im-theme-dark_calls .im-list-entry_focused .im-search-item__text,
.im-theme-dark_calls .im-list-entry_focused .im-search-item__sender {
  color: #FFFFFF;
}
.im-theme-dark_calls .im-list-entry_focused .im-link-as-text::before {
  background-color: #FFFFFF;
}
.im-theme-dark_calls .im-list-entry_focused .im-avatarmark {
  border-color: #004BA4;
}
.im-theme-dark_calls .im-list-entry_focused .im-avatarmark_mute {
  background-color: #2D8DFF;
}
.im-theme-dark_calls .im-list-entry_focused .im-search-item__nick.im-search-item__nick span::after {
  background: -webkit-linear-gradient(left, rgba(0, 75, 164, 0), #004ba4);
  background: -moz-linear-gradient(left, rgba(0, 75, 164, 0), #004ba4);
  background: -ms-linear-gradient(left, rgba(0, 75, 164, 0), #004ba4);
  background: -o-linear-gradient(left, rgba(0, 75, 164, 0), #004ba4);
  background: linear-gradient(left, rgba(0, 75, 164, 0), #004ba4);
}

.im-search-tags-button_left,
.im-search-tags-button_right {
  position: absolute;
  top: 40px;
  right: auto;
  bottom: auto;
  left: auto;
  width: 34px;
  text-align: center;
  display: none;
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  z-index: 2;
}
.im-search-tags-button_left::after,
.im-search-tags-button_right::after {
  content: "";
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  width: 6.5px;
  height: 6.5px;
  border-top: 1.3px solid;
  border-right: 1.3px solid;
}
body .im-search-tags-button_left::after,
body .im-search-tags-button_right::after {
  border-top-color: #111111;
  border-right-color: #111111;
}
.im-theme-dark_green .im-search-tags-button_left::after,
.im-theme-dark_green .im-search-tags-button_right::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
.im-theme-dark_blue .im-search-tags-button_left::after,
.im-theme-dark_blue .im-search-tags-button_right::after {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}
.im-theme-blue .im-search-tags-button_left::after,
.im-theme-blue .im-search-tags-button_right::after {
  border-top-color: #111111;
  border-right-color: #111111;
}
.im-theme-vk_dark_blue .im-search-tags-button_left::after,
.im-theme-vk_dark_blue .im-search-tags-button_right::after {
  border-top-color: #E1E3E6;
  border-right-color: #E1E3E6;
}
.im-theme-vk_blue .im-search-tags-button_left::after,
.im-theme-vk_blue .im-search-tags-button_right::after {
  border-top-color: #111111;
  border-right-color: #111111;
}
.im-theme-dit_blue .im-search-tags-button_left::after,
.im-theme-dit_blue .im-search-tags-button_right::after {
  border-top-color: #111111;
  border-right-color: #111111;
}
.im-theme-myteam_green .im-search-tags-button_left::after,
.im-theme-myteam_green .im-search-tags-button_right::after {
  border-top-color: #111111;
  border-right-color: #111111;
}
.im-theme-dark_calls .im-search-tags-button_left::after,
.im-theme-dark_calls .im-search-tags-button_right::after {
  border-top-color: #FFFFFF;
  border-right-color: #FFFFFF;
}
body .im-search-tags-button_left,
body .im-search-tags-button_right {
  background-color: #ffffff;
  box-shadow: 5px 0 5px 0 #ffffff;
}
body .im-search-tags-button_left:hover::after,
body .im-search-tags-button_right:hover::after {
  border-top-color: rgba(17, 17, 17, 0.7);
  border-right-color: rgba(17, 17, 17, 0.7);
}
body .im-search-tags-button_left:active::after,
body .im-search-tags-button_right:active::after {
  border-top-color: rgba(17, 17, 17, 0.5);
  border-right-color: rgba(17, 17, 17, 0.5);
}
.im-theme-dark_green .im-search-tags-button_left,
.im-theme-dark_green .im-search-tags-button_right {
  background-color: #2b2c34;
  box-shadow: 5px 0 5px 0 #2b2c34;
}
.im-theme-dark_green .im-search-tags-button_left:hover::after,
.im-theme-dark_green .im-search-tags-button_right:hover::after {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-right-color: rgba(255, 255, 255, 0.7);
}
.im-theme-dark_green .im-search-tags-button_left:active::after,
.im-theme-dark_green .im-search-tags-button_right:active::after {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.im-theme-dark_blue .im-search-tags-button_left,
.im-theme-dark_blue .im-search-tags-button_right {
  background-color: #2b2c34;
  box-shadow: 5px 0 5px 0 #2b2c34;
}
.im-theme-dark_blue .im-search-tags-button_left:hover::after,
.im-theme-dark_blue .im-search-tags-button_right:hover::after {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-right-color: rgba(255, 255, 255, 0.7);
}
.im-theme-dark_blue .im-search-tags-button_left:active::after,
.im-theme-dark_blue .im-search-tags-button_right:active::after {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.im-theme-blue .im-search-tags-button_left,
.im-theme-blue .im-search-tags-button_right {
  background-color: #ffffff;
  box-shadow: 5px 0 5px 0 #ffffff;
}
.im-theme-blue .im-search-tags-button_left:hover::after,
.im-theme-blue .im-search-tags-button_right:hover::after {
  border-top-color: rgba(17, 17, 17, 0.7);
  border-right-color: rgba(17, 17, 17, 0.7);
}
.im-theme-blue .im-search-tags-button_left:active::after,
.im-theme-blue .im-search-tags-button_right:active::after {
  border-top-color: rgba(17, 17, 17, 0.5);
  border-right-color: rgba(17, 17, 17, 0.5);
}
.im-theme-vk_dark_blue .im-search-tags-button_left,
.im-theme-vk_dark_blue .im-search-tags-button_right {
  background-color: #2B2C34;
  box-shadow: 5px 0 5px 0 #2B2C34;
}
.im-theme-vk_dark_blue .im-search-tags-button_left:hover::after,
.im-theme-vk_dark_blue .im-search-tags-button_right:hover::after {
  border-top-color: rgba(225, 227, 230, 0.7);
  border-right-color: rgba(225, 227, 230, 0.7);
}
.im-theme-vk_dark_blue .im-search-tags-button_left:active::after,
.im-theme-vk_dark_blue .im-search-tags-button_right:active::after {
  border-top-color: rgba(225, 227, 230, 0.5);
  border-right-color: rgba(225, 227, 230, 0.5);
}
.im-theme-vk_blue .im-search-tags-button_left,
.im-theme-vk_blue .im-search-tags-button_right {
  background-color: #FFFFFF;
  box-shadow: 5px 0 5px 0 #FFFFFF;
}
.im-theme-vk_blue .im-search-tags-button_left:hover::after,
.im-theme-vk_blue .im-search-tags-button_right:hover::after {
  border-top-color: rgba(17, 17, 17, 0.7);
  border-right-color: rgba(17, 17, 17, 0.7);
}
.im-theme-vk_blue .im-search-tags-button_left:active::after,
.im-theme-vk_blue .im-search-tags-button_right:active::after {
  border-top-color: rgba(17, 17, 17, 0.5);
  border-right-color: rgba(17, 17, 17, 0.5);
}
.im-theme-dit_blue .im-search-tags-button_left,
.im-theme-dit_blue .im-search-tags-button_right {
  background-color: #ffffff;
  box-shadow: 5px 0 5px 0 #ffffff;
}
.im-theme-dit_blue .im-search-tags-button_left:hover::after,
.im-theme-dit_blue .im-search-tags-button_right:hover::after {
  border-top-color: rgba(17, 17, 17, 0.7);
  border-right-color: rgba(17, 17, 17, 0.7);
}
.im-theme-dit_blue .im-search-tags-button_left:active::after,
.im-theme-dit_blue .im-search-tags-button_right:active::after {
  border-top-color: rgba(17, 17, 17, 0.5);
  border-right-color: rgba(17, 17, 17, 0.5);
}
.im-theme-myteam_green .im-search-tags-button_left,
.im-theme-myteam_green .im-search-tags-button_right {
  background-color: #ffffff;
  box-shadow: 5px 0 5px 0 #ffffff;
}
.im-theme-myteam_green .im-search-tags-button_left:hover::after,
.im-theme-myteam_green .im-search-tags-button_right:hover::after {
  border-top-color: rgba(17, 17, 17, 0.7);
  border-right-color: rgba(17, 17, 17, 0.7);
}
.im-theme-myteam_green .im-search-tags-button_left:active::after,
.im-theme-myteam_green .im-search-tags-button_right:active::after {
  border-top-color: rgba(17, 17, 17, 0.5);
  border-right-color: rgba(17, 17, 17, 0.5);
}
.im-theme-dark_calls .im-search-tags-button_left,
.im-theme-dark_calls .im-search-tags-button_right {
  background-color: #2B2B2B;
  box-shadow: 5px 0 5px 0 #2B2B2B;
}
.im-theme-dark_calls .im-search-tags-button_left:hover::after,
.im-theme-dark_calls .im-search-tags-button_right:hover::after {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-right-color: rgba(255, 255, 255, 0.7);
}
.im-theme-dark_calls .im-search-tags-button_left:active::after,
.im-theme-dark_calls .im-search-tags-button_right:active::after {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}

.im-search-tags-button_left {
  left: 0;
}
.im-search-tags-button_left::after {
  margin-left: 4px;
  -webkit-transform: rotate(-140deg);
  -moz-transform: rotate(-140deg);
  -o-transform: rotate(-140deg);
  -ms-transform: rotate(-140deg);
  transform: rotate(-140deg);
}

.im-search-tags-button_right {
  right: 0;
  border-right: 1px solid;
}
.im-search-tags-button_right::after {
  margin-left: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .im-search-tags-button_right {
  box-shadow: -5px 0 5px 0 #ffffff;
  border-right-color: #eceef3;
}
.im-theme-dark_green .im-search-tags-button_right {
  box-shadow: -5px 0 5px 0 #2b2c34;
  border-right-color: #3c3d47;
}
.im-theme-dark_blue .im-search-tags-button_right {
  box-shadow: -5px 0 5px 0 #2b2c34;
  border-right-color: #3c3d47;
}
.im-theme-blue .im-search-tags-button_right {
  box-shadow: -5px 0 5px 0 #ffffff;
  border-right-color: #eceef3;
}
.im-theme-vk_dark_blue .im-search-tags-button_right {
  box-shadow: -5px 0 5px 0 #2B2C34;
  border-right-color: #3C3D47;
}
.im-theme-vk_blue .im-search-tags-button_right {
  box-shadow: -5px 0 5px 0 #FFFFFF;
  border-right-color: #ECEEF3;
}
.im-theme-dit_blue .im-search-tags-button_right {
  box-shadow: -5px 0 5px 0 #ffffff;
  border-right-color: #eceef3;
}
.im-theme-myteam_green .im-search-tags-button_right {
  box-shadow: -5px 0 5px 0 #ffffff;
  border-right-color: #eceef3;
}
.im-theme-dark_calls .im-search-tags-button_right {
  box-shadow: -5px 0 5px 0 #2B2B2B;
  border-right-color: #1F1F1F;
}

.im-listpage .app-topbar {
  height: 44px;
  line-height: 44px;
  border-bottom: none;
  white-space: nowrap;
  text-align: center;
}
body .im-listpage .app-topbar {
  background-color: #ffffff;
}
.im-theme-dark_green .im-listpage .app-topbar {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-listpage .app-topbar {
  background-color: #2b2c34;
}
.im-theme-blue .im-listpage .app-topbar {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-listpage .app-topbar {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-listpage .app-topbar {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-listpage .app-topbar {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-listpage .app-topbar {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-listpage .app-topbar {
  background-color: #2B2B2B;
}
.im-listpage .app-topbar__button {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.im-listpage .app-topbar__icon {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  width: 27px;
  height: 27px;
}
.im-listpage .app-topbar__title {
  line-height: 44px;
  text-align: center;
  font-size: 16px;
}
body .im-listpage .app-topbar__title {
  color: #111111;
}
.im-theme-dark_green .im-listpage .app-topbar__title {
  color: #ffffff;
}
.im-theme-dark_blue .im-listpage .app-topbar__title {
  color: #ffffff;
}
.im-theme-blue .im-listpage .app-topbar__title {
  color: #111111;
}
.im-theme-vk_dark_blue .im-listpage .app-topbar__title {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-listpage .app-topbar__title {
  color: #111111;
}
.im-theme-dit_blue .im-listpage .app-topbar__title {
  color: #111111;
}
.im-theme-myteam_green .im-listpage .app-topbar__title {
  color: #111111;
}
.im-theme-dark_calls .im-listpage .app-topbar__title {
  color: #FFFFFF;
}
.im-listpage .app-content {
  top: 44px;
  bottom: 52px;
}
.im-listpage .app-bottombar {
  border-top: none;
  height: 52px;
}
.im-listpage .im-search {
  padding-left: 12px;
  padding-right: 12px;
}
.im-listpage .im-list {
  width: 100%;
  height: auto;
  position: absolute;
  top: 52px;
  right: auto;
  bottom: 0;
  left: auto;
  /*@if ($property == transform) or ($property == box-shadow) or ($property == border-radius) {
      $real_val: $val;
      $val: $property $val, -o- + $property $val, -webkit- + $property $val;
      @if ($excludeFF == false) {
          $val: $val, -moz- + $property $real_val;
      }
  } @else {*/
  transition: bottom 200ms;
  -moz-transition: bottom 200ms;
  -o-transition: bottom 200ms;
  -webkit-transition: bottom 200ms;
  overflow: auto;
  z-index: 5;
  border-bottom: 1px solid;
}
body .im-listpage .im-list {
  background-color: #ffffff;
  border-bottom-color: #eceef3;
}
.im-theme-dark_green .im-listpage .im-list {
  background-color: #2b2c34;
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-listpage .im-list {
  background-color: #2b2c34;
  border-bottom-color: #3c3d47;
}
.im-theme-blue .im-listpage .im-list {
  background-color: #ffffff;
  border-bottom-color: #eceef3;
}
.im-theme-vk_dark_blue .im-listpage .im-list {
  background-color: #2B2C34;
  border-bottom-color: #3C3D47;
}
.im-theme-vk_blue .im-listpage .im-list {
  background-color: #FFFFFF;
  border-bottom-color: #ECEEF3;
}
.im-theme-dit_blue .im-listpage .im-list {
  background-color: #ffffff;
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-listpage .im-list {
  background-color: #ffffff;
  border-bottom-color: #eceef3;
}
.im-theme-dark_calls .im-listpage .im-list {
  background-color: #2B2B2B;
  border-bottom-color: #1F1F1F;
}
.im-listpage .im-list .im-tickbox {
  position: absolute;
  top: 13px;
  right: 24px;
  bottom: auto;
  left: auto;
}
.im-listpage .im-list-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.im-listpage .im-list-wrapper .im-circ-spinner {
  display: inline-block;
  margin-top: 10px;
}
.im-listpage .im-scrollbar {
  top: 53px;
}
.im-pane-box_modal .im-listpage {
  border-radius: 0;
}
.im-pane-box_modal .im-listpage .app-topbar__button {
  display: none;
}
.im-pane-box_modal .im-listpage .app-topbar,
.im-pane-box_modal .im-listpage .app-topbar__title {
  text-align: left;
}
.im-pane-box_modal .im-listpage .app-topbar__title {
  font-size: 22px;
}
.im-pane-box_modal .im-listpage .app-topbar {
  padding: 0 15px;
}
.im-pane-box_modal .im-listpage .im-list {
  border-bottom: none;
}
.im-pane-box_modal .im-listpage .app-content {
  bottom: 64px;
}
.im-pane-box_modal .im-listpage .app-bottombar {
  height: 64px;
}
.im-listpage.im-select-list_with-stack .im-list,
.im-listpage.im-select-list_with-stack .im-scrollbar {
  bottom: 56px;
}
.im-listpage.im-select-list_with-stack .app-content::before {
  content: "";
  width: 20px;
  height: 56px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body .im-listpage.im-select-list_with-stack .app-content::before {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
}
.im-theme-dark_green .im-listpage.im-select-list_with-stack .app-content::before {
  background: #2b2c34;
  background: -moz-linear-gradient(left, #2b2c34, rgba(43, 44, 52, 0));
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2b2c34), color-stop(100%, rgba(43, 44, 52, 0)));
  background: -webkit-linear-gradient(left, #2b2c34, rgba(43, 44, 52, 0));
  background: -o-linear-gradient(left, #2b2c34, rgba(43, 44, 52, 0));
  background: -ms-linear-gradient(left, #2b2c34, rgba(43, 44, 52, 0));
  background: linear-gradient(left, #2b2c34, rgba(43, 44, 52, 0));
}
.im-theme-dark_blue .im-listpage.im-select-list_with-stack .app-content::before {
  background: #2b2c34;
  background: -moz-linear-gradient(left, #2b2c34, rgba(43, 44, 52, 0));
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2b2c34), color-stop(100%, rgba(43, 44, 52, 0)));
  background: -webkit-linear-gradient(left, #2b2c34, rgba(43, 44, 52, 0));
  background: -o-linear-gradient(left, #2b2c34, rgba(43, 44, 52, 0));
  background: -ms-linear-gradient(left, #2b2c34, rgba(43, 44, 52, 0));
  background: linear-gradient(left, #2b2c34, rgba(43, 44, 52, 0));
}
.im-theme-blue .im-listpage.im-select-list_with-stack .app-content::before {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
}
.im-theme-vk_dark_blue .im-listpage.im-select-list_with-stack .app-content::before {
  background: #2B2C34;
  background: -moz-linear-gradient(left, #2B2C34, rgba(43, 44, 52, 0));
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2B2C34), color-stop(100%, rgba(43, 44, 52, 0)));
  background: -webkit-linear-gradient(left, #2B2C34, rgba(43, 44, 52, 0));
  background: -o-linear-gradient(left, #2B2C34, rgba(43, 44, 52, 0));
  background: -ms-linear-gradient(left, #2B2C34, rgba(43, 44, 52, 0));
  background: linear-gradient(left, #2B2C34, rgba(43, 44, 52, 0));
}
.im-theme-vk_blue .im-listpage.im-select-list_with-stack .app-content::before {
  background: #FFFFFF;
  background: -moz-linear-gradient(left, #FFFFFF, rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FFFFFF), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #FFFFFF, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(left, #FFFFFF, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(left, #FFFFFF, rgba(255, 255, 255, 0));
  background: linear-gradient(left, #FFFFFF, rgba(255, 255, 255, 0));
}
.im-theme-dit_blue .im-listpage.im-select-list_with-stack .app-content::before {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
}
.im-theme-myteam_green .im-listpage.im-select-list_with-stack .app-content::before {
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  background: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
}
.im-theme-dark_calls .im-listpage.im-select-list_with-stack .app-content::before {
  background: #2B2B2B;
  background: -moz-linear-gradient(left, #2B2B2B, rgba(43, 43, 43, 0));
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2B2B2B), color-stop(100%, rgba(43, 43, 43, 0)));
  background: -webkit-linear-gradient(left, #2B2B2B, rgba(43, 43, 43, 0));
  background: -o-linear-gradient(left, #2B2B2B, rgba(43, 43, 43, 0));
  background: -ms-linear-gradient(left, #2B2B2B, rgba(43, 43, 43, 0));
  background: linear-gradient(left, #2B2B2B, rgba(43, 43, 43, 0));
}
.im-listpage.im-select-list_with-stack .app-content::after {
  content: "";
  width: 22px;
  height: 56px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body .im-listpage.im-select-list_with-stack .app-content::after {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
}
.im-theme-dark_green .im-listpage.im-select-list_with-stack .app-content::after {
  background: rgba(43, 44, 52, 0);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(43, 44, 52, 0)), color-stop(100%, #2b2c34));
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-dark_blue .im-listpage.im-select-list_with-stack .app-content::after {
  background: rgba(43, 44, 52, 0);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(43, 44, 52, 0)), color-stop(100%, #2b2c34));
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-blue .im-listpage.im-select-list_with-stack .app-content::after {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
}
.im-theme-vk_dark_blue .im-listpage.im-select-list_with-stack .app-content::after {
  background: rgba(43, 44, 52, 0);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2B2C34);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(43, 44, 52, 0)), color-stop(100%, #2B2C34));
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2B2C34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2B2C34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2B2C34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2B2C34);
}
.im-theme-vk_blue .im-listpage.im-select-list_with-stack .app-content::after {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #FFFFFF);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #FFFFFF));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #FFFFFF);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #FFFFFF);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #FFFFFF);
  background: linear-gradient(left, rgba(255, 255, 255, 0), #FFFFFF);
}
.im-theme-dit_blue .im-listpage.im-select-list_with-stack .app-content::after {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
}
.im-theme-myteam_green .im-listpage.im-select-list_with-stack .app-content::after {
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
}
.im-theme-dark_calls .im-listpage.im-select-list_with-stack .app-content::after {
  background: rgba(43, 43, 43, 0);
  background: -moz-linear-gradient(left, rgba(43, 43, 43, 0), #2B2B2B);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(43, 43, 43, 0)), color-stop(100%, #2B2B2B));
  background: -webkit-linear-gradient(left, rgba(43, 43, 43, 0), #2B2B2B);
  background: -o-linear-gradient(left, rgba(43, 43, 43, 0), #2B2B2B);
  background: -ms-linear-gradient(left, rgba(43, 43, 43, 0), #2B2B2B);
  background: linear-gradient(left, rgba(43, 43, 43, 0), #2B2B2B);
}
.im-desktop .im-listpage .im-cl-contact .im-chat__actions {
  display: none;
}
.im-desktop .im-listpage .im-cl-contact:hover .im-chat__actions {
  display: block;
}

.im-listpage__buttons {
  height: 52px;
  line-height: 52px;
  text-align: center;
  white-space: nowrap;
}
.im-pane-box_modal .im-listpage__buttons {
  height: 64px;
  line-height: 64px;
}
.im-listpage__buttons .im-button {
  display: inline-block;
  vertical-align: middle;
}

.im-chat__approve {
  display: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px;
  position: absolute;
  top: 2px;
  right: 0;
  bottom: auto;
  left: auto;
  height: 44px;
  line-height: 44px;
  width: 44px;
}
.im-chat__approve span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8L6.5 10.5L12 5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-chat__approve span {
  background-color: #21D86A;
}
.im-theme-dark_green .im-chat__approve span {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-chat__approve span {
  background-color: #2e91ff;
}
.im-theme-blue .im-chat__approve span {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-chat__approve span {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-chat__approve span {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-chat__approve span {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-chat__approve span {
  background-color: #18D893;
}
.im-theme-dark_calls .im-chat__approve span {
  background-color: #0C7CFF;
}
.im-desktop .im-chat__approve:hover span {
  background-color: #1EC360;
}
.im-desktop.im-theme-dark_green .im-chat__approve:hover span {
  background-color: #0BF468;
}
.im-desktop.im-theme-dark_blue .im-chat__approve:hover span {
  background-color: #479dff;
}
.im-desktop.im-theme-blue .im-chat__approve:hover span {
  background-color: #2C84DF;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__approve:hover span {
  background-color: #6A9EDB;
}
.im-desktop.im-theme-vk_blue .im-chat__approve:hover span {
  background-color: #3C85D7;
}
.im-desktop.im-theme-dit_blue .im-chat__approve:hover span {
  background-color: #2769B5;
}
.im-desktop.im-theme-myteam_green .im-chat__approve:hover span {
  background-color: #1AD08E;
}
.im-desktop.im-theme-dark_calls .im-chat__approve:hover span {
  background-color: #005BEF;
}
.im-desktop .im-chat__approve:active span {
  background-color: #1BB157;
}
.im-desktop.im-theme-dark_green .im-chat__approve:active span {
  background-color: #3CF686;
}
.im-desktop.im-theme-dark_blue .im-chat__approve:active span {
  background-color: #3b96ff;
}
.im-desktop.im-theme-blue .im-chat__approve:active span {
  background-color: #317BC7;
}
.im-desktop.im-theme-vk_dark_blue .im-chat__approve:active span {
  background-color: #5A88BC;
}
.im-desktop.im-theme-vk_blue .im-chat__approve:active span {
  background-color: #2975CC;
}
.im-desktop.im-theme-dit_blue .im-chat__approve:active span {
  background-color: #2061AB;
}
.im-desktop.im-theme-myteam_green .im-chat__approve:active span {
  background-color: #1CC88A;
}
.im-desktop.im-theme-dark_calls .im-chat__approve:active span {
  background-color: #0057E5;
}
body .im-chat__approve:active span {
  background-color: #1BB157;
}
.im-theme-dark_green .im-chat__approve:active span {
  background-color: #3CF686;
}
.im-theme-dark_blue .im-chat__approve:active span {
  background-color: #3b96ff;
}
.im-theme-blue .im-chat__approve:active span {
  background-color: #317BC7;
}
.im-theme-vk_dark_blue .im-chat__approve:active span {
  background-color: #5A88BC;
}
.im-theme-vk_blue .im-chat__approve:active span {
  background-color: #2975CC;
}
.im-theme-dit_blue .im-chat__approve:active span {
  background-color: #2061AB;
}
.im-theme-myteam_green .im-chat__approve:active span {
  background-color: #1CC88A;
}
.im-theme-dark_calls .im-chat__approve:active span {
  background-color: #0057E5;
}
.im-chat__approve span {
  padding-left: 20px;
}

.im-list-stack {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 56px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 12px 0 0 12px;
  white-space: nowrap;
  text-align: left;
  /*@if ($property == transform) or ($property == box-shadow) or ($property == border-radius) {
      $real_val: $val;
      $val: $property $val, -o- + $property $val, -webkit- + $property $val;
      @if ($excludeFF == false) {
          $val: $val, -moz- + $property $real_val;
      }
  } @else {*/
  transition: margin-left 300ms;
  -moz-transition: margin-left 300ms;
  -o-transition: margin-left 300ms;
  -webkit-transition: margin-left 300ms;
  margin-left: 0;
}
.im-list-stack .im-avatarbox {
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 6px;
  cursor: pointer;
}
.im-list-stack .im-avatarbox:hover::after, .im-list-stack .im-avatarbox:hover::before {
  display: block;
}
.im-list-stack .im-avatarbox::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.48);
  z-index: 11;
  display: none;
}
.im-list-stack .im-avatarbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  z-index: 11;
  display: none;
}

.im-list-stack_push {
  transition: none;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  margin-left: -48px;
}

.im-pane-box .app-topbar__icon {
  display: none;
}

.im-select-list .im-cl-contact {
  font-size: 16px;
}
body .im-select-list .im-cl-contact {
  color: #111111;
}
.im-theme-dark_green .im-select-list .im-cl-contact {
  color: #ffffff;
}
.im-theme-dark_blue .im-select-list .im-cl-contact {
  color: #ffffff;
}
.im-theme-blue .im-select-list .im-cl-contact {
  color: #111111;
}
.im-theme-vk_dark_blue .im-select-list .im-cl-contact {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-select-list .im-cl-contact {
  color: #111111;
}
.im-theme-dit_blue .im-select-list .im-cl-contact {
  color: #111111;
}
.im-theme-myteam_green .im-select-list .im-cl-contact {
  color: #111111;
}
.im-theme-dark_calls .im-select-list .im-cl-contact {
  color: #FFFFFF;
}
.im-desktop .im-select-list .im-cl-contact:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_green .im-select-list .im-cl-contact:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-dark_blue .im-select-list .im-cl-contact:hover {
  background-color: #3c3d48;
}
.im-desktop.im-theme-blue .im-select-list .im-cl-contact:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-vk_dark_blue .im-select-list .im-cl-contact:hover {
  background-color: #3C3D48;
}
.im-desktop.im-theme-vk_blue .im-select-list .im-cl-contact:hover {
  background-color: #F1F3F7;
}
.im-desktop.im-theme-dit_blue .im-select-list .im-cl-contact:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-myteam_green .im-select-list .im-cl-contact:hover {
  background-color: #f3f5f8;
}
.im-desktop.im-theme-dark_calls .im-select-list .im-cl-contact:hover {
  background-color: #1F1F1F;
}
.im-select-list .im-contact-namebox {
  padding-right: 50px;
}
.im-select-list .im-contact-namebox .im-contact-namebox__msg {
  overflow: hidden;
  text-overflow: ellipsis;
}
.im-select-list.im-select-list_without-back .app-topbar__button[data-back] {
  display: none;
}
.im-select-list.im-select-list_without-back .app-bottombar .im-button[data-action=cancel] {
  display: none;
}

.app-page.im-create-group .im-create-group__name {
  display: block;
}
.app-page.im-create-group .im-list {
  top: 123px;
}
.app-page.im-create-group .im-search {
  top: 71px;
}

body .im-chatmembers-list .im-list-wrapper {
  background-color: #ffffff;
}
.im-theme-dark_green .im-chatmembers-list .im-list-wrapper {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-chatmembers-list .im-list-wrapper {
  background-color: #2b2c34;
}
.im-theme-blue .im-chatmembers-list .im-list-wrapper {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-chatmembers-list .im-list-wrapper {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-chatmembers-list .im-list-wrapper {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-chatmembers-list .im-list-wrapper {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-chatmembers-list .im-list-wrapper {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-chatmembers-list .im-list-wrapper {
  background-color: #2B2B2B;
}
.im-chatmembers-list.im-chatmembers-pending .im-member-item__action-menu {
  display: none;
}
.im-chatmembers-list.im-chatmembers-pending .im-member-item__actions {
  display: block;
}
.im-chatmembers-list.im-chatmembers-pending .im-chat__approve {
  display: block;
}
.im-chatmembers-list.im-chatmembers-pending .im-member-item {
  padding-right: 80px;
}
.im-chatmembers-list.im-chatmembers-pending .im-chat__exclude {
  padding: 7px;
  position: absolute;
  top: 10px;
  right: 40px;
  bottom: auto;
  left: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-chatmembers-list.im-chatmembers-pending .im-chat__exclude span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude span {
  background-color: #f83e33;
}
.im-theme-dark_green .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude span {
  background-color: #f75d5d;
}
.im-theme-dark_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude span {
  background-color: #f75d5d;
}
.im-theme-blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude span {
  background-color: #f83e33;
}
.im-theme-vk_dark_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude span {
  background-color: #FF5C5C;
}
.im-theme-vk_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude span {
  background-color: #FF3347;
}
.im-theme-dit_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude span {
  background-color: #f83e33;
}
.im-theme-myteam_green .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude span {
  background-color: #EC264A;
}
.im-theme-dark_calls .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude span {
  background-color: #FC2C38;
}
.im-desktop .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:hover span {
  background-color: #e12b21;
}
.im-desktop.im-theme-dark_green .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:hover span {
  background-color: #E65151;
}
.im-desktop.im-theme-dark_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:hover span {
  background-color: #E65151;
}
.im-desktop.im-theme-blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:hover span {
  background-color: #e12b21;
}
.im-desktop.im-theme-vk_dark_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:hover span {
  background-color: #F55858;
}
.im-desktop.im-theme-vk_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:hover span {
  background-color: #E64646;
}
.im-desktop.im-theme-dit_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:hover span {
  background-color: #e12b21;
}
.im-desktop.im-theme-myteam_green .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:hover span {
  background-color: #DA2B4B;
}
.im-desktop.im-theme-dark_calls .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:hover span {
  background-color: #E82834;
}
.im-desktop .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #d81409;
}
.im-desktop.im-theme-dark_green .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #CE4343;
}
.im-desktop.im-theme-dark_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #CE4343;
}
.im-desktop.im-theme-blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #d81409;
}
.im-desktop.im-theme-vk_dark_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #DB4F4F;
}
.im-desktop.im-theme-vk_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #FF3347;
}
.im-desktop.im-theme-dit_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #d81409;
}
.im-desktop.im-theme-myteam_green .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #CD2D4A;
}
.im-desktop.im-theme-dark_calls .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #DE2731;
}
body .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #d81409;
}
.im-theme-dark_green .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #CE4343;
}
.im-theme-dark_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #CE4343;
}
.im-theme-blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #d81409;
}
.im-theme-vk_dark_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #DB4F4F;
}
.im-theme-vk_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #FF3347;
}
.im-theme-dit_blue .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #d81409;
}
.im-theme-myteam_green .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #CD2D4A;
}
.im-theme-dark_calls .im-chatmembers-list.im-chatmembers-pending .im-chat__exclude:active span {
  background-color: #DE2731;
}
.im-chatmembers-list.im-chatmembers-pending .im-chat__exclude span {
  padding-left: 18px;
}
.im-chatmembers-list.im-chatmembers-invitations .im-member-item__action-menu {
  display: none;
}
.im-chatmembers-list.im-chatmembers-invitations .im-member-item__actions {
  display: block;
}
.im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude {
  padding: 7px;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: auto;
  left: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude span {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude span {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude span {
  background-color: #7e848f;
}
.im-theme-blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude span {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude span {
  background-color: #76787A;
}
.im-theme-vk_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude span {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude span {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude span {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude span {
  background-color: #949494;
}
.im-desktop .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:hover span {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:hover span {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:hover span {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:hover span {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:hover span {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:hover span {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:hover span {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:hover span {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:hover span {
  background-color: #858585;
}
.im-desktop .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #7A7A7A;
}
body .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #6f747e;
}
.im-theme-dark_green .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #9ea0b2;
}
.im-theme-blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude:active span {
  background-color: #7A7A7A;
}
.im-chatmembers-list.im-chatmembers-invitations .im-chat__exclude span {
  padding-left: 18px;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.im-ignore-list__empty-message {
  position: absolute;
  top: 75px;
  right: 0;
  bottom: auto;
  left: 0;
  text-align: center;
  z-index: 6;
  display: none;
}

.im-ignore-list.im-ignore-list__is-empty {
  height: auto;
}
.im-ignore-list.im-ignore-list__is-empty .im-ignore-list__empty-message {
  display: block;
}

.im-forward-page .im-contact-namebox {
  padding-right: 50px;
}

.im-forward-with_config .im-list,
.im-forward-with_config .im-scrollbar {
  top: 106px;
}
.im-forward-with_config .im-search {
  top: 53px;
}

.im-forward-config {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  padding-right: 24px;
  padding-left: 12px;
}
body .im-forward-config {
  color: #838690;
}
body .im-forward-config.im-forward-config_checked {
  color: #111111;
}
.im-theme-dark_green .im-forward-config {
  color: #7e848f;
}
.im-theme-dark_green .im-forward-config.im-forward-config_checked {
  color: #ffffff;
}
.im-theme-dark_blue .im-forward-config {
  color: #7e848f;
}
.im-theme-dark_blue .im-forward-config.im-forward-config_checked {
  color: #ffffff;
}
.im-theme-blue .im-forward-config {
  color: #838690;
}
.im-theme-blue .im-forward-config.im-forward-config_checked {
  color: #111111;
}
.im-theme-vk_dark_blue .im-forward-config {
  color: #909499;
}
.im-theme-vk_dark_blue .im-forward-config.im-forward-config_checked {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-forward-config {
  color: #818C99;
}
.im-theme-vk_blue .im-forward-config.im-forward-config_checked {
  color: #111111;
}
.im-theme-dit_blue .im-forward-config {
  color: #838690;
}
.im-theme-dit_blue .im-forward-config.im-forward-config_checked {
  color: #111111;
}
.im-theme-myteam_green .im-forward-config {
  color: #838690;
}
.im-theme-myteam_green .im-forward-config.im-forward-config_checked {
  color: #111111;
}
.im-theme-dark_calls .im-forward-config {
  color: #9C9C9C;
}
.im-theme-dark_calls .im-forward-config.im-forward-config_checked {
  color: #FFFFFF;
}

.im-forward-config__option {
  position: absolute;
  top: 0;
  right: 23px;
  bottom: auto;
  left: auto;
  cursor: pointer;
  font-size: 13px;
}
.im-forward-config__option .im-tickbox {
  margin-left: 10px;
}

.im-forward-config__title {
  position: absolute;
  top: 0;
  right: 158px;
  bottom: auto;
  left: 12px;
  font-size: 15px;
  font-weight: bold;
  height: 48px;
  line-height: 20px;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 185px;
  display: block;
  display: inline-block;
}
.im-forward-config__title .im-emoji_inline {
  vertical-align: text-top;
}
.im-forward-config__title .im-emoji_inline {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
}

.im-forward-config__title_single-line {
  line-height: 48px;
}

.im-forward-config__subtitle {
  display: block;
  font-size: 13px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.im-forward-config__subtitle .im-emoji_inline {
  vertical-align: text-top;
}
.im-forward-config__subtitle .im-emoji_inline {
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
}

.im-list-subsection {
  height: 28px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.im-list-subsection span {
  font-family: arial, sans-serif;
  font-size: 11px;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
body .im-list-subsection span {
  color: #111111;
}
.im-theme-dark_green .im-list-subsection span {
  color: #ffffff;
}
.im-theme-dark_blue .im-list-subsection span {
  color: #ffffff;
}
.im-theme-blue .im-list-subsection span {
  color: #111111;
}
.im-theme-vk_dark_blue .im-list-subsection span {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-list-subsection span {
  color: #111111;
}
.im-theme-dit_blue .im-list-subsection span {
  color: #111111;
}
.im-theme-myteam_green .im-list-subsection span {
  color: #111111;
}
.im-theme-dark_calls .im-list-subsection span {
  color: #FFFFFF;
}

.im-list-preselected {
  padding: 0 12px;
}
.im-list-preselected:empty {
  display: none;
}

.im-list-preselected-party {
  min-height: 48px;
  padding-top: 6px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-list-preselected-party .im-avatarbox {
  position: relative;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 16px;
  display: inline-block;
  margin: 0 16px 7px 0;
  cursor: pointer;
}
.im-list-preselected-party .im-avatarbox:hover::after, .im-list-preselected-party .im-avatarbox:hover::before {
  display: block;
}
.im-list-preselected-party .im-avatarbox::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.48);
  z-index: 11;
  display: none;
}
.im-list-preselected-party .im-avatarbox::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: -4px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L10 10M15 15L10 10M10 10L15 5M10 10L5 15' stroke='%23363637' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  z-index: 11;
  display: none;
}
.im-list-preselected-party .im-avatarbox.im-avatarbox_self {
  cursor: default;
}
.im-list-preselected-party .im-avatarbox.im-avatarbox_self::after, .im-list-preselected-party .im-avatarbox.im-avatarbox_self::before {
  display: none;
}

.im-showcase .app-content {
  overflow: hidden;
  top: 0;
  bottom: 0;
  display: flex;
  flex-flow: column;
}
.im-showcase .im-showcase-topbar {
  position: relative;
  padding-left: 48px;
  border-bottom: 1px solid;
  min-height: 48px;
}
body .im-showcase .im-showcase-topbar {
  border-bottom-color: #eceef3;
}
.im-theme-dark_green .im-showcase .im-showcase-topbar {
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-showcase .im-showcase-topbar {
  border-bottom-color: #3c3d47;
}
.im-theme-blue .im-showcase .im-showcase-topbar {
  border-bottom-color: #eceef3;
}
.im-theme-vk_dark_blue .im-showcase .im-showcase-topbar {
  border-bottom-color: #3C3D47;
}
.im-theme-vk_blue .im-showcase .im-showcase-topbar {
  border-bottom-color: #ECEEF3;
}
.im-theme-dit_blue .im-showcase .im-showcase-topbar {
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-showcase .im-showcase-topbar {
  border-bottom-color: #eceef3;
}
.im-theme-dark_calls .im-showcase .im-showcase-topbar {
  border-bottom-color: #1F1F1F;
}
.im-showcase .im-showcase-topbar__back {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-weight: normal;
  text-overflow: ellipsis;
}
body .im-showcase .im-showcase-topbar__back {
  color: #111111;
}
.im-theme-dark_green .im-showcase .im-showcase-topbar__back {
  color: #ffffff;
}
.im-theme-dark_blue .im-showcase .im-showcase-topbar__back {
  color: #ffffff;
}
.im-theme-blue .im-showcase .im-showcase-topbar__back {
  color: #111111;
}
.im-theme-vk_dark_blue .im-showcase .im-showcase-topbar__back {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-showcase .im-showcase-topbar__back {
  color: #111111;
}
.im-theme-dit_blue .im-showcase .im-showcase-topbar__back {
  color: #111111;
}
.im-theme-myteam_green .im-showcase .im-showcase-topbar__back {
  color: #111111;
}
.im-theme-dark_calls .im-showcase .im-showcase-topbar__back {
  color: #FFFFFF;
}
.im-showcase .app-topbar__icon {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 27px;
  height: 27px;
}
.im-showcase .im-showcase__title {
  font-size: 22px;
  line-height: 30px;
  padding: 8px 0;
  vertical-align: middle;
}
.im-showcase .im-showcase__subtitle {
  font-size: 11px;
  padding: 1px 0 7px;
}
body .im-showcase .im-showcase__subtitle {
  color: #838690;
}
.im-theme-dark_green .im-showcase .im-showcase__subtitle {
  color: #7e848f;
}
.im-theme-dark_blue .im-showcase .im-showcase__subtitle {
  color: #7e848f;
}
.im-theme-blue .im-showcase .im-showcase__subtitle {
  color: #838690;
}
.im-theme-vk_dark_blue .im-showcase .im-showcase__subtitle {
  color: #909499;
}
.im-theme-vk_blue .im-showcase .im-showcase__subtitle {
  color: #818C99;
}
.im-theme-dit_blue .im-showcase .im-showcase__subtitle {
  color: #838690;
}
.im-theme-myteam_green .im-showcase .im-showcase__subtitle {
  color: #838690;
}
.im-theme-dark_calls .im-showcase .im-showcase__subtitle {
  color: #9C9C9C;
}
.im-showcase .im-circ-spinner {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -18px 0 0 -18px;
}
.im-showcase .im-action_uninstall {
  display: none;
}
.im-showcase .im-showcase-content {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 100%;
  height: auto;
  overflow: auto;
}
.im-showcase .im-showcase-content__wrapper {
  position: relative;
  overflow: hidden;
  flex: auto;
}
.im-showcase .im-showcase_pack .im-scrollbar {
  bottom: 64px;
}
.im-showcase .im-showcase_pack .im-showcase-content {
  overflow: hidden;
}

.im-showcase__item {
  height: 108px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid;
  cursor: pointer;
  font-weight: normal;
}
body .im-showcase__item {
  border-bottom-color: #eceef3;
  background: #ffffff;
}
.im-theme-dark_green .im-showcase__item {
  border-bottom-color: #3c3d47;
  background: #2b2c34;
}
.im-theme-dark_blue .im-showcase__item {
  border-bottom-color: #3c3d47;
  background: #2b2c34;
}
.im-theme-blue .im-showcase__item {
  border-bottom-color: #eceef3;
  background: #ffffff;
}
.im-theme-vk_dark_blue .im-showcase__item {
  border-bottom-color: #3C3D47;
  background: #2B2C34;
}
.im-theme-vk_blue .im-showcase__item {
  border-bottom-color: #ECEEF3;
  background: #FFFFFF;
}
.im-theme-dit_blue .im-showcase__item {
  border-bottom-color: #eceef3;
  background: #ffffff;
}
.im-theme-myteam_green .im-showcase__item {
  border-bottom-color: #eceef3;
  background: #ffffff;
}
.im-theme-dark_calls .im-showcase__item {
  border-bottom-color: #1F1F1F;
  background: #2B2B2B;
}
.im-showcase__item .im-showcase-action {
  position: absolute;
  top: 32px;
  right: 16px;
  bottom: auto;
  left: auto;
  margin: 0;
  min-width: 80px;
}

.im-showcase_item-installed .im-showcase__item-status {
  display: none;
}
.im-showcase_item-installed .im-showcase__item__ready,
.im-showcase_item-installed .im-showcase__item__readyok {
  display: block;
}

.im-showcase__item-icon {
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 6px;
  height: 90px;
  width: 90px;
}

.im-showcase__item-info {
  position: absolute;
  top: 8px;
  right: 106px;
  bottom: auto;
  left: 113px;
  height: 88px;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 88px;
  vertical-align: middle;
  white-space: normal;
  font-weight: normal;
}

.im-showcase__item-name {
  font-family: arial, sans-serif;
  font-size: 19px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  word-break: break-all;
}
body .im-showcase__item-name {
  color: #111111;
}
.im-theme-dark_green .im-showcase__item-name {
  color: #ffffff;
}
.im-theme-dark_blue .im-showcase__item-name {
  color: #ffffff;
}
.im-theme-blue .im-showcase__item-name {
  color: #111111;
}
.im-theme-vk_dark_blue .im-showcase__item-name {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-showcase__item-name {
  color: #111111;
}
.im-theme-dit_blue .im-showcase__item-name {
  color: #111111;
}
.im-theme-myteam_green .im-showcase__item-name {
  color: #111111;
}
.im-theme-dark_calls .im-showcase__item-name {
  color: #FFFFFF;
}

/*.im-showcase__item-status {
    color: #858585;
    font-size: 15px;
}

.im-showcase__item-ready {
    color: #b1b2b4;
    line-height: 18px;
    display: none;
}*/
.im-showcase__item-install,
.im-showcase__item-uninstall {
  position: absolute;
  top: 32px;
  right: 16px;
  bottom: auto;
  left: auto;
}

.im-showcase__item-uninstall {
  display: none;
}

.im-showcase__preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .im-showcase__preview {
  background: #ffffff;
}
.im-theme-dark_green .im-showcase__preview {
  background: #2b2c34;
}
.im-theme-dark_blue .im-showcase__preview {
  background: #2b2c34;
}
.im-theme-blue .im-showcase__preview {
  background: #ffffff;
}
.im-theme-vk_dark_blue .im-showcase__preview {
  background: #2B2C34;
}
.im-theme-vk_blue .im-showcase__preview {
  background: #FFFFFF;
}
.im-theme-dit_blue .im-showcase__preview {
  background: #ffffff;
}
.im-theme-myteam_green .im-showcase__preview {
  background: #ffffff;
}
.im-theme-dark_calls .im-showcase__preview {
  background: #2B2B2B;
}

.im-showcase__preview-bottom {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
}
.im-showcase__preview-bottom .im-showcase-action {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}
.im-showcase__preview-bottom .im-showcase-share {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: auto;
  left: auto;
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
.im-showcase__preview-bottom .im-showcase-share span {
  display: block;
  width: 13px;
  height: 13px;
  margin: 9px 0 0 9px;
  -webkit-transform: scale(1.53);
  -moz-transform: scale(1.53);
  -o-transform: scale(1.53);
  -ms-transform: scale(1.53);
  transform: scale(1.53);
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5224 9.11194L11.8153 3.66243C11.4885 3.39694 11 3.62947 11 4.05049V6.07644C11 6.32086 10.8217 6.52915 10.5813 6.57314C5.33463 7.53314 2.49385 9.74328 2.05896 14.999C2.01933 15.4779 2.62353 15.69 2.93666 15.3256C5.26029 12.6208 6.85158 12.5052 10.4986 12.5002C10.7747 12.4998 11 12.7239 11 13V14.9495C11 15.3705 11.4885 15.6031 11.8153 15.3376L18.5224 9.88806C18.7687 9.68796 18.7687 9.31204 18.5224 9.11194Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-showcase__preview-bottom .im-showcase-share span {
  background-color: #838690;
}
.im-theme-dark_green .im-showcase__preview-bottom .im-showcase-share span {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-showcase__preview-bottom .im-showcase-share span {
  background-color: #7e848f;
}
.im-theme-blue .im-showcase__preview-bottom .im-showcase-share span {
  background-color: #838690;
}
.im-theme-vk_dark_blue .im-showcase__preview-bottom .im-showcase-share span {
  background-color: #909499;
}
.im-theme-vk_blue .im-showcase__preview-bottom .im-showcase-share span {
  background-color: #818C99;
}
.im-theme-dit_blue .im-showcase__preview-bottom .im-showcase-share span {
  background-color: #838690;
}
.im-theme-myteam_green .im-showcase__preview-bottom .im-showcase-share span {
  background-color: #838690;
}
.im-theme-dark_calls .im-showcase__preview-bottom .im-showcase-share span {
  background-color: #9C9C9C;
}

.im-showcase-action .im-circ-spinner {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  margin: 0;
}
.im-showcase__item .im-showcase-action .im-circ-spinner {
  right: 0;
  left: auto;
}

.im-showcase_item-installed .im-showcase__preview__status,
.im-showcase_item-installed .im-showcase__preview-install {
  display: none;
}
.im-showcase__preview-icon {
  position: absolute;
  top: 16px;
  right: auto;
  bottom: auto;
  left: 20px;
  height: 120px;
  width: 120px;
}

.im-showcase__preview-description {
  line-height: 18px;
  font-family: arial, sans-serif;
  font-size: 15px;
  overflow: hidden;
  position: absolute;
  top: 88px;
  right: 16px;
  bottom: auto;
  left: 152px;
  height: 102px;
}
body .im-showcase__preview-description {
  color: #111111;
}
.im-theme-dark_green .im-showcase__preview-description {
  color: #ffffff;
}
.im-theme-dark_blue .im-showcase__preview-description {
  color: #ffffff;
}
.im-theme-blue .im-showcase__preview-description {
  color: #111111;
}
.im-theme-vk_dark_blue .im-showcase__preview-description {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-showcase__preview-description {
  color: #111111;
}
.im-theme-dit_blue .im-showcase__preview-description {
  color: #111111;
}
.im-theme-myteam_green .im-showcase__preview-description {
  color: #111111;
}
.im-theme-dark_calls .im-showcase__preview-description {
  color: #FFFFFF;
}

.im-showcase__preview-description-fader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  height: 100%;
  width: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-showcase__preview-description-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dark_green .im-showcase__preview-description-fader {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-dark_blue .im-showcase__preview-description-fader {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-blue .im-showcase__preview-description-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-vk_dark_blue .im-showcase__preview-description-fader {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-vk_blue .im-showcase__preview-description-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dit_blue .im-showcase__preview-description-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-myteam_green .im-showcase__preview-description-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dark_calls .im-showcase__preview-description-fader {
  background: -webkit-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -moz-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -ms-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -o-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
}

.im-showcase__preview-install {
  position: absolute;
  top: 16px;
  right: auto;
  bottom: auto;
  left: 152px;
}

.im-showcase__preview-content {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 64px;
  left: auto;
  width: 300px;
  left: 50%;
  transform: translate(-50%);
  margin: 0;
  overflow: auto;
}

.im-showcase__preview-content__item {
  display: inline-block;
  height: 60px;
  width: 60px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 2px 7px 8px;
}
.im-showcase__preview-content__item + .im-img__overlay {
  margin-left: -79px;
}

.im-showcase__preview__info {
  margin: 0 0 0 145px;
  padding-top: 15px;
  min-height: 130px;
  width: 140px;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.im-showcase__preview__name {
  display: none;
  position: relative;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}
body .im-showcase__preview__name {
  color: #111111;
}
.im-theme-dark_green .im-showcase__preview__name {
  color: #ffffff;
}
.im-theme-dark_blue .im-showcase__preview__name {
  color: #ffffff;
}
.im-theme-blue .im-showcase__preview__name {
  color: #111111;
}
.im-theme-vk_dark_blue .im-showcase__preview__name {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-showcase__preview__name {
  color: #111111;
}
.im-theme-dit_blue .im-showcase__preview__name {
  color: #111111;
}
.im-theme-myteam_green .im-showcase__preview__name {
  color: #111111;
}
.im-theme-dark_calls .im-showcase__preview__name {
  color: #FFFFFF;
}

.im-showcase__preview__name-fader {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  height: 100%;
  width: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-showcase__preview__name-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dark_green .im-showcase__preview__name-fader {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-dark_blue .im-showcase__preview__name-fader {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-blue .im-showcase__preview__name-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-vk_dark_blue .im-showcase__preview__name-fader {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-vk_blue .im-showcase__preview__name-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dit_blue .im-showcase__preview__name-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-myteam_green .im-showcase__preview__name-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dark_calls .im-showcase__preview__name-fader {
  background: -webkit-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -moz-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -ms-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -o-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
}

.im-showcase__preview__description-fader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  height: 100%;
  width: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body .im-showcase__preview__description-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dark_green .im-showcase__preview__description-fader {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-dark_blue .im-showcase__preview__description-fader {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-blue .im-showcase__preview__description-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-vk_dark_blue .im-showcase__preview__description-fader {
  background: -webkit-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -moz-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -ms-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: -o-linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
  background: linear-gradient(left, rgba(43, 44, 52, 0), #2b2c34);
}
.im-theme-vk_blue .im-showcase__preview__description-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dit_blue .im-showcase__preview__description-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-myteam_green .im-showcase__preview__description-fader {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), white);
  background: linear-gradient(left, rgba(255, 255, 255, 0), white);
}
.im-theme-dark_calls .im-showcase__preview__description-fader {
  background: -webkit-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -moz-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -ms-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: -o-linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
  background: linear-gradient(left, rgba(43, 43, 43, 0), #2b2b2b);
}

/*.im-showcase__preview__status {
    display: none;
    color: #3b88b4;
    height: 20px;
    line-height: 20px;
}
.im-showcase__preview__ready {
    color: #b1b2b4;
    line-height: 20px;
    display: none;
}*/
.im-stickers-preview__handleblock {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  height: auto;
  opacity: 0;
  z-index: 1000;
}

.im-stickers-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /*text-align: center;
  vertical-align: middle;
  img {
      height: auto;
      width: auto;
      max-width: 100%;
      max-heigh: 100%;
  }*/
}
body .im-stickers-preview {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_green .im-stickers-preview {
  background-color: rgba(43, 44, 52, 0.6);
}
.im-theme-dark_blue .im-stickers-preview {
  background-color: rgba(43, 44, 52, 0.6);
}
.im-theme-blue .im-stickers-preview {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-vk_dark_blue .im-stickers-preview {
  background-color: rgba(43, 44, 52, 0.6);
}
.im-theme-vk_blue .im-stickers-preview {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-dit_blue .im-stickers-preview {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-myteam_green .im-stickers-preview {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_calls .im-stickers-preview {
  background-color: rgba(43, 43, 43, 0.6);
}

.im-group-settings {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 21;
  -webkit-overflow-scrolling: touch;
}
body .im-group-settings {
  background: #ffffff;
}
.im-theme-dark_green .im-group-settings {
  background: #2b2c34;
}
.im-theme-dark_blue .im-group-settings {
  background: #2b2c34;
}
.im-theme-blue .im-group-settings {
  background: #ffffff;
}
.im-theme-vk_dark_blue .im-group-settings {
  background: #2B2C34;
}
.im-theme-vk_blue .im-group-settings {
  background: #FFFFFF;
}
.im-theme-dit_blue .im-group-settings {
  background: #ffffff;
}
.im-theme-myteam_green .im-group-settings {
  background: #ffffff;
}
.im-theme-dark_calls .im-group-settings {
  background: #2B2B2B;
}
.im-group-settings .im-scrollbar {
  top: 56px;
}

.im-group-settings__content {
  position: absolute;
  top: 56px;
  right: 0;
  bottom: 0;
  left: 0;
}
.im-group-settings__content .im-button[data-action=ok] {
  margin-bottom: 20px;
  margin-left: 20px;
}

.im-group-settings__topbar {
  height: 55px;
  border-bottom: 1px solid;
  position: relative;
  text-align: center;
}
body .im-group-settings__topbar {
  border-bottom-color: #eceef3;
}
.im-theme-dark_green .im-group-settings__topbar {
  border-bottom-color: #3c3d47;
}
.im-theme-dark_blue .im-group-settings__topbar {
  border-bottom-color: #3c3d47;
}
.im-theme-blue .im-group-settings__topbar {
  border-bottom-color: #eceef3;
}
.im-theme-vk_dark_blue .im-group-settings__topbar {
  border-bottom-color: #3C3D47;
}
.im-theme-vk_blue .im-group-settings__topbar {
  border-bottom-color: #ECEEF3;
}
.im-theme-dit_blue .im-group-settings__topbar {
  border-bottom-color: #eceef3;
}
.im-theme-myteam_green .im-group-settings__topbar {
  border-bottom-color: #eceef3;
}
.im-theme-dark_calls .im-group-settings__topbar {
  border-bottom-color: #1F1F1F;
}

.im-group-settings__title {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 56px;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}
body .im-group-settings__title {
  color: #111111;
}
.im-theme-dark_green .im-group-settings__title {
  color: #ffffff;
}
.im-theme-dark_blue .im-group-settings__title {
  color: #ffffff;
}
.im-theme-blue .im-group-settings__title {
  color: #111111;
}
.im-theme-vk_dark_blue .im-group-settings__title {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-group-settings__title {
  color: #111111;
}
.im-theme-dit_blue .im-group-settings__title {
  color: #111111;
}
.im-theme-myteam_green .im-group-settings__title {
  color: #111111;
}
.im-theme-dark_calls .im-group-settings__title {
  color: #FFFFFF;
}

.im-group-settings_editable .im-button[data-action=cancel] {
  display: inline-block;
}

.im-group-edit-box {
  width: 360px;
  max-height: 516px;
  min-height: 350px;
  height: 90%;
}
.im-group-edit-box .im-modal-box__body.im-modal-box__body {
  padding: 0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 64px;
  left: 0;
  width: 100%;
}
.im-group-edit-box .im-scrollbar {
  bottom: 64px;
}
.im-group-edit-box .im-button[data-action=cancel] {
  display: none;
}
.im-group-edit-box .im-modal-box__bottom {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
}

body .im-group-edit-box_editable .im-livechat-field {
  color: #111111;
}
.im-theme-dark_green .im-group-edit-box_editable .im-livechat-field {
  color: #ffffff;
}
.im-theme-dark_blue .im-group-edit-box_editable .im-livechat-field {
  color: #ffffff;
}
.im-theme-blue .im-group-edit-box_editable .im-livechat-field {
  color: #111111;
}
.im-theme-vk_dark_blue .im-group-edit-box_editable .im-livechat-field {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-group-edit-box_editable .im-livechat-field {
  color: #111111;
}
.im-theme-dit_blue .im-group-edit-box_editable .im-livechat-field {
  color: #111111;
}
.im-theme-myteam_green .im-group-edit-box_editable .im-livechat-field {
  color: #111111;
}
.im-theme-dark_calls .im-group-edit-box_editable .im-livechat-field {
  color: #FFFFFF;
}
.im-group-edit-box_editable .im-button[data-action=cancel] {
  display: inline-block;
}

.im-group-edit .im-avatar-uploader {
  margin: 24px auto 14px;
}

.im-livechat-fields {
  padding: 0 20px;
}

.im-livechat-field {
  position: relative;
  padding-top: 40px;
}
body .im-livechat-field {
  color: #838690;
}
.im-theme-dark_green .im-livechat-field {
  color: #7e848f;
}
.im-theme-dark_blue .im-livechat-field {
  color: #7e848f;
}
.im-theme-blue .im-livechat-field {
  color: #838690;
}
.im-theme-vk_dark_blue .im-livechat-field {
  color: #909499;
}
.im-theme-vk_blue .im-livechat-field {
  color: #818C99;
}
.im-theme-dit_blue .im-livechat-field {
  color: #838690;
}
.im-theme-myteam_green .im-livechat-field {
  color: #838690;
}
.im-theme-dark_calls .im-livechat-field {
  color: #9C9C9C;
}
.im-livechat-field .im-livechat-label {
  border: none;
  height: 23px;
  line-height: 23px;
  position: absolute;
  top: 12px;
  font-size: 12px;
  z-index: 0;
}
.im-livechat-field .im-livechat-edit {
  position: relative;
  background: transparent;
  z-index: 1;
  min-height: 20px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid;
  font-size: inherit;
  overflow-wrap: break-word;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body .im-livechat-field .im-livechat-edit {
  border-bottom-color: #b7bcc9;
}
.im-theme-dark_green .im-livechat-field .im-livechat-edit {
  border-bottom-color: #7e848f;
}
.im-theme-dark_blue .im-livechat-field .im-livechat-edit {
  border-bottom-color: #7e848f;
}
.im-theme-blue .im-livechat-field .im-livechat-edit {
  border-bottom-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-livechat-field .im-livechat-edit {
  border-bottom-color: #76787A;
}
.im-theme-vk_blue .im-livechat-field .im-livechat-edit {
  border-bottom-color: #99A2AD;
}
.im-theme-dit_blue .im-livechat-field .im-livechat-edit {
  border-bottom-color: #b7bcc9;
}
.im-theme-myteam_green .im-livechat-field .im-livechat-edit {
  border-bottom-color: #b7bcc9;
}
.im-theme-dark_calls .im-livechat-field .im-livechat-edit {
  border-bottom-color: #949494;
}
.im-livechat-field .im-livechat-edit:empty ~ .im-livechat-label {
  margin-top: 24px;
  font-size: inherit;
}
body .im-livechat-field .im-livechat-edit:empty ~ .im-livechat-label {
  color: #838690;
  border-bottom-color: #b7bcc9;
}
.im-theme-dark_green .im-livechat-field .im-livechat-edit:empty ~ .im-livechat-label {
  color: #7e848f;
  border-bottom-color: #7e848f;
}
.im-theme-dark_blue .im-livechat-field .im-livechat-edit:empty ~ .im-livechat-label {
  color: #7e848f;
  border-bottom-color: #7e848f;
}
.im-theme-blue .im-livechat-field .im-livechat-edit:empty ~ .im-livechat-label {
  color: #838690;
  border-bottom-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-livechat-field .im-livechat-edit:empty ~ .im-livechat-label {
  color: #909499;
  border-bottom-color: #76787A;
}
.im-theme-vk_blue .im-livechat-field .im-livechat-edit:empty ~ .im-livechat-label {
  color: #818C99;
  border-bottom-color: #99A2AD;
}
.im-theme-dit_blue .im-livechat-field .im-livechat-edit:empty ~ .im-livechat-label {
  color: #838690;
  border-bottom-color: #b7bcc9;
}
.im-theme-myteam_green .im-livechat-field .im-livechat-edit:empty ~ .im-livechat-label {
  color: #838690;
  border-bottom-color: #b7bcc9;
}
.im-theme-dark_calls .im-livechat-field .im-livechat-edit:empty ~ .im-livechat-label {
  color: #9C9C9C;
  border-bottom-color: #949494;
}
body .im-livechat-field .im-livechat-edit:focus {
  border-bottom-color: #21D86A;
}
.im-theme-dark_green .im-livechat-field .im-livechat-edit:focus {
  border-bottom-color: #0ADC5E;
}
.im-theme-dark_blue .im-livechat-field .im-livechat-edit:focus {
  border-bottom-color: #2e91ff;
}
.im-theme-blue .im-livechat-field .im-livechat-edit:focus {
  border-bottom-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-livechat-field .im-livechat-edit:focus {
  border-bottom-color: #71AAEB;
}
.im-theme-vk_blue .im-livechat-field .im-livechat-edit:focus {
  border-bottom-color: #3F8AE0;
}
.im-theme-dit_blue .im-livechat-field .im-livechat-edit:focus {
  border-bottom-color: #2E72BF;
}
.im-theme-myteam_green .im-livechat-field .im-livechat-edit:focus {
  border-bottom-color: #18D893;
}
.im-theme-dark_calls .im-livechat-field .im-livechat-edit:focus {
  border-bottom-color: #0C7CFF;
}
.im-livechat-field .im-livechat-edit:focus ~ .im-livechat-label {
  margin-top: 0;
  font-size: 12px;
}
body .im-livechat-field .im-livechat-edit:focus ~ .im-livechat-label {
  color: #00B84D;
}
.im-theme-dark_green .im-livechat-field .im-livechat-edit:focus ~ .im-livechat-label {
  color: #0AC248;
}
.im-theme-dark_blue .im-livechat-field .im-livechat-edit:focus ~ .im-livechat-label {
  color: #2f92ff;
}
.im-theme-blue .im-livechat-field .im-livechat-edit:focus ~ .im-livechat-label {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-livechat-field .im-livechat-edit:focus ~ .im-livechat-label {
  color: #71AAEB;
}
.im-theme-vk_blue .im-livechat-field .im-livechat-edit:focus ~ .im-livechat-label {
  color: #4986CC;
}
.im-theme-dit_blue .im-livechat-field .im-livechat-edit:focus ~ .im-livechat-label {
  color: #2E72BF;
}
.im-theme-myteam_green .im-livechat-field .im-livechat-edit:focus ~ .im-livechat-label {
  color: #17C97E;
}
.im-theme-dark_calls .im-livechat-field .im-livechat-edit:focus ~ .im-livechat-label {
  color: #027AFF;
}

.im-livechat-label__channel {
  display: none;
}

.im-channel-settings .im-livechat-label__group {
  display: none;
}
.im-channel-settings .im-livechat-label__channel {
  display: inline;
}

.im-livechat-switcher {
  padding: 0 82px 0 20px;
  margin: 20px 0;
  position: relative;
  padding-bottom: 5px;
  display: block;
}
.im-livechat-switcher .im-chat__actions {
  width: 68px;
  right: 0;
}
.im-livechat-switcher .im-chat__actions::after {
  display: none;
}
.im-livechat-switcher .im-chat__actions .im-switch {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.im-livechat-switcher_disabled {
  opacity: 0.4;
}

.im-livechat-switcher__always_checked .im-switch-lever {
  opacity: 0.4;
}

.im-chat__actions_desc {
  margin-top: 7px;
  font-size: 14px;
  font-weight: normal;
  white-space: normal;
  line-height: normal;
}
body .im-chat__actions_desc {
  color: #838690;
}
.im-theme-dark_green .im-chat__actions_desc {
  color: #7e848f;
}
.im-theme-dark_blue .im-chat__actions_desc {
  color: #7e848f;
}
.im-theme-blue .im-chat__actions_desc {
  color: #838690;
}
.im-theme-vk_dark_blue .im-chat__actions_desc {
  color: #909499;
}
.im-theme-vk_blue .im-chat__actions_desc {
  color: #818C99;
}
.im-theme-dit_blue .im-chat__actions_desc {
  color: #838690;
}
.im-theme-myteam_green .im-chat__actions_desc {
  color: #838690;
}
.im-theme-dark_calls .im-chat__actions_desc {
  color: #9C9C9C;
}

.im-livechat-link {
  position: relative;
  line-height: 20px;
  padding: 0 20px;
  font-size: 14px;
}
body .im-livechat-link {
  color: #838690;
}
.im-theme-dark_green .im-livechat-link {
  color: #7e848f;
}
.im-theme-dark_blue .im-livechat-link {
  color: #7e848f;
}
.im-theme-blue .im-livechat-link {
  color: #838690;
}
.im-theme-vk_dark_blue .im-livechat-link {
  color: #909499;
}
.im-theme-vk_blue .im-livechat-link {
  color: #818C99;
}
.im-theme-dit_blue .im-livechat-link {
  color: #838690;
}
.im-theme-myteam_green .im-livechat-link {
  color: #838690;
}
.im-theme-dark_calls .im-livechat-link {
  color: #9C9C9C;
}
body .im-livechat-link .im-box-nick__loading-screen {
  background-color: rgba(255, 255, 255, 0.7);
}
.im-theme-dark_green .im-livechat-link .im-box-nick__loading-screen {
  background-color: rgba(43, 44, 52, 0.7);
}
.im-theme-dark_blue .im-livechat-link .im-box-nick__loading-screen {
  background-color: rgba(43, 44, 52, 0.7);
}
.im-theme-blue .im-livechat-link .im-box-nick__loading-screen {
  background-color: rgba(255, 255, 255, 0.7);
}
.im-theme-vk_dark_blue .im-livechat-link .im-box-nick__loading-screen {
  background-color: rgba(43, 44, 52, 0.7);
}
.im-theme-vk_blue .im-livechat-link .im-box-nick__loading-screen {
  background-color: rgba(255, 255, 255, 0.7);
}
.im-theme-dit_blue .im-livechat-link .im-box-nick__loading-screen {
  background-color: rgba(255, 255, 255, 0.7);
}
.im-theme-myteam_green .im-livechat-link .im-box-nick__loading-screen {
  background-color: rgba(255, 255, 255, 0.7);
}
.im-theme-dark_calls .im-livechat-link .im-box-nick__loading-screen {
  background-color: rgba(43, 43, 43, 0.7);
}
.im-livechat-switcher__wrap:empty + .im-livechat-link {
  margin: 20px 0;
}

.im-chat-link__overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .im-chat-link__overlay {
  background: rgba(255, 255, 255, 0.7);
}
.im-theme-dark_green .im-chat-link__overlay {
  background: rgba(43, 44, 52, 0.7);
}
.im-theme-dark_blue .im-chat-link__overlay {
  background: rgba(43, 44, 52, 0.7);
}
.im-theme-blue .im-chat-link__overlay {
  background: rgba(255, 255, 255, 0.7);
}
.im-theme-vk_dark_blue .im-chat-link__overlay {
  background: rgba(43, 44, 52, 0.7);
}
.im-theme-vk_blue .im-chat-link__overlay {
  background: rgba(255, 255, 255, 0.7);
}
.im-theme-dit_blue .im-chat-link__overlay {
  background: rgba(255, 255, 255, 0.7);
}
.im-theme-myteam_green .im-chat-link__overlay {
  background: rgba(255, 255, 255, 0.7);
}
.im-theme-dark_calls .im-chat-link__overlay {
  background: rgba(43, 43, 43, 0.7);
}
.im-chat-link__overlay .im-circ-spinner {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.im-box-nick__link {
  font-size: 14px;
}

.im-box-nick__generate-link {
  margin-top: 10px;
  cursor: pointer;
}
body .im-box-nick__generate-link {
  color: #00B84D;
}
.im-theme-dark_green .im-box-nick__generate-link {
  color: #0AC248;
}
.im-theme-dark_blue .im-box-nick__generate-link {
  color: #2f92ff;
}
.im-theme-blue .im-box-nick__generate-link {
  color: #1B85F1;
}
.im-theme-vk_dark_blue .im-box-nick__generate-link {
  color: #71AAEB;
}
.im-theme-vk_blue .im-box-nick__generate-link {
  color: #4986CC;
}
.im-theme-dit_blue .im-box-nick__generate-link {
  color: #2E72BF;
}
.im-theme-myteam_green .im-box-nick__generate-link {
  color: #17C97E;
}
.im-theme-dark_calls .im-box-nick__generate-link {
  color: #027AFF;
}
.im-desktop .im-box-nick__generate-link:hover {
  color: #00A846;
}
.im-desktop.im-theme-dark_green .im-box-nick__generate-link:hover {
  color: #0CDA51;
}
.im-desktop.im-theme-dark_blue .im-box-nick__generate-link:hover {
  color: #479dff;
}
.im-desktop.im-theme-blue .im-box-nick__generate-link:hover {
  color: #1E7BDA;
}
.im-desktop.im-theme-vk_dark_blue .im-box-nick__generate-link:hover {
  color: #689CD8;
}
.im-desktop.im-theme-vk_blue .im-box-nick__generate-link:hover {
  color: #4681C4;
}
.im-desktop.im-theme-dit_blue .im-box-nick__generate-link:hover {
  color: #1E67BB;
}
.im-desktop.im-theme-myteam_green .im-box-nick__generate-link:hover {
  color: #15BD76;
}
.im-desktop.im-theme-dark_calls .im-box-nick__generate-link:hover {
  color: #0275F5;
}
.im-desktop .im-box-nick__generate-link:active {
  color: #009940;
}
.im-desktop.im-theme-dark_green .im-box-nick__generate-link:active {
  color: #0DF25A;
}
.im-desktop.im-theme-dark_blue .im-box-nick__generate-link:active {
  color: #47a0ff;
}
.im-desktop.im-theme-blue .im-box-nick__generate-link:active {
  color: #2173C6;
}
.im-desktop.im-theme-vk_dark_blue .im-box-nick__generate-link:active {
  color: #689CD8;
}
.im-desktop.im-theme-vk_blue .im-box-nick__generate-link:active {
  color: #4077B4;
}
.im-desktop.im-theme-dit_blue .im-box-nick__generate-link:active {
  color: #1B5CA8;
}
.im-desktop.im-theme-myteam_green .im-box-nick__generate-link:active {
  color: #10AC6B;
}
.im-desktop.im-theme-dark_calls .im-box-nick__generate-link:active {
  color: #0270EB;
}
body .im-box-nick__generate-link:active {
  color: #009940;
}
.im-theme-dark_green .im-box-nick__generate-link:active {
  color: #0DF25A;
}
.im-theme-dark_blue .im-box-nick__generate-link:active {
  color: #47a0ff;
}
.im-theme-blue .im-box-nick__generate-link:active {
  color: #2173C6;
}
.im-theme-vk_dark_blue .im-box-nick__generate-link:active {
  color: #689CD8;
}
.im-theme-vk_blue .im-box-nick__generate-link:active {
  color: #4077B4;
}
.im-theme-dit_blue .im-box-nick__generate-link:active {
  color: #1B5CA8;
}
.im-theme-myteam_green .im-box-nick__generate-link:active {
  color: #10AC6B;
}
.im-theme-dark_calls .im-box-nick__generate-link:active {
  color: #0270EB;
}

.im-box-nick__example-block {
  margin-top: 24px;
}

.im-box-nick__input {
  white-space: nowrap;
  display: flex;
  align-items: stretch;
  margin-top: 24px;
  margin-bottom: 8px;
  position: relative;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
}
.im-box-nick__input .im-box-nick__input__border {
  width: 100%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
}
body .im-box-nick__input .im-box-nick__input__border {
  background-color: #b7bcc9;
}
body .im-box-nick__input .im-field-text:focus + .im-box-nick__input__border {
  background-color: #21D86A;
}
.im-theme-dark_green .im-box-nick__input .im-box-nick__input__border {
  background-color: #7e848f;
}
.im-theme-dark_green .im-box-nick__input .im-field-text:focus + .im-box-nick__input__border {
  background-color: #0ADC5E;
}
.im-theme-dark_blue .im-box-nick__input .im-box-nick__input__border {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-box-nick__input .im-field-text:focus + .im-box-nick__input__border {
  background-color: #2e91ff;
}
.im-theme-blue .im-box-nick__input .im-box-nick__input__border {
  background-color: #b7bcc9;
}
.im-theme-blue .im-box-nick__input .im-field-text:focus + .im-box-nick__input__border {
  background-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-box-nick__input .im-box-nick__input__border {
  background-color: #76787A;
}
.im-theme-vk_dark_blue .im-box-nick__input .im-field-text:focus + .im-box-nick__input__border {
  background-color: #71AAEB;
}
.im-theme-vk_blue .im-box-nick__input .im-box-nick__input__border {
  background-color: #99A2AD;
}
.im-theme-vk_blue .im-box-nick__input .im-field-text:focus + .im-box-nick__input__border {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-box-nick__input .im-box-nick__input__border {
  background-color: #b7bcc9;
}
.im-theme-dit_blue .im-box-nick__input .im-field-text:focus + .im-box-nick__input__border {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-box-nick__input .im-box-nick__input__border {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-box-nick__input .im-field-text:focus + .im-box-nick__input__border {
  background-color: #18D893;
}
.im-theme-dark_calls .im-box-nick__input .im-box-nick__input__border {
  background-color: #949494;
}
.im-theme-dark_calls .im-box-nick__input .im-field-text:focus + .im-box-nick__input__border {
  background-color: #0C7CFF;
}
body .im-nick-box_error .im-box-nick__input .im-box-nick__input__border.im-box-nick__input__border {
  background-color: #f83e33;
}
.im-theme-dark_green .im-nick-box_error .im-box-nick__input .im-box-nick__input__border.im-box-nick__input__border {
  background-color: #f75d5d;
}
.im-theme-dark_blue .im-nick-box_error .im-box-nick__input .im-box-nick__input__border.im-box-nick__input__border {
  background-color: #f75d5d;
}
.im-theme-blue .im-nick-box_error .im-box-nick__input .im-box-nick__input__border.im-box-nick__input__border {
  background-color: #f83e33;
}
.im-theme-vk_dark_blue .im-nick-box_error .im-box-nick__input .im-box-nick__input__border.im-box-nick__input__border {
  background-color: #FF5C5C;
}
.im-theme-vk_blue .im-nick-box_error .im-box-nick__input .im-box-nick__input__border.im-box-nick__input__border {
  background-color: #FF3347;
}
.im-theme-dit_blue .im-nick-box_error .im-box-nick__input .im-box-nick__input__border.im-box-nick__input__border {
  background-color: #f83e33;
}
.im-theme-myteam_green .im-nick-box_error .im-box-nick__input .im-box-nick__input__border.im-box-nick__input__border {
  background-color: #EC264A;
}
.im-theme-dark_calls .im-nick-box_error .im-box-nick__input .im-box-nick__input__border.im-box-nick__input__border {
  background-color: #FC2C38;
}
.im-box-nick__input .im-field-text {
  border: 0;
  margin: 0;
  padding-left: 0;
}
body .im-box-nick__input .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccfd8;
  opacity: 1;
  /* Firefox */
}
body .im-box-nick__input .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccfd8;
}
body .im-box-nick__input .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccfd8;
}
.im-theme-dark_green .im-box-nick__input .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5e5f6c;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_green .im-box-nick__input .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5e5f6c;
}
.im-theme-dark_green .im-box-nick__input .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5e5f6c;
}
.im-theme-dark_blue .im-box-nick__input .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5e5f6c;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_blue .im-box-nick__input .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5e5f6c;
}
.im-theme-dark_blue .im-box-nick__input .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5e5f6c;
}
.im-theme-blue .im-box-nick__input .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccfd8;
  opacity: 1;
  /* Firefox */
}
.im-theme-blue .im-box-nick__input .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccfd8;
}
.im-theme-blue .im-box-nick__input .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccfd8;
}
.im-theme-vk_dark_blue .im-box-nick__input .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5D5F61;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_dark_blue .im-box-nick__input .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5D5F61;
}
.im-theme-vk_dark_blue .im-box-nick__input .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5D5F61;
}
.im-theme-vk_blue .im-box-nick__input .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #B8C1CC;
  opacity: 1;
  /* Firefox */
}
.im-theme-vk_blue .im-box-nick__input .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #B8C1CC;
}
.im-theme-vk_blue .im-box-nick__input .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #B8C1CC;
}
.im-theme-dit_blue .im-box-nick__input .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccfd8;
  opacity: 1;
  /* Firefox */
}
.im-theme-dit_blue .im-box-nick__input .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccfd8;
}
.im-theme-dit_blue .im-box-nick__input .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccfd8;
}
.im-theme-myteam_green .im-box-nick__input .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccfd8;
  opacity: 1;
  /* Firefox */
}
.im-theme-myteam_green .im-box-nick__input .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccfd8;
}
.im-theme-myteam_green .im-box-nick__input .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccfd8;
}
.im-theme-dark_calls .im-box-nick__input .im-field-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #858585;
  opacity: 1;
  /* Firefox */
}
.im-theme-dark_calls .im-box-nick__input .im-field-text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #858585;
}
.im-theme-dark_calls .im-box-nick__input .im-field-text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #858585;
}

.im-box__extra-info {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-top: 8px;
}
body .im-box__extra-info {
  color: #838690;
}
.im-theme-dark_green .im-box__extra-info {
  color: #7e848f;
}
.im-theme-dark_blue .im-box__extra-info {
  color: #7e848f;
}
.im-theme-blue .im-box__extra-info {
  color: #838690;
}
.im-theme-vk_dark_blue .im-box__extra-info {
  color: #909499;
}
.im-theme-vk_blue .im-box__extra-info {
  color: #818C99;
}
.im-theme-dit_blue .im-box__extra-info {
  color: #838690;
}
.im-theme-myteam_green .im-box__extra-info {
  color: #838690;
}
.im-theme-dark_calls .im-box__extra-info {
  color: #9C9C9C;
}

body .im-box__extra-info_alert {
  color: #f83e33;
}
.im-theme-dark_green .im-box__extra-info_alert {
  color: #f75d5d;
}
.im-theme-dark_blue .im-box__extra-info_alert {
  color: #f75d5d;
}
.im-theme-blue .im-box__extra-info_alert {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-box__extra-info_alert {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-box__extra-info_alert {
  color: #FF3347;
}
.im-theme-dit_blue .im-box__extra-info_alert {
  color: #f83e33;
}
.im-theme-myteam_green .im-box__extra-info_alert {
  color: #EC264A;
}
.im-theme-dark_calls .im-box__extra-info_alert {
  color: #FC2C38;
}

.im-switchphone {
  /*.im-verify-phone__sms, .im-verify-phone__input {
      @include transition(100ms, opacity);
  }
  .im-verify-phone__sms {
      opacity: 0;
  }
  .im-verify-phone__input {
      opacity: 1;
  }

  &.im-verify-phone_code {
      .im-verify-phone__input {
          display: block;
          opacity: 0;
      }
      .im-verify-phone__sms {
          opacity: 1;
      }
  }*/
}
.im-switchphone > .app-content {
  top: 0;
}
.im-switchphone .im-countrypage {
  height: 100%;
}
.im-switchphone .im-countrypage .app-topbar__icon {
  display: inline-block;
}
.im-switchphone .im-verify-phone__submessage,
.im-switchphone .im-verify-phone__error {
  padding: 0 64px;
}
.im-pane-box_modal .im-switchphone {
  max-height: 472px;
}

.im-switchphone__verify-phone-form,
.im-switchphone__hello,
.im-switchphone__success {
  display: none;
  padding: 0 28px;
}

.im-switchphone_hello .im-switchphone__hello,
.im-switchphone_verify .im-switchphone__verify-phone-form,
.im-switchphone_success .im-switchphone__success {
  display: block;
}

.im-switchphone__title {
  font-size: 22px;
  line-height: 48px;
  height: 48px;
  vertical-align: middle;
  text-align: center;
}

.im-verify-phone_code .im-switchphone__verify-phone-form {
  margin-top: -61px;
}

.im-switchphone__sim-image {
  height: 120px;
  text-align: center;
  /*@if ($property == transform) or ($property == box-shadow) or ($property == border-radius) {
      $real_val: $val;
      $val: $property $val, -o- + $property $val, -webkit- + $property $val;
      @if ($excludeFF == false) {
          $val: $val, -moz- + $property $real_val;
      }
  } @else {*/
  transition: "opacity" 100;
  -moz-transition: "opacity" 100;
  -o-transition: "opacity" 100;
  -webkit-transition: "opacity" 100;
  opacity: 1;
}
.im-switchphone__sim-image::after {
  content: "";
  display: inline-block;
  background: url("../images/Sim@3x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 130px;
  height: 78px;
  margin-top: 32px;
}
.im-verify-phone_code .im-switchphone__sim-image {
  opacity: 0;
}
.im-switchphone_success.im-verify-phone_code .im-switchphone__sim-image {
  opacity: 1;
  /*@if ($property == transform) or ($property == box-shadow) or ($property == border-radius) {
      $real_val: $val;
      $val: $property $val, -o- + $property $val, -webkit- + $property $val;
      @if ($excludeFF == false) {
          $val: $val, -moz- + $property $real_val;
      }
  } @else {*/
  transition: "opacity" 0;
  -moz-transition: "opacity" 0;
  -o-transition: "opacity" 0;
  -webkit-transition: "opacity" 0;
}

.im-switchphone__rules {
  margin: 12px 0 64px 16px;
  padding-left: 16px;
  font-size: 13px;
  list-style-type: none;
}
body .im-switchphone__rules {
  color: #111111;
}
.im-theme-dark_green .im-switchphone__rules {
  color: #ffffff;
}
.im-theme-dark_blue .im-switchphone__rules {
  color: #ffffff;
}
.im-theme-blue .im-switchphone__rules {
  color: #111111;
}
.im-theme-vk_dark_blue .im-switchphone__rules {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-switchphone__rules {
  color: #111111;
}
.im-theme-dit_blue .im-switchphone__rules {
  color: #111111;
}
.im-theme-myteam_green .im-switchphone__rules {
  color: #111111;
}
.im-theme-dark_calls .im-switchphone__rules {
  color: #FFFFFF;
}
.im-switchphone__rules li {
  position: relative;
  margin-bottom: 25px;
}
.im-switchphone__rules li::before {
  content: "";
  position: absolute;
  top: 3px;
  right: auto;
  bottom: auto;
  left: -18px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-radius: 4px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-switchphone__rules li::before {
  border-color: #21D86A;
}
.im-theme-dark_green .im-switchphone__rules li::before {
  border-color: #0ADC5E;
}
.im-theme-dark_blue .im-switchphone__rules li::before {
  border-color: #2e91ff;
}
.im-theme-blue .im-switchphone__rules li::before {
  border-color: #2D90F5;
}
.im-theme-vk_dark_blue .im-switchphone__rules li::before {
  border-color: #71AAEB;
}
.im-theme-vk_blue .im-switchphone__rules li::before {
  border-color: #3F8AE0;
}
.im-theme-dit_blue .im-switchphone__rules li::before {
  border-color: #2E72BF;
}
.im-theme-myteam_green .im-switchphone__rules li::before {
  border-color: #18D893;
}
.im-theme-dark_calls .im-switchphone__rules li::before {
  border-color: #0C7CFF;
}

.im-switchphone__buttons,
.im-verify-phone__bottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 64px;
  width: 100%;
  text-align: center;
  line-height: 64px;
}

.im-switchphone__success__message {
  margin-top: 31px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}
body .im-switchphone__success__message {
  color: #838690;
}
.im-theme-dark_green .im-switchphone__success__message {
  color: #7e848f;
}
.im-theme-dark_blue .im-switchphone__success__message {
  color: #7e848f;
}
.im-theme-blue .im-switchphone__success__message {
  color: #838690;
}
.im-theme-vk_dark_blue .im-switchphone__success__message {
  color: #909499;
}
.im-theme-vk_blue .im-switchphone__success__message {
  color: #818C99;
}
.im-theme-dit_blue .im-switchphone__success__message {
  color: #838690;
}
.im-theme-myteam_green .im-switchphone__success__message {
  color: #838690;
}
.im-theme-dark_calls .im-switchphone__success__message {
  color: #9C9C9C;
}

.im-switchphone__success__phone {
  text-align: center;
  margin: 12px 0;
  font-size: 18px;
}
body .im-switchphone__success__phone {
  color: #111111;
}
.im-theme-dark_green .im-switchphone__success__phone {
  color: #ffffff;
}
.im-theme-dark_blue .im-switchphone__success__phone {
  color: #ffffff;
}
.im-theme-blue .im-switchphone__success__phone {
  color: #111111;
}
.im-theme-vk_dark_blue .im-switchphone__success__phone {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-switchphone__success__phone {
  color: #111111;
}
.im-theme-dit_blue .im-switchphone__success__phone {
  color: #111111;
}
.im-theme-myteam_green .im-switchphone__success__phone {
  color: #111111;
}
.im-theme-dark_calls .im-switchphone__success__phone {
  color: #FFFFFF;
}

.im-voip__outer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  vertical-align: middle;
  text-align: center;
  z-index: 3000;
}
.im-voip__outer {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-voip__outer.im-theme-dark_green {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-voip__outer.im-theme-dark_blue {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-voip__outer.im-theme-blue {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-voip__outer.im-theme-vk_dark_blue {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-voip__outer.im-theme-vk_blue {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-voip__outer.im-theme-dit_blue {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-voip__outer.im-theme-myteam_green {
  background-color: rgba(0, 0, 0, 0.55);
}
.im-voip__outer.im-theme-dark_calls {
  background-color: rgba(0, 0, 0, 0.55);
}

.im-voip {
  font-family: arial, sans-serif;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: visible;
  -webkit-transform: translateZ(0);
  border-radius: 13px;
  overflow: hidden;
  position: absolute;
  left: 100px;
  right: 100px;
  top: 60px;
  bottom: 60px;
  width: auto;
  height: auto;
  min-width: 400px;
  min-height: 225px;
}
body .im-voip {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.im-theme-dark_green .im-voip {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.im-theme-dark_blue .im-voip {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.im-theme-blue .im-voip {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.im-theme-vk_dark_blue .im-voip {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.im-theme-vk_blue .im-voip {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.im-theme-dit_blue .im-voip {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.im-theme-myteam_green .im-voip {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.im-theme-dark_calls .im-voip {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
.im-voip .im-calls-loader {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.im-voip:-webkit-full-screen {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.im-voip:-moz-full-screen {
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.im-voip.im-voip_finished .im-voip__controls,
.im-voip.im-voip_finished .im-stream__controls,
.im-voip.im-voip_finished .im-voip__panel-menu {
  display: none;
}
.im-voip.im-voip_finished .im-voip__button-panel {
  z-index: 4;
}
.im-voip.im-voip_finished::after {
  content: attr(data-finished);
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  z-index: 5;
  padding-top: 20px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .im-voip.im-voip_finished::after {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_green .im-voip.im-voip_finished::after {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_blue .im-voip.im-voip_finished::after {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-blue .im-voip.im-voip_finished::after {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_dark_blue .im-voip.im-voip_finished::after {
  color: #E1E3E6;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-vk_blue .im-voip.im-voip_finished::after {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dit_blue .im-voip.im-voip_finished::after {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-myteam_green .im-voip.im-voip_finished::after {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.55);
}
.im-theme-dark_calls .im-voip.im-voip_finished::after {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.55);
}

.im-voip_layout-split .im-voip__carousel {
  display: none;
}
.im-voip_layout-split .im-stream {
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  border-radius: 0;
}
.im-voip_layout-split .im-stream::after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .im-voip_layout-split .im-stream::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_green .im-voip_layout-split .im-stream::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_blue .im-voip_layout-split .im-stream::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-blue .im-voip_layout-split .im-stream::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-vk_dark_blue .im-voip_layout-split .im-stream::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-vk_blue .im-voip_layout-split .im-stream::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dit_blue .im-voip_layout-split .im-stream::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-myteam_green .im-voip_layout-split .im-stream::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_calls .im-voip_layout-split .im-stream::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.im-voip_layout-split .im-stream:hover .im-stream__controls {
  opacity: 1;
}
.im-voip_layout-split .im-stream_me {
  left: 0;
  right: auto;
}
.im-voip_layout-split .im-stream__controls {
  display: block;
}

.im-voip_layout-full .im-stream_master.im-stream_master {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: #50546c;
}
.im-voip_layout-full .im-stream_master.im-stream_master .im-stream__avatar {
  width: 178px;
  height: 178px;
  border-radius: 89px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-top: -89px;
  margin-left: -89px;
}
.im-voip_layout-full .im-stream_master.im-stream_master.im-stream_live::after {
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .im-voip_layout-full .im-stream_master.im-stream_master.im-stream_live::after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
}
.im-theme-dark_green .im-voip_layout-full .im-stream_master.im-stream_master.im-stream_live::after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
}
.im-theme-dark_blue .im-voip_layout-full .im-stream_master.im-stream_master.im-stream_live::after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
}
.im-theme-blue .im-voip_layout-full .im-stream_master.im-stream_master.im-stream_live::after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
}
.im-theme-vk_dark_blue .im-voip_layout-full .im-stream_master.im-stream_master.im-stream_live::after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
}
.im-theme-vk_blue .im-voip_layout-full .im-stream_master.im-stream_master.im-stream_live::after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
}
.im-theme-dit_blue .im-voip_layout-full .im-stream_master.im-stream_master.im-stream_live::after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
}
.im-theme-myteam_green .im-voip_layout-full .im-stream_master.im-stream_master.im-stream_live::after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
}
.im-theme-dark_calls .im-voip_layout-full .im-stream_master.im-stream_master.im-stream_live::after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent, rgba(0, 0, 0, 0.3));
}
.im-voip_layout-full .im-voip__controls {
  display: block;
}

body .im-voip_mode-transition.im-voip_mode-transition.im-voip_mode-transition {
  background-color: #000000;
}
.im-theme-dark_green .im-voip_mode-transition.im-voip_mode-transition.im-voip_mode-transition {
  background-color: #000000;
}
.im-theme-dark_blue .im-voip_mode-transition.im-voip_mode-transition.im-voip_mode-transition {
  background-color: #000000;
}
.im-theme-blue .im-voip_mode-transition.im-voip_mode-transition.im-voip_mode-transition {
  background-color: #000000;
}
.im-theme-vk_dark_blue .im-voip_mode-transition.im-voip_mode-transition.im-voip_mode-transition {
  background-color: #000000;
}
.im-theme-vk_blue .im-voip_mode-transition.im-voip_mode-transition.im-voip_mode-transition {
  background-color: #363637;
}
.im-theme-dit_blue .im-voip_mode-transition.im-voip_mode-transition.im-voip_mode-transition {
  background-color: #000000;
}
.im-theme-myteam_green .im-voip_mode-transition.im-voip_mode-transition.im-voip_mode-transition {
  background-color: #000000;
}
.im-theme-dark_calls .im-voip_mode-transition.im-voip_mode-transition.im-voip_mode-transition {
  background-color: #000000;
}
.im-voip_mode-transition.im-voip_mode-transition.im-voip_mode-transition .im-stream_master {
  opacity: 0;
  transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
}
.im-voip_mode-transition.im-voip_mode-transition.im-voip_mode-transition .im-stream_fadeout {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  -webkit-transition: 200ms;
  transition-timing-function: ease-in-out;
}

.im-voip-button-dragger {
  display: none;
  position: relative;
  width: 28px;
  height: 40px;
  cursor: grab;
}
.im-voip-button-dragger::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  right: auto;
  bottom: auto;
  left: 2px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 14H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 18H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 22H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 14H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 18H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M8 22H24' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-voip-button-dragger::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-voip-button-dragger::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-voip-button-dragger::after {
  background-color: #7e848f;
}
.im-theme-blue .im-voip-button-dragger::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-voip-button-dragger::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-voip-button-dragger::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-voip-button-dragger::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-voip-button-dragger::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-voip-button-dragger::after {
  background-color: #949494;
}

.im-voip_minimized {
  background: none;
  position: absolute;
  top: 50px;
  right: 100px;
  bottom: auto;
  left: auto;
}
.im-voip_minimized .im-voip {
  width: 272px;
  min-width: 272px;
  height: 60px;
  min-height: 60px;
  box-shadow: none;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.im-voip_minimized .im-stream,
.im-voip_minimized .im-voip__layout {
  visibility: hidden;
}
.im-voip_minimized .im-voip__controls,
.im-voip_minimized .im-voip__duration,
.im-voip_minimized .im-voip-button_menu,
.im-voip_minimized .im-voip-button_add,
.im-voip_minimized .im-voip-button_call-share {
  display: none;
}
.im-voip_minimized .im-voip-button-dragger {
  display: inline-block;
}
.im-voip_minimized .im-voip__button-panel {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 10px 4px 0;
  margin: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.im-voip_minimized .im-voip-button_maximize {
  display: inline-block;
}
.im-voip_minimized .im-voip-button {
  height: 40px;
  width: 48px;
  padding-top: 40px;
  font-size: 0;
}
.im-voip_minimized .im-voip-button div {
  height: 40px;
  width: 40px;
  left: 4px;
  border-radius: 20px;
}
.im-voip_minimized .im-voip-button::after {
  left: 8px;
  top: 4px;
}

.im-voip__layout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
body .im-voip__layout {
  background-color: #000000;
}
.im-theme-dark_green .im-voip__layout {
  background-color: #000000;
}
.im-theme-dark_blue .im-voip__layout {
  background-color: #000000;
}
.im-theme-blue .im-voip__layout {
  background-color: #000000;
}
.im-theme-vk_dark_blue .im-voip__layout {
  background-color: #000000;
}
.im-theme-vk_blue .im-voip__layout {
  background-color: #363637;
}
.im-theme-dit_blue .im-voip__layout {
  background-color: #000000;
}
.im-theme-myteam_green .im-voip__layout {
  background-color: #000000;
}
.im-theme-dark_calls .im-voip__layout {
  background-color: #000000;
}
.im-voip__layout .im-stream {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  margin: 5px;
}
.im-voip__layout.im-voip__layout_single {
  padding: 0;
}
.im-voip__layout.im-voip__layout_single .im-stream {
  margin: 0;
}

.im-voip__compact-items .im-stream__name, .im-voip__compact-items .im-voip__name,
.im-voip__compact-items .im-stream__status,
.im-voip__compact-items .im-voip__status {
  font-size: 10px;
  line-height: 12px;
  padding-left: 8px;
  text-align: left;
}

.im-stream {
  z-index: 1;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.im-stream video {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
}
.im-stream .im-stream__avatar {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.im-stream .im-avatarbox {
  width: 100%;
  height: 100%;
  background-position: center;
}
.im-stream .im-avatarbox_emoji span {
  z-index: 2;
}

.im-stream_me video {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.im-stream_live .im-stream__avatar {
  display: none;
}
.im-stream_live video {
  display: block;
}

.im-stream__controls {
  display: none;
  opacity: 0;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
}

.im-voip__controls {
  display: none;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
}

.im-stream__name, .im-voip__name, .im-stream__status, .im-voip__status {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  position: absolute;
  top: 20px;
  right: 0;
  bottom: auto;
  left: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  padding: 0 56px;
}
body .im-stream__name, body .im-voip__name, body .im-stream__status, body .im-voip__status {
  color: #ffffff;
}
.im-theme-dark_green .im-stream__name, .im-theme-dark_green .im-voip__name, .im-theme-dark_green .im-stream__status, .im-theme-dark_green .im-voip__status {
  color: #ffffff;
}
.im-theme-dark_blue .im-stream__name, .im-theme-dark_blue .im-voip__name, .im-theme-dark_blue .im-stream__status, .im-theme-dark_blue .im-voip__status {
  color: #ffffff;
}
.im-theme-blue .im-stream__name, .im-theme-blue .im-voip__name, .im-theme-blue .im-stream__status, .im-theme-blue .im-voip__status {
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-stream__name, .im-theme-vk_dark_blue .im-voip__name, .im-theme-vk_dark_blue .im-stream__status, .im-theme-vk_dark_blue .im-voip__status {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-stream__name, .im-theme-vk_blue .im-voip__name, .im-theme-vk_blue .im-stream__status, .im-theme-vk_blue .im-voip__status {
  color: #ffffff;
}
.im-theme-dit_blue .im-stream__name, .im-theme-dit_blue .im-voip__name, .im-theme-dit_blue .im-stream__status, .im-theme-dit_blue .im-voip__status {
  color: #ffffff;
}
.im-theme-myteam_green .im-stream__name, .im-theme-myteam_green .im-voip__name, .im-theme-myteam_green .im-stream__status, .im-theme-myteam_green .im-voip__status {
  color: #ffffff;
}
.im-theme-dark_calls .im-stream__name, .im-theme-dark_calls .im-voip__name, .im-theme-dark_calls .im-stream__status, .im-theme-dark_calls .im-voip__status {
  color: #FFFFFF;
}

.im-stream__status, .im-voip__status {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 14px;
  top: 48px;
}

.im-voip__name {
  font-size: 20px;
  line-height: 26px;
  padding: 0 164px;
  top: 16px;
}

.im-voip__status {
  top: 50px;
}

.im-voip__screen-toggle, .im-voip__screen-collapse, .im-stream__screen-expand {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: auto;
  left: auto;
  display: inline-block;
  height: 32px;
  background-color: transparent;
}
.im-voip__screen-toggle::after, .im-voip__screen-collapse::after, .im-stream__screen-expand::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 32px;
  height: 32px;
}

.im-stream__screen-expand {
  width: 32px;
}
.im-stream__screen-expand:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6 14.402L23.568 8.43398' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M23.568 13.3019L23.568 8.43395' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M18.7 8.43397L23.568 8.43397' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M14.402 17.598L8.43397 23.566' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M8.43398 18.6981L8.43397 23.566' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M13.3019 23.566L8.43398 23.566' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6 14.402L23.568 8.43398' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M23.568 13.3019L23.568 8.43395' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M18.7 8.43397L23.568 8.43397' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M14.402 17.598L8.43397 23.566' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M8.43398 18.6981L8.43397 23.566' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M13.3019 23.566L8.43398 23.566' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-stream__screen-expand:after {
  background-color: #ffffff;
}
.im-theme-dark_green .im-stream__screen-expand:after {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-stream__screen-expand:after {
  background-color: #ffffff;
}
.im-theme-blue .im-stream__screen-expand:after {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-stream__screen-expand:after {
  background-color: #E1E3E6;
}
.im-theme-vk_blue .im-stream__screen-expand:after {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-stream__screen-expand:after {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-stream__screen-expand:after {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-stream__screen-expand:after {
  background-color: #FFFFFF;
}
.im-desktop .im-stream__screen-expand:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-dark_green .im-stream__screen-expand:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-dark_blue .im-stream__screen-expand:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-blue .im-stream__screen-expand:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-vk_dark_blue .im-stream__screen-expand:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-vk_blue .im-stream__screen-expand:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-dit_blue .im-stream__screen-expand:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-myteam_green .im-stream__screen-expand:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-dark_calls .im-stream__screen-expand:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-dark_green .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-dark_blue .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-blue .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-vk_dark_blue .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-vk_blue .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-dit_blue .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-myteam_green .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-dark_calls .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
body .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-dark_green .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-dark_blue .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-blue .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-vk_dark_blue .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-vk_blue .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-dit_blue .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-myteam_green .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-dark_calls .im-stream__screen-expand:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.im-voip__screen-collapse {
  padding: 0 32px 0 20px;
  line-height: 32px;
  font-size: 10px;
  text-transform: uppercase;
}
body .im-voip__screen-collapse {
  color: #ffffff;
}
.im-theme-dark_green .im-voip__screen-collapse {
  color: #ffffff;
}
.im-theme-dark_blue .im-voip__screen-collapse {
  color: #ffffff;
}
.im-theme-blue .im-voip__screen-collapse {
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-voip__screen-collapse {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-voip__screen-collapse {
  color: #ffffff;
}
.im-theme-dit_blue .im-voip__screen-collapse {
  color: #ffffff;
}
.im-theme-myteam_green .im-voip__screen-collapse {
  color: #ffffff;
}
.im-theme-dark_calls .im-voip__screen-collapse {
  color: #FFFFFF;
}
.im-voip__screen-collapse:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.002 8L18.0339 13.968' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M18.0339 9.1001L18.0339 13.968' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M22.9019 13.968L18.034 13.968' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M8 24L13.968 18.032' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M13.968 22.8999L13.968 18.032' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M9.10007 18.032L13.968 18.032' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.002 8L18.0339 13.968' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M18.0339 9.1001L18.0339 13.968' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M22.9019 13.968L18.034 13.968' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M8 24L13.968 18.032' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M13.968 22.8999L13.968 18.032' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3Cpath d='M9.10007 18.032L13.968 18.032' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-voip__screen-collapse:after {
  background-color: #ffffff;
}
.im-theme-dark_green .im-voip__screen-collapse:after {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-voip__screen-collapse:after {
  background-color: #ffffff;
}
.im-theme-blue .im-voip__screen-collapse:after {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-voip__screen-collapse:after {
  background-color: #E1E3E6;
}
.im-theme-vk_blue .im-voip__screen-collapse:after {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-voip__screen-collapse:after {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-voip__screen-collapse:after {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-voip__screen-collapse:after {
  background-color: #FFFFFF;
}
.im-desktop .im-voip__screen-collapse:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-dark_green .im-voip__screen-collapse:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-dark_blue .im-voip__screen-collapse:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-blue .im-voip__screen-collapse:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-vk_dark_blue .im-voip__screen-collapse:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-vk_blue .im-voip__screen-collapse:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-dit_blue .im-voip__screen-collapse:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-myteam_green .im-voip__screen-collapse:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-dark_calls .im-voip__screen-collapse:hover:after {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-dark_green .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-dark_blue .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-blue .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-vk_dark_blue .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-vk_blue .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-dit_blue .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-myteam_green .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-dark_calls .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
body .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-dark_green .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-dark_blue .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-blue .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-vk_dark_blue .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-vk_blue .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-dit_blue .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-myteam_green .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-dark_calls .im-voip__screen-collapse:active:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.im-voip__duration {
  z-index: 6;
  position: absolute;
  bottom: 116px;
  left: calc(50% - 32px);
  min-width: 42px;
  padding: 4px 11px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
  border-radius: 14px;
}
body .im-voip__duration {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-dark_green .im-voip__duration {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-dark_blue .im-voip__duration {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-blue .im-voip__duration {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-vk_dark_blue .im-voip__duration {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-vk_blue .im-voip__duration {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-dit_blue .im-voip__duration {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-myteam_green .im-voip__duration {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-dark_calls .im-voip__duration {
  background-color: rgba(53, 53, 53, 0.5);
}
body .im-voip__duration {
  color: #ffffff;
}
.im-theme-dark_green .im-voip__duration {
  color: #ffffff;
}
.im-theme-dark_blue .im-voip__duration {
  color: #ffffff;
}
.im-theme-blue .im-voip__duration {
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-voip__duration {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-voip__duration {
  color: #ffffff;
}
.im-theme-dit_blue .im-voip__duration {
  color: #ffffff;
}
.im-theme-myteam_green .im-voip__duration {
  color: #ffffff;
}
.im-theme-dark_calls .im-voip__duration {
  color: #FFFFFF;
}
.im-voip__duration:empty {
  display: none;
}

.im-voip__button-panel {
  width: 420px;
  height: 96px;
  z-index: 7;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 12px;
  left: 50%;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-left: -210px;
  padding: 12px 0 0;
  text-align: center;
  border-radius: 12px;
  transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -webkit-transition: opacity 200ms;
}
body .im-voip__button-panel {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-dark_green .im-voip__button-panel {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-dark_blue .im-voip__button-panel {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-blue .im-voip__button-panel {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-vk_dark_blue .im-voip__button-panel {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-vk_blue .im-voip__button-panel {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-dit_blue .im-voip__button-panel {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-myteam_green .im-voip__button-panel {
  background-color: rgba(52, 53, 55, 0.5);
}
.im-theme-dark_calls .im-voip__button-panel {
  background-color: rgba(53, 53, 53, 0.5);
}

.im-voip-autohide.im-voip-autohide.im-voip-autohide .im-voip__controls,
.im-voip-autohide.im-voip-autohide.im-voip-autohide .im-stream__controls,
.im-voip-autohide.im-voip-autohide.im-voip-autohide .im-voip__duration,
.im-voip-autohide.im-voip-autohide.im-voip-autohide .im-voip__button-panel {
  opacity: 0;
}

.im-voip__carousel {
  position: absolute;
  top: 95px;
  right: 15px;
  bottom: auto;
  left: auto;
  z-index: 5;
  width: 58px;
  height: 330px;
  overflow: hidden;
}
.im-voip__carousel .im-stream {
  position: relative;
  z-index: 4;
  cursor: pointer;
  margin-bottom: 8px;
  width: 58px;
  height: 66px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  background-color: black;
}
.im-voip__carousel .im-stream video {
  object-fit: cover;
  border-radius: 8px;
}
.im-voip__carousel .im-stream:hover .im-stream__avatar {
  opacity: 0.9;
}
.im-voip__carousel .im-stream:hover video {
  opacity: 0.9;
}
.im-voip__carousel .im-stream:active .im-stream__avatar {
  opacity: 0.8;
}
.im-voip__carousel .im-stream:active video {
  opacity: 0.8;
}
.im-voip__carousel .im-stream:last-child {
  margin-bottom: 0;
}

.im-voip__carousel-inner {
  position: absolute;
  top: 21px;
  right: 0;
  bottom: 21px;
  left: 0;
  overflow: hidden;
}

.im-voip_add-user {
  position: relative;
  z-index: 4;
  cursor: pointer;
  margin-bottom: 8px;
  width: 58px;
  height: 66px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.3);
}
.im-voip_add-user:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.im-voip_add-user::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 16px);
  right: auto;
  bottom: auto;
  left: calc(50% - 16px);
}
body .im-voip_add-user::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_green .im-voip_add-user::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2b2c34;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_blue .im-voip_add-user::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2b2c34;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-blue .im-voip_add-user::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_dark_blue .im-voip_add-user::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2B2C34;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-vk_blue .im-voip_add-user::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #FFFFFF;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dit_blue .im-voip_add-user::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-myteam_green .im-voip_add-user::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #ffffff;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.im-theme-dark_calls .im-voip_add-user::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #2B2B2B;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-voip_add-user_disabled {
  cursor: default;
  opacity: 0.4;
}
body .im-voip_add-user_disabled {
  background-color: rgba(255, 255, 255, 0.3);
}
body .im-voip_add-user_disabled:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dark_green .im-voip_add-user_disabled {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dark_green .im-voip_add-user_disabled:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dark_blue .im-voip_add-user_disabled {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dark_blue .im-voip_add-user_disabled:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-blue .im-voip_add-user_disabled {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-blue .im-voip_add-user_disabled:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-vk_dark_blue .im-voip_add-user_disabled {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-vk_dark_blue .im-voip_add-user_disabled:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-vk_blue .im-voip_add-user_disabled {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-vk_blue .im-voip_add-user_disabled:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dit_blue .im-voip_add-user_disabled {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dit_blue .im-voip_add-user_disabled:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-myteam_green .im-voip_add-user_disabled {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-myteam_green .im-voip_add-user_disabled:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dark_calls .im-voip_add-user_disabled {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dark_calls .im-voip_add-user_disabled:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.im-voip__carousel__button, .im-voip__carousel__down, .im-voip__carousel__up {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: 0;
  width: 58px;
  height: 16px;
  cursor: pointer;
  background: none;
  display: none;
}
.im-voip__carousel__button::after, .im-voip__carousel__down::after, .im-voip__carousel__up::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 19px;
}
.im-voip__carousel__button:disabled:disabled, .im-voip__carousel__down:disabled:disabled, .im-voip__carousel__up:disabled:disabled {
  cursor: default;
}
.im-voip__carousel__button:disabled:disabled::after, .im-voip__carousel__down:disabled:disabled::after, .im-voip__carousel__up:disabled:disabled::after {
  opacity: 0.4;
}
body .im-voip__carousel__button:disabled:disabled::after, body .im-voip__carousel__down:disabled:disabled::after, body .im-voip__carousel__up:disabled:disabled::after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-voip__carousel__button:disabled:disabled::after, .im-theme-dark_green .im-voip__carousel__down:disabled:disabled::after, .im-theme-dark_green .im-voip__carousel__up:disabled:disabled::after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-voip__carousel__button:disabled:disabled::after, .im-theme-dark_blue .im-voip__carousel__down:disabled:disabled::after, .im-theme-dark_blue .im-voip__carousel__up:disabled:disabled::after {
  background-color: #7e848f;
}
.im-theme-blue .im-voip__carousel__button:disabled:disabled::after, .im-theme-blue .im-voip__carousel__down:disabled:disabled::after, .im-theme-blue .im-voip__carousel__up:disabled:disabled::after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-voip__carousel__button:disabled:disabled::after, .im-theme-vk_dark_blue .im-voip__carousel__down:disabled:disabled::after, .im-theme-vk_dark_blue .im-voip__carousel__up:disabled:disabled::after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-voip__carousel__button:disabled:disabled::after, .im-theme-vk_blue .im-voip__carousel__down:disabled:disabled::after, .im-theme-vk_blue .im-voip__carousel__up:disabled:disabled::after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-voip__carousel__button:disabled:disabled::after, .im-theme-dit_blue .im-voip__carousel__down:disabled:disabled::after, .im-theme-dit_blue .im-voip__carousel__up:disabled:disabled::after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-voip__carousel__button:disabled:disabled::after, .im-theme-myteam_green .im-voip__carousel__down:disabled:disabled::after, .im-theme-myteam_green .im-voip__carousel__up:disabled:disabled::after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-voip__carousel__button:disabled:disabled::after, .im-theme-dark_calls .im-voip__carousel__down:disabled:disabled::after, .im-theme-dark_calls .im-voip__carousel__up:disabled:disabled::after {
  background-color: #949494;
}

.im-voip__carousel__up {
  top: 0;
}
.im-voip__carousel__up:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 14L10 8L4 14' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 14L10 8L4 14' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-voip__carousel__up:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_green .im-voip__carousel__up:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_blue .im-voip__carousel__up:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-blue .im-voip__carousel__up:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-vk_dark_blue .im-voip__carousel__up:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-vk_blue .im-voip__carousel__up:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-dit_blue .im-voip__carousel__up:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-myteam_green .im-voip__carousel__up:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-dark_calls .im-voip__carousel__up:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-voip__carousel__down {
  bottom: 0;
}
.im-voip__carousel__down:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12.0565 15L6 9' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9L12.0565 15L6 9' stroke='%23333333' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-voip__carousel__down:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_green .im-voip__carousel__down:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_blue .im-voip__carousel__down:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-blue .im-voip__carousel__down:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-vk_dark_blue .im-voip__carousel__down:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-vk_blue .im-voip__carousel__down:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-dit_blue .im-voip__carousel__down:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-myteam_green .im-voip__carousel__down:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-dark_calls .im-voip__carousel__down:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-box-incomingcall {
  overflow: hidden;
  width: 400px;
  height: 300px;
  z-index: 2500;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -150px 0 0 -200px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  font-family: arial, sans-serif;
}
body .im-box-incomingcall {
  background-color: #ffffff;
}
.im-theme-dark_green .im-box-incomingcall {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-box-incomingcall {
  background-color: #2b2c34;
}
.im-theme-blue .im-box-incomingcall {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-box-incomingcall {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-box-incomingcall {
  background-color: #FFFFFF;
}
.im-theme-dit_blue .im-box-incomingcall {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-box-incomingcall {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-box-incomingcall {
  background-color: #2B2B2B;
}
.im-box-incomingcall > .im-avatarbox {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}
.im-box-incomingcall > .im-avatarbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body .im-box-incomingcall > .im-avatarbox::after {
  background: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_green .im-box-incomingcall > .im-avatarbox::after {
  background: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_blue .im-box-incomingcall > .im-avatarbox::after {
  background: rgba(0, 0, 0, 0.3);
}
.im-theme-blue .im-box-incomingcall > .im-avatarbox::after {
  background: rgba(0, 0, 0, 0.3);
}
.im-theme-vk_dark_blue .im-box-incomingcall > .im-avatarbox::after {
  background: rgba(0, 0, 0, 0.3);
}
.im-theme-vk_blue .im-box-incomingcall > .im-avatarbox::after {
  background: rgba(0, 0, 0, 0.3);
}
.im-theme-dit_blue .im-box-incomingcall > .im-avatarbox::after {
  background: rgba(0, 0, 0, 0.3);
}
.im-theme-myteam_green .im-box-incomingcall > .im-avatarbox::after {
  background: rgba(0, 0, 0, 0.3);
}
.im-theme-dark_calls .im-box-incomingcall > .im-avatarbox::after {
  background: rgba(0, 0, 0, 0.3);
}

.im-box-incomingcall_group .im-box-incoming__title {
  margin-top: 12px;
}
.im-box-incomingcall_group .im-box-incoming__coins {
  display: flex;
}

.im-box-incoming__coins {
  display: none;
  margin-top: 20px;
  padding: 0 20px;
  width: 100%;
  height: 28px;
  justify-content: center;
  align-items: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.im-box-incoming__coins-wrapper {
  zoom: 1;
}
.im-box-incoming__coins-wrapper .im-avatarbox {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  border-radius: 14px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-left: -4px;
}
body .im-box-incoming__coins-wrapper .im-avatarbox {
  background-color: #ffffff;
}
.im-theme-dark_green .im-box-incoming__coins-wrapper .im-avatarbox {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-box-incoming__coins-wrapper .im-avatarbox {
  background-color: #2b2c34;
}
.im-theme-blue .im-box-incoming__coins-wrapper .im-avatarbox {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-box-incoming__coins-wrapper .im-avatarbox {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-box-incoming__coins-wrapper .im-avatarbox {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-box-incoming__coins-wrapper .im-avatarbox {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-box-incoming__coins-wrapper .im-avatarbox {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-box-incoming__coins-wrapper .im-avatarbox {
  background-color: #2B2B2B;
}
.im-box-incoming__coins-wrapper:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.im-box-incoming__title,
.im-box-incoming__status {
  display: block;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-box-incoming__title,
body .im-box-incoming__status {
  color: #ffffff;
}
.im-theme-dark_green .im-box-incoming__title,
.im-theme-dark_green .im-box-incoming__status {
  color: #ffffff;
}
.im-theme-dark_blue .im-box-incoming__title,
.im-theme-dark_blue .im-box-incoming__status {
  color: #ffffff;
}
.im-theme-blue .im-box-incoming__title,
.im-theme-blue .im-box-incoming__status {
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-box-incoming__title,
.im-theme-vk_dark_blue .im-box-incoming__status {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-box-incoming__title,
.im-theme-vk_blue .im-box-incoming__status {
  color: #ffffff;
}
.im-theme-dit_blue .im-box-incoming__title,
.im-theme-dit_blue .im-box-incoming__status {
  color: #ffffff;
}
.im-theme-myteam_green .im-box-incoming__title,
.im-theme-myteam_green .im-box-incoming__status {
  color: #ffffff;
}
.im-theme-dark_calls .im-box-incoming__title,
.im-theme-dark_calls .im-box-incoming__status {
  color: #FFFFFF;
}

.im-box-incoming__title {
  margin-top: 20px;
  font-size: 20px;
}

.im-box-incoming__status {
  margin-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
}

.im-box-incoming__button-panel {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 88px;
  width: 100%;
  text-align: center;
}

.im-voip-button {
  margin: 0;
  display: inline-block;
  position: relative;
  width: 70px;
  height: 74px;
  padding: 50px 3px 0;
  background: transparent;
  border: none;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  line-height: 12px;
}
.im-voip-button div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 15px;
}
body .im-voip-button {
  color: rgba(255, 255, 255, 0.6);
}
body .im-voip-button div {
  background-color: rgba(255, 255, 255, 0.3);
}
body .im-voip-button:hover {
  color: rgba(255, 255, 255, 0.6);
}
body .im-voip-button:hover div {
  background-color: rgba(255, 255, 255, 0.25);
}
body .im-voip-button:active {
  color: rgba(255, 255, 255, 0.6);
}
body .im-voip-button:active div {
  background-color: rgba(255, 255, 255, 0.2);
}
.im-theme-dark_green .im-voip-button {
  color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_green .im-voip-button div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dark_green .im-voip-button:hover {
  color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_green .im-voip-button:hover div {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-dark_green .im-voip-button:active {
  color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_green .im-voip-button:active div {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dark_blue .im-voip-button {
  color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_blue .im-voip-button div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dark_blue .im-voip-button:hover {
  color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_blue .im-voip-button:hover div {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-dark_blue .im-voip-button:active {
  color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_blue .im-voip-button:active div {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-blue .im-voip-button {
  color: rgba(255, 255, 255, 0.6);
}
.im-theme-blue .im-voip-button div {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-blue .im-voip-button:hover {
  color: rgba(255, 255, 255, 0.6);
}
.im-theme-blue .im-voip-button:hover div {
  background-color: rgba(255, 255, 255, 0.25);
}
.im-theme-blue .im-voip-button:active {
  color: rgba(255, 255, 255, 0.6);
}
.im-theme-blue .im-voip-button:active div {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-vk_dark_blue .im-voip-button {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-vk_dark_blue .im-voip-button div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-vk_dark_blue .im-voip-button:hover {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-vk_dark_blue .im-voip-button:hover div {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-vk_dark_blue .im-voip-button:active {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-vk_dark_blue .im-voip-button:active div {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-vk_blue .im-voip-button {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-vk_blue .im-voip-button div {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-vk_blue .im-voip-button:hover {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-vk_blue .im-voip-button:hover div {
  background-color: rgba(255, 255, 255, 0.25);
}
.im-theme-vk_blue .im-voip-button:active {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-vk_blue .im-voip-button:active div {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dit_blue .im-voip-button {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-dit_blue .im-voip-button div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dit_blue .im-voip-button:hover {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-dit_blue .im-voip-button:hover div {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-dit_blue .im-voip-button:active {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-dit_blue .im-voip-button:active div {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-myteam_green .im-voip-button {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-myteam_green .im-voip-button div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-myteam_green .im-voip-button:hover {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-myteam_green .im-voip-button:hover div {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-myteam_green .im-voip-button:active {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-myteam_green .im-voip-button:active div {
  background-color: rgba(255, 255, 255, 0.2);
}
.im-theme-dark_calls .im-voip-button {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-dark_calls .im-voip-button div {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dark_calls .im-voip-button:hover {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-dark_calls .im-voip-button:hover div {
  background-color: rgba(255, 255, 255, 0.25);
}
.im-theme-dark_calls .im-voip-button:active {
  color: rgba(255, 255, 255, 0.8);
}
.im-theme-dark_calls .im-voip-button:active div {
  background-color: rgba(255, 255, 255, 0.2);
}
.im-voip-button::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  right: auto;
  bottom: auto;
  left: 19px;
}
body .im-voip-button::after {
  background-color: #ffffff;
}
.im-theme-dark_green .im-voip-button::after {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-voip-button::after {
  background-color: #ffffff;
}
.im-theme-blue .im-voip-button::after {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-voip-button::after {
  background-color: #E1E3E6;
}
.im-theme-vk_blue .im-voip-button::after {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-voip-button::after {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-voip-button::after {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-voip-button::after {
  background-color: #FFFFFF;
}

.im-voip-button_disabled.im-voip-button_disabled {
  cursor: default;
  opacity: 0.4;
}
body .im-voip-button_disabled.im-voip-button_disabled div {
  background-color: rgba(255, 255, 255, 0.3);
}
body .im-voip-button_disabled.im-voip-button_disabled:hover div {
  background-color: rgba(255, 255, 255, 0.3);
}
body .im-voip-button_disabled.im-voip-button_disabled:active div {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dark_green .im-voip-button_disabled.im-voip-button_disabled div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dark_green .im-voip-button_disabled.im-voip-button_disabled:hover div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dark_green .im-voip-button_disabled.im-voip-button_disabled:active div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dark_blue .im-voip-button_disabled.im-voip-button_disabled div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dark_blue .im-voip-button_disabled.im-voip-button_disabled:hover div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dark_blue .im-voip-button_disabled.im-voip-button_disabled:active div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-blue .im-voip-button_disabled.im-voip-button_disabled div {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-blue .im-voip-button_disabled.im-voip-button_disabled:hover div {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-blue .im-voip-button_disabled.im-voip-button_disabled:active div {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-vk_dark_blue .im-voip-button_disabled.im-voip-button_disabled div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-vk_dark_blue .im-voip-button_disabled.im-voip-button_disabled:hover div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-vk_dark_blue .im-voip-button_disabled.im-voip-button_disabled:active div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-vk_blue .im-voip-button_disabled.im-voip-button_disabled div {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-vk_blue .im-voip-button_disabled.im-voip-button_disabled:hover div {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-vk_blue .im-voip-button_disabled.im-voip-button_disabled:active div {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dit_blue .im-voip-button_disabled.im-voip-button_disabled div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dit_blue .im-voip-button_disabled.im-voip-button_disabled:hover div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dit_blue .im-voip-button_disabled.im-voip-button_disabled:active div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-myteam_green .im-voip-button_disabled.im-voip-button_disabled div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-myteam_green .im-voip-button_disabled.im-voip-button_disabled:hover div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-myteam_green .im-voip-button_disabled.im-voip-button_disabled:active div {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dark_calls .im-voip-button_disabled.im-voip-button_disabled div {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dark_calls .im-voip-button_disabled.im-voip-button_disabled:hover div {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dark_calls .im-voip-button_disabled.im-voip-button_disabled:active div {
  background-color: rgba(255, 255, 255, 0.3);
}

body .im-voip-button_activated.im-voip-button_activated div {
  background-color: #ffffff;
}
body .im-voip-button_activated.im-voip-button_activated::after {
  background-color: #000000;
}
.im-theme-dark_green .im-voip-button_activated.im-voip-button_activated div {
  background-color: #ffffff;
}
.im-theme-dark_green .im-voip-button_activated.im-voip-button_activated::after {
  background-color: #000000;
}
.im-theme-dark_blue .im-voip-button_activated.im-voip-button_activated div {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-voip-button_activated.im-voip-button_activated::after {
  background-color: #000000;
}
.im-theme-blue .im-voip-button_activated.im-voip-button_activated div {
  background-color: #ffffff;
}
.im-theme-blue .im-voip-button_activated.im-voip-button_activated::after {
  background-color: #000000;
}
.im-theme-vk_dark_blue .im-voip-button_activated.im-voip-button_activated div {
  background-color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-voip-button_activated.im-voip-button_activated::after {
  background-color: #000000;
}
.im-theme-vk_blue .im-voip-button_activated.im-voip-button_activated div {
  background-color: #ffffff;
}
.im-theme-vk_blue .im-voip-button_activated.im-voip-button_activated::after {
  background-color: #363637;
}
.im-theme-dit_blue .im-voip-button_activated.im-voip-button_activated div {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-voip-button_activated.im-voip-button_activated::after {
  background-color: #000000;
}
.im-theme-myteam_green .im-voip-button_activated.im-voip-button_activated div {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-voip-button_activated.im-voip-button_activated::after {
  background-color: #000000;
}
.im-theme-dark_calls .im-voip-button_activated.im-voip-button_activated div {
  background-color: #FFFFFF;
}
.im-theme-dark_calls .im-voip-button_activated.im-voip-button_activated::after {
  background-color: #000000;
}

.im-voip__panel-menu {
  display: none;
  position: absolute;
  z-index: 8;
  max-width: 400px;
  padding: 12px 0;
  border-radius: 8px;
  background-color: #363637;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.64);
}
body .im-voip__panel-menu {
  color: #ffffff;
}
.im-theme-dark_green .im-voip__panel-menu {
  color: #2b2c34;
}
.im-theme-dark_blue .im-voip__panel-menu {
  color: #2b2c34;
}
.im-theme-blue .im-voip__panel-menu {
  color: #ffffff;
}
.im-theme-vk_dark_blue .im-voip__panel-menu {
  color: #2B2C34;
}
.im-theme-vk_blue .im-voip__panel-menu {
  color: #FFFFFF;
}
.im-theme-dit_blue .im-voip__panel-menu {
  color: #ffffff;
}
.im-theme-myteam_green .im-voip__panel-menu {
  color: #ffffff;
}
.im-theme-dark_calls .im-voip__panel-menu {
  color: #2B2B2B;
}
.im-voip__panel-menu::after {
  content: "";
  position: absolute;
  bottom: -5px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #363637;
}

.im-voip__panel-menu__item {
  height: 36px;
  line-height: 36px;
  padding: 0 12px 0 41px;
  text-align: left;
  cursor: pointer;
  position: relative;
  z-index: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body .im-voip__panel-menu__item {
  color: #ffffff;
}
body .im-voip__panel-menu__item:hover {
  background: #444445;
}
.im-theme-dark_green .im-voip__panel-menu__item {
  color: #ffffff;
}
.im-theme-dark_green .im-voip__panel-menu__item:hover {
  background: #444445;
}
.im-theme-dark_blue .im-voip__panel-menu__item {
  color: #ffffff;
}
.im-theme-dark_blue .im-voip__panel-menu__item:hover {
  background: #444445;
}
.im-theme-blue .im-voip__panel-menu__item {
  color: #ffffff;
}
.im-theme-blue .im-voip__panel-menu__item:hover {
  background: #444445;
}
.im-theme-vk_dark_blue .im-voip__panel-menu__item {
  color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-voip__panel-menu__item:hover {
  background: #444445;
}
.im-theme-vk_blue .im-voip__panel-menu__item {
  color: #ffffff;
}
.im-theme-vk_blue .im-voip__panel-menu__item:hover {
  background: #444445;
}
.im-theme-dit_blue .im-voip__panel-menu__item {
  color: #ffffff;
}
.im-theme-dit_blue .im-voip__panel-menu__item:hover {
  background: #444445;
}
.im-theme-myteam_green .im-voip__panel-menu__item {
  color: #ffffff;
}
.im-theme-myteam_green .im-voip__panel-menu__item:hover {
  background: #444445;
}
.im-theme-dark_calls .im-voip__panel-menu__item {
  color: #FFFFFF;
}
.im-theme-dark_calls .im-voip__panel-menu__item:hover {
  background: #444445;
}
.im-voip__panel-menu__item::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px;
  right: auto;
  bottom: auto;
  left: 9px;
}

.im-voip__panel-menu__item_minimize:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0331 9.4L10.518 7.88492C10.2447 7.61156 10.2447 7.16834 10.518 6.89497C10.7914 6.62161 11.2346 6.62161 11.508 6.89497L14.195 9.58198C14.2065 9.59352 14.2176 9.60536 14.2281 9.61748C14.2289 9.61821 14.2296 9.61894 14.2303 9.61967C14.5037 9.89304 14.5037 10.3363 14.2303 10.6096L11.4726 13.3673C11.1992 13.6407 10.756 13.6407 10.4827 13.3673C10.2093 13.094 10.2093 12.6508 10.4827 12.3774L12.0601 10.8H5.9C5.5134 10.8 5.2 10.4866 5.2 10.1C5.2 9.7134 5.5134 9.4 5.9 9.4H12.0331ZM10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10C19 14.9706 14.9706 19 10 19ZM10 17.6C14.1974 17.6 17.6 14.1974 17.6 10C17.6 5.80264 14.1974 2.4 10 2.4C5.80264 2.4 2.4 5.80264 2.4 10C2.4 14.1974 5.80264 17.6 10 17.6Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0331 9.4L10.518 7.88492C10.2447 7.61156 10.2447 7.16834 10.518 6.89497C10.7914 6.62161 11.2346 6.62161 11.508 6.89497L14.195 9.58198C14.2065 9.59352 14.2176 9.60536 14.2281 9.61748C14.2289 9.61821 14.2296 9.61894 14.2303 9.61967C14.5037 9.89304 14.5037 10.3363 14.2303 10.6096L11.4726 13.3673C11.1992 13.6407 10.756 13.6407 10.4827 13.3673C10.2093 13.094 10.2093 12.6508 10.4827 12.3774L12.0601 10.8H5.9C5.5134 10.8 5.2 10.4866 5.2 10.1C5.2 9.7134 5.5134 9.4 5.9 9.4H12.0331ZM10 19C5.02944 19 1 14.9706 1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10C19 14.9706 14.9706 19 10 19ZM10 17.6C14.1974 17.6 17.6 14.1974 17.6 10C17.6 5.80264 14.1974 2.4 10 2.4C5.80264 2.4 2.4 5.80264 2.4 10C2.4 14.1974 5.80264 17.6 10 17.6Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-voip__panel-menu__item_minimize:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-voip__panel-menu__item_minimize:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-voip__panel-menu__item_minimize:after {
  background-color: #7e848f;
}
.im-theme-blue .im-voip__panel-menu__item_minimize:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-voip__panel-menu__item_minimize:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-voip__panel-menu__item_minimize:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-voip__panel-menu__item_minimize:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-voip__panel-menu__item_minimize:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-voip__panel-menu__item_minimize:after {
  background-color: #949494;
}
.im-desktop .im-voip__panel-menu__item_minimize:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-voip__panel-menu__item_minimize:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-voip__panel-menu__item_minimize:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-voip__panel-menu__item_minimize:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-voip__panel-menu__item_minimize:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-voip__panel-menu__item_minimize:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-voip__panel-menu__item_minimize:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-voip__panel-menu__item_minimize:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-voip__panel-menu__item_minimize:hover:after {
  background-color: #858585;
}
.im-desktop .im-voip__panel-menu__item_minimize:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-voip__panel-menu__item_minimize:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-voip__panel-menu__item_minimize:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-voip__panel-menu__item_minimize:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-voip__panel-menu__item_minimize:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-voip__panel-menu__item_minimize:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-voip__panel-menu__item_minimize:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-voip__panel-menu__item_minimize:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-voip__panel-menu__item_minimize:active:after {
  background-color: #7A7A7A;
}
body .im-voip__panel-menu__item_minimize:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-voip__panel-menu__item_minimize:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-voip__panel-menu__item_minimize:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-voip__panel-menu__item_minimize:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-voip__panel-menu__item_minimize:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-voip__panel-menu__item_minimize:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-voip__panel-menu__item_minimize:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-voip__panel-menu__item_minimize:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-voip__panel-menu__item_minimize:active:after {
  background-color: #7A7A7A;
}

.im-voip__panel-menu__item_fullscreen:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3C6.00929 3 4.93802 3 4.15367 3C3.51642 3 3 3.51659 3 4.15385V7M13 3H15.8462C16.4834 3 17 3.51659 17 4.15385V7M7 17C6.00929 17 4.93802 17 4.15367 17C3.51642 17 3 16.4834 3 15.8462V13M13 17H15.8462C16.4834 17 17 16.4834 17 15.8462V13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 3C6.00929 3 4.93802 3 4.15367 3C3.51642 3 3 3.51659 3 4.15385V7M13 3H15.8462C16.4834 3 17 3.51659 17 4.15385V7M7 17C6.00929 17 4.93802 17 4.15367 17C3.51642 17 3 16.4834 3 15.8462V13M13 17H15.8462C16.4834 17 17 16.4834 17 15.8462V13' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-voip__panel-menu__item_fullscreen:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-voip__panel-menu__item_fullscreen:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-voip__panel-menu__item_fullscreen:after {
  background-color: #7e848f;
}
.im-theme-blue .im-voip__panel-menu__item_fullscreen:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-voip__panel-menu__item_fullscreen:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-voip__panel-menu__item_fullscreen:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-voip__panel-menu__item_fullscreen:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-voip__panel-menu__item_fullscreen:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-voip__panel-menu__item_fullscreen:after {
  background-color: #949494;
}
.im-desktop .im-voip__panel-menu__item_fullscreen:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-voip__panel-menu__item_fullscreen:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-voip__panel-menu__item_fullscreen:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-voip__panel-menu__item_fullscreen:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-voip__panel-menu__item_fullscreen:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-voip__panel-menu__item_fullscreen:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-voip__panel-menu__item_fullscreen:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-voip__panel-menu__item_fullscreen:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-voip__panel-menu__item_fullscreen:hover:after {
  background-color: #858585;
}
.im-desktop .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #7A7A7A;
}
body .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-voip__panel-menu__item_fullscreen:active:after {
  background-color: #7A7A7A;
}

.im-voip__panel-menu__item_fullscreen_off:after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 13L14.1538 13C13.5166 13 13 13.5166 13 14.1538L13 17' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 13C3.99071 13 5.06198 13 5.84632 13C6.48358 13 7 13.5166 7 14.1538L7 17' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 7C3.99071 7 5.06198 7 5.84633 7C6.48358 7 7 6.48341 7 5.84615L7 3' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 7L14.1538 7C13.5166 7 13 6.48341 13 5.84615L13 3' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 13L14.1538 13C13.5166 13 13 13.5166 13 14.1538L13 17' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 13C3.99071 13 5.06198 13 5.84632 13C6.48358 13 7 13.5166 7 14.1538L7 17' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 7C3.99071 7 5.06198 7 5.84633 7C6.48358 7 7 6.48341 7 5.84615L7 3' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 7L14.1538 7C13.5166 7 13 6.48341 13 5.84615L13 3' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-voip__panel-menu__item_fullscreen_off:after {
  background-color: #b7bcc9;
}
.im-theme-dark_green .im-voip__panel-menu__item_fullscreen_off:after {
  background-color: #7e848f;
}
.im-theme-dark_blue .im-voip__panel-menu__item_fullscreen_off:after {
  background-color: #7e848f;
}
.im-theme-blue .im-voip__panel-menu__item_fullscreen_off:after {
  background-color: #b7bcc9;
}
.im-theme-vk_dark_blue .im-voip__panel-menu__item_fullscreen_off:after {
  background-color: #76787A;
}
.im-theme-vk_blue .im-voip__panel-menu__item_fullscreen_off:after {
  background-color: #99A2AD;
}
.im-theme-dit_blue .im-voip__panel-menu__item_fullscreen_off:after {
  background-color: #b7bcc9;
}
.im-theme-myteam_green .im-voip__panel-menu__item_fullscreen_off:after {
  background-color: #b7bcc9;
}
.im-theme-dark_calls .im-voip__panel-menu__item_fullscreen_off:after {
  background-color: #949494;
}
.im-desktop .im-voip__panel-menu__item_fullscreen_off:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_green .im-voip__panel-menu__item_fullscreen_off:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-dark_blue .im-voip__panel-menu__item_fullscreen_off:hover:after {
  background-color: #8c8d9c;
}
.im-desktop.im-theme-blue .im-voip__panel-menu__item_fullscreen_off:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-vk_dark_blue .im-voip__panel-menu__item_fullscreen_off:hover:after {
  background-color: #818385;
}
.im-desktop.im-theme-vk_blue .im-voip__panel-menu__item_fullscreen_off:hover:after {
  background-color: #9199A3;
}
.im-desktop.im-theme-dit_blue .im-voip__panel-menu__item_fullscreen_off:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-myteam_green .im-voip__panel-menu__item_fullscreen_off:hover:after {
  background-color: #8e94a2;
}
.im-desktop.im-theme-dark_calls .im-voip__panel-menu__item_fullscreen_off:hover:after {
  background-color: #858585;
}
.im-desktop .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_green .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-dark_blue .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #9ea0b2;
}
.im-desktop.im-theme-blue .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-vk_dark_blue .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #898B8D;
}
.im-desktop.im-theme-vk_blue .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #7F868F;
}
.im-desktop.im-theme-dit_blue .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-myteam_green .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #6f747e;
}
.im-desktop.im-theme-dark_calls .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #7A7A7A;
}
body .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #6f747e;
}
.im-theme-dark_green .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #9ea0b2;
}
.im-theme-dark_blue .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #9ea0b2;
}
.im-theme-blue .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #6f747e;
}
.im-theme-vk_dark_blue .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #898B8D;
}
.im-theme-vk_blue .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #7F868F;
}
.im-theme-dit_blue .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #6f747e;
}
.im-theme-myteam_green .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #6f747e;
}
.im-theme-dark_calls .im-voip__panel-menu__item_fullscreen_off:active:after {
  background-color: #7A7A7A;
}

.im-voip-button_maximize {
  display: none;
  height: 40px;
  width: 40px;
  margin-bottom: 10px;
}
.im-voip-button_maximize {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 14L10 8L4 14' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 14L10 8L4 14' stroke='%23363637' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-size: 32px;
  width: 32px;
  height: 32px;
  mask-size: 32px;
  -webkit-mask-size: 32px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-voip-button_maximize {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_green .im-voip-button_maximize {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-dark_blue .im-voip-button_maximize {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-blue .im-voip-button_maximize {
  background-color: rgba(255, 255, 255, 0.6);
}
.im-theme-vk_dark_blue .im-voip-button_maximize {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-vk_blue .im-voip-button_maximize {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-dit_blue .im-voip-button_maximize {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-myteam_green .im-voip-button_maximize {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-theme-dark_calls .im-voip-button_maximize {
  background-color: rgba(255, 255, 255, 0.8);
}
.im-desktop .im-voip-button_maximize:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-dark_green .im-voip-button_maximize:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-dark_blue .im-voip-button_maximize:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-blue .im-voip-button_maximize:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-vk_dark_blue .im-voip-button_maximize:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-vk_blue .im-voip-button_maximize:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-dit_blue .im-voip-button_maximize:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-myteam_green .im-voip-button_maximize:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop.im-theme-dark_calls .im-voip-button_maximize:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.im-desktop .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-dark_green .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-dark_blue .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-blue .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-vk_dark_blue .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-vk_blue .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-dit_blue .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-myteam_green .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-desktop.im-theme-dark_calls .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
body .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-dark_green .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-dark_blue .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-blue .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-vk_dark_blue .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-vk_blue .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-dit_blue .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-myteam_green .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}
.im-theme-dark_calls .im-voip-button_maximize:active {
  background-color: rgba(255, 255, 255, 0.5);
}

.im-voip-button_mic::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 25.7711L16 23.0653' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpath d='M25 25L7 7' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0355 11.213V15.58C12.0355 17.7403 13.7867 19.4915 15.947 19.4915C17.1431 19.4915 18.2137 18.9547 18.9312 18.1088L12.0355 11.213ZM19.6116 16.9507C19.7712 16.5241 19.8585 16.0623 19.8585 15.58V10.3647C19.8585 8.20443 18.1072 6.45319 15.947 6.45319C14.0924 6.45319 12.5393 7.74385 12.1369 9.47596L19.6116 16.9507Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.8564 20.034C19.7001 21.4295 17.9538 22.3185 16 22.3185C12.6869 22.3185 9.97018 19.7621 9.71571 16.5147C9.68766 16.1568 9.3748 15.8894 9.01692 15.9175C8.65903 15.9455 8.39164 16.2584 8.41968 16.6162C8.72675 20.5348 12.0029 23.6185 16 23.6185C18.3129 23.6185 20.3844 22.5859 21.779 20.9566L20.8564 20.034ZM22.5462 19.8853C23.1217 18.9139 23.4873 17.8034 23.5803 16.6162C23.6083 16.2584 23.341 15.9455 22.9831 15.9175C22.6252 15.8894 22.3123 16.1568 22.2843 16.5147C22.2164 17.3807 21.9735 18.1975 21.5908 18.9299L22.5462 19.8853Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 25.7711L16 23.0653' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpath d='M25 25L7 7' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0355 11.213V15.58C12.0355 17.7403 13.7867 19.4915 15.947 19.4915C17.1431 19.4915 18.2137 18.9547 18.9312 18.1088L12.0355 11.213ZM19.6116 16.9507C19.7712 16.5241 19.8585 16.0623 19.8585 15.58V10.3647C19.8585 8.20443 18.1072 6.45319 15.947 6.45319C14.0924 6.45319 12.5393 7.74385 12.1369 9.47596L19.6116 16.9507Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.8564 20.034C19.7001 21.4295 17.9538 22.3185 16 22.3185C12.6869 22.3185 9.97018 19.7621 9.71571 16.5147C9.68766 16.1568 9.3748 15.8894 9.01692 15.9175C8.65903 15.9455 8.39164 16.2584 8.41968 16.6162C8.72675 20.5348 12.0029 23.6185 16 23.6185C18.3129 23.6185 20.3844 22.5859 21.779 20.9566L20.8564 20.034ZM22.5462 19.8853C23.1217 18.9139 23.4873 17.8034 23.5803 16.6162C23.6083 16.2584 23.341 15.9455 22.9831 15.9175C22.6252 15.8894 22.3123 16.1568 22.2843 16.5147C22.2164 17.3807 21.9735 18.1975 21.5908 18.9299L22.5462 19.8853Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-voip-button_activated.im-voip-button_mic::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.9323 16.5655C22.6515 20.1484 19.6551 22.9684 16 22.9684C12.3449 22.9684 9.34846 20.1484 9.06769 16.5655' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16 25.7711V22.9718' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3E%3Crect x='12.0355' y='6.45319' width='7.82302' height='13.0384' rx='3.91151' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.9323 16.5655C22.6515 20.1484 19.6551 22.9684 16 22.9684C12.3449 22.9684 9.34846 20.1484 9.06769 16.5655' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M16 25.7711V22.9718' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3E%3Crect x='12.0355' y='6.45319' width='7.82302' height='13.0384' rx='3.91151' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-voip-button_activated.im-voip-button_mic::after {
  background-color: #000000;
}
.im-theme-dark_green .im-voip-button_activated.im-voip-button_mic::after {
  background-color: #000000;
}
.im-theme-dark_blue .im-voip-button_activated.im-voip-button_mic::after {
  background-color: #000000;
}
.im-theme-blue .im-voip-button_activated.im-voip-button_mic::after {
  background-color: #000000;
}
.im-theme-vk_dark_blue .im-voip-button_activated.im-voip-button_mic::after {
  background-color: #000000;
}
.im-theme-vk_blue .im-voip-button_activated.im-voip-button_mic::after {
  background-color: #363637;
}
.im-theme-dit_blue .im-voip-button_activated.im-voip-button_mic::after {
  background-color: #000000;
}
.im-theme-myteam_green .im-voip-button_activated.im-voip-button_mic::after {
  background-color: #000000;
}
.im-theme-dark_calls .im-voip-button_activated.im-voip-button_mic::after {
  background-color: #000000;
}

.im-voip-button_speaker::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45959 6.54039C7.20575 6.28655 6.7942 6.28655 6.54036 6.54039C6.28652 6.79423 6.28652 7.20578 6.54036 7.45963L11.7605 12.6798L11.6498 12.7897H9.32147C8.63848 12.7897 8.08481 13.3434 8.08481 14.0264V18.2934C8.08481 18.9763 8.63849 19.53 9.32147 19.53H11.8831L15.954 23.4833C16.724 24.3033 18.0899 23.7255 18.0899 22.6344V19.0092L24.0808 25C24.3346 25.2539 24.7462 25.2539 25 25C25.2538 24.7462 25.2538 24.3346 25 24.0808L7.45959 6.54039Z' fill='black'/%3E%3Cpath d='M18.0899 9.36461V15.6758L13.4331 11.0189L15.9549 8.51474C16.6976 7.72823 18.0899 8.23049 18.0899 9.36461Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.45959 6.54039C7.20575 6.28655 6.7942 6.28655 6.54036 6.54039C6.28652 6.79423 6.28652 7.20578 6.54036 7.45963L11.7605 12.6798L11.6498 12.7897H9.32147C8.63848 12.7897 8.08481 13.3434 8.08481 14.0264V18.2934C8.08481 18.9763 8.63849 19.53 9.32147 19.53H11.8831L15.954 23.4833C16.724 24.3033 18.0899 23.7255 18.0899 22.6344V19.0092L24.0808 25C24.3346 25.2539 24.7462 25.2539 25 25C25.2538 24.7462 25.2538 24.3346 25 24.0808L7.45959 6.54039Z' fill='black'/%3E%3Cpath d='M18.0899 9.36461V15.6758L13.4331 11.0189L15.9549 8.51474C16.6976 7.72823 18.0899 8.23049 18.0899 9.36461Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-voip-button_activated.im-voip-button_speaker::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.09 9.36461C16.09 8.23048 14.6976 7.72823 13.9549 8.51473L9.64981 12.7897H7.3215C6.63851 12.7897 6.08484 13.3434 6.08484 14.0263V18.2934C6.08484 18.9763 6.63851 19.53 7.3215 19.53H9.8831L13.954 23.4833C14.724 24.3033 16.09 23.7255 16.09 22.6344V9.36461Z' fill='black'/%3E%3Cpath d='M19.0869 19.406C20.968 17.5249 20.968 14.475 19.0869 12.5939' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M22.0216 22.5748C25.6528 18.9436 25.6528 13.0563 22.0216 9.42514' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.09 9.36461C16.09 8.23048 14.6976 7.72823 13.9549 8.51473L9.64981 12.7897H7.3215C6.63851 12.7897 6.08484 13.3434 6.08484 14.0263V18.2934C6.08484 18.9763 6.63851 19.53 7.3215 19.53H9.8831L13.954 23.4833C14.724 24.3033 16.09 23.7255 16.09 22.6344V9.36461Z' fill='black'/%3E%3Cpath d='M19.0869 19.406C20.968 17.5249 20.968 14.475 19.0869 12.5939' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M22.0216 22.5748C25.6528 18.9436 25.6528 13.0563 22.0216 9.42514' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-voip-button_activated.im-voip-button_speaker::after {
  background-color: #000000;
}
.im-theme-dark_green .im-voip-button_activated.im-voip-button_speaker::after {
  background-color: #000000;
}
.im-theme-dark_blue .im-voip-button_activated.im-voip-button_speaker::after {
  background-color: #000000;
}
.im-theme-blue .im-voip-button_activated.im-voip-button_speaker::after {
  background-color: #000000;
}
.im-theme-vk_dark_blue .im-voip-button_activated.im-voip-button_speaker::after {
  background-color: #000000;
}
.im-theme-vk_blue .im-voip-button_activated.im-voip-button_speaker::after {
  background-color: #363637;
}
.im-theme-dit_blue .im-voip-button_activated.im-voip-button_speaker::after {
  background-color: #000000;
}
.im-theme-myteam_green .im-voip-button_activated.im-voip-button_speaker::after {
  background-color: #000000;
}
.im-theme-dark_calls .im-voip-button_activated.im-voip-button_speaker::after {
  background-color: #000000;
}

.im-voip-button_video::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.13626 9.12621C6.90044 9.49712 6 10.6434 6 12V20C6 21.6569 7.34315 23 9 23H17C18.3566 23 19.5029 22.0996 19.8738 20.8637L8.13626 9.12621ZM20 19.0101V17.355C20.0624 17.4185 20.13 17.4788 20.2027 17.5353L24.3861 20.7885C25.043 21.2993 26 20.8312 26 19.9991V11.914C26 11.0819 25.043 10.6137 24.3861 11.1245L20.2027 14.3777C20.13 14.4342 20.0624 14.4945 20 14.5581V12C20 10.3431 18.6569 9 17 9H9.98995L20 19.0101Z' fill='black'/%3E%3Cpath d='M23.1824 25L5.18243 7' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.13626 9.12621C6.90044 9.49712 6 10.6434 6 12V20C6 21.6569 7.34315 23 9 23H17C18.3566 23 19.5029 22.0996 19.8738 20.8637L8.13626 9.12621ZM20 19.0101V17.355C20.0624 17.4185 20.13 17.4788 20.2027 17.5353L24.3861 20.7885C25.043 21.2993 26 20.8312 26 19.9991V11.914C26 11.0819 25.043 10.6137 24.3861 11.1245L20.2027 14.3777C20.13 14.4342 20.0624 14.4945 20 14.5581V12C20 10.3431 18.6569 9 17 9H9.98995L20 19.0101Z' fill='black'/%3E%3Cpath d='M23.1824 25L5.18243 7' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-voip-button_activated.im-voip-button_video::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9C7.34315 9 6 10.3431 6 12V20C6 21.6569 7.34315 23 9 23H17C18.6569 23 20 21.6569 20 20V17.355C20.0624 17.4185 20.13 17.4788 20.2027 17.5353L24.3861 20.7885C25.043 21.2993 26 20.8312 26 19.9991V11.914C26 11.0819 25.043 10.6137 24.3861 11.1245L20.2027 14.3777C20.13 14.4342 20.0624 14.4945 20 14.5581V12C20 10.3431 18.6569 9 17 9H9Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9C7.34315 9 6 10.3431 6 12V20C6 21.6569 7.34315 23 9 23H17C18.6569 23 20 21.6569 20 20V17.355C20.0624 17.4185 20.13 17.4788 20.2027 17.5353L24.3861 20.7885C25.043 21.2993 26 20.8312 26 19.9991V11.914C26 11.0819 25.043 10.6137 24.3861 11.1245L20.2027 14.3777C20.13 14.4342 20.0624 14.4945 20 14.5581V12C20 10.3431 18.6569 9 17 9H9Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-voip-button_activated.im-voip-button_video::after {
  background-color: #000000;
}
.im-theme-dark_green .im-voip-button_activated.im-voip-button_video::after {
  background-color: #000000;
}
.im-theme-dark_blue .im-voip-button_activated.im-voip-button_video::after {
  background-color: #000000;
}
.im-theme-blue .im-voip-button_activated.im-voip-button_video::after {
  background-color: #000000;
}
.im-theme-vk_dark_blue .im-voip-button_activated.im-voip-button_video::after {
  background-color: #000000;
}
.im-theme-vk_blue .im-voip-button_activated.im-voip-button_video::after {
  background-color: #363637;
}
.im-theme-dit_blue .im-voip-button_activated.im-voip-button_video::after {
  background-color: #000000;
}
.im-theme-myteam_green .im-voip-button_activated.im-voip-button_video::after {
  background-color: #000000;
}
.im-theme-dark_calls .im-voip-button_activated.im-voip-button_video::after {
  background-color: #000000;
}

.im-voip-button_menu::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10C2 8.89543 2.89543 8 4 8C5.10457 8 6 8.89543 6 10C6 11.1046 5.10457 12 4 12C2.89543 12 2 11.1046 2 10Z' fill='%23363637'/%3E%3Cpath d='M14 10C14 8.89543 14.8954 8 16 8C17.1046 8 18 8.89543 18 10C18 11.1046 17.1046 12 16 12C14.8954 12 14 11.1046 14 10Z' fill='%23363637'/%3E%3Cpath d='M8 10C8 8.89543 8.89543 8 10 8C11.1046 8 12 8.89543 12 10C12 11.1046 11.1046 12 10 12C8.89543 12 8 11.1046 8 10Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10C2 8.89543 2.89543 8 4 8C5.10457 8 6 8.89543 6 10C6 11.1046 5.10457 12 4 12C2.89543 12 2 11.1046 2 10Z' fill='%23363637'/%3E%3Cpath d='M14 10C14 8.89543 14.8954 8 16 8C17.1046 8 18 8.89543 18 10C18 11.1046 17.1046 12 16 12C14.8954 12 14 11.1046 14 10Z' fill='%23363637'/%3E%3Cpath d='M8 10C8 8.89543 8.89543 8 10 8C11.1046 8 12 8.89543 12 10C12 11.1046 11.1046 12 10 12C8.89543 12 8 11.1046 8 10Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-voip-button_screen-share::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 8.42566C7.89543 8.42566 7 9.32109 7 10.4257V20.9257C7 21.4779 7.44772 21.9257 8 21.9257H24C24.5523 21.9257 25 21.4779 25 20.9257V10.4257C25 9.32109 24.1046 8.42566 23 8.42566H9ZM16.0474 12.2634C16.0474 11.3881 16.709 11.0501 17.3684 11.6009L20.2687 14.1572C20.744 14.5536 20.7441 14.7781 20.2687 15.1747L17.3686 17.6949C16.7077 18.2457 16.0474 17.9119 16.0474 17.0379V16.459C14.8723 16.3544 13.9255 16.6882 13.1784 17.3134C12.9502 17.5043 12.7589 17.7088 12.6034 17.9125C12.512 18.0322 12.4542 18.1226 12.4083 18.2013C11.9826 18.7826 11.431 18.5602 11.5071 17.8486C11.5068 17.6656 11.5279 17.3914 11.589 17.0558C11.6903 16.499 11.8752 15.9438 12.1655 15.4234C12.8964 14.1131 14.1606 13.2461 16.0474 13.0305V12.2634Z' fill='%23363637'/%3E%3Cpath d='M5.15991 24.0209L26.8402 24.0209' stroke='%23363637' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 8.42566C7.89543 8.42566 7 9.32109 7 10.4257V20.9257C7 21.4779 7.44772 21.9257 8 21.9257H24C24.5523 21.9257 25 21.4779 25 20.9257V10.4257C25 9.32109 24.1046 8.42566 23 8.42566H9ZM16.0474 12.2634C16.0474 11.3881 16.709 11.0501 17.3684 11.6009L20.2687 14.1572C20.744 14.5536 20.7441 14.7781 20.2687 15.1747L17.3686 17.6949C16.7077 18.2457 16.0474 17.9119 16.0474 17.0379V16.459C14.8723 16.3544 13.9255 16.6882 13.1784 17.3134C12.9502 17.5043 12.7589 17.7088 12.6034 17.9125C12.512 18.0322 12.4542 18.1226 12.4083 18.2013C11.9826 18.7826 11.431 18.5602 11.5071 17.8486C11.5068 17.6656 11.5279 17.3914 11.589 17.0558C11.6903 16.499 11.8752 15.9438 12.1655 15.4234C12.8964 14.1131 14.1606 13.2461 16.0474 13.0305V12.2634Z' fill='%23363637'/%3E%3Cpath d='M5.15991 24.0209L26.8402 24.0209' stroke='%23363637' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-voip-button_add::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1627 22.2791C14.1627 19.2956 16.954 16.9385 20.3358 16.9385C23.7175 16.9385 26.5087 19.2956 26.5087 22.2791V22.6851C26.5087 23.5147 25.7883 24.1232 24.9572 24.1232H15.7143C14.8832 24.1232 14.1627 23.5147 14.1627 22.6851V22.2791Z' fill='%23363637'/%3E%3Cpath d='M16.5837 11.6873C16.5837 9.63491 18.2784 8 20.3357 8C22.393 8 24.0877 9.63491 24.0877 11.6873V12.1101C24.0877 14.1624 22.393 15.7973 20.3357 15.7973C18.2785 15.7973 16.5837 14.1624 16.5837 12.1101V11.6873Z' fill='%23363637'/%3E%3Cpath d='M8.26032 12.3005V19.9567' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3Cpath d='M12.0884 16.1287H4.43218' stroke='%23363637' stroke-width='1.24276' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-voip-button_answer::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M17.3116 21.2979C17.3116 21.2979 15.4648 20.9009 13.2409 18.7037L10.9096 21.0226C13.8257 23.892 17.6457 26.2693 21.8697 26.5801C24.0685 26.7419 24.7434 26.2644 25.2679 25.633C26.035 24.7097 26.1587 24.1094 26.3373 23.1108C26.5158 22.1123 26.2423 21.0821 24.396 20.5391C22.5497 19.9961 22.5497 19.9961 19.2646 19.1002L19.2645 19.1002C17.9567 18.7435 17.3116 21.2979 17.3116 21.2979Z' fill='%23363637'/%3E%3Cpath d='M10.685 14.6713C10.685 14.6713 11.082 16.5182 13.2792 18.7421L10.9603 21.0734C8.09083 18.1572 5.71363 14.3372 5.40279 10.1133C5.24098 7.91452 5.71845 7.23957 6.34983 6.71507C7.27316 5.94801 7.87346 5.82423 8.87203 5.64571C9.8706 5.4672 10.9008 5.7407 11.4438 7.58697C11.9868 9.43323 11.9868 9.43324 12.8827 12.7184L12.8827 12.7185C13.2394 14.0263 10.685 14.6713 10.685 14.6713Z' fill='%23363637'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M17.3116 21.2979C17.3116 21.2979 15.4648 20.9009 13.2409 18.7037L10.9096 21.0226C13.8257 23.892 17.6457 26.2693 21.8697 26.5801C24.0685 26.7419 24.7434 26.2644 25.2679 25.633C26.035 24.7097 26.1587 24.1094 26.3373 23.1108C26.5158 22.1123 26.2423 21.0821 24.396 20.5391C22.5497 19.9961 22.5497 19.9961 19.2646 19.1002L19.2645 19.1002C17.9567 18.7435 17.3116 21.2979 17.3116 21.2979Z' fill='%23363637'/%3E%3Cpath d='M10.685 14.6713C10.685 14.6713 11.082 16.5182 13.2792 18.7421L10.9603 21.0734C8.09083 18.1572 5.71363 14.3372 5.40279 10.1133C5.24098 7.91452 5.71845 7.23957 6.34983 6.71507C7.27316 5.94801 7.87346 5.82423 8.87203 5.64571C9.8706 5.4672 10.9008 5.7407 11.4438 7.58697C11.9868 9.43323 11.9868 9.43324 12.8827 12.7184L12.8827 12.7185C13.2394 14.0263 10.685 14.6713 10.685 14.6713Z' fill='%23363637'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-voip-button_answer-video::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9C7.34315 9 6 10.3431 6 12V20C6 21.6569 7.34315 23 9 23H17C18.6569 23 20 21.6569 20 20V17.355C20.0624 17.4185 20.13 17.4788 20.2027 17.5353L24.3861 20.7885C25.043 21.2993 26 20.8312 26 19.9991V11.914C26 11.0819 25.043 10.6137 24.3861 11.1245L20.2027 14.3777C20.13 14.4342 20.0624 14.4945 20 14.5581V12C20 10.3431 18.6569 9 17 9H9Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9C7.34315 9 6 10.3431 6 12V20C6 21.6569 7.34315 23 9 23H17C18.6569 23 20 21.6569 20 20V17.355C20.0624 17.4185 20.13 17.4788 20.2027 17.5353L24.3861 20.7885C25.043 21.2993 26 20.8312 26 19.9991V11.914C26 11.0819 25.043 10.6137 24.3861 11.1245L20.2027 14.3777C20.13 14.4342 20.0624 14.4945 20 14.5581V12C20 10.3431 18.6569 9 17 9H9Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-voip-button_hangup::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5858 14.9808C11.5858 14.9808 13.0805 14.015 16.0255 13.9972L16.0338 10.8996C12.1798 10.9307 8.05169 11.8918 5.03096 14.4984C3.45852 15.8553 3.32697 16.6229 3.39817 17.3929C3.50226 18.5189 3.81968 19.0012 4.36595 19.7853C4.91221 20.5694 5.78064 21.0735 7.37217 20.2053C8.9637 19.3372 8.96371 19.3372 11.7488 17.7457L11.7489 17.7456C12.8577 17.112 11.5858 14.9808 11.5858 14.9808Z' fill='black'/%3E%3Cpath d='M20.4141 14.9807C20.4141 14.9807 18.9194 14.0149 15.9744 13.9971L15.9661 10.8995C19.8201 10.9307 23.9482 11.8917 26.9689 14.4984C28.5414 15.8552 28.6729 16.6229 28.6017 17.3928C28.4976 18.5188 28.1802 19.0012 27.6339 19.7853C27.0877 20.5693 26.2192 21.0734 24.6277 20.2053C23.0362 19.3371 23.0362 19.3371 20.251 17.7456L20.251 17.7456C19.1422 17.112 20.4141 14.9807 20.4141 14.9807Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5858 14.9808C11.5858 14.9808 13.0805 14.015 16.0255 13.9972L16.0338 10.8996C12.1798 10.9307 8.05169 11.8918 5.03096 14.4984C3.45852 15.8553 3.32697 16.6229 3.39817 17.3929C3.50226 18.5189 3.81968 19.0012 4.36595 19.7853C4.91221 20.5694 5.78064 21.0735 7.37217 20.2053C8.9637 19.3372 8.96371 19.3372 11.7488 17.7457L11.7489 17.7456C12.8577 17.112 11.5858 14.9808 11.5858 14.9808Z' fill='black'/%3E%3Cpath d='M20.4141 14.9807C20.4141 14.9807 18.9194 14.0149 15.9744 13.9971L15.9661 10.8995C19.8201 10.9307 23.9482 11.8917 26.9689 14.4984C28.5414 15.8552 28.6729 16.6229 28.6017 17.3928C28.4976 18.5188 28.1802 19.0012 27.6339 19.7853C27.0877 20.5693 26.2192 21.0734 24.6277 20.2053C23.0362 19.3371 23.0362 19.3371 20.251 17.7456L20.251 17.7456C19.1422 17.112 20.4141 14.9807 20.4141 14.9807Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.im-voip-button_call-share::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 20V7' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 11L15.9293 7.07071C15.9683 7.03166 16.0317 7.03166 16.0707 7.07071L20 11' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M19.8889 14H21C22.1046 14 23 14.8954 23 16V23C23 24.1046 22.1046 25 21 25H11C9.89543 25 9 24.1046 9 23V16C9 14.8954 9.89543 14 11 14H12.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 20V7' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M12 11L15.9293 7.07071C15.9683 7.03166 16.0317 7.03166 16.0707 7.07071L20 11' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M19.8889 14H21C22.1046 14 23 14.8954 23 16V23C23 24.1046 22.1046 25 21 25H11C9.89543 25 9 24.1046 9 23V16C9 14.8954 9.89543 14 11 14H12.5' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

body .im-voip-button_hangup div {
  background-color: #f83e33;
}
body .im-voip-button_hangup:hover div {
  background-color: #e12b21;
}
body .im-voip-button_hangup:active div {
  background-color: #d81409;
}
.im-theme-dark_green .im-voip-button_hangup div {
  background-color: #f75d5d;
}
.im-theme-dark_green .im-voip-button_hangup:hover div {
  background-color: #E65151;
}
.im-theme-dark_green .im-voip-button_hangup:active div {
  background-color: #CE4343;
}
.im-theme-dark_blue .im-voip-button_hangup div {
  background-color: #f75d5d;
}
.im-theme-dark_blue .im-voip-button_hangup:hover div {
  background-color: #E65151;
}
.im-theme-dark_blue .im-voip-button_hangup:active div {
  background-color: #CE4343;
}
.im-theme-blue .im-voip-button_hangup div {
  background-color: #f83e33;
}
.im-theme-blue .im-voip-button_hangup:hover div {
  background-color: #e12b21;
}
.im-theme-blue .im-voip-button_hangup:active div {
  background-color: #d81409;
}
.im-theme-vk_dark_blue .im-voip-button_hangup div {
  background-color: #FF5C5C;
}
.im-theme-vk_dark_blue .im-voip-button_hangup:hover div {
  background-color: #F55858;
}
.im-theme-vk_dark_blue .im-voip-button_hangup:active div {
  background-color: #DB4F4F;
}
.im-theme-vk_blue .im-voip-button_hangup div {
  background-color: #FF3347;
}
.im-theme-vk_blue .im-voip-button_hangup:hover div {
  background-color: #E64646;
}
.im-theme-vk_blue .im-voip-button_hangup:active div {
  background-color: #FF3347;
}
.im-theme-dit_blue .im-voip-button_hangup div {
  background-color: #f83e33;
}
.im-theme-dit_blue .im-voip-button_hangup:hover div {
  background-color: #e12b21;
}
.im-theme-dit_blue .im-voip-button_hangup:active div {
  background-color: #d81409;
}
.im-theme-myteam_green .im-voip-button_hangup div {
  background-color: #EC264A;
}
.im-theme-myteam_green .im-voip-button_hangup:hover div {
  background-color: #DA2B4B;
}
.im-theme-myteam_green .im-voip-button_hangup:active div {
  background-color: #CD2D4A;
}
.im-theme-dark_calls .im-voip-button_hangup div {
  background-color: #FC2C38;
}
.im-theme-dark_calls .im-voip-button_hangup:hover div {
  background-color: #E82834;
}
.im-theme-dark_calls .im-voip-button_hangup:active div {
  background-color: #DE2731;
}

body .im-voip-button_answer div,
body .im-voip-button_answer-video div {
  background-color: #4DD567;
}
body .im-voip-button_answer:hover div,
body .im-voip-button_answer-video:hover div {
  background-color: #43C85D;
}
body .im-voip-button_answer:active div,
body .im-voip-button_answer-video:active div {
  background-color: #3ABC53;
}
.im-theme-dark_green .im-voip-button_answer div,
.im-theme-dark_green .im-voip-button_answer-video div {
  background-color: #4DD567;
}
.im-theme-dark_green .im-voip-button_answer:hover div,
.im-theme-dark_green .im-voip-button_answer-video:hover div {
  background-color: #43C85D;
}
.im-theme-dark_green .im-voip-button_answer:active div,
.im-theme-dark_green .im-voip-button_answer-video:active div {
  background-color: #3ABC53;
}
.im-theme-dark_blue .im-voip-button_answer div,
.im-theme-dark_blue .im-voip-button_answer-video div {
  background-color: #4DD567;
}
.im-theme-dark_blue .im-voip-button_answer:hover div,
.im-theme-dark_blue .im-voip-button_answer-video:hover div {
  background-color: #43C85D;
}
.im-theme-dark_blue .im-voip-button_answer:active div,
.im-theme-dark_blue .im-voip-button_answer-video:active div {
  background-color: #3ABC53;
}
.im-theme-blue .im-voip-button_answer div,
.im-theme-blue .im-voip-button_answer-video div {
  background-color: #4DD567;
}
.im-theme-blue .im-voip-button_answer:hover div,
.im-theme-blue .im-voip-button_answer-video:hover div {
  background-color: #43C85D;
}
.im-theme-blue .im-voip-button_answer:active div,
.im-theme-blue .im-voip-button_answer-video:active div {
  background-color: #3ABC53;
}
.im-theme-vk_dark_blue .im-voip-button_answer div,
.im-theme-vk_dark_blue .im-voip-button_answer-video div {
  background-color: #4BB34B;
}
.im-theme-vk_dark_blue .im-voip-button_answer:hover div,
.im-theme-vk_dark_blue .im-voip-button_answer-video:hover div {
  background-color: #52B652;
}
.im-theme-vk_dark_blue .im-voip-button_answer:active div,
.im-theme-vk_dark_blue .im-voip-button_answer-video:active div {
  background-color: #59B959;
}
.im-theme-vk_blue .im-voip-button_answer div,
.im-theme-vk_blue .im-voip-button_answer-video div {
  background-color: #43C85D;
}
.im-theme-vk_blue .im-voip-button_answer:hover div,
.im-theme-vk_blue .im-voip-button_answer-video:hover div {
  background-color: #3ABC53;
}
.im-theme-vk_blue .im-voip-button_answer:active div,
.im-theme-vk_blue .im-voip-button_answer-video:active div {
  background-color: #4BB34B;
}
.im-theme-dit_blue .im-voip-button_answer div,
.im-theme-dit_blue .im-voip-button_answer-video div {
  background-color: #4DD567;
}
.im-theme-dit_blue .im-voip-button_answer:hover div,
.im-theme-dit_blue .im-voip-button_answer-video:hover div {
  background-color: #43C85D;
}
.im-theme-dit_blue .im-voip-button_answer:active div,
.im-theme-dit_blue .im-voip-button_answer-video:active div {
  background-color: #3ABC53;
}
.im-theme-myteam_green .im-voip-button_answer div,
.im-theme-myteam_green .im-voip-button_answer-video div {
  background-color: #4DD567;
}
.im-theme-myteam_green .im-voip-button_answer:hover div,
.im-theme-myteam_green .im-voip-button_answer-video:hover div {
  background-color: #43C85D;
}
.im-theme-myteam_green .im-voip-button_answer:active div,
.im-theme-myteam_green .im-voip-button_answer-video:active div {
  background-color: #3ABC53;
}
.im-theme-dark_calls .im-voip-button_answer div,
.im-theme-dark_calls .im-voip-button_answer-video div {
  background-color: #38E0A1;
}
.im-theme-dark_calls .im-voip-button_answer:hover div,
.im-theme-dark_calls .im-voip-button_answer-video:hover div {
  background-color: #34CE94;
}
.im-theme-dark_calls .im-voip-button_answer:active div,
.im-theme-dark_calls .im-voip-button_answer-video:active div {
  background-color: #31C58E;
}

.im-voip-callcard {
  padding-bottom: 14px;
  padding-top: 4px;
  width: 276px;
  max-width: 100%;
}

.im-voip-callcard_video .im-voip-callcard__icon::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9C7.34315 9 6 10.3431 6 12V20C6 21.6569 7.34315 23 9 23H17C18.6569 23 20 21.6569 20 20V17.355C20.0624 17.4185 20.13 17.4788 20.2027 17.5353L24.3861 20.7885C25.043 21.2993 26 20.8312 26 19.9991V11.914C26 11.0819 25.043 10.6137 24.3861 11.1245L20.2027 14.3777C20.13 14.4342 20.0624 14.4945 20 14.5581V12C20 10.3431 18.6569 9 17 9H9Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 9C7.34315 9 6 10.3431 6 12V20C6 21.6569 7.34315 23 9 23H17C18.6569 23 20 21.6569 20 20V17.355C20.0624 17.4185 20.13 17.4788 20.2027 17.5353L24.3861 20.7885C25.043 21.2993 26 20.8312 26 19.9991V11.914C26 11.0819 25.043 10.6137 24.3861 11.1245L20.2027 14.3777C20.13 14.4342 20.0624 14.4945 20 14.5581V12C20 10.3431 18.6569 9 17 9H9Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-voip-callcard_video .im-voip-callcard__icon::after {
  background-color: #D6FFE0;
}
.im-theme-dark_green .im-voip-callcard_video .im-voip-callcard__icon::after {
  background-color: #2A4533;
}
.im-theme-dark_blue .im-voip-callcard_video .im-voip-callcard__icon::after {
  background-color: #22344F;
}
.im-theme-blue .im-voip-callcard_video .im-voip-callcard__icon::after {
  background-color: #C7E6FF;
}
.im-theme-vk_dark_blue .im-voip-callcard_video .im-voip-callcard__icon::after {
  background-color: #22344F;
}
.im-theme-vk_blue .im-voip-callcard_video .im-voip-callcard__icon::after {
  background-color: #C7E6FF;
}
.im-theme-dit_blue .im-voip-callcard_video .im-voip-callcard__icon::after {
  background-color: #CCE2FB;
}
.im-theme-myteam_green .im-voip-callcard_video .im-voip-callcard__icon::after {
  background-color: #E1FFED;
}
.im-theme-dark_calls .im-voip-callcard_video .im-voip-callcard__icon::after {
  background-color: #00397C;
}

body .im-voip-callcard_incoming .im-voip-callcard__icon::after {
  background-color: #ffffff;
}
.im-theme-dark_green .im-voip-callcard_incoming .im-voip-callcard__icon::after {
  background-color: #2b2c34;
}
.im-theme-dark_blue .im-voip-callcard_incoming .im-voip-callcard__icon::after {
  background-color: #2b2c34;
}
.im-theme-blue .im-voip-callcard_incoming .im-voip-callcard__icon::after {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-voip-callcard_incoming .im-voip-callcard__icon::after {
  background-color: #2B2C34;
}
.im-theme-vk_blue .im-voip-callcard_incoming .im-voip-callcard__icon::after {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-voip-callcard_incoming .im-voip-callcard__icon::after {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-voip-callcard_incoming .im-voip-callcard__icon::after {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-voip-callcard_incoming .im-voip-callcard__icon::after {
  background-color: #2B2B2B;
}
body .im-voip-callcard_incoming .im-voip-callcard__button {
  background-color: #eceef3;
}
.im-theme-dark_green .im-voip-callcard_incoming .im-voip-callcard__button {
  background-color: #3c3d47;
}
.im-theme-dark_blue .im-voip-callcard_incoming .im-voip-callcard__button {
  background-color: #3c3d47;
}
.im-theme-blue .im-voip-callcard_incoming .im-voip-callcard__button {
  background-color: #eceef3;
}
.im-theme-vk_dark_blue .im-voip-callcard_incoming .im-voip-callcard__button {
  background-color: #3C3D47;
}
.im-theme-vk_blue .im-voip-callcard_incoming .im-voip-callcard__button {
  background-color: #ECEEF3;
}
.im-theme-dit_blue .im-voip-callcard_incoming .im-voip-callcard__button {
  background-color: #eceef3;
}
.im-theme-myteam_green .im-voip-callcard_incoming .im-voip-callcard__button {
  background-color: #eceef3;
}
.im-theme-dark_calls .im-voip-callcard_incoming .im-voip-callcard__button {
  background-color: #1F1F1F;
}
.im-desktop .im-voip-callcard_incoming .im-voip-callcard__button:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-dark_green .im-voip-callcard_incoming .im-voip-callcard__button:hover {
  background-color: #444551;
}
.im-desktop.im-theme-dark_blue .im-voip-callcard_incoming .im-voip-callcard__button:hover {
  background-color: #444551;
}
.im-desktop.im-theme-blue .im-voip-callcard_incoming .im-voip-callcard__button:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-vk_dark_blue .im-voip-callcard_incoming .im-voip-callcard__button:hover {
  background-color: #444551;
}
.im-desktop.im-theme-vk_blue .im-voip-callcard_incoming .im-voip-callcard__button:hover {
  background-color: #E4E7EF;
}
.im-desktop.im-theme-dit_blue .im-voip-callcard_incoming .im-voip-callcard__button:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-myteam_green .im-voip-callcard_incoming .im-voip-callcard__button:hover {
  background-color: #e4e7ef;
}
.im-desktop.im-theme-dark_calls .im-voip-callcard_incoming .im-voip-callcard__button:hover {
  background-color: #0F0F0F;
}
.im-desktop .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-dark_green .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #3f404d;
}
.im-desktop.im-theme-dark_blue .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #3f404d;
}
.im-desktop.im-theme-blue .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-vk_dark_blue .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #3F404D;
}
.im-desktop.im-theme-vk_blue .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #DEE1EB;
}
.im-desktop.im-theme-dit_blue .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-myteam_green .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #dee1eb;
}
.im-desktop.im-theme-dark_calls .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #0A0A0A;
}
body .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #dee1eb;
}
.im-theme-dark_green .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #3f404d;
}
.im-theme-dark_blue .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #3f404d;
}
.im-theme-blue .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #dee1eb;
}
.im-theme-vk_dark_blue .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #3F404D;
}
.im-theme-vk_blue .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #DEE1EB;
}
.im-theme-dit_blue .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #dee1eb;
}
.im-theme-myteam_green .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #dee1eb;
}
.im-theme-dark_calls .im-voip-callcard_incoming .im-voip-callcard__button:active {
  background-color: #0A0A0A;
}

body .im-voip-callcard_missed .im-voip-callcard__icon {
  background-color: #f83e33;
}
body .im-voip-callcard_missed .im-voip-callcard__title {
  color: #f83e33;
}
.im-theme-dark_green .im-voip-callcard_missed .im-voip-callcard__icon {
  background-color: #f75d5d;
}
.im-theme-dark_green .im-voip-callcard_missed .im-voip-callcard__title {
  color: #f75d5d;
}
.im-theme-dark_blue .im-voip-callcard_missed .im-voip-callcard__icon {
  background-color: #f75d5d;
}
.im-theme-dark_blue .im-voip-callcard_missed .im-voip-callcard__title {
  color: #f75d5d;
}
.im-theme-blue .im-voip-callcard_missed .im-voip-callcard__icon {
  background-color: #f83e33;
}
.im-theme-blue .im-voip-callcard_missed .im-voip-callcard__title {
  color: #f83e33;
}
.im-theme-vk_dark_blue .im-voip-callcard_missed .im-voip-callcard__icon {
  background-color: #FF5C5C;
}
.im-theme-vk_dark_blue .im-voip-callcard_missed .im-voip-callcard__title {
  color: #FF5C5C;
}
.im-theme-vk_blue .im-voip-callcard_missed .im-voip-callcard__icon {
  background-color: #FF3347;
}
.im-theme-vk_blue .im-voip-callcard_missed .im-voip-callcard__title {
  color: #FF3347;
}
.im-theme-dit_blue .im-voip-callcard_missed .im-voip-callcard__icon {
  background-color: #f83e33;
}
.im-theme-dit_blue .im-voip-callcard_missed .im-voip-callcard__title {
  color: #f83e33;
}
.im-theme-myteam_green .im-voip-callcard_missed .im-voip-callcard__icon {
  background-color: #EC264A;
}
.im-theme-myteam_green .im-voip-callcard_missed .im-voip-callcard__title {
  color: #EC264A;
}
.im-theme-dark_calls .im-voip-callcard_missed .im-voip-callcard__icon {
  background-color: #FC2C38;
}
.im-theme-dark_calls .im-voip-callcard_missed .im-voip-callcard__title {
  color: #FC2C38;
}

.im-voip-callcard_group .im-voip-callcard__body {
  padding-right: 45px;
}

.im-voip-callcard__coins {
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  bottom: auto;
  left: auto;
  height: 14px;
  width: 44px;
}
.im-voip-callcard__coins .im-avatarbox {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  border-radius: 7px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-left: -4px;
}
.im-voip-callcard__coins:empty {
  display: none;
}

.im-voip-callcard__body {
  position: relative;
  padding-left: 52px;
  margin-bottom: 16px;
  min-height: 40px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.im-voip-callcard__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body .im-voip-callcard__icon {
  background-color: #00B84D;
}
.im-theme-dark_green .im-voip-callcard__icon {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-voip-callcard__icon {
  background-color: #ffffff;
}
.im-theme-blue .im-voip-callcard__icon {
  background-color: #3492F2;
}
.im-theme-vk_dark_blue .im-voip-callcard__icon {
  background-color: #ffffff;
}
.im-theme-vk_blue .im-voip-callcard__icon {
  background-color: #3F8AE0;
}
.im-theme-dit_blue .im-voip-callcard__icon {
  background-color: #2E72BF;
}
.im-theme-myteam_green .im-voip-callcard__icon {
  background-color: #18D893;
}
.im-theme-dark_calls .im-voip-callcard__icon {
  background-color: #ffffff;
}
.im-voip-callcard__icon::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: absolute;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 8px;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M17.3116 21.2979C17.3116 21.2979 15.4648 20.9009 13.2409 18.7037L10.9096 21.0226C13.8257 23.892 17.6457 26.2693 21.8697 26.5801C24.0685 26.7419 24.7434 26.2644 25.2679 25.633C26.035 24.7097 26.1587 24.1094 26.3373 23.1108C26.5158 22.1123 26.2423 21.0821 24.396 20.5391C22.5497 19.9961 22.5497 19.9961 19.2646 19.1002L19.2645 19.1002C17.9567 18.7435 17.3116 21.2979 17.3116 21.2979Z' fill='%23363637'/%3E%3Cpath d='M10.685 14.6713C10.685 14.6713 11.082 16.5182 13.2792 18.7421L10.9603 21.0734C8.09083 18.1572 5.71363 14.3372 5.40279 10.1133C5.24098 7.91452 5.71845 7.23957 6.34983 6.71507C7.27316 5.94801 7.87346 5.82423 8.87203 5.64571C9.8706 5.4672 10.9008 5.7407 11.4438 7.58697C11.9868 9.43323 11.9868 9.43324 12.8827 12.7184L12.8827 12.7185C13.2394 14.0263 10.685 14.6713 10.685 14.6713Z' fill='%23363637'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M17.3116 21.2979C17.3116 21.2979 15.4648 20.9009 13.2409 18.7037L10.9096 21.0226C13.8257 23.892 17.6457 26.2693 21.8697 26.5801C24.0685 26.7419 24.7434 26.2644 25.2679 25.633C26.035 24.7097 26.1587 24.1094 26.3373 23.1108C26.5158 22.1123 26.2423 21.0821 24.396 20.5391C22.5497 19.9961 22.5497 19.9961 19.2646 19.1002L19.2645 19.1002C17.9567 18.7435 17.3116 21.2979 17.3116 21.2979Z' fill='%23363637'/%3E%3Cpath d='M10.685 14.6713C10.685 14.6713 11.082 16.5182 13.2792 18.7421L10.9603 21.0734C8.09083 18.1572 5.71363 14.3372 5.40279 10.1133C5.24098 7.91452 5.71845 7.23957 6.34983 6.71507C7.27316 5.94801 7.87346 5.82423 8.87203 5.64571C9.8706 5.4672 10.9008 5.7407 11.4438 7.58697C11.9868 9.43323 11.9868 9.43324 12.8827 12.7184L12.8827 12.7185C13.2394 14.0263 10.685 14.6713 10.685 14.6713Z' fill='%23363637'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-voip-callcard__icon::after {
  background-color: #D6FFE0;
}
.im-theme-dark_green .im-voip-callcard__icon::after {
  background-color: #2A4533;
}
.im-theme-dark_blue .im-voip-callcard__icon::after {
  background-color: #22344F;
}
.im-theme-blue .im-voip-callcard__icon::after {
  background-color: #C7E6FF;
}
.im-theme-vk_dark_blue .im-voip-callcard__icon::after {
  background-color: #22344F;
}
.im-theme-vk_blue .im-voip-callcard__icon::after {
  background-color: #C7E6FF;
}
.im-theme-dit_blue .im-voip-callcard__icon::after {
  background-color: #CCE2FB;
}
.im-theme-myteam_green .im-voip-callcard__icon::after {
  background-color: #E1FFED;
}
.im-theme-dark_calls .im-voip-callcard__icon::after {
  background-color: #00397C;
}

.im-voip-callcard__title {
  font-size: 15px;
  max-width: 100%;
  line-height: 18px;
  display: block;
  display: -webkit-box;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  max-height: 36px;
}
.im-voip-callcard__title .im-emoji_inline {
  vertical-align: text-top;
}
.im-voip-callcard__title .im-emoji_inline {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
}
body .im-voip-callcard__title {
  color: #111111;
}
.im-theme-dark_green .im-voip-callcard__title {
  color: #ffffff;
}
.im-theme-dark_blue .im-voip-callcard__title {
  color: #ffffff;
}
.im-theme-blue .im-voip-callcard__title {
  color: #111111;
}
.im-theme-vk_dark_blue .im-voip-callcard__title {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-voip-callcard__title {
  color: #111111;
}
.im-theme-dit_blue .im-voip-callcard__title {
  color: #111111;
}
.im-theme-myteam_green .im-voip-callcard__title {
  color: #111111;
}
.im-theme-dark_calls .im-voip-callcard__title {
  color: #FFFFFF;
}

.im-voip-callcard__subtitle {
  margin-top: 2px;
  display: block;
  font-size: 13px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
body .im-voip-callcard__subtitle {
  color: #999ba6;
}
.im-theme-dark_green .im-voip-callcard__subtitle {
  color: #999ba6;
}
.im-theme-dark_blue .im-voip-callcard__subtitle {
  color: #999ba6;
}
.im-theme-blue .im-voip-callcard__subtitle {
  color: #999ba6;
}
.im-theme-vk_dark_blue .im-voip-callcard__subtitle {
  color: #999ba6;
}
.im-theme-vk_blue .im-voip-callcard__subtitle {
  color: #999ba6;
}
.im-theme-dit_blue .im-voip-callcard__subtitle {
  color: #999ba6;
}
.im-theme-myteam_green .im-voip-callcard__subtitle {
  color: #999ba6;
}
.im-theme-dark_calls .im-voip-callcard__subtitle {
  color: #999ba6;
}

.im-voip-callcard__button {
  font-size: 14px;
  line-height: 18px;
  padding: 6px 8px;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
body .im-voip-callcard__button {
  color: #00B84D;
}
.im-theme-dark_green .im-voip-callcard__button {
  color: #ffffff;
}
.im-theme-dark_blue .im-voip-callcard__button {
  color: #ffffff;
}
.im-theme-blue .im-voip-callcard__button {
  color: #3492F2;
}
.im-theme-vk_dark_blue .im-voip-callcard__button {
  color: #ffffff;
}
.im-theme-vk_blue .im-voip-callcard__button {
  color: #3F8AE0;
}
.im-theme-dit_blue .im-voip-callcard__button {
  color: #2E72BF;
}
.im-theme-myteam_green .im-voip-callcard__button {
  color: #18D893;
}
.im-theme-dark_calls .im-voip-callcard__button {
  color: #ffffff;
}
body .im-voip-callcard__button {
  background-color: #C8F9D4;
}
.im-theme-dark_green .im-voip-callcard__button {
  background-color: #4C8959;
}
.im-theme-dark_blue .im-voip-callcard__button {
  background-color: #2A4A71;
}
.im-theme-blue .im-voip-callcard__button {
  background-color: #AAD7FF;
}
.im-theme-vk_dark_blue .im-voip-callcard__button {
  background-color: #2A4A71;
}
.im-theme-vk_blue .im-voip-callcard__button {
  background-color: #AAD7FF;
}
.im-theme-dit_blue .im-voip-callcard__button {
  background-color: #B1D6FF;
}
.im-theme-myteam_green .im-voip-callcard__button {
  background-color: #C6F5D9;
}
.im-theme-dark_calls .im-voip-callcard__button {
  background-color: #044CA1;
}
.im-desktop .im-voip-callcard__button:hover {
  background-color: #B1F6C2;
}
.im-desktop.im-theme-dark_green .im-voip-callcard__button:hover {
  background-color: #559A65;
}
.im-desktop.im-theme-dark_blue .im-voip-callcard__button:hover {
  background-color: #305582;
}
.im-desktop.im-theme-blue .im-voip-callcard__button:hover {
  background-color: #9FD1FC;
}
.im-desktop.im-theme-vk_dark_blue .im-voip-callcard__button:hover {
  background-color: #305582;
}
.im-desktop.im-theme-vk_blue .im-voip-callcard__button:hover {
  background-color: #9FD1FC;
}
.im-desktop.im-theme-dit_blue .im-voip-callcard__button:hover {
  background-color: #A5CCF7;
}
.im-desktop.im-theme-myteam_green .im-voip-callcard__button:hover {
  background-color: #B4EBCB;
}
.im-desktop.im-theme-dark_calls .im-voip-callcard__button:hover {
  background-color: #0C5CBA;
}
.im-desktop .im-voip-callcard__button:active {
  background-color: #9AF4B1;
}
.im-desktop.im-theme-dark_green .im-voip-callcard__button:active {
  background-color: #61A871;
}
.im-desktop.im-theme-dark_blue .im-voip-callcard__button:active {
  background-color: #376195;
}
.im-desktop.im-theme-blue .im-voip-callcard__button:active {
  background-color: #90C6F4;
}
.im-desktop.im-theme-vk_dark_blue .im-voip-callcard__button:active {
  background-color: #376195;
}
.im-desktop.im-theme-vk_blue .im-voip-callcard__button:active {
  background-color: #90C6F4;
}
.im-desktop.im-theme-dit_blue .im-voip-callcard__button:active {
  background-color: #92C1F3;
}
.im-desktop.im-theme-myteam_green .im-voip-callcard__button:active {
  background-color: #AAE5C3;
}
.im-desktop.im-theme-dark_calls .im-voip-callcard__button:active {
  background-color: #1768C7;
}
body .im-voip-callcard__button:active {
  background-color: #9AF4B1;
}
.im-theme-dark_green .im-voip-callcard__button:active {
  background-color: #61A871;
}
.im-theme-dark_blue .im-voip-callcard__button:active {
  background-color: #376195;
}
.im-theme-blue .im-voip-callcard__button:active {
  background-color: #90C6F4;
}
.im-theme-vk_dark_blue .im-voip-callcard__button:active {
  background-color: #376195;
}
.im-theme-vk_blue .im-voip-callcard__button:active {
  background-color: #90C6F4;
}
.im-theme-dit_blue .im-voip-callcard__button:active {
  background-color: #92C1F3;
}
.im-theme-myteam_green .im-voip-callcard__button:active {
  background-color: #AAE5C3;
}
.im-theme-dark_calls .im-voip-callcard__button:active {
  background-color: #1768C7;
}

/**************** @media ********************/
@media screen and (max-width: 1000px) {
  .im-voip {
    left: 10%;
    right: auto;
    width: 80%;
  }
}
.im-voip-button div.im-voip-button_settings__wrapper {
  height: 16px;
  width: 17px;
  position: absolute;
  left: 46px;
  top: 28px;
  border-radius: 50%;
}
body .im-voip-button div.im-voip-button_settings__wrapper {
  background-color: transparent;
}
body .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.3);
}
body .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings div {
  background-color: #ffffff;
}
body .im-voip-button div.im-voip-button_settings__wrapper:hover div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.25);
}
body .im-voip-button div.im-voip-button_settings__wrapper:active div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.2);
}
.im-theme-dark_green .im-voip-button div.im-voip-button_settings__wrapper {
  background-color: transparent;
}
.im-theme-dark_green .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dark_green .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings div {
  background-color: #ffffff;
}
.im-theme-dark_green .im-voip-button div.im-voip-button_settings__wrapper:hover div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-dark_green .im-voip-button div.im-voip-button_settings__wrapper:active div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dark_blue .im-voip-button div.im-voip-button_settings__wrapper {
  background-color: transparent;
}
.im-theme-dark_blue .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dark_blue .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings div {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-voip-button div.im-voip-button_settings__wrapper:hover div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-dark_blue .im-voip-button div.im-voip-button_settings__wrapper:active div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-blue .im-voip-button div.im-voip-button_settings__wrapper {
  background-color: transparent;
}
.im-theme-blue .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-blue .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings div {
  background-color: #ffffff;
}
.im-theme-blue .im-voip-button div.im-voip-button_settings__wrapper:hover div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.25);
}
.im-theme-blue .im-voip-button div.im-voip-button_settings__wrapper:active div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-vk_dark_blue .im-voip-button div.im-voip-button_settings__wrapper {
  background-color: transparent;
}
.im-theme-vk_dark_blue .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-vk_dark_blue .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings div {
  background-color: #E1E3E6;
}
.im-theme-vk_dark_blue .im-voip-button div.im-voip-button_settings__wrapper:hover div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-vk_dark_blue .im-voip-button div.im-voip-button_settings__wrapper:active div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-vk_blue .im-voip-button div.im-voip-button_settings__wrapper {
  background-color: transparent;
}
.im-theme-vk_blue .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-vk_blue .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings div {
  background-color: #ffffff;
}
.im-theme-vk_blue .im-voip-button div.im-voip-button_settings__wrapper:hover div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.25);
}
.im-theme-vk_blue .im-voip-button div.im-voip-button_settings__wrapper:active div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dit_blue .im-voip-button div.im-voip-button_settings__wrapper {
  background-color: transparent;
}
.im-theme-dit_blue .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dit_blue .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings div {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-voip-button div.im-voip-button_settings__wrapper:hover div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-dit_blue .im-voip-button div.im-voip-button_settings__wrapper:active div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-myteam_green .im-voip-button div.im-voip-button_settings__wrapper {
  background-color: transparent;
}
.im-theme-myteam_green .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-myteam_green .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings div {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-voip-button div.im-voip-button_settings__wrapper:hover div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-myteam_green .im-voip-button div.im-voip-button_settings__wrapper:active div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.2);
}
.im-theme-dark_calls .im-voip-button div.im-voip-button_settings__wrapper {
  background-color: transparent;
}
.im-theme-dark_calls .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dark_calls .im-voip-button div.im-voip-button_settings__wrapper div.im-voip-button_settings div {
  background-color: #FFFFFF;
}
.im-theme-dark_calls .im-voip-button div.im-voip-button_settings__wrapper:hover div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.25);
}
.im-theme-dark_calls .im-voip-button div.im-voip-button_settings__wrapper:active div.im-voip-button_settings {
  background-color: rgba(255, 255, 255, 0.2);
}
.im-voip-button div.im-voip-button_settings {
  display: none;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 1;
}
.im-voip-button div.im-voip-button_settings::after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  transform: scale(0.75);
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10C2 8.89543 2.89543 8 4 8C5.10457 8 6 8.89543 6 10C6 11.1046 5.10457 12 4 12C2.89543 12 2 11.1046 2 10Z' fill='%23363637'/%3E%3Cpath d='M14 10C14 8.89543 14.8954 8 16 8C17.1046 8 18 8.89543 18 10C18 11.1046 17.1046 12 16 12C14.8954 12 14 11.1046 14 10Z' fill='%23363637'/%3E%3Cpath d='M8 10C8 8.89543 8.89543 8 10 8C11.1046 8 12 8.89543 12 10C12 11.1046 11.1046 12 10 12C8.89543 12 8 11.1046 8 10Z' fill='%23363637'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10C2 8.89543 2.89543 8 4 8C5.10457 8 6 8.89543 6 10C6 11.1046 5.10457 12 4 12C2.89543 12 2 11.1046 2 10Z' fill='%23363637'/%3E%3Cpath d='M14 10C14 8.89543 14.8954 8 16 8C17.1046 8 18 8.89543 18 10C18 11.1046 17.1046 12 16 12C14.8954 12 14 11.1046 14 10Z' fill='%23363637'/%3E%3Cpath d='M8 10C8 8.89543 8.89543 8 10 8C11.1046 8 12 8.89543 12 10C12 11.1046 11.1046 12 10 12C8.89543 12 8 11.1046 8 10Z' fill='%23363637'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #fafafa;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  width: 16px;
  height: 16px;
}

div.im-voip-button.im-voip-has-settings div.im-voip-button_settings {
  display: block;
}

.im-voip__panel-menu__item-voip::after {
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-radius: 50%;
  top: 9px;
  left: 12px;
}
body .im-voip__panel-menu__item-voip::after {
  border-color: #a8adb8;
}
.im-theme-dark_green .im-voip__panel-menu__item-voip::after {
  border-color: #a8adb8;
}
.im-theme-dark_blue .im-voip__panel-menu__item-voip::after {
  border-color: #a8adb8;
}
.im-theme-blue .im-voip__panel-menu__item-voip::after {
  border-color: #a8adb8;
}
.im-theme-vk_dark_blue .im-voip__panel-menu__item-voip::after {
  border-color: #a8adb8;
}
.im-theme-vk_blue .im-voip__panel-menu__item-voip::after {
  border-color: #a8adb8;
}
.im-theme-dit_blue .im-voip__panel-menu__item-voip::after {
  border-color: #a8adb8;
}
.im-theme-myteam_green .im-voip__panel-menu__item-voip::after {
  border-color: #a8adb8;
}
.im-theme-dark_calls .im-voip__panel-menu__item-voip::after {
  border-color: #a8adb8;
}

.im-voip__panel-menu__item-voip.selected::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='%23363637' stroke-width='1.3'/%3E%3Cpath d='M6.72767 10.0264L9.37842 12.503C9.41888 12.5408 9.48235 12.5385 9.52 12.4979L13.8636 7.81531' stroke='%23363637' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  background-color: #21d86a;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-image: none;
  border-radius: 0;
  top: 3px;
  left: 9px;
  width: 24px;
  height: 24px;
  border: 0;
}

.im-voip-has-settings::before {
  background-color: #fafafa;
  content: "";
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 15px;
}

body .im-voip-button.im-voip-has-settings::before {
  background-color: rgba(255, 255, 255, 0.3);
}
body .im-voip-button.im-voip-has-settings:hover::before {
  background-color: rgba(255, 255, 255, 0.25);
}
body .im-voip-button.im-voip-has-settings:active::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.im-theme-dark_green .im-voip-button.im-voip-has-settings::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dark_green .im-voip-button.im-voip-has-settings:hover::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-dark_green .im-voip-button.im-voip-has-settings:active::before {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dark_blue .im-voip-button.im-voip-has-settings::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dark_blue .im-voip-button.im-voip-has-settings:hover::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-dark_blue .im-voip-button.im-voip-has-settings:active::before {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-blue .im-voip-button.im-voip-has-settings::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-blue .im-voip-button.im-voip-has-settings:hover::before {
  background-color: rgba(255, 255, 255, 0.25);
}
.im-theme-blue .im-voip-button.im-voip-has-settings:active::before {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-vk_dark_blue .im-voip-button.im-voip-has-settings::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-vk_dark_blue .im-voip-button.im-voip-has-settings:hover::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-vk_dark_blue .im-voip-button.im-voip-has-settings:active::before {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-vk_blue .im-voip-button.im-voip-has-settings::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-vk_blue .im-voip-button.im-voip-has-settings:hover::before {
  background-color: rgba(255, 255, 255, 0.25);
}
.im-theme-vk_blue .im-voip-button.im-voip-has-settings:active::before {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-dit_blue .im-voip-button.im-voip-has-settings::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-dit_blue .im-voip-button.im-voip-has-settings:hover::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-dit_blue .im-voip-button.im-voip-has-settings:active::before {
  background-color: rgba(255, 255, 255, 0.05);
}
.im-theme-myteam_green .im-voip-button.im-voip-has-settings::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.im-theme-myteam_green .im-voip-button.im-voip-has-settings:hover::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.im-theme-myteam_green .im-voip-button.im-voip-has-settings:active::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.im-theme-dark_calls .im-voip-button.im-voip-has-settings::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.im-theme-dark_calls .im-voip-button.im-voip-has-settings:hover::before {
  background-color: rgba(255, 255, 255, 0.25);
}
.im-theme-dark_calls .im-voip-button.im-voip-has-settings:active::before {
  background-color: rgba(255, 255, 255, 0.2);
}

body .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child, body .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:hover, body .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:active {
  background-color: transparent;
}
body .im-voip-button.im-voip-button_activated.im-voip-has-settings::before {
  background-color: #ffffff;
}
.im-theme-dark_green .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child, .im-theme-dark_green .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:hover, .im-theme-dark_green .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:active {
  background-color: transparent;
}
.im-theme-dark_green .im-voip-button.im-voip-button_activated.im-voip-has-settings::before {
  background-color: #ffffff;
}
.im-theme-dark_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child, .im-theme-dark_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:hover, .im-theme-dark_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:active {
  background-color: transparent;
}
.im-theme-dark_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings::before {
  background-color: #ffffff;
}
.im-theme-blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child, .im-theme-blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:hover, .im-theme-blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:active {
  background-color: transparent;
}
.im-theme-blue .im-voip-button.im-voip-button_activated.im-voip-has-settings::before {
  background-color: #ffffff;
}
.im-theme-vk_dark_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child, .im-theme-vk_dark_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:hover, .im-theme-vk_dark_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:active {
  background-color: transparent;
}
.im-theme-vk_dark_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings::before {
  background-color: #E1E3E6;
}
.im-theme-vk_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child, .im-theme-vk_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:hover, .im-theme-vk_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:active {
  background-color: transparent;
}
.im-theme-vk_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings::before {
  background-color: #ffffff;
}
.im-theme-dit_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child, .im-theme-dit_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:hover, .im-theme-dit_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:active {
  background-color: transparent;
}
.im-theme-dit_blue .im-voip-button.im-voip-button_activated.im-voip-has-settings::before {
  background-color: #ffffff;
}
.im-theme-myteam_green .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child, .im-theme-myteam_green .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:hover, .im-theme-myteam_green .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:active {
  background-color: transparent;
}
.im-theme-myteam_green .im-voip-button.im-voip-button_activated.im-voip-has-settings::before {
  background-color: #ffffff;
}
.im-theme-dark_calls .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child, .im-theme-dark_calls .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:hover, .im-theme-dark_calls .im-voip-button.im-voip-button_activated.im-voip-has-settings > div:first-child:active {
  background-color: transparent;
}
.im-theme-dark_calls .im-voip-button.im-voip-button_activated.im-voip-has-settings::before {
  background-color: #FFFFFF;
}
.im-root_icq .im-welcome-screen__top {
  padding-top: 10px;
}
.im-root_icq .im-welcome-screen__image {
  background-image: url("../images/icq/welcome_icq_en.png");
  height: 100%;
  max-height: 290px;
}
.im-root_icq.im-language_ru .im-welcome-screen__image {
  background-image: url("../images/icq/welcome_icq_ru.png");
}
.im-root_icq .im-settings__option-info::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5856 7.62813L11.4639 5.8618L11.4601 5.86205C11.6314 5.51129 11.7158 5.11245 11.6875 4.69527C11.601 3.4223 10.4972 2.46056 9.22194 2.54717C7.94671 2.63378 6.98301 3.73594 7.06947 5.00891C7.0987 5.43931 7.24424 5.83414 7.47338 6.16489L8.53825 7.73133C8.74225 8.11102 9.15565 8.35679 9.61431 8.32564C10.0589 8.29544 10.4262 8.01319 10.5856 7.62813Z' fill='black'/%3E%3Cpath d='M12.3389 10.1879L14.547 10.5155L14.5453 10.5111C14.9801 10.5723 15.4363 10.524 15.8728 10.3486C17.2052 9.8134 17.8507 8.29746 17.3145 6.96269C16.7783 5.62791 15.2635 4.97975 13.9311 5.51498C13.4699 5.70024 13.091 6.003 12.8149 6.37508L11.5299 8.03221C11.1935 8.38259 11.0737 8.91123 11.2668 9.39191C11.4521 9.85322 11.8761 10.1471 12.3389 10.1879Z' fill='black'/%3E%3Cpath d='M10.7495 14.5079L10.5131 12.5138C10.4356 12.0984 10.5911 11.6552 10.9516 11.3827C11.3228 11.1022 11.8086 11.0801 12.1926 11.2866L13.9507 12.0182C14.3393 12.1709 14.6918 12.4291 14.9618 12.7863C15.7439 13.821 15.5376 15.2949 14.5011 16.0783C13.4646 16.8617 11.9903 16.658 11.2083 15.6233C10.9523 15.2846 10.8022 14.8988 10.7525 14.5056L10.7495 14.5079Z' fill='black'/%3E%3Cpath d='M7.56049 11.3428L5.59557 12.3684L5.59907 12.3706C5.2131 12.5758 4.87412 12.8815 4.6252 13.2781C3.86534 14.4887 4.2325 16.0872 5.44528 16.8485C6.65807 17.6097 8.25721 17.2453 9.01707 16.0347C9.2765 15.6214 9.40456 15.1628 9.41244 14.7078L9.47845 12.5985C9.54249 12.1208 9.32964 11.6271 8.8942 11.3538C8.47346 11.0898 7.95776 11.1023 7.56049 11.3428Z' fill='black'/%3E%3Cpath d='M6.65321 7.54099L7.82567 8.69063C8.0899 8.91598 8.21913 9.27971 8.12858 9.63981C8.03583 10.0087 7.73812 10.2718 7.38791 10.3378L5.83658 10.7888C5.52391 10.8771 5.18475 10.8871 4.8472 10.8023C3.81674 10.5432 3.19181 9.49626 3.45138 8.46397C3.71096 7.43168 4.75674 6.80489 5.7872 7.06401C6.12474 7.14888 6.41877 7.31829 6.65245 7.54402L6.65321 7.54099Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5856 7.62813L11.4639 5.8618L11.4601 5.86205C11.6314 5.51129 11.7158 5.11245 11.6875 4.69527C11.601 3.4223 10.4972 2.46056 9.22194 2.54717C7.94671 2.63378 6.98301 3.73594 7.06947 5.00891C7.0987 5.43931 7.24424 5.83414 7.47338 6.16489L8.53825 7.73133C8.74225 8.11102 9.15565 8.35679 9.61431 8.32564C10.0589 8.29544 10.4262 8.01319 10.5856 7.62813Z' fill='black'/%3E%3Cpath d='M12.3389 10.1879L14.547 10.5155L14.5453 10.5111C14.9801 10.5723 15.4363 10.524 15.8728 10.3486C17.2052 9.8134 17.8507 8.29746 17.3145 6.96269C16.7783 5.62791 15.2635 4.97975 13.9311 5.51498C13.4699 5.70024 13.091 6.003 12.8149 6.37508L11.5299 8.03221C11.1935 8.38259 11.0737 8.91123 11.2668 9.39191C11.4521 9.85322 11.8761 10.1471 12.3389 10.1879Z' fill='black'/%3E%3Cpath d='M10.7495 14.5079L10.5131 12.5138C10.4356 12.0984 10.5911 11.6552 10.9516 11.3827C11.3228 11.1022 11.8086 11.0801 12.1926 11.2866L13.9507 12.0182C14.3393 12.1709 14.6918 12.4291 14.9618 12.7863C15.7439 13.821 15.5376 15.2949 14.5011 16.0783C13.4646 16.8617 11.9903 16.658 11.2083 15.6233C10.9523 15.2846 10.8022 14.8988 10.7525 14.5056L10.7495 14.5079Z' fill='black'/%3E%3Cpath d='M7.56049 11.3428L5.59557 12.3684L5.59907 12.3706C5.2131 12.5758 4.87412 12.8815 4.6252 13.2781C3.86534 14.4887 4.2325 16.0872 5.44528 16.8485C6.65807 17.6097 8.25721 17.2453 9.01707 16.0347C9.2765 15.6214 9.40456 15.1628 9.41244 14.7078L9.47845 12.5985C9.54249 12.1208 9.32964 11.6271 8.8942 11.3538C8.47346 11.0898 7.95776 11.1023 7.56049 11.3428Z' fill='black'/%3E%3Cpath d='M6.65321 7.54099L7.82567 8.69063C8.0899 8.91598 8.21913 9.27971 8.12858 9.63981C8.03583 10.0087 7.73812 10.2718 7.38791 10.3378L5.83658 10.7888C5.52391 10.8771 5.18475 10.8871 4.8472 10.8023C3.81674 10.5432 3.19181 9.49626 3.45138 8.46397C3.71096 7.43168 4.75674 6.80489 5.7872 7.06401C6.12474 7.14888 6.41877 7.31829 6.65245 7.54402L6.65321 7.54099Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-root_icq .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dark_green .im-root_icq .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dark_blue .im-root_icq .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-blue .im-root_icq .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-vk_dark_blue .im-root_icq .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-vk_blue .im-root_icq .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dit_blue .im-root_icq .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-myteam_green .im-root_icq .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dark_calls .im-root_icq .im-settings__option-info::after {
  background-color: #68D166;
}

.im-root_agent .im-settings__option-info::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.0021 9.97428C1.0021 5.01787 5.03066 1 10.0002 1C14.9693 1 19 5.04257 19 9.99896C19 14.9553 14.9691 19 10 19C8.61263 19 7.29941 18.6354 6.12615 18.0762C3.16002 19.7201 1 18.64 1 18.64C1 18.64 2.86711 17.5765 3.24381 15.9012C3.24086 15.8981 3.23811 15.8948 3.23532 15.8915C3.2334 15.8892 3.23146 15.8869 3.22943 15.8846C1.84319 14.3057 1.0021 12.2378 1.0021 9.97428ZM10.0401 12.1029C11.1778 12.1029 12.1034 11.1774 12.1034 10.0396C12.1034 8.90192 11.1778 7.97635 10.0401 7.97635C8.90236 7.97635 7.97679 8.90192 7.97679 10.0396C7.97679 11.1774 8.90236 12.1029 10.0401 12.1029ZM3.2207 10.0396C3.2207 6.27924 6.27968 3.22026 10.0401 3.22026C13.8005 3.22026 16.8595 6.27924 16.8595 10.0396C16.8595 10.5725 16.8151 11.0036 16.7158 11.4362L16.7143 11.4435C16.7143 11.4449 16.6646 11.6441 16.6378 11.7313C16.4693 12.2706 16.1639 12.7192 15.7552 13.0299C15.3587 13.3305 14.8672 13.4966 14.3709 13.4966C14.31 13.4966 14.2481 13.4942 14.1877 13.4893C13.4829 13.4328 12.8638 13.0621 12.4839 12.4708C11.8307 13.1279 10.9641 13.4888 10.0401 13.4888C8.13797 13.4888 6.59094 11.9418 6.59094 10.0396C6.59094 8.13753 8.13797 6.5905 10.0401 6.5905C11.9422 6.5905 13.4892 8.13753 13.4892 10.0396V10.6573V11.1517C13.4922 11.8005 13.9276 12.0655 14.2998 12.0957C14.6695 12.1239 15.1624 11.9086 15.3339 11.2048C15.4181 10.819 15.4615 10.4269 15.4615 10.0396C15.4615 7.05032 13.0294 4.61824 10.0401 4.61824C7.05076 4.61824 4.61868 7.05032 4.61868 10.0396C4.61868 13.029 7.05076 15.4611 10.0401 15.4611C11.0805 15.4611 12.0927 15.1639 12.9666 14.6013L12.9822 14.5916L13.9008 15.6593L13.8813 15.6729C12.7459 16.4489 11.4176 16.859 10.0401 16.859C6.27968 16.859 3.2207 13.8 3.2207 10.0396Z' fill='white'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.0021 9.97428C1.0021 5.01787 5.03066 1 10.0002 1C14.9693 1 19 5.04257 19 9.99896C19 14.9553 14.9691 19 10 19C8.61263 19 7.29941 18.6354 6.12615 18.0762C3.16002 19.7201 1 18.64 1 18.64C1 18.64 2.86711 17.5765 3.24381 15.9012C3.24086 15.8981 3.23811 15.8948 3.23532 15.8915C3.2334 15.8892 3.23146 15.8869 3.22943 15.8846C1.84319 14.3057 1.0021 12.2378 1.0021 9.97428ZM10.0401 12.1029C11.1778 12.1029 12.1034 11.1774 12.1034 10.0396C12.1034 8.90192 11.1778 7.97635 10.0401 7.97635C8.90236 7.97635 7.97679 8.90192 7.97679 10.0396C7.97679 11.1774 8.90236 12.1029 10.0401 12.1029ZM3.2207 10.0396C3.2207 6.27924 6.27968 3.22026 10.0401 3.22026C13.8005 3.22026 16.8595 6.27924 16.8595 10.0396C16.8595 10.5725 16.8151 11.0036 16.7158 11.4362L16.7143 11.4435C16.7143 11.4449 16.6646 11.6441 16.6378 11.7313C16.4693 12.2706 16.1639 12.7192 15.7552 13.0299C15.3587 13.3305 14.8672 13.4966 14.3709 13.4966C14.31 13.4966 14.2481 13.4942 14.1877 13.4893C13.4829 13.4328 12.8638 13.0621 12.4839 12.4708C11.8307 13.1279 10.9641 13.4888 10.0401 13.4888C8.13797 13.4888 6.59094 11.9418 6.59094 10.0396C6.59094 8.13753 8.13797 6.5905 10.0401 6.5905C11.9422 6.5905 13.4892 8.13753 13.4892 10.0396V10.6573V11.1517C13.4922 11.8005 13.9276 12.0655 14.2998 12.0957C14.6695 12.1239 15.1624 11.9086 15.3339 11.2048C15.4181 10.819 15.4615 10.4269 15.4615 10.0396C15.4615 7.05032 13.0294 4.61824 10.0401 4.61824C7.05076 4.61824 4.61868 7.05032 4.61868 10.0396C4.61868 13.029 7.05076 15.4611 10.0401 15.4611C11.0805 15.4611 12.0927 15.1639 12.9666 14.6013L12.9822 14.5916L13.9008 15.6593L13.8813 15.6729C12.7459 16.4489 11.4176 16.859 10.0401 16.859C6.27968 16.859 3.2207 13.8 3.2207 10.0396Z' fill='white'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-root_agent .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dark_green .im-root_agent .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dark_blue .im-root_agent .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-blue .im-root_agent .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-vk_dark_blue .im-root_agent .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-vk_blue .im-root_agent .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dit_blue .im-root_agent .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-myteam_green .im-root_agent .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dark_calls .im-root_agent .im-settings__option-info::after {
  background-color: #68D166;
}

.im-root_myteam .im-auth-input-login {
  margin-top: 16px;
}
.im-root_myteam .im-settings__option-info::after {
  mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.50785 14.4819C1.72166 13.1715 1.26953 11.6381 1.26953 10C1.26953 5.18151 5.18151 1.26953 10 1.26953C14.8185 1.26953 18.7305 5.18151 18.7305 10C18.7305 14.8185 14.8185 18.7305 10 18.7305C8.69809 18.7305 7.46231 18.4449 6.35202 17.933L3.32575 18.4104C3.28126 18.4182 3.23558 18.4223 3.18905 18.4223C3.16973 18.4223 3.15058 18.4216 3.13154 18.4202H3.13115L3.13013 18.4201L3.12822 18.4199L3.12749 18.4199C2.70893 18.3876 2.38602 18.0302 2.40055 17.6066L2.50785 14.4819ZM6.85455 16.4255C7.80403 16.8916 8.87169 17.1534 10 17.1534C13.948 17.1534 17.1534 13.948 17.1534 10C17.1534 6.05197 13.948 2.84665 10 2.84665C6.05197 2.84665 2.84665 6.05197 2.84665 10C2.84665 11.4047 3.25242 12.7154 3.95305 13.8211C4.04616 13.9557 4.09832 14.1202 4.09229 14.2961L4.00955 16.7059L6.35033 16.3366C6.53057 16.3082 6.70625 16.3433 6.85455 16.4255Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6607 7.33975C11.328 7.33975 11.8697 7.88155 11.8697 8.54884V8.92363L13.1099 7.81824C13.248 7.69511 13.4455 7.66458 13.6143 7.74028C13.7832 7.81599 13.8919 7.98372 13.8919 8.16875C13.8919 9.20869 13.8919 10.7938 13.8919 11.8337C13.8919 12.0188 13.7832 12.1865 13.6143 12.2622C13.4455 12.3379 13.248 12.3074 13.1099 12.1843L11.8697 11.0789V11.4537C11.8697 12.121 11.3279 12.6627 10.6607 12.6627H7.75597C7.08868 12.6627 6.547 12.121 6.547 11.4537V8.54884C6.547 7.88155 7.08868 7.33975 7.75597 7.33975H10.6607Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.50785 14.4819C1.72166 13.1715 1.26953 11.6381 1.26953 10C1.26953 5.18151 5.18151 1.26953 10 1.26953C14.8185 1.26953 18.7305 5.18151 18.7305 10C18.7305 14.8185 14.8185 18.7305 10 18.7305C8.69809 18.7305 7.46231 18.4449 6.35202 17.933L3.32575 18.4104C3.28126 18.4182 3.23558 18.4223 3.18905 18.4223C3.16973 18.4223 3.15058 18.4216 3.13154 18.4202H3.13115L3.13013 18.4201L3.12822 18.4199L3.12749 18.4199C2.70893 18.3876 2.38602 18.0302 2.40055 17.6066L2.50785 14.4819ZM6.85455 16.4255C7.80403 16.8916 8.87169 17.1534 10 17.1534C13.948 17.1534 17.1534 13.948 17.1534 10C17.1534 6.05197 13.948 2.84665 10 2.84665C6.05197 2.84665 2.84665 6.05197 2.84665 10C2.84665 11.4047 3.25242 12.7154 3.95305 13.8211C4.04616 13.9557 4.09832 14.1202 4.09229 14.2961L4.00955 16.7059L6.35033 16.3366C6.53057 16.3082 6.70625 16.3433 6.85455 16.4255Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6607 7.33975C11.328 7.33975 11.8697 7.88155 11.8697 8.54884V8.92363L13.1099 7.81824C13.248 7.69511 13.4455 7.66458 13.6143 7.74028C13.7832 7.81599 13.8919 7.98372 13.8919 8.16875C13.8919 9.20869 13.8919 10.7938 13.8919 11.8337C13.8919 12.0188 13.7832 12.1865 13.6143 12.2622C13.4455 12.3379 13.248 12.3074 13.1099 12.1843L11.8697 11.0789V11.4537C11.8697 12.121 11.3279 12.6627 10.6607 12.6627H7.75597C7.08868 12.6627 6.547 12.121 6.547 11.4537V8.54884C6.547 7.88155 7.08868 7.33975 7.75597 7.33975H10.6607Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
body .im-root_myteam .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dark_green .im-root_myteam .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dark_blue .im-root_myteam .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-blue .im-root_myteam .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-vk_dark_blue .im-root_myteam .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-vk_blue .im-root_myteam .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dit_blue .im-root_myteam .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-myteam_green .im-root_myteam .im-settings__option-info::after {
  background-color: #68D166;
}
.im-theme-dark_calls .im-root_myteam .im-settings__option-info::after {
  background-color: #68D166;
}

.im-mode_board {
  /*.dialog-page-content .app-topbar {
      display: none;
  }
  .app-content {
      top: 0;
  }*/
}
.im-mode_board .im-avatar-block,
.im-mode_board .im-message__seens .im-avatarbox,
.im-mode_board .im-message_event b,
.im-mode_board .im-message__from {
  cursor: default;
}
.im-mode_board .im-mainpage {
  position: absolute;
  top: -10000px;
  right: auto;
  bottom: auto;
  left: -10000px;
}
.im-mode_board .im-main-navbar {
  bottom: -1000px;
  left: -1000px;
}
.im-mode_board .app-page:not(.im-dialogpage_is_static) .im-history .im-message-forward {
  cursor: default;
}
.im-mode_board .app-page:not(.im-dialogpage_is_static) .im-history .im-message__unread {
  margin: 0;
  padding: 0;
  height: 0;
  visibility: hidden;
}
.im-mode_board .app-page:not(.im-dialogpage_is_static) .im-history .im-messages__date:first-child {
  margin-top: 15px;
}
.im-mode_board .app-page:not(.im-dialogpage_is_static) .im-history .im-message .im-file__forward,
.im-mode_board .app-page:not(.im-dialogpage_is_static) .im-history .im-message .im-snippet__forward {
  display: none;
}
.im-mode_board .app-page:not(.im-dialogpage_is_static) .im-history .im-message .im-message__mention {
  cursor: text;
  text-decoration: none;
}
.im-mode_board .im-ppreview__profile {
  cursor: default;
}
.im-mode_board .im-showcase-share {
  display: none;
}
.im-mode_board .im-start-profile .im-avatar-uploader {
  margin: 0 auto 6px;
  width: 128px;
  height: 128px;
}

.im-thread-feed .im-chat__history .im-message-link {
  text-decoration: none;
}

.im-thread-feed.im-mobile .im-message__textblock,
.im-thread-feed.im-mobile .im-file__image,
.im-thread-feed.im-mobile .im-file__title,
.im-thread-feed.im-mobile .im-file__icon,
.im-thread-feed.im-mobile .im-snippet__selectable,
.im-thread-feed.im-mobile .im-contact-card__title,
.im-thread-feed.im-mobile .im-file-author,
.im-thread-feed.im-mobile .im-file-message {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-thread-feed.im-mobile .im-message_formatted * {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.im-thread-feed.im-mobile .im-file .im-file__action, .im-thread-feed.im-mobile .im-file img {
  -webkit-touch-callout: none;
}
.im-thread-feed.im-mobile .im-message-link {
  -webkit-touch-callout: none;
}

.im-mode_hide-dialog-topbar .im-dialogpage .dialog-page-content .app-topbar {
  display: none;
}
.im-mode_hide-dialog-topbar .im-dialogpage .app-content {
  top: 0;
}

.im-dialogpage__big-event-message {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.im-dialogpage__big-event-message__wrap {
  text-align: center;
}

.im-dialogpage__big-event-message__icon {
  display: inline-block;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  margin-bottom: 16px;
  background-color: #000;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 24px -3px;
  background-image: url("../images/book@2x.png");
}
.im-widget-welcome-page_authorized .im-dialogpage__big-event-message__icon {
  background-position: 25px 21px;
  background-image: url("../images/stickers@2x.png");
}

.im-dialogpage__big-event-message__text {
  padding: 5px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  display: inline-block;
  font-size: 14px;
  color: #7e848f;
  text-align: center;
  line-height: 17px;
  max-width: 244px;
}

.im-mode_hide-dialog-topbar-buttons .im-dialogpage .app-topbar .im-ui-button, .im-mode_hide-dialog-topbar-buttons .im-dialogpage.im-dialogpage__is_chat.im-dialogpage_is_member.im-dialogpage__has-pending .im-chat__header-pending, .im-mode_hide-dialog-topbar-buttons .im-dialogpage.im-dialogpage__is_chat.im-dialogpage_is_member .im-chat__header-add,
.im-dialogpage_dummy .app-topbar .im-ui-button,
.im-dialogpage_dummy.im-dialogpage__is_chat.im-dialogpage_is_member.im-dialogpage__has-pending .im-chat__header-pending,
.im-dialogpage_dummy.im-dialogpage__is_chat.im-dialogpage_is_member .im-chat__header-add {
  display: none;
}
.im-mode_hide-dialog-topbar-buttons .im-dialogpage .app-topbar .app-topbar__title,
.im-dialogpage_dummy .app-topbar .app-topbar__title {
  margin-left: 10px;
  margin-right: 10px;
}

.im-board-msg {
  position: absolute;
  top: calc(50% - 12px);
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
body .im-board-msg {
  color: #111111;
}
.im-theme-dark_green .im-board-msg {
  color: #ffffff;
}
.im-theme-dark_blue .im-board-msg {
  color: #ffffff;
}
.im-theme-blue .im-board-msg {
  color: #111111;
}
.im-theme-vk_dark_blue .im-board-msg {
  color: #E1E3E6;
}
.im-theme-vk_blue .im-board-msg {
  color: #111111;
}
.im-theme-dit_blue .im-board-msg {
  color: #111111;
}
.im-theme-myteam_green .im-board-msg {
  color: #111111;
}
.im-theme-dark_calls .im-board-msg {
  color: #FFFFFF;
}

.im-dialogpage_dummy .im-dialog-showcase-button {
  display: none;
}
.im-dialogpage_dummy .im-chat__messages-wrap {
  height: 100%;
}
.im-dialogpage_dummy .im-dialog__title-avatarbox {
  background: linear-gradient(132.76deg, #8d85d6 14.78%, #93ccf0 84.81%), #c4c4c4;
  border-radius: 50%;
}

.im-mode_private-board__message {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 16px;
}

code,
pre {
  font-family: "Roboto Mono", monospace;
}
.im-settings-version {
    padding-top: 14px;
}

