table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    /* Общая граница таблицы */
    margin-bottom: 15px;
    color: #fff;
}

th,
td {
    padding: 10px;
    text-align: left;
    border: 1px solid #4b4b4b;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

/* Адаптивность */

@media (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* Поддержка тёмной темы */

@media (prefers-color-scheme: dark) {
    :root {
        --table-bg: #222;
        --table-text: #ddd;
        --table-header: #0056b3;
        --table-even-row: #2a2a2a;
        --table-hover: #333;
        --table-border: #444;
    }
}

.header-menu-item .header-menu-item__image i {
    height: 30px;
    /* Высота, если нужна квадратная форма */
    line-height: 30px;
    /* Вертикальное выравнивание, если нужно */
    text-align: center;
    /* Горизонтальное выравнивание */
    font-size: 25px;
    /* Размер иконки */
    color: #9491b9;
}

p {
    font-size: 16px;
    /* Размер шрифта */
    line-height: 1.6;
    /* Межстрочный интервал для удобочитаемости */
    color: #fff;
    /* Цвет текста */
    font-family: Arial, sans-serif;
    /* Шрифт */
    margin-bottom: 16px;
    /* Отступ снизу для разделения абзацев */
    text-align: left;
    /* Выравнивание текста (можно изменить на justify для выравнивания по ширине) */
}

ul {
    list-style-type: disc;
    /* Тип маркера для ненумерованных списков (●) */
}

ol {
    list-style-type: decimal;
    /* Нумерация для упорядоченных списков (1, 2, 3) */
}

li {
    margin-bottom: 8px;
    /* Отступ между элементами списка */
}

.v--modal-block-scroll {
    overflow: hidden;
    width: 100vw;
}

.v--modal-overlay {
    position: fixed;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 1;
}

.v--modal-overlay.scrollable {
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.v--modal-overlay .v--modal-background-click {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.v--modal-overlay .v--modal-box {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.v--modal-overlay.scrollable .v--modal-box {
    margin-bottom: 2px;
}

.v--modal {
    background-color: white;
    text-align: left;
    border-radius: 3px;
    box-shadow: 0 20px 60px -2px rgba(27, 33, 58, 0.4);
    padding: 0;
}

.v--modal.v--modal-fullscreen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    left: 0;
    top: 0;
}

.v--modal-top-right {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay-fade-enter-active,
.overlay-fade-leave-active {
    transition: all 0.2s;
}

.overlay-fade-enter,
.overlay-fade-leave-active {
    opacity: 0;
}

.nice-modal-fade-enter-active,
.nice-modal-fade-leave-active {
    transition: all 0.4s;
}

.nice-modal-fade-enter,
.nice-modal-fade-leave-active {
    opacity: 0;
    transform: translateY(-20px);
}

.VueCarousel-navigation-button[data-v-453ad8cd] {
    position: absolute;
    top: 50%;
    box-sizing: border-box;
    color: #000;
    text-decoration: none;
    appearance: none;
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.VueCarousel-navigation-button[data-v-453ad8cd]:focus {
    outline: 1px solid lightblue;
}

.VueCarousel-navigation-next[data-v-453ad8cd] {
    right: 0;
    transform: translateY(-50%) translateX(100%);
    font-family: "system";
}

.VueCarousel-navigation-prev[data-v-453ad8cd] {
    left: 0;
    transform: translateY(-50%) translateX(-100%);
    font-family: "system";
}

.VueCarousel-navigation--disabled[data-v-453ad8cd] {
    opacity: 0.5;
    cursor: default;
}

.VueCarousel-pagination[data-v-438fd353] {
    width: 100%;
    text-align: center;
}

.VueCarousel-pagination--top-overlay[data-v-438fd353] {
    position: absolute;
    top: 0;
}

.VueCarousel-pagination--bottom-overlay[data-v-438fd353] {
    position: absolute;
    bottom: 0;
}

.VueCarousel-dot-container[data-v-438fd353] {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

.VueCarousel-dot[data-v-438fd353] {
    display: inline-block;
    cursor: pointer;
    appearance: none;
    border: none;
    background-clip: content-box;
    box-sizing: content-box;
    padding: 0;
    border-radius: 100%;
    outline: none;
}

.VueCarousel-dot[data-v-438fd353]:focus {
    outline: 1px solid lightblue;
}

.VueCarousel-slide {
    flex-basis: inherit;
    flex-grow: 0;
    flex-shrink: 0;
    user-select: none;
    backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.VueCarousel-slide-adjustableHeight {
    display: table;
    flex-basis: auto;
    width: 100%;
}

.VueCarousel {
    display: flex;
    flex-direction: column;
    position: relative;
}

.VueCarousel--reverse {
    flex-direction: column-reverse;
}

.VueCarousel-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.VueCarousel-inner {
    display: flex;
    flex-direction: row;
    backface-visibility: hidden;
}

.VueCarousel-inner--center {
    justify-content: center;
}

/* CSS reset */

.webim-root,
.webim-root div,
.webim-root span,
.webim-root applet,
.webim-root object,
.webim-root iframe,
.webim-root h1,
.webim-root h2,
.webim-root h3,
.webim-root h4,
.webim-root h5,
.webim-root h6,
.webim-root p,
.webim-root blockquote,
.webim-root pre,
.webim-root a,
.webim-root abbr,
.webim-root acronym,
.webim-root address,
.webim-root big,
.webim-root cite,
.webim-root code,
.webim-root del,
.webim-root dfn,
.webim-root em,
.webim-root img,
.webim-root ins,
.webim-root kbd,
.webim-root q,
.webim-root s,
.webim-root samp,
.webim-root small,
.webim-root strike,
.webim-root strong,
.webim-root sub,
.webim-root sup,
.webim-root tt,
.webim-root var,
.webim-root b,
.webim-root u,
.webim-root i,
.webim-root center,
.webim-root dl,
.webim-root dt,
.webim-root dd,
.webim-root ol,
.webim-root ul,
.webim-root li,
.webim-root fieldset,
.webim-root form,
.webim-root label,
.webim-root legend,
.webim-root table,
.webim-root caption,
.webim-root tbody,
.webim-root tfoot,
.webim-root thead,
.webim-root tr,
.webim-root th,
.webim-root td,
.webim-root article,
.webim-root aside,
.webim-root canvas,
.webim-root details,
.webim-root embed,
.webim-root figure,
.webim-root figcaption,
.webim-root footer,
.webim-root header,
.webim-root hgroup,
.webim-root menu,
.webim-root nav,
.webim-root output,
.webim-root ruby,
.webim-root section,
.webim-root summary,
.webim-root time,
.webim-root mark,
.webim-root audio,
.webim-root button,
.webim-root video {
    background: none;
    color: #393f6b;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    position: static;
    text-transform: none;
    text-indent: 0;
    box-sizing: content-box;
    z-index: 0;
    text-decoration: none;
}

.webim-root button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: auto;
    min-width: 0;
    box-sizing: border-box;
}

.webim-root li:before,
.webim-root li:after {
    content: none;
}

.webim-root {
    color: #000;
    font: 11px/1.2em Ubuntu, normal Arial, Helvetica, sans-serif;
    -webkit-backface-visibility: hidden;
    /* WebKit negative z-index fix */
    text-align: left;
}

.webim-root ol,
.webim-root ul {
    list-style: none;
}

.webim-root blockquote,
.webim-root q {
    quotes: none;
}

.webim-root blockquote:before,
.webim-root blockquote:after,
.webim-root q:before,
.webim-root q:after {
    content: '';
    content: none;
}

.webim-root table {
    border-collapse: collapse;
    border-spacing: 0;
}

.webim-root input {
    display: block;
}

.webim-root textarea,
.webim-root .webim-textarea-ext {
    box-sizing: content-box;
}

.webim-root b,
.webim-root strong {
    font-weight: bold;
}

.webim-root img {
    display: inline;
    width: auto;
}

/* General */

.webim-root .webim-rtl_lang,
.webim-root.webim-rtl_lang {
    direction: rtl;
}

.webim-root .webim-clear {
    clear: both;
}

.webim-root .webim-description {
    font-size: 13px;
    line-height: 1.3em;
    white-space: pre-wrap;
    color: #fff;
}

.webim-root .webim-draggable {
    cursor: move;
    background-color: #393f6b;
}

.webim-mobile-mode.webim-root .webim-draggable,
.webim-separate-mode.webim-root .webim-draggable {
    cursor: default;
}

.webim-root .webim-action {
    color: #AEAEAE;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.webim-root .webim-action.webim-active {
    cursor: inherit;
}

.webim-root .webim-offline-block .webim-form .webim-justify-block {
    display: flex;
    flex-direction: column;
    text-align: justify;
    text-align-last: justify;
    line-height: 0;
    font-size: 1px;
    text-justify: newspaper;
    /* IE 6-7*/
    zoom: 1;
}

.webim-root .webim-justify-block.webim-group-btn-2>.webim-btn-upload {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    margin: 0 auto 47px 0;
    line-height: 2.1;
    font-family: Ubuntu, normal Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #29C1E7;
    background: 0;
    border-radius: 30px;
    border: 1px dashed #29c1e766;
}

.webim-root .webim-justify-block.webim-group-btn-2>.webim-btn-upload>.webim-ico {
    width: 14px;
    height: 14px;
    margin: 0 10px -3px 0;
}

.webim-root .webim-top-error-block.webim-top-error-block-hide {
    display: none;
}

.webim-root .webim-top-error-block {
    position: absolute;
    min-width: 300px;
    height: 60px;
    left: 50%;
    top: 95px;
    display: flex;
    transform: translate(-50%, 0);
    z-index: 10;
    background: #FFEEEE;
    border-radius: 15px;
}

.webim-root .webim-top-error-block .webim-top-error-block-text {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 120%;
    /* or 16px */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    color: #CF6C6C;
}

.webim-root .webim-justify-block:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.webim-root .webim-justify-block>* {
    display: inline-block;
    font-size: 12px;
}

.webim-root .webim-btn {
    border-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    padding: 4px 10px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.29px;
}

.webim-root .webim-btn.webim-sm {
    border-radius: 3px;
    line-height: 24px;
}

.webim-root .webim-btn.webim-info {
    background: -webkit-linear-gradient(to right, #70e0cd, #3fb6c9);
    background: -moz-linear-gradient(to right, #70e0cd, #3fb6c9);
    background: -ms-linear-gradient(to right, #70e0cd, #3fb6c9);
    background: -o-linear-gradient(to right, #70e0cd, #3fb6c9);
    background: linear-gradient(to right, #70e0cd, #3fb6c9);
}

.webim-root .webim-btn.webim-success {
    background: #069a24;
    border: 1px solid #00813b;
    color: #fff;
}

.webim-root .webim-btn.webim-danger {
    background: #e40022;
    border: 1px solid #880000;
    color: #fff;
}

.webim-root .webim-btn[disabled] {
    cursor: default;
}

.webim-root .webim-btn.webim-btn-send {
    min-width: 135px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 2.1;
    color: #fff;
    background: #393f6b;
    transition: background .3s ease;
}

.webim-root .webim-btn:hover:not([disabled]) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), #393F6B;
}

.webim-root .webim-btn.webim-btn-send[disabled] {
    background: #b0b0b0;
}

.webim-root .webim-form-control.webim-justify-block>.webim-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    text-align: center;
    text-align-last: center;
}

.webim-root .webim-justify-block.webim-group-btn-2>.webim-btn {
    width: 49%;
}

.webim-root .webim-justify-block.webim-group-btn-2>.webim-btn-upload {
    width: 55%;
    font-size: 12px;
    line-height: 1.2;
    transition: border-color .3s ease;
}

.webim-root .webim-justify-block.webim-group-btn-2>.webim-btn-upload:hover {
    border-color: #29C1E7;
    background: 0;
}

.webim-root .webim-group-btn.webim-group-btn-3>.webim-btn {
    width: 33%;
}

/* Forms */

.webim-root .webim-error-message {
    color: #a94442;
}

.webim-root .webim-form.webim-form-horizontal .webim-form-control {
    display: inline-block;
    vertical-align: middle;
}

.webim-root .webim-form-control {
    margin-top: 10px;
    position: relative;
}

.webim-root .webim-form-control .webim-error-message {
    font-size: 16px;
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    right: 8px;
}

.webim-root .webim-form-control>.webim-label {
    display: block;
    position: relative;
}

.webim-root .webim-form-control>.webim-label textarea,
.webim-root .webim-form-control>.webim-label .webim-textarea-ext {
    height: 70px;
    vertical-align: middle;
    resize: none;
}

.webim-root .webim-form-control>.webim-label textarea {
    height: 40px;
}

.webim-root .webim-form-wrapper.webim-scrollable-block .webim-form .webim-form-control>.webim-label>.webim-label-text {
    cursor: text;
    font-size: 13px;
    line-height: 36px;
    position: absolute;
    white-space: pre;
    z-index: 100;
}

.webim-root .webim-form-control>.webim-label>.webim-label-text,
.webim-root .webim-form-control>.webim-label>.webim-label-text * {
    color: #888;
}

.webim-root .webim-form-control>.webim-label>.webim-label-text {
    cursor: text;
    font-size: 13px;
    line-height: 36px;
    position: absolute;
    left: 3px;
    white-space: pre;
    z-index: 100;
}

.webim-root .webim-form-control>.webim-label .webim-optional-postfix {
    margin-left: 5px;
}

.webim-root .webim-form-control>.webim-control-actions {
    position: absolute;
    top: 3px;
    right: 3px;
}

.webim-root .webim-form-control textarea {
    resize: vertical;
    min-height: 40px;
    height: 40px;
}

.webim-root .webim-form-control textarea,
.webim-root .webim-form-control .webim-textarea-ext,
.webim-root .webim-form-control input[type="text"],
.webim-root .webim-form-control input[type="tel"],
.webim-root .webim-form-control select {
    background: #fff;
    border: none;
    border-bottom: 1px solid #DBDBDB;
    box-sizing: border-box;
    color: #393f6b;
    font: 13px/1.2em Ubuntu, normal Arial, Helvetica, sans-serif;
    width: 100%;
    touch-action: manipulation;
}

.webim-root .webim-form-control textarea:disabled,
.webim-root .webim-form-control .webim-textarea-ext:disabled,
.webim-root .webim-form-control input[type="text"]:disabled,
.webim-root .webim-form-control input[type="tel"]:disabled,
.webim-root .webim-form-control select:disabled {
    color: rgba(0, 0, 0, 0.4);
    background-color: rgba(240, 240, 240, .5);
    cursor: auto;
}

.webim-root .webim-form-control.webim-error textarea,
.webim-root .webim-form-control.webim-error .webim-textarea-ext,
.webim-root .webim-form-control.webim-error input[type="text"],
.webim-root .webim-form-control.webim-error input[type="tel"],
.webim-root .webim-form-control.webim-error select {
    border-color: #a94442;
}

.webim-root .webim-form-control.webim-error textarea,
.webim-root .webim-form-control.webim-error input[type="text"],
.webim-root .webim-form-control.webim-error input[type="tel"] {
    padding-right: 30px;
}

.webim-root .webim-form-control.webim-success textarea,
.webim-root .webim-form-control.webim-success .webim-textarea-ext,
.webim-root .webim-form-control.webim-success input[type="text"],
.webim-root .webim-form-control.webim-success input[type="tel"],
.webim-root .webim-form-control.webim-success select {
    border-color: #3c763d;
}

.webim-root .webim-form-control textarea:focus,
.webim-root .webim-form-control .webim-textarea-ext:focus,
.webim-root .webim-form-control select:focus,
.webim-root .webim-form-control input[type="text"]:focus,
.webim-root .webim-form-control input[type="tel"]:focus {
    border-color: #40d6bd;
    outline: none;
}

.webim-root .webim-form-control input[type="text"],
.webim-root .webim-form-control input[type="tel"],
.webim-root .webim-form-control select {
    line-height: 100%;
    height: 40px;
    padding-right: 10px;
    margin: 0 0 20px;
}

.rtl.webim-root .webim-form-control input[type="text"] {
    direction: rtl;
}

.rtl.webim-root .webim-form-control input[type="tel"],
.rtl.webim-root .webim-form-control input[name="email"] {
    text-align: end;
    direction: ltr;
}

.webim-root .webim-form-control select {
    height: 36px;
}

.webim-root .webim-survey-block .webim-form-control select {
    padding-left: 0;
}

.webim-root .webim-form-control .webim-textarea-ext,
.webim-root .webim-form-control textarea {
    padding: 12px 5px 0 2px;
}

.rtl.webim-root .webim-form-control .webim-textarea-ext,
.rtl.webim-root .webim-form-control textarea,
.rtl.webim-root .webim-form-control .webim-textarea-ext~.webim-message-area_placeholder {
    direction: rtl;
    text-align: right;
}

.rtl.webim-root .webim-form-control .webim-textarea-ext~.webim-message-area_placeholder {
    right: 60px;
    left: unset;
}

.webim-root .webim-form-control.webim-form-button-right {
    display: flex;
    margin: 0;
}

.webim-root .webim-form-control.webim-form-button-right .webim-btn.webim-btn-send {
    display: inline-block;
    min-width: 135px;
    height: 35px;
    text-align: center;
    line-height: 2.1;
}

.webim-root .webim-input-group {
    position: relative;
    width: 100%;
}

.webim-root .webim-input-group>* {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-width: 1px 0;
}

.webim-root .webim-input-group>* {
    line-height: 36px;
    height: 36px;
}

.webim-root .webim-input-group>.webim-input-group-main,
.webim-root .webim-input-group>.webim-input-group-main>* {
    height: 34px;
    line-height: 34px;
}

.webim-root .webim-input-group.webim-input-group-left>*:last-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-left-width: 1px;
}

.webim-root .webim-input-group.webim-input-group-left>*:first-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-right-width: 1px;
}

.webim-root .webim-input-group.webim-input-group-left>* {
    float: right;
}

.webim-root .webim-input-group.webim-input-group-left>.webim-input-group-main {
    display: block;
    float: none;
    padding: 0 12px;
}

.webim-root .webim-input-group>.webim-input-group-main>* {
    background: transparent;
    border: none;
    width: 100%;
}

.webim-root .webim-input-group input:focus,
.webim-root .webim-input-group button:focus {
    outline: none;
}

/* Icons */

.webim-root .webim-icon {
    display: inline-block;
}

.webim-root .webim-ico {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.webim-root .webim-process .webim-ico {
    display: none;
}

.webim-root .webim-ico.webim-ico-send {
    stroke-width: 1;
    stroke: #939bba;
    fill: #939bba;
}

.webim-root .webim-ico-viber-logo {
    width: 0.98046875em;
}

.webim-root .webim-ico-bubbles {
    width: 1.125em;
}

.webim-root .webim-ico-webim-logo {
    width: 1.0625em;
}

.webim-root .webim-ico-facebook-logo {
    width: 0.541015625em;
}

.webim-root .webim-ico-instagram-logo {
    width: 1em;
}

.webim-root .webim-ico-vk-logo {
    width: 1.155859375em;
}

.webim-root .webim-ico-email {
    width: 1em;
}

.webim-root .webim-btn>.webim-icon,
.webim-root .webim-action>.webim-icon {
    vertical-align: middle;
}

.webim-root .webim-action .webim-icon {
    position: relative;
}

.webim-root .webim-action.webim-send-button {
    top: 8px;
    right: 5px;
}

.webim-root .webim-send-button .webim-ico.webim-ico-send {
    font-size: 20px;
}

.webim-root .webim-ico.webim-ico-notification {
    width: 36px;
    height: 51px;
    font-weight: bold;
    font-size: 12px;
}

.webim-root .webim-send-button.webim-disabled .webim-ico.webim-ico-send {
    opacity: 0.3;
    cursor: default;
}

.webim-root .webim-header .webim-action.webim-actions-button {
    color: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 46px;
}

.webim-root .webim-header .webim-action.webim-return-button {
    margin-right: 10px;
}

.webim-root .webim-header .webim-actions-button .webim-ico.webim-ico-actions {
    color: #949cbb;
    margin-bottom: 2px;
    display: inline-block;
    margin-right: 10px;
    width: 5px;
    font-size: 18px;
}

.webim-root .webim-header .webim-actions-button:disabled .webim-ico {
    opacity: 0.3;
}

.webim-root .webim-icon.webim-icon-call {
    background: url('https://upxsupport.webim.ru/v/images/ico_call.png') top left no-repeat;
    width: 16px;
    height: 16px;
}

.webim-root .webim-operator-rate .webim-ico,
.webim-root .webim-stars .webim-ico {
    font-size: 21px;
    margin-right: 6px;
    margin-left: 6px;
}

.webim-root .webim-form-control li svg {
    width: 26px;
    height: 26px;
}

.webim-root .webim-icon.webim-icon-attach {
    background: url('https://upxsupport.webim.ru/v/images/ico_attach.png') top left no-repeat;
    width: 7px;
    height: 15px;
}

.webim-root .webim-icon.webim-icon-check {
    display: none;
    background: url('https://upxsupport.webim.ru/v/images/ico_check.png') top left no-repeat;
    width: 20px;
    height: 20px;
}

.webim-root .webim-icon.webim-icon-loading {
    background: url('https://upxsupport.webim.ru/v/images/throbber-small.gif') top left no-repeat;
    width: 16px;
    height: 16px;
}

.webim-root .webim-loading-throbber {
    background: url('https://upxsupport.webim.ru/v/images/throbber-small.gif') center center no-repeat;
    min-width: 16px;
    min-height: 16px;
}

/* States */

.webim-root .webim-on-ready,
.webim-root .webim-ready .webim-state-root .webim-on-ready,
.webim-root .webim-on-success,
.webim-root .webim-success .webim-state-root .webim-on-success,
.webim-root .webim-on-error,
.webim-root .webim-error .webim-state-root .webim-on-error,
.webim-root .webim-on-process,
.webim-root .webim-process .webim-state-root .webim-on-process {
    display: none;
}

.webim-root .webim-ready .webim-on-ready,
.webim-root .webim-state-root.webim-ready .webim-on-ready,
.webim-root .webim-success .webim-on-success,
.webim-root .webim-state-root.webim-success .webim-on-success,
.webim-root .webim-process .webim-on-process,
.webim-root .webim-state-root.webim-process .webim-on-process,
.webim-root .webim-error .webim-on-error,
.webim-root .webim-state-root.webim-error .webim-on-error {
    display: inherit;
}

.webim-root .webim-on-dialogue,
.webim-root .webim-on-online,
.webim-root .webim-on-busy-online,
.webim-root .webim-on-offline,
.webim-root .webim-on-busy-offline {
    display: none;
}

.webim-online .webim-root .webim-on-online,
.webim-online.webim-root .webim-on-online,
.webim-busy-online .webim-root .webim-on-busy-online,
.webim-busy-online.webim-root .webim-on-busy-online,
.webim-offline .webim-root .webim-on-offline,
.webim-offline.webim-root .webim-on-offline,
.webim-busy-offline .webim-root .webim-on-busy-offline,
.webim-busy-offline.webim-root .webim-on-busy-offline {
    display: inherit;
}

.webim-root .webim-progressbar-wrapper {
    background: #aaa;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 2px;
}

.webim-root .webim-attached-file:not(.webim-process) .webim-progressbar-wrapper {
    display: none;
}

.webim-root .webim-progressbar-wrapper .webim-progressbar {
    width: 0;
    height: 100%;
    background: #3c763d;
}

/* Chat */

.webim-root.webim-separate-container {
    position: fixed;
    z-index: 9999999;
}

.webim-root.webim-mobile-mode,
.webim-root.webim-separate-mode {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* https://bugz.olegb.ru/browse/BUGZTASKS-4369 Safari iframe bug */

.webim-root.webim-separate-mode {
    position: absolute;
    overflow-y: hidden;
}

.webim-root>.webim-chat-block {
    position: relative;
}

.webim-root.webim-desktop-mode>.webim-chat-block {
    margin-right: 30px;
}

.webim-root.webim-mobile-mode>.webim-chat-block,
.webim-root.webim-separate-mode>.webim-chat-block {
    height: 100%;
}

.webim-root .webim-control-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    z-index: 11;
}

.webim-root.webim-mobile-mode .webim-control-block {
    width: 40px;
    height: 40px;
    text-align: center;
}

.webim-root.webim-separate-mode .webim-control-block {
    display: none;
}

.webim-root .webim-control-block .webim-action {
    color: #ffffff;
    font-size: 13px;
    width: 40px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webim-root>.webim-control-block .webim-action .webim-ico {
    width: 100%;
    height: 100%;
}

.webim-root>.webim-chat-block>.webim-chat {
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.webim-root.webim-desktop-mode>.webim-chat-block>.webim-chat {
    border-radius: 12px;
    margin-left: 26px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.webim-root>.webim-chat-block>.webim-mobile-chat {
    display: flex;
    flex-direction: column;
}

.webim-root.webim-separate-mode:not(.webim-iframe)>.webim-chat-block>.webim-mobile-chat {
    touch-action: none;
}

.webim-mobile-chat>.webim-mobile-auto-height {
    flex-grow: 1;
    flex-basis: 0;
}

.webim-mobile-mode.webim-root .webim-chat,
.webim-separate-mode.webim-root .webim-chat {
    height: 100%;
}

.webim-root .webim-chat-modes-actions {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
}

.webim-root.webim-separate-mode .webim-chat-modes-actions {
    display: none;
}

.webim-root .webim-chat-modes-actions .webim-action {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: content-box;
    color: #999;
    font-size: 15px;
    margin: 2px 0;
    padding: 4px;
    width: 17px;
}

.webim-root .webim-chat-modes-actions .webim-action.webim-active {
    border-right-color: transparent;
    color: #000;
}

.webim-root .webim-chat-modes-actions .webim-action.webim-has-not-read-message {
    color: #0067be;
}

.webim-root .webim-chat .webim-header {
    position: relative;
    min-height: 80px;
}

.webim-root.webim-desktop-mode .webim-chat .webim-header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.webim-root.webim-desktop-mode .webim-chat .webim-header>.webim-header {
    padding-left: 25px;
}

.webim-root .webim-header .webim-control-block .webim-action {
    color: #fff;
    font-size: 13px;
    line-height: 40px;
}

.webim-root .webim-chat .webim-header>.webim-account-block {
    float: right;
    right: 0;
}

.webim-root .webim-chat .webim-header-section {
    display: flex;
    align-items: center;
    width: 100%;
}

.webim-root .webim-chat .webim-header .webim-header-section>.webim-logo:has(img[src=""]) {
    display: none;
}

.webim-root .webim-chat .webim-header .webim-header-section>.webim-logo {
    width: 46px;
    height: 46px;
}

.webim-root .webim-header .webim-header-section>.webim-logo>img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.webim-root .webim-header .webim-header-section.webim-offline-section-header .webim-operator {
    max-width: 220px;
}

.webim-root .webim-header .webim-header-section.webim-offline-section-header .webim-operator>.webim-title {
    font-family: 'Ubuntu', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    display: inline-block;
    max-width: 95%;
    padding: 2px 28px 2px 0;
    color: #fff;
    line-height: 1.08;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.webim-root .webim-chat .webim-header>.webim-account-block {
    position: absolute;
    top: 0;
    right: 0;
}

.webim-root .webim-chat .webim-header>.webim-avatar>.webim-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.webim-root .webim-chat .webim-header>.webim-operator-block {
    flex: 0 1 172px;
    line-height: 32px;
}

.webim-root .webim-chat .webim-header .webim-description {
    position: absolute;
    left: 25px;
    top: 35%;
    min-width: max-content;
    font-weight: 700;
    font-size: 16px;
}

.webim-root .webim-chat.webim-mobile-chat .webim-header .webim-description {
    left: 5px;
}

.webim-root .webim-operator-block>.webim-operator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    max-width: 180px;
    width: 100%;
    padding: 22px 0;
    margin-left: 10px;
    text-align: left;
}

.webim-root .webim-operator>.webim-name {
    display: block;
    max-width: 100%;
    padding: 0 2px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.webim-root .webim-operator>.webim-title {
    display: block;
    max-width: 100%;
    padding: 0 2px;
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.webim-root .webim-operator-block:not([style*="display: none"])+.webim-no-operator-block {
    display: none;
}

.webim-root .webim-no-operator-block {
    max-width: 200px;
    min-height: 19px;
    margin-left: 15px;
}

.webim-root .webim-no-operator-block .webim-no-operator-title {
    display: inline-block;
    max-width: 100%;
    padding: 3px 0 0 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.08;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.webim-root .webim-no-operator-block .webim-offline-title {
    left: 50%;
    transform: translateX(-50%);
}

.webim-root .webim-body {
    height: 100%;
    position: relative;
}

.webim-root .webim-chat-block .webim-sections {
    position: relative;
    width: 100%;
    height: 100%;
}

.webim-root .webim-chat-block .webim-section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

*[data-webim-behavior-type~="auto-height-by-siblings"] {
    height: 0;
}

.webim-root .webim-dialogue-block {
    position: absolute;
    transition: background-color .5s;
    left: 0;
    right: 0;
    top: 1px;
    bottom: 68px;
    overflow: hidden;
}

.webim-root .webim-dialogue-block .webim-dialogues-load-prev-state {
    margin-bottom: 5px;
}

.webim-root .webim-dialogue-block .webim-dialogues-load-prev {
    font-size: 1.1em;
    padding: 3px;
    text-align: center;
}

.webim-root .webim-dialogue-block .webim-dialogues-load-prev:hover {
    background: #f0f0f0;
}

.webim-root .webim-dialogues {
    box-sizing: content-box;
    height: 95%;
}

.webim-root .webim-dialogue {
    margin-bottom: 10px;
}

.webim-root .webim-dialogues .webim-dialogue:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.webim-root .webim-dialogue .webim-dialogue-date-inner {
    text-align: center;
    margin-bottom: 10px;
}

.webim-root .webim-dialogue .webim-dialogue-date {
    display: inline-block;
    min-width: 50px;
    padding: 7px 5px 5px 5px;
    text-align: center;
    font-size: 1.1em;
    border: 1px solid #E8E8E8;
    border-radius: 30px;
}

.webim-root .webim-dialogue .webim-message {
    margin-bottom: 15px;
    position: relative;
}

.webim-root .webim-dialogue .webim-message .webim-message-loading {
    background: url('https://upxsupport.webim.ru/v/images/throbber-line-small.gif') center center no-repeat;
    width: 38px;
    height: 3px;
}

.webim-root .webim-dialogue .webim-message.webim-cont_req-message,
.webim-root .webim-dialogue .webim-message.webim-info-message,
.webim-root .webim-dialogue .webim-message.webim-contacts-message {
    min-height: inherit;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

.webim-root .webim-dialogue .webim-message.webim-operator_busy-message {
    min-height: inherit;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

.webim-root .webim-dialogue .webim-message.webim-operator_busy-message .webim-message-body {
    text-align: center;
}

.webim-root .webim-dialogue .webim-message.webim-cont_req-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-contacts-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-info-message .webim-message-body {
    text-align: center;
}

.webim-root .webim-dialogue .webim-message.webim-cont_req-message .webim-message-body>*,
.webim-root .webim-dialogue .webim-message.webim-contacts-message .webim-message-body>*,
.webim-root .webim-dialogue .webim-message.webim-info-message .webim-message-body>* {
    color: #9e9e9e;
}

.webim-root .webim-dialogue .webim-message.webim-operator_busy-message .webim-message-info,
.webim-root .webim-dialogue .webim-message.webim-cont_req-message .webim-message-info,
.webim-root .webim-dialogue .webim-message.webim-info-message .webim-message-info,
.webim-root .webim-dialogue .webim-message.webim-contacts-message .webim-message-info,
.webim-root .webim-dialogue .webim-message .webim-date {
    display: none;
}

.webim-root .webim-dialogue .webim-author-name:after {
    content: ':';
}

.webim-root .webim-dialogue .webim-message .webim-message-info {
    margin-top: 3px;
    line-height: 1.3;
}

.webim-root .webim-dialogue .webim-message .webim-message-info span {
    color: #b6b6b6;
}

.webim-root .webim-dialogue .webim-message .webim-message-info * {
    vertical-align: middle;
}

.webim-root .webim-dialogue .webim-message .webim-message-info .webim-message-state-ico {
    display: inline-block;
    font-size: 10px;
    vertical-align: text-bottom;
    margin-left: 2px;
}

.webim-root .webim-dialogue .webim-operator-message .webim-message-info {
    position: relative;
    left: 28px;
}

.webim-root .webim-dialogue .webim-message .webim-message-info .webim-message-state-ico.webim-ico-ready,
.webim-root .webim-dialogue .webim-message .webim-message-info .webim-message-state-ico.webim-ico-process {
    fill: #989898;
}

.webim-root .webim-dialogue .webim-message .webim-message-info .webim-message-state-ico.webim-ico-read {
    fill: #0AAAC0 !important;
}

.webim-root .webim-dialogue .webim-message .webim-message-body {
    border-radius: 13px;
    font-size: 13px;
    line-height: 1.3em;
    padding: 8px;
    position: relative;
    text-align: left;
    word-wrap: break-word;
}

/* shrinked message body */

.webim-root .webim-dialogue .webim-message.webim-visitor-message,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message,
.webim-root .webim-dialogue .webim-message.webim-keyboard_response-message {
    text-align: right;
}

.webim-root .webim-dialogue .webim-message.webim-operator-message {
    text-align: left;
    padding-top: 5px;
}

.webim-root .webim-dialogue .webim-message.webim-operator-message .webim-avatar {
    position: relative;
    bottom: -11px;
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 3px;
}

.webim-root .webim-dialogue .webim-message.webim-operator-message .webim-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
}

.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-keyboard_response-message .webim-message-body {
    display: inline-block;
    max-width: calc(100% - 125px);
    /* padding: 20 + 20, margin 70 + 15 */
}

.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-info,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-info,
.webim-root .webim-dialogue .webim-message.webim-keyboard_response-message .webim-message-info {
    display: block;
}

.webim-root .webim-dialogue .webim-message.webim-operator-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-body {
    display: inline-block;
    max-width: calc(100% - 125px);
    /* padding: 20 + 20, margin 70 + 15 */
    margin-right: 15px;
    text-align: left;
}

.webim-root .webim-dialogue .webim-message.webim-operator-message .webim-message-info,
.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-info {
    display: block;
}

/* shrinked message body */

.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-operator-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-keyboard_response-message .webim-message-body {
    padding: 10px 20px;
}

.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-keyboard_response-message .webim-message-body {
    margin-left: 10px;
    text-align: right;
}

.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-body .webim-file-text,
.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-body>span,
.webim-root .webim-dialogue .webim-message.webim-keyboard_response-message .webim-message-body>span {
    display: block;
    text-align: left;
    word-wrap: break-word;
}

.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-operator-message .webim-message-body {
    background: #e3f2fd;
    border-color: #e3f2fd;
}

.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-body:before,
.webim-root .webim-dialogue .webim-message.webim-operator-message .webim-message-body:before {
    background: inherit;
    border-color: inherit;
}

.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-body:before,
.webim-root .webim-dialogue .webim-message.webim-operator-message .webim-message-body:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17px;
    height: 12px;
}

.webim-root .webim-dialogue .webim-message .webim-message-body a {
    color: #1a927f;
}

.webim-root .webim-dialogue .webim-message .webim-message-body a:hover {
    text-decoration: underline;
}

.webim-root .webim-dialogue .webim-message {
    transition: background-color 2s;
    padding: 0 12px;
}

.webim-root .webim-dialogue .webim-message.message-highlight {
    background-color: #DEFDFF;
}

/* file upload styles start */

.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-body {
    -webkit-border-radius: 18px 18px 3px 18px;
    -moz-border-radius: 18px 18px 3px 18px;
    border-radius: 18px 18px 3px 18px;
}

.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-body {
    -webkit-border-radius: 18px 18px 18px 3px;
    -moz-border-radius: 18px 18px 18px 3px;
    border-radius: 18px 18px 18px 3px;
}

.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_visitor-message .webim-quoted-message-text,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_visitor-message .webim-chat-image-preview img,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_operator-message .webim-quoted-message-text,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_operator-message .webim-chat-image-preview img,
.webim-root .webim-dialogue .webim-message .webim-quoted-message {
    cursor: pointer;
}

.webim-root .webim-dialogue .webim-message .webim-message-body .webim-file-image .webim-file-progress-bar,
.webim-root .webim-dialogue .webim-message .webim-message-body .webim-file-image .webim-file-ready-icon,
.webim-root .webim-dialogue .webim-message .webim-message-body .webim-file-image .webim-file-error-icon,
.webim-root .webim-dialogue .webim-message .webim-message-body .webim-file-image .webim-chat-image-preview img {
    position: absolute;
    display: none;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.webim-root .webim-dialogue .webim-message .webim-message-body .webim-file-image .webim-chat-image-preview img,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_visitor-message .webim-quoted-message-image .webim-chat-image-preview img,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_operator-message .webim-quoted-message-image .webim-chat-image-preview img {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.webim-root .webim-dialogue .webim-message .webim-message-body .webim-file-container {
    margin-bottom: 5px;
}

.webim-root .webim-dialogue .webim-message .webim-message-body .webim-file-description {
    padding: 8px 0;
    margin-left: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.webim-root .webim-dialogue .webim-message.webim-message-with-preview .webim-message-body .webim-file-description {
    margin: 0;
}

.webim-root .webim-dialogue .webim-message .webim-message-body .webim-file-text,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_visitor-message .webim-quoted-message-text,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_operator-message .webim-quoted-message-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-word-wrap: normal;
    word-wrap: normal;
}

.webim-root .webim-dialogue .webim-message .webim-message-body .webim-file-progress,
.webim-root .webim-dialogue .webim-message .webim-message-body .webim-ico-file-indeterminate-progress-bar {
    display: none;
}

.webim-root .webim-dialogue .webim-message.webim-file-upload .webim-message-body .webim-file-progress:after {
    content: '%';
}

.webim-root .webim-dialogue .webim-message.webim-file-upload .webim-message-body .webim-file-progress {
    position: absolute;
    margin-top: 16px;
    display: block;
    width: 51px;
    height: 48px;
    text-align: center;
}

.webim-root .webim-dialogue .webim-message.webim-file-upload .webim-message-body .webim-ico-file-indeterminate-progress-bar {
    display: block;
    width: 35px;
    height: 35px;
}

.webim-root .webim-dialogue .webim-message.webim-file_visitor-message.webim-file-upload .webim-message-body .webim-file-progress-bar {
    background: url('https://upxsupport.webim.ru/images/file-upload-progress-bar.svg') left no-repeat;
    -webkit-background-size: 816px;
    -moz-background-size: 816px;
    -o-background-size: 816px;
    background-size: 816px;
    background-origin: content-box;
    display: block;
}

.webim-root .webim-dialogue .webim-message.webim-file-ready .webim-message-body .webim-file-image .webim-chat-image-preview img,
.webim-root .webim-dialogue .webim-message .webim-quoted-message .webim-quoted-message-image .webim-chat-image-preview img {
    position: relative;
    display: block;
    z-index: 200;
    cursor: pointer;
    width: auto;
    height: auto;
    max-height: 300px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 4px;
    margin: auto;
    background-color: #F8F8F8;
}

.webim-root .webim-message-body .webim-file-image .webim-ico-file-indeterminate-progress-bar {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.webim-root .webim-dialogue .webim-message.webim-file-ready .webim-message-body .webim-file-size {
    font-size: 11px;
}

.webim-root .webim-dialogue .webim-message.webim-file-ready .webim-message-body .webim-file-ready-icon,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_visitor-message .webim-quoted-message-image .webim-file-ready-icon,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_operator-message .webim-quoted-message-image .webim-file-ready-icon {
    background: url('https://upxsupport.webim.ru/images/file-upload-ready.svg') left no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-origin: content-box;
    display: block;
    z-index: 100;
    cursor: pointer;
}

.webim-root .webim-dialogue .webim-message.webim-message-with-image-icon.webim-file-ready .webim-message-body .webim-file-ready-icon,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_visitor-message.webim-message-with-image-icon .webim-quoted-message-image .webim-file-ready-icon,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_operator-message.webim-message-with-image-icon .webim-quoted-message-image .webim-file-ready-icon {
    background: url('https://upxsupport.webim.ru/images/image.svg') left no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-origin: content-box;
}

.webim-root .webim-dialogue .webim-message.webim-file-ready .webim-message-body .webim-file-text {
    cursor: pointer;
    text-align: right;
}

.webim-root .webim-dialogue .webim-message.webim-file-error .webim-message-body .webim-file-error-message {
    font-size: 11px;
    white-space: normal;
    line-height: normal;
    margin-top: 2px;
    color: #8085ab;
    display: inline-block;
    text-align: left;
}

.webim-root .webim-dialogue .webim-message.webim-file-error .webim-message-body .webim-file-error-icon {
    background: url('https://upxsupport.webim.ru/images/file-upload-error.svg') left no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-origin: content-box;
    display: block;
}

/* quoted file messages */

.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_visitor-message .webim-quoted-message-image .webim-file-ready-icon,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_operator-message .webim-quoted-message-image .webim-file-ready-icon,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_visitor-message .webim-quoted-message-image .webim-chat-image-preview img,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_operator-message .webim-quoted-message-image .webim-chat-image-preview img {
    position: absolute;
    height: 40px;
    width: 40px;
    margin: 2px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_visitor-message .webim-quoted-message-body,
.webim-root .webim-dialogue .webim-message .webim-quoted-message.webim-quoted-file_operator-message .webim-quoted-message-body {
    margin-left: 48px;
    padding: 6px 0;
}

/* the end */

.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-body {
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
}

.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-body .webim-file-text {
    text-align: left;
}

.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-author-block {
    display: inline;
}

.webim-root .webim-dialogue .webim-message.webim-operator-message .operator-rate-tooltip-container,
.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-author-block .operator-rate-tooltip-container {
    position: absolute;
    z-index: 10;
    bottom: -15px;
    left: 10px;
    color: #FFFFFF;
    background: rgba(26, 26, 26, 0.85);
    padding: 2px 8px;
}

.webim-root .webim-dialogue .webim-message.webim-operator-message .operator-rate-tooltip-container .operator-rate-tooltip-text,
.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-author-block .operator-rate-tooltip-container .operator-rate-tooltip-text {
    font-size: 13px;
    color: #FFFFFF;
}

.webim-root .webim-dialogue .webim-message.webim-operator-message .operator-rate-tooltip-container .operator-rate-tooltip-text::after,
.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-author-block .operator-rate-tooltip-container .operator-rate-tooltip-text::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    /* At the top of the tooltip */
    left: 15px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(26, 26, 26, 0.85) transparent;
}

.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-author-block img {
    max-width: 23px;
    border-radius: 100px;
}

.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-body {
    display: inline-block;
    margin-left: 3px;
}

.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-info {
    margin-left: 28px;
}

.webim-root .webim-dialogue .webim-message.webim-keyboard_response-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-body,
.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-body {
    margin-top: 10px;
    background: #ededed;
    border-color: #ededed;
}

.webim-root .webim-dialogue .webim-message.webim-operator-message .webim-message-body {
    margin-right: 5px;
}

.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-body {
    margin-left: 0;
}

.rtl.webim-root .webim-dialogue .webim-message .webim-message-body {
    direction: rtl;
}

.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-body:after,
.webim-root .webim-dialogue .webim-message.webim-keyboard_response-message .webim-message-body:after,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-body:after {
    background: inherit;
    border-color: inherit;
}

.webim-root .webim-dialogue .webim-message.webim-keyboard_response-message .webim-message-body:after,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-body:after,
.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-body:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 17px;
    height: 12px;
}

.rtl .webim-message-body .visitor-contact-value {
    display: inline-block;
    direction: ltr;
}

.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-actions,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-actions,
.webim-root .webim-dialogue .webim-message.webim-operator-message .webim-message-actions,
.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-actions {
    position: relative;
    top: 2px;
    display: inline-flex;
    align-items: center;
    opacity: 0;
    transition: opacity 0.33s linear;
}

.webim-root .webim-chat .webim-header .webim-action .webim-ico {
    width: 29px;
    height: 29px;
}

.webim-root .webim-chat .webim-header .webim-action .webim-ico.webim-ico-arrow {
    width: 22px;
    height: 22px;
    color: #FFFFFF;
    vertical-align: baseline;
}

.webim-root .webim-dialogue .webim-message .webim-message-actions svg {
    width: 14px;
    height: 14px;
    margin: auto 4px;
}

.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-actions svg.webim-ico-close,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-actions svg.webim-ico-close {
    width: 10px;
}

.webim-root .webim-unread-message {
    position: absolute;
    text-align: center;
    border-radius: 2px;
    margin-top: -3px;
    top: -25px;
    width: 100%;
}

.webim-root .webim-unread-message-text {
    display: flex;
    flex-basis: 100%;
    color: #B7B7B7;
    align-items: center;
    margin: 11px 0px;
    font-size: 11px;
}

.webim-root .webim-unread-message-text:before,
.webim-root .webim-unread-message-text:after {
    content: "";
    flex-grow: 1;
    background: #B7B7B7;
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}

.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-actions {
    position: relative;
    right: 10px;
    top: -10px;
}

.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-actions {
    position: relative;
    left: 10px;
    top: -10px;
}

.webim-root .webim-dialogue .webim-message.webim-keyboard_response-message .webim-message-actions,
.webim-root .webim-dialogue .webim-message.webim-visitor-message.webim-process .webim-message-actions,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message.webim-process .webim-message-actions,
.webim-root .webim-dialogue .webim-message.webim-operator-message.webim-process .webim-message-actions,
.webim-root .webim-dialogue .webim-message.webim-file_operator-message.webim-process .webim-message-actions {
    display: none;
}

.webim-root .webim-dialogue .webim-message.webim-visitor-message:hover .webim-message-actions,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message:hover .webim-message-actions,
.webim-root .webim-dialogue .webim-message.webim-operator-message:hover .webim-message-actions,
.webim-root .webim-dialogue .webim-message.webim-file_operator-message:hover .webim-message-actions {
    opacity: 1;
    transition-delay: 0s;
}

.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-actions .webim-action.webim-ico-close,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-actions .webim-action.webim-ico-close,
.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-actions .webim-action.webim-ico-pencil,
.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-actions .webim-action.webim-ico-reply,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-actions .webim-action.webim-ico-reply,
.webim-root .webim-dialogue .webim-message.webim-operator-message .webim-message-actions .webim-action.webim-ico-reply,
.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-actions .webim-action.webim-ico-reply {
    opacity: 0.3;
    font-size: 12px;
    display: inline-block;
    transition: opacity 0.33s linear;
}

.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-actions .webim-action.webim-ico-close:hover,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-actions .webim-action.webim-ico-close:hover,
.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-actions .webim-action.webim-ico-pencil:hover,
.webim-root .webim-dialogue .webim-message.webim-visitor-message .webim-message-actions .webim-action.webim-ico-reply:hover,
.webim-root .webim-dialogue .webim-message.webim-file_visitor-message .webim-message-actions .webim-action.webim-ico-reply:hover,
.webim-root .webim-dialogue .webim-message.webim-operator-message .webim-message-actions .webim-action.webim-ico-reply:hover,
.webim-root .webim-dialogue .webim-message.webim-file_operator-message .webim-message-actions .webim-action.webim-ico-reply:hover {
    opacity: 1;
}

/* keyboard styles start */

.webim-root .webim-dialogue .webim-message.webim-keyboard-message .webim-button-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 8px 0;
}

.webim-root .webim-dialogue .webim-message.webim-keyboard-message .webim-btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    background-color: #393f6b;
    font-weight: normal;
    line-height: 18px;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    padding: 8px 16px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    position: relative;
    overflow: visible;
}

.webim-root .webim-dialogue .webim-message.webim-keyboard-message .webim-btn+.webim-btn {
    margin-left: 8px;
}

.webim-root .webim-dialogue .webim-message.webim-keyboard-message .webim-btn span {
    color: white;
}

.webim-root .webim-dialogue .webim-message.webim-keyboard-message .webim-btn .webim-loading-throbber {
    display: none;
}

.webim-root .webim-dialogue .webim-message.webim-keyboard-message .webim-btn:disabled {
    background-color: rgba(57, 63, 107, 0.3);
}

.webim-root .webim-dialogue .webim-message.webim-keyboard-message .webim-btn:disabled span {
    color: #979797;
}

.webim-root .webim-dialogue .webim-message.webim-keyboard-message .webim-btn.webim-selected {
    background-color: rgba(57, 63, 107, 0.5);
}

.webim-root .webim-dialogue .webim-message.webim-keyboard-message .webim-btn.webim-selected span {
    color: #222747;
}

.webim-root .webim-dialogue .webim-message.webim-keyboard-message .webim-btn.webim-pending .webim-loading-throbber {
    display: block;
    position: absolute;
    margin: -3px;
    top: 0;
    left: 0;
}

/**********************************************QUOTING*****************************************************************/

.webim-root .webim-message .webim-quoted-message {
    background: rgba(0, 0, 0, .05);
    margin: 4px 0 8px 0;
    padding: 4px 4px 4px 8px;
    border-left: 2px solid rgba(0, 0, 0, .3);
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.webim-root .webim-message.webim-operator-message .webim-quoted-message {
    background: rgba(52, 62, 109, .05);
    border-left: 2px solid rgba(52, 62, 109, .3);
}

.webim-root .webim-message .webim-quoted-message .webim-quoted-author-name {
    font-weight: 700;
}

.webim-root .webim-message .webim-quoted-message .webim-quoted-message-text .webim-emoji {
    pointer-events: none;
}

.webim-root .webim-message .webim-quoted-message .webim-loading-text {
    display: inline-block;
}

.webim-root .webim-message .webim-quoted-message .webim-loading-throbber {
    float: left;
    margin-right: 8px;
}

/******************************************END*QUOTING*****************************************************************/

.webim-root .webim-message .webim-message-edited {
    display: none;
    padding: 0 5px;
    font-size: 10px;
}

.webim-root .webim-dialogue .webim-embedded {
    background: #f5f5f5;
    position: relative;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    text-align: center;
}

.webim-root .webim-dialogue .webim-embedded .webim-embedded-actions {
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.webim-root .webim-dialogue .webim-embedded .webim-embedded-header {
    font-size: 13px;
    margin-bottom: 5px;
}

.webim-root .webim-dialogue-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.webim-root .webim-dialogue-status .webim-dialogue-status-title {
    color: #FFFFFF;
    font-family: serif;
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    margin: 0 15px 0 2px;
}

.webim-root .webim-dialogue-status .dot-flashing {
    position: relative;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #FFFFFF;
    -webkit-animation: dotFlashing 0.5s infinite linear alternate;
    animation: dotFlashing 0.5s infinite linear alternate;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    margin: 7px 0 0;
}

.webim-root .webim-dialogue-status .dot-flashing::before,
.webim-root .webim-dialogue-status .dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.webim-root .webim-dialogue-status .dot-flashing::before {
    left: -7px;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #FFFFFF;
    -webkit-animation: dotFlashing 0.5s infinite alternate;
    animation: dotFlashing 0.5s infinite alternate;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.webim-root .webim-dialogue-status .dot-flashing::after {
    left: 7px;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #FFFFFF;
    color: #FFFFFF;
    -webkit-animation: dotFlashing 0.5s infinite alternate;
    animation: dotFlashing 0.5s infinite alternate;
    -webkit-animation-delay: 0.5s;
    animation-delay: 1s;
}

@keyframes dotFlashing {
    0% {
        background-color: #c3c3c3;
    }
    50%,
    100% {
        background-color: #e8e8e8;
    }
}

.webim-root .webim-dialogue-message-block {
    padding: 8px 12px 6px;
    background-color: #fff;
    border-top: 1px solid #E8E8E8;
}

.webim-root .webim-dialogue-message-block .webim-dialogue-message {
    border: 1px solid rgba(179, 182, 198, 0.5);
    border-radius: 6px;
}

.webim-root .webim-dialogue-message-block.webim-focused .webim-dialogue-message {
    border-color: #393f6b;
}

.webim-root .webim-dialogue-message-block * {
    border-radius: inherit;
}

.webim-root .webim-popups-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9000;
}

.webim-root .webim-popups-block .webim-prev-message-version .webim-ico-close,
.webim-root .webim-popups-block .webim-quote-message .webim-ico-close {
    float: right;
    font-size: 14px;
    filter: invert(84%) sepia(3%) saturate(10%) hue-rotate(337deg) brightness(86%) contrast(82%);
}

.webim-root .webim-popups-block .webim-prev-message-version,
.webim-root .webim-popups-block .webim-quote-message {
    padding: 0 14px 7px 5px;
    font-size: 12px;
    border-radius: 0;
}

.webim-root .webim-popups-block .webim-prev-message-version .webim-ico-memo {
    padding-right: 8px;
    vertical-align: initial;
    font-size: 14px;
}

.webim-root .webim-popups-block .webim-prev-message-version .webim-prev-msg-text,
.webim-root .webim-popups-block .webim-quote-message .webim-quote-text,
.webim-root .webim-popups-block .webim-quote-message .webim-quote-author {
    width: calc(100% - 21px);
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #676767;
}

.webim-root .webim-popups-block .webim-prev-message-version .webim-prev-msg-text {
    width: calc(100% - 42px);
}

.webim-root .webim-popups-block .webim-quote-message .webim-quote-inner {
    border-left: 2px solid #29C1E7;
    padding: 4px 0 2px 11px;
}

.webim-root .webim-popups-block .webim-quote-message .webim-quote-author {
    font-weight: bold;
}

.webim-root .webim-popups-block .webim-quote-message .webim-ico-close {
    margin-top: -10px;
}

.webim-root .webim-popup {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    margin: 0 auto;
    width: 92%;
    border-radius: 10px 0 10px 10px;
    background: #fcfcfc;
    overflow: hidden;
}

.webim-root .webim-popup .webim-popup-actions {
    color: #888;
    font-size: 22px;
    position: absolute;
    top: 8px;
    right: 7px;
    z-index: 100;
}

.webim-root .webim-popup .webim-popup-actions .webim-close-action {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 15px;
}

.webim-root .webim-dialogue-message {
    background-color: #fff;
    border-radius: 6px;
    box-sizing: content-box;
    min-height: 20px;
    max-height: 100px;
    margin: 0;
    padding: 8px 55px 8px 8px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.webim-root .webim-dialogue-message.hide-menu .webim-emoji-button {
    right: 15px;
}

.webim-root .webim-dialogue-message .webim-textarea-wrapper {
    margin-right: 50px;
    margin-top: 3px;
}

.webim-root .webim-dialogue-message textarea,
.webim-root .webim-dialogue-message .webim-textarea-ext {
    position: relative;
    background: transparent;
    border: none;
    -webkit-user-select: text;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    line-height: 18px;
    max-height: 100px !important;
    padding: 0 6px 0 8px;
    resize: none;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    word-wrap: break-word;
}

.webim-root .webim-survey-block .webim-dialogue-message .webim-textarea-ext {
    padding-left: 0;
}

.rtl.webim-root .webim-textarea-ext {
    direction: rtl;
}

.webim-root .webim-dialogue-message-block .webim-chat-action.webim-chat-action-upload {
    width: 18px;
    height: 18px;
}

.webim-root .webim-dialogue-message-block .webim-chat-action.webim-chat-action-upload label,
.webim-root .webim-dialogue-message-block .webim-chat-action.webim-chat-action-upload svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 1;
    cursor: pointer;
}

.webim-root .webim-dialogue-message-block .webim-chat-action.webim-chat-action-upload span {
    display: none;
}

.webim-root .webim-message-area+.webim-message-area_placeholder {
    display: none;
    pointer-events: none;
}

.webim-root .webim-message-area:focus+.webim-message-area_placeholder {
    display: none !important;
}

.webim-root .webim-message-area:empty+.webim-message-area_placeholder {
    display: initial;
    font-size: 13px;
    line-height: 18px;
    color: #c8c9d6;
    position: absolute;
    top: 8px;
    left: 32px;
}

.webim-root .webim-dialogue-message button:focus,
.webim-root .webim-dialogue-message textarea:focus,
.webim-root .webim-dialogue-message .webim-textarea-ext:focus {
    outline: none;
}

.webim-root .webim-dialogue-message .webim-action {
    position: absolute;
    width: 18px;
    height: 18px;
    font-size: 20px;
    color: #939bba;
    background: transparent;
    border: none;
    cursor: pointer;
}

.webim-root .webim-dialogue-message .webim-action svg.webim-ico {
    width: 100%;
    height: 100%;
}

.webim-root .webim-dialogue-message .webim-action svg.webim-ico.webim-ico-send {
    stroke-width: 1px;
}

.webim-root .webim-callback-actions {
    padding: 28px 0 30px;
}

.webim-root .webim-callback-actions .webim-action {
    text-align: center;
    vertical-align: top;
    width: 30%;
}

.webim-root .webim-callback-actions .webim-action .webim-ico {
    background: #069a24;
    border: 1px solid #00813b;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    padding: 12px 11px 12px 12px;
    border-radius: 50%;
}

.webim-root .webim-callback-actions .webim-action.webim-active .webim-ico,
.webim-root .webim-callback-actions .webim-action:hover .webim-ico {
    background: #dfdfdf;
    border: 1px solid #dfdfdf;
    color: #000;
}

.webim-root .webim-callback-actions .webim-action .webim-title {
    display: block;
    line-height: 1.2em;
}

.webim-root .webim-callback-timer {
    text-align: center;
    font-size: 24px;
    line-height: 2.4em;
}

.webim-root .webim-chat-block .webim-section .webim-visitor-info {
    background: #fff;
    border-top: 1px solid #dfdfdf;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.webim-root .webim-popup.webim-chat-actions-block {
    background-color: #393f6b;
}

.webim-root .webim-popup.webim-chat-actions-block .webim-popup-actions {
    top: 10px;
    right: 11px;
}

.webim-root .webim-popup.webim-chat-actions-block .webim-popup-actions .webim-close-action {
    color: #fff;
}

.webim-root .webim-chat-actions-block .webim-chat-actions .webim-chat-action {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.webim-root .webim-chat-actions-block .webim-chat-actions .webim-chat-action * {
    color: inherit;
    vertical-align: middle;
}

.webim-root .webim-chat-actions-block .webim-chat-actions .webim-chat-action>* {
    cursor: pointer;
    font-size: 13px;
    padding: 7px 15px;
    display: block;
}

.webim-root .webim-chat-actions-block .webim-chat-actions .webim-chat-action:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.webim-root .webim-chat-actions-block .webim-chat-actions .webim-chat-action:first-child>* {
    padding-top: 12px;
}

.webim-root .webim-chat-actions-block .webim-chat-actions .webim-chat-action:last-child>* {
    padding-bottom: 12px;
}

.webim-root .webim-chat-actions-block .webim-chat-actions .webim-chat-action:hover {
    background: rgba(0, 0, 0, 0.1);
}

.webim-root .webim-chat-actions-block .webim-chat-actions .webim-chat-action .webim-icon {
    margin-right: 10px;
    vertical-align: middle;
    background-size: 14px;
    width: 14px;
}

.webim-root .webim-chat-actions-block .webim-chat-actions .webim-chat-action .webim-ico {
    font-size: 16px;
    margin-right: 10px;
}

.webim-root .webim-operator-rate>*,
.webim-root .webim-stars>* {
    cursor: pointer;
    display: inline-block;
}

.webim-root .webim-rate-block .webim-operator-rate,
.webim-root .webim-rate-block .webim-stars,
.webim-root .webim-rate-block .webim-rate-state {
    display: inline-block;
    vertical-align: middle;
}

.webim-root .webim-rate-block .webim-rate-state {
    margin-left: 5px;
    margin-top: 13px;
    position: absolute;
}

.webim-root .webim-rate-block .webim-rate-error {
    margin-top: 5px;
}

.webim-root .webim-send-to-email-block .webim-send-to-email-state {
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.webim-root .webim-send-to-email-block .webim-send-to-email-state .webim-icon {
    vertical-align: middle;
}

.webim-root .webim-send-to-email-block .webim-send-to-email-error {
    margin-top: 5px;
}

.webim-root .webim-send-to-email-block .webim-send-to-email .webim-btn-send {
    margin-left: auto;
    margin-right: auto;
}

.webim-root .webim-rate-block .webim-btn-send.hidden,
.webim-root .webim-send-to-email-block .webim-btn-send.hidden,
.webim-root .webim-contact-block .webim-btn-send.hidden {
    visibility: hidden;
}

.webim-root .webim-dialogue-message-block .webim-file-list {
    list-style: none;
    margin-top: 2px;
    margin-bottom: 2px !important;
    height: auto !important;
    max-height: 120px !important;
    overflow-y: scroll;
    border: none;
}

.webim-root .webim-dialogue-message-block div.webim-file-list {
    margin-top: 0;
    border-bottom: 1px solid rgba(179, 182, 198, 0.2);
    border-radius: 0;
}

.webim-root .webim-file-list .webim-attached-file {
    font-size: 13px;
    line-height: 1.4em;
    position: relative;
    margin: 2px 7px 7px;
}

.webim-root .webim-file-list .webim-attached-file:first-child {
    margin-top: 6px;
}

.webim-root .webim-offline-block ul.webim-file-list {
    max-height: 48px;
    padding: 0 16px;
    overflow-y: scroll;
}

.webim-root .webim-attached-file .webim-file-info {
    line-height: 20px;
    margin-left: 45px;
    margin-right: 40px;
    position: relative;
}

.webim-root .webim-file-info .webim-progressbar-wrapper {
    background: #dadada;
    border: 1px solid #63c62d;
    border-radius: 3px;
    height: 2px;
    position: absolute;
    bottom: 0;
    font-size: 14px;
}

.webim-root .webim-file-info .webim-progressbar {
    background: #7bd262;
}

.webim-root .webim-file-info .webim-file-name {
    display: block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.webim-root .webim-file-info .webim-file-size {
    display: none;
    position: absolute;
    top: 0;
    right: 2px;
}

.webim-root .webim-attached-file .webim-file-upload-state {
    position: absolute;
    top: 1px;
    left: 5px;
    width: 30px;
    height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    line-height: 20px;
    font-size: 13px;
}

.webim-root .webim-process .webim-file-upload-state {
    background-color: #393f6b;
}

.webim-root .webim-attached-file.webim-success .webim-file-upload-state {
    background-color: #70e0ce;
}

.webim-root .webim-attached-file.webim-error .webim-file-upload-state {
    background-color: #f26363;
}

.webim-root .webim-attached-file .webim-file-upload-state .webim-icon {
    position: absolute;
    left: 7px;
    top: 2px;
}

.webim-root .webim-attached-file .webim-file-upload-actions {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.webim-root .webim-attached-file .webim-file-upload-error {
    color: #797979;
    font-size: 11px;
    line-height: 1em;
    margin-left: 45px;
    margin-right: 40px;
}

.webim-root .webim-file-list .webim-action {
    font-size: 19px;
    color: #b0b2c4;
}

.webim-root .webim-resizable {
    overflow: hidden;
    background-color: #fcfcfc;
}

.webim-root.webim-desktop-mode .webim-resizable {
    min-width: 340px;
    min-height: 290px;
}

.webim-root .webim-section-throbber {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webim-root .webim-section-throbber_path {
    fill: #b9bedf;
}

.webim-root .webim-dialogues-notification {
    right: 30px;
    bottom: 25px;
    position: absolute;
    z-index: 5;
    display: none;
    cursor: pointer;
}

.webim-root .webim-department-select-block,
.webim-root .webim-operator-select-block {
    padding: 6px 12px 12px;
}

.webim-root .webim-offline-block,
.webim-root .webim-question-block,
.webim-root .webim-department-select-block {
    padding: 0;
    height: 100%;
}

.webim-root .webim-offline-block .webim-form,
.webim-root .webim-question-block .webim-form {
    margin: auto;
    text-align: center;
}

.webim-root .webim-department-select-block .webim-form {
    margin: auto;
    width: 100%;
    height: inherit;
}

.webim-root .webim-offline-block .webim-form-wrapper,
.webim-root .webim-question-block .webim-form-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.webim-root .webim-offline-block .webim-sticky-wrapper,
.webim-root .webim-question-block .webim-sticky-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.webim-root .webim-offline-block .webim-sticky-wrapper.fixed-background,
.webim-root .webim-question-block .webim-sticky-wrapper.fixed-background {
    background: #f0f0f0;
}

.webim-root .webim-offline-block .webim-form-wrapper .webim-form,
.webim-root .webim-question-block .webim-form-wrapper .webim-form {
    margin-right: 21px;
    margin-left: 21px;
}

.webim-root .webim-department-select-block .webim-form>.webim-form-control {
    margin-right: 20px;
    margin-left: 20px;
}

.webim-root .webim-offline-block .webim-form>.webim-form-control:first-child,
.webim-root .webim-question-block .webim-form>.webim-form-control:first-child {
    margin-top: 25px;
}

.webim-root .webim-department-select-block .webim-form>*:last-child {
    margin-bottom: 20px;
}

.webim-root .webim-offline-block .webim-description,
.webim-root .webim-question-block .webim-description {
    padding: 0 25px 20px 25px;
    background: #393f6b;
}

.webim-root .webim-offline-block-state {
    text-align: center;
    position: relative;
    top: 5px;
}

.webim-root .webim-overlays-container {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.webim-root .webim-overlays-wrapper {
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.webim-root.webim-separate-mode .webim-overlays-wrapper {
    position: fixed;
    height: calc(100% - 40px);
    /* - footer */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.webim-root .webim-overlays-wrapper .webim-overlay {
    color: #000;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 100%;
    min-height: 100%;
}

.webim-root .modal-confirm-file-upload {
    background-color: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.webim-root .modal-confirm-file-upload .confirm-image-preview {
    display: none;
    height: 60px;
    width: 60px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
}

.webim-root .modal-confirm-file-upload .confirm-file-placeholder,
.webim-root .modal-confirm-file-upload .confirm-files-placeholder {
    display: none;
    height: 60px;
    width: 60px;
    margin-right: 15px;
    border-radius: 4px;
    background-color: #393F6B;
}

.webim-root .modal-confirm-file-upload .confirm-file-placeholder img,
.webim-root .modal-confirm-file-upload .confirm-files-placeholder img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.webim-root .modal-confirm-file-upload .confirm-image-preview.active,
.webim-root .modal-confirm-file-upload .confirm-files-placeholder.active,
.webim-root .modal-confirm-file-upload .confirm-file-placeholder.active {
    display: block;
}

.webim-root .modal-confirm-file-upload .confirm-title {
    display: none;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #393F6B;
    margin-bottom: 9px;
}

.webim-root .modal-confirm-file-upload .confirm-title.active {
    display: block;
}

.webim-root .modal-confirm-file-upload .confirm-file-name {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 185px;
    line-height: 18px;
    color: #029BC1;
    margin-bottom: 5px;
    white-space: nowrap;
}

.webim-root .modal-confirm-file-upload .confirm-file-size {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #959595;
    overflow-wrap: anywhere;
}

.webim-root .modal-confirm-file-upload .webim-overlay-body {
    border-radius: 0 0 6px 6px;
}

.webim-root .modal-confirm-file-upload .webim-overlay-header {
    border-radius: 6px 6px 0 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.webim-root .modal-confirm-file-upload .webim-overlay-header * {
    box-sizing: border-box;
}

.webim-root .webim-btn-light,
.webim-root .webim-btn-dark {
    border-radius: 20px;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    min-width: 108px;
}

.webim-root .webim-btn-light {
    background-color: #FFFFFF;
    border: 1px solid #DFE0E8;
    color: #393F6B;
}

.webim-root .webim-btn-dark {
    background-color: #393F6B;
    color: #FFFFFF;
    min-width: 135px;
    line-height: 2.1;
    height: 35px;
    margin: 0 auto;
    border: 1px solid #DFE0E8;
}

.webim-root .webim-btn-light:hover {
    color: rgba(57, 63, 107, 0.85);
}

.webim-root .webim-btn-dark:hover {
    background-color: rgba(57, 63, 107, 0.84);
    color: #FFFFFF;
}

.webim-root .modal-confirm-file-upload .confirm-action-buttons {
    color: #FFFFFF;
    text-align: right;
}

.webim-root .webim-overlays-wrapper .webim-overlay.webim-rate-block {
    text-align: center;
}

.webim-root .webim-overlay .webim-overlay-actions {
    font-size: 26px;
    position: absolute;
    top: 24px;
    right: 20px;
}

.webim-root .webim-overlay .webim-overlay-actions.webim-overlay-actions-email {
    top: 28px;
}

.webim-root .webim-overlay .webim-overlay-header {
    position: relative;
    margin: auto 0 0 0;
    padding: 25px 20px 12px;
    font-size: 15px;
}

.webim-root .webim-overlay .webim-overlay-header .webim-overlay-header-title {
    display: block;
    max-width: 65%;
    text-align: left;
    line-height: 1.29;
}

.webim-root .webim-overlay .webim-overlay-header,
.webim-root .webim-overlay .webim-overlay-body {
    background: #fff;
}

.webim-root .webim-question-description {
    font-size: 15px;
}

.webim-root .webim-overlay .webim-overlay-body {
    position: relative;
    bottom: 0;
    padding: 1px 20px 20px;
}

.webim-root .webim-overlay.webim-survey-block .webim-overlay-body.scroll-content {
    overflow-y: scroll;
    max-height: 100% !important;
}

.webim-root .overlay-survey-wrapper.showing-survey-completion {
    height: auto;
}

.webim-root .overlay-survey-wrapper:not([class*="showing-survey-completion"]) .webim-overlay-header {
    margin-top: 30px;
}

.webim-root .overlay-survey-wrapper:not([class*="showing-survey-completion"]) .webim-overlay-body {
    overflow: auto;
}

.webim-root .overlay-survey-wrapper:not([class*="showing-survey-completion"]) .webim-overlay-body::-webkit-scrollbar {
    display: block;
    width: 4px;
    cursor: default;
}

.webim-root .overlay-survey-wrapper:not([class*="showing-survey-completion"]) .webim-overlay-body::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 6px;
    background-color: #d1d5e2;
}

.webim-root .overlay-survey-wrapper:not([class*="showing-survey-completion"]) .webim-overlay-body::-webkit-scrollbar-track-piece:end {
    background: transparent;
    margin-bottom: 12px;
}

.webim-root .overlay-survey-wrapper:not([class*="showing-survey-completion"]) .webim-overlay-body::-webkit-scrollbar-track-piece:start {
    background: transparent;
    margin-top: 12px;
}

.webim-root .webim-overlay.webim-survey-block .webim-overlay-body .webim-survey-block {
    height: 100%;
    position: relative;
}

.webim-root .webim-overlay.webim-survey-block .webim-overlay-header .webim-overlay-title span {
    font-weight: bold;
}

.webim-root .webim-overlays-wrapper .webim-overlay.webim-survey-block .webim-survey-question {
    margin-top: 25px;
}

.webim-root .webim-overlays-wrapper .webim-overlay.webim-survey-block .webim-question-description {
    line-height: 17px;
}

.webim-root .webim-overlay.webim-survey-block .scroll-wrapper {
    height: auto;
}

.webim-root .webim-comment .webim-dialogue-message {
    margin: 10px;
    padding-right: 0;
    border: 1px solid rgba(179, 182, 198, 0.5);
}

.webim-root .webim-survey-block .webim-dialogue-message {
    margin-left: 0;
}

.webim-root .webim-survey-block .webim-survey-complete {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 80px;
}

.webim-root .webim-survey-block .webim-survey-complete img {
    width: 58px;
    height: 58px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.webim-root .webim-survey-block .webim-survey-complete img,
.webim-root .webim-survey-block .webim-survey-complete span {
    display: block;
}

.webim-root .overlay-survey-wrapper {
    background-color: white;
    height: 90%;
    width: 100%;
}

.webim-root .webim-survey-block .webim-survey-complete .webim-survey-thanks-title {
    font-weight: 600;
    font-size: 16px;
}

.webim-root .webim-survey-block .webim-survey-complete .webim-survey-thanks-description {
    font-size: 14px;
}

.webim-root .webim-survey-block .webim-survey-complete .webim-survey-thanks-title,
.webim-root .webim-survey-block .webim-survey-complete .webim-survey-thanks-description {
    line-height: 20px;
}

.webim-root .webim-survey-block .webim-form-control.webim-survey-control {
    margin-top: 30px;
    text-align: center;
}

.webim-root .webim-btn.webim-btn-light {
    border: 1px solid #DFE0E8;
    background-color: #FFFFFF;
    min-width: 135px;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 2.1;
}

.webim-root .webim-btn.webim-btn-light:hover {
    background: none;
    border: 1px solid rgba(223, 224, 232, 0.7);
}

.webim-root .webim-notice {
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 12px;
    padding: 10px;
}

.webim-root .webim-notice-error {
    border-color: #a94442;
    color: #a94442;
}

.webim-root .webim-footer-block {
    background: #fff;
}

.webim-separate-mode.webim-root .webim-footer-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
}

.webim-root .webim-footer {
    padding: 0 13px 7px;
    text-align: right;
}

.webim-root .webim-footer.fixed-background {
    background-color: #F0F0F0 !important;
}

.webim-root .webim-footer.fixed-background .webim-powered-by-logo {
    background-image: url('https://upxsupport.webim.ru/v/images/logo_webim.svg') !important;
}

.webim-root .webim-copyright {
    min-height: 21px;
}

.webim-root .webim-powered-by-logo {
    background-image: url('https://upxsupport.webim.ru/v/images/logo_webim.svg');
    width: 60px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.webim-root .webim-powered-by-webim {
    margin-left: auto;
    margin-right: 0;
    font-size: 14px;
    color: #b9bdc5;
}

.webim-root .webim-powered-by-webim>* {
    vertical-align: middle;
}

.webim-root .webim-powered-by {
    margin: 5px 3px 5px auto;
    font-size: 11px;
    color: #b9bdc5;
}

.webim-root .webim-powered-by span {
    color: #29C1E7;
}

.webim-root .webim-powered-by-webim a {
    display: inline-block;
}

.webim-root .webim-textarea-ext {
    min-height: 1em;
}

/* Alerts */

.webim-root.webim-alert-container {
    font-size: 14px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100001;
}

.webim-root.webim-alert-container .webim-alert-overlay {
    background: rgba(127, 127, 127, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.webim-root.webim-alert-container .webim-alert {
    background: #fff;
    margin: 20px auto 0;
    max-width: 300px;
    padding: 12px;
    position: relative;
    width: 90%;
}

.webim-root.webim-alert-container .webim-alert-buttons {
    margin-top: 10px;
    text-align: center;
}

.webim-root.webim-alert-container .webim-alert-buttons .webim-btn {
    width: auto;
}

/* Separates block */

.webim-separate-container-bottom {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
}

.webim-root.webim-separate-container-bottom .webim-body {
    background: #fff;
}

.webim-root.webim-separate-container-bottom .webim-container-controls {
    position: absolute;
    z-index: 100;
    right: 21px;
    top: 21px;
}

.webim-root.webim-separate-container-bottom .webim-container-controls .webim-action {
    font-size: 14px;
    width: 14px;
}

.webim-root.webim-separate-container-bottom .webim-description {
    color: #000;
    font-size: 12pt;
}

.webim-root.webim-separate-container-bottom .webim-callback-timer {
    color: #000;
    font-size: 24pt;
}

.webim-root.webim-separate-container-bottom .webim-section-landing .webim-action {
    border-bottom: 1px solid #dfdfdf;
    color: #000;
    font-size: 16pt;
    line-height: 3em;
    padding-left: 25px;
}

.webim-root.webim-separate-container-overlay {
    background: rgba(127, 127, 127, 0.5);
    white-space: nowrap;
    position: fixed;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.webim-root.webim-separate-container-overlay:before {
    content: '';
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}

.webim-root.webim-separate-container-overlay>div {
    display: inline-block;
    vertical-align: middle;
}

.webim-root.webim-separate-container-overlay .webim-notification {
    min-width: 200px;
    position: relative;
    text-align: left;
}

.webim-root.webim-separate-container-overlay .webim-notification .webim-header {
    position: relative;
    font-size: 18px;
    margin-bottom: 3px;
}

.webim-root.webim-separate-container-overlay .webim-notification .webim-container-controls {
    position: absolute;
    top: 0;
    right: 0;
}

.webim-root.webim-separate-container-overlay .webim-notification .webim-notification-title {
    color: #3b4269;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.29px;
}

.webim-root.webim-separate-container-overlay .webim-notification .webim-notification-message {
    color: #85868c;
    font-size: 14px;
    line-height: 18px;
}

.webim-root.webim-separate-container-overlay .webim-notification .webim-notification-image {
    float: left;
    margin: 5px 5px 5px 0;
}

.webim-root.webim-separate-container-overlay .webim-notification .webim-notification-buttons {
    margin-top: 21px;
}

.webim-root.webim-separate-container-overlay .webim-notification .webim-notification-buttons .webim-btn {
    background-color: #4ab5b1;
    min-height: 0;
    height: 30px;
    width: 150px;
    padding: 0;
    border: none;
    border-radius: 15px;
    font-size: 16px;
}

/* External libs */

/*
 * jQuery UI Resizable 1.8.17
 */

.webim-root .ui-resizable-handle {
    position: absolute;
    font-size: 1px;
    z-index: 99999;
    display: block;
}

.webim-root .ui-resizable-disabled .ui-resizable-handle,
.webim-root .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.webim-root .ui-resizable-s {
    cursor: s-resize;
    height: 15px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.webim-root .ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.webim-root .ui-resizable-se {
    opacity: 0;
    cursor: se-resize;
    right: 1px;
    bottom: 1px;
}

.webim-root .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url('https://upxsupport.webim.ru/v/images/ui-icons_222222_256x240.png')/*{iconsContent}*/
    ;
}

/* Plupload */

.webim-root .moxie-shim {
    cursor: pointer;
}

/* Invitation */

.webim-root.webim-separate-container-static.webim-position-top-left {
    top: 10px;
    left: 10px;
}

.webim-root.webim-separate-container-static.webim-position-top-right {
    top: 10px;
    right: 10px;
}

.webim-root.webim-separate-container-static.webim-position-bottom-left {
    bottom: 10px;
    left: 10px;
}

.webim-root.webim-separate-container-static.webim-position-bottom-right {
    bottom: 10px;
    right: 10px;
}

.webim-root.webim-separate-container-static.webim-position-center {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.webim-root.webim-separate-container-slider {
    top: 20%;
    left: 20px;
}

.webim-root.webim-invitation-center {
    width: 80%;
    max-width: 800px;
    min-width: 400px;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider,
.webim-root.webim-separate-container-static .webim-invitation-static,
.webim-root.webim-separate-container .webim-invitation-static {
    padding: 0;
    border-radius: 10px;
    background-color: #fcfcfc;
    overflow: hidden;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider,
.webim-root.webim-separate-container-static .webim-invitation-static {
    width: 300px;
}

.webim-root.webim-separate-container-static.webim-position-bottom-right .webim-invitation-static,
.webim-root.webim-separate-container-static.webim-position-bottom-left .webim-invitation-static {
    border-radius: 10px;
}

.webim-root.webim-separate-container-static.webim-position-top-right .webim-invitation-static,
.webim-root.webim-separate-container-static.webim-position-top-left .webim-invitation-static {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.webim-root.webim-separate-container-static .webim-invitation-static .webim-invitation-header,
.webim-root.webim-separate-container-static .webim-invitation-static .webim-invitation-body,
.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-invitation-header,
.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-invitation-body {
    position: relative;
    padding: 0 11px;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-invitation-header,
.webim-root.webim-separate-container-static .webim-invitation-static .webim-invitation-header {
    padding-bottom: 15px;
    padding-top: 15px;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-invitation-body,
.webim-root.webim-separate-container-static .webim-invitation-static .webim-invitation-body {
    padding-top: 9px;
    color: #939bba;
    font-size: 12px;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-invitation-header .webim-actions,
.webim-root.webim-separate-container-static .webim-invitation-static .webim-invitation-header .webim-actions {
    position: absolute;
    right: 15px;
    font-size: 11px;
    width: 11px;
    height: 11px;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-invitation-header .webim-title,
.webim-root.webim-separate-container-static .webim-invitation-static .webim-invitation-header .webim-title {
    height: 14px;
    color: #393f6b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    margin-left: 5px;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-avatar,
.webim-root.webim-separate-container-static .webim-invitation-static .webim-avatar {
    float: left;
    width: 46px;
    height: 46px;
    margin-left: 5px;
    margin-top: 5px;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-description,
.webim-root.webim-separate-container-static .webim-invitation-static .webim-description {
    margin-left: 67px;
    margin-right: 25px;
    font-size: inherit;
    font-weight: 400;
    color: inherit;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-label-text,
.webim-root.webim-separate-container-static .webim-invitation-static .webim-label-text,
.webim-root.webim-notification .webim-invitation-static .webim-label-text {
    width: 105px;
    height: 11px;
    color: #939bba;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 6px;
    margin-left: 3px;
}

.webim-root.webim-notification .webim-invitation-static .webim-label-text {
    font-size: 16px;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-avatar img,
.webim-root.webim-separate-container-static .webim-invitation-static .webim-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    box-shadow: 0 0 0 1px #808080;
}

input::placeholder,
textarea::placeholder {
    color: #AEAEAE;
}

.webim-root .webim-control-block .webim-ico.webim-ico-close {
    width: 100%;
    height: 100%;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider textarea,
.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-textarea-ext,
.webim-root.webim-separate-container-static .webim-invitation-static textarea,
.webim-root.webim-separate-container-static .webim-invitation-static .webim-textarea-ext,
.webim-root.webim-separate-container .webim-notification textarea,
.webim-root.webim-separate-container .webim-invitation-static textarea {
    padding-right: 30px;
    padding-left: 11px;
    border-radius: 5px;
    background-color: #edeff9;
    border: none;
    height: 54px;
    resize: none;
    overflow: hidden;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-invitation-send,
.webim-root.webim-separate-container-static .webim-invitation-static .webim-invitation-send,
.webim-root.webim-separate-container .webim-notification .webim-invitation-send,
.webim-root.webim-separate-container .webim-invitation-static .webim-invitation-send {
    background: 0;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 9px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #939bba;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-invitation-send[disabled],
.webim-root.webim-separate-container-static .webim-invitation-static .webim-invitation-send[disabled],
.webim-root.webim-separate-container .webim-notification .webim-invitation-send[disabled],
.webim-root.webim-separate-container .webim-invitation-static .webim-invitation-send[disabled] {
    cursor: default;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-form-control .webim-error-message,
.webim-root.webim-separate-container-static .webim-invitation-static .webim-form-control .webim-error-message,
.webim-root.webim-separate-container .webim-notification .webim-form-control .webim-error-message,
.webim-root.webim-separate-container .webim-invitation-static .webim-form-control .webim-error-message {
    top: 40px;
}

.webim-root.webim-separate-container-slider .webim-invitation-slider .webim-form,
.webim-root.webim-separate-container-static .webim-invitation-static .webim-form,
.webim-root .webim-separate-container .webim-invitation-static .webim-form {
    margin-top: 14px;
    margin-left: 5px;
    width: 270px;
    height: 59px;
    padding-bottom: 10px;
}

.webim-root .webim-invitation-callback {
    padding: 20px 40px;
    border-radius: 6px;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.75);
    font-family: "Ubuntu", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
}

.webim-root .webim-invitation-callback .webim-invitation-header .webim-actions {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 20px;
    color: #333;
}

.webim-root .webim-invitation-callback .webim-invitation-header .webim-title {
    text-align: center;
    font-size: 34px;
    margin: 18px 0;
    color: #333;
}

.webim-root .webim-invitation-callback .webim-description {
    font-size: 24px;
    text-align: center;
    line-height: 1.6em;
}

.webim-root .webim-invitation-callback .webim-form {
    margin: 30px 0 20px;
}

.webim-root .webim-invitation-callback .webim-form-control>.webim-label,
.webim-root .webim-invitation-callback .webim-form-control>.webim-btn {
    display: inline-block;
    vertical-align: middle;
}

.webim-root .webim-invitation-callback .webim-form-control>.webim-label {
    width: 56%;
    min-width: 300px;
}

.webim-root .webim-invitation-callback .webim-form-control>.webim-label .webim-label-text {
    font-size: 24px;
    line-height: 54px;
}

.webim-root.webim-separate-container-static .webim-invitation-static .webim-label .webim-label-text.webim-js-label,
.webim-root.webim-separate-container .webim-invitation-static .webim-label .webim-label-text.webim-js-label {
    position: absolute;
    width: 100%;
    left: 6px;
    top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: rgba(174, 174, 174, 0.9);
}

.webim-root .webim-invitation-callback .webim-form-control input[type="text"] {
    border: 1px solid rgba(27, 83, 133, 0.8);
    border-radius: 14px;
    padding: 12px 0px 12px 40px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 24px;
    height: 54px;
    line-height: 54px;
}

.webim-root .webim-invitation-callback .webim-form-control .webim-btn {
    width: 38%;
    margin: 12px 1%;
    box-model: border-box;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    font-size: 32px;
    padding: 9px 20px;
    text-decoration: none;
}

.webim-root .webim-invitation-callback .webim-invitation-timer {
    margin: 12px auto;
    text-align: center;
    font-size: 50px;
    color: #000;
}

.webim-root .webim-invitation-callback .webim-invitation-timer>* {
    vertical-align: middle;
}

.webim-root .webim-invitation-callback .webim-invitation-footer {
    margin-top: 40px;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.webim-root.webim-separate-container-bottom .webim-notification {
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.webim-root.webim-separate-container-bottom .webim-notification .webim-body {
    padding: 18px 20px;
    color: #5e799c;
    font-size: 14px;
}

.webim-root.webim-separate-container-bottom .webim-notification-image {
    float: left;
    margin-right: 16px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #808080;
}

.webim-root.webim-separate-container-bottom .webim-notification-image img {
    height: 100%;
}

.webim-root.webim-separate-container-bottom .webim-notification-title {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #3C3E71;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 20px;
    background: #fff;
}

.webim-root.webim-separate-container-bottom .webim-notification-text {
    margin-left: 67px;
    font-size: 16px;
    line-height: normal;
    color: inherit;
    padding-bottom: 20px;
}

.webim-root.webim-separate-container.webim_invitediv.rtl {
    direction: rtl;
}

.webim-root .webim-notification.webim-notification-alert {
    box-sizing: border-box;
    white-space: normal;
    background: #fff;
    max-width: 100%;
    border-radius: 10px;
    padding: 30px 30px 20px;
    margin: 0 10px 0 5px;
}

/* Chat button */

.webim-root.webim-html-button-container {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: 0;
    outline-offset: 0;
    z-index: 9999;
    position: fixed;
}

.webim-root .webim-html-button-element {
    overflow: hidden;
    border: 1px solid white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    height: 50px;
    width: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    outline: 0;
    outline-offset: 0;
    margin: 5px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .5);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.webim-root .webim-html-button-element .webim-ico-close {
    margin: 1px 0px 0 1px;
    font-size: 19px;
}

.webim-root .webim-html-button-element .webim-ico-webim-logo {
    font-size: 25px;
}

.webim-root .webim-html-button-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.webim-root .webim-html-button-link,
.webim-root .webim-html-button-element {
    display: flex;
    align-items: center;
    justify-content: center;
}

.webim-root .webim-html-button-element object[type*="image"] {
    transition-duration: .1s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.webim-root .webim-html-button-channels {
    margin: 0;
    padding: 0;
}

.webim-root .webim-html-button-channels .webim-channel-button-call {
    background-color: #33cccc;
}

.webim-root .webim-html-button-channels .webim-channel-button-vk {
    background-color: #4c75a3;
}

.webim-root .webim-html-button-channels .webim-channel-button-fb,
.webim-root .webim-html-button-channels .webim-channel-button-fb_webim {
    background-color: #4267b2;
}

.webim-root .webim-html-button-channels .webim-channel-button-instagram,
.webim-root .webim-html-button-channels .webim-channel-button-instagram_webim {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.webim-root .webim-html-button-channels .webim-channel-button-viber {
    background-color: #59267C;
}

.webim-root .webim-html-button-channels .webim-channel-button-telegram {
    background-color: #08c;
}

.webim-root .webim-html-button-channels .webim-channel-button-whatsapp_infobip,
.webim-root .webim-html-button-channels .webim-channel-button-whatsapp_vonage,
.webim-root .webim-html-button-channels .webim-channel-button-whatsapp_gupshup,
.webim-root .webim-html-button-channels .webim-channel-button-whatsapp_360dialog {
    background-color: #25D366;
}

.webim-root .webim-html-button-channels .webim-channel-button-apple_chat {
    background-color: #EEEEF4;
}

.webim-root .webim-html-button-channels .webim-channel-button-line {
    background-color: #00b900;
}

.webim-root .webim-html-button-channels .webim-channel-button-odnoklassniki {
    background-color: #ed812b;
}

.webim-root .webim-html-button-channels .webim-channel-button-skype {
    background-color: #03A9F4;
}

.webim-root .webim-html-button-channels .webim-channel-button-email {
    background-color: #ffffff;
}

.webim-root .webim-html-button-channels .webim-channel-button-webim {
    background-color: #3CC;
    color: #393f6b;
}

.webim-root .webim-html-button-channels .webim-channel-button-whatsapp_360dialog a,
.webim-root .webim-html-button-channels .webim-channel-button-whatsapp_vonage a,
.webim-root .webim-html-button-channels .webim-channel-button-whatsapp_infobip a,
.webim-root .webim-html-button-channels .webim-channel-button-whatsapp_gupshup a,
.webim-root .webim-html-button-channels .webim-channel-button-line a,
.webim-root .webim-html-button-channels .webim-channel-button-odnoklassniki a,
.webim-root .webim-html-button-channels .webim-channel-button-skype a,
.webim-root .webim-html-button-channels .webim-channel-button-telegram a,
.webim-root .webim-html-button-channels .webim-channel-button-viber a,
.webim-root .webim-html-button-channels .webim-channel-button-vk a,
.webim-root .webim-html-button-channels .webim-channel-button-fb a,
.webim-root .webim-html-button-channels .webim-channel-button-fb_webim a {
    color: #fff;
}

.webim-root .webim-html-button-channels .webim-channel-button-apple_chat a {
    color: #0076FE;
}

.webim-root .webim-html-button-channels .webim-channel-button-webim a {
    color: inherit;
}

.webim-root .webim-dropdown-info {
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}

.webim-root .webim-dropdown:hover {
    transition: 0.1s;
    transform-origin: center;
    transform: scale(1.1);
}

.webim-root .webim-html-button-label {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 60px;
    top: 18px;
    font-size: 12px;
    color: #4682b4;
    height: 18px;
    line-height: 18px;
    background-color: white;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    white-space: nowrap;
}

.webim-root .webim-html-button-element:hover .webim-html-button-label {
    visibility: visible;
    opacity: 1;
}

.webim-root .webim-html-button-element:hover {
    overflow: visible;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transform-origin: center;
    transform: scale(1.1);
}

.webim-root .webim-html-button-main {
    background-color: #3CC;
}

.webim-root .webim-dropdown-content {
    position: absolute;
}

.webim-button-corner {
    cursor: pointer;
    line-height: 0;
    font-size: 0;
    z-index: 9999;
    display: block;
    position: fixed;
}

.webim-button-slider {
    display: block;
    z-index: 9999;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    border: none;
    outline: none;
    position: fixed;
}

.webim-button-slider img {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

.webim-root .webim-processing-personal-data-block {
    font-size: 15px;
    margin-top: 26px;
    padding-bottom: 30px;
    text-align: left;
    line-height: 17px;
    display: flex;
}

.webim-root .webim-processing-personal-data-block label {
    column-gap: 11px;
    display: flex;
    cursor: pointer;
}

.webim-root .webim-processing-personal-data-block span {
    display: block;
}

.webim-root .webim-processing-personal-data-block input {
    position: absolute;
    opacity: 0;
}

.webim-root .webim-processing-personal-data-block .webim-agreement-text {
    display: inline;
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

.webim-root .webim-processing-personal-data-block a {
    color: #29C1E7;
    text-decoration: underline;
    cursor: pointer;
}

.webim-root .webim-processing-personal-data-block a:hover {
    color: #f41224;
    border-color: rgba(244, 18, 36, .3);
}

.webim-root .webim-processing-personal-data-block .webim-ico-checkbox-wrapper {
    width: 18px;
}

.webim-root .webim-processing-personal-data-block .webim-ico-checkbox-wrapper input {
    margin: 3px 0 0 0;
    width: 15px;
    height: 15px;
}

.webim-root .webim-processing-personal-data-block .webim-ico-checkbox-wrapper svg,
.webim-root .webim-processing-personal-data-block .webim-ico-checkbox-wrapper input {
    cursor: pointer;
}

.webim-root .webim-processing-personal-data-block .webim-ico-checkbox {
    color: #DBDBDB;
    cursor: pointer;
    vertical-align: middle;
}

.webim-root .webim-processing-personal-data-block input~.webim-ico-checkbox-unchecked,
.webim-root .webim-processing-personal-data-block input:checked~.webim-ico-checkbox-checked {
    display: inline-block;
}

.webim-root .webim-processing-personal-data-block input:checked~.webim-ico-checkbox-unchecked,
.webim-root .webim-processing-personal-data-block input~.webim-ico-checkbox-checked {
    display: none;
}

.webim-root .webim-processing-personal-data-block>.webim-error-message {
    display: block;
    padding-left: 20px;
    position: relative;
    transform: unset;
}

.webim-offline-block .webim-justify-button {
    white-space: normal;
    height: 45px;
    vertical-align: top;
}

.webim-root .webim-drag-overlay {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    z-index: 9;
    background-color: #FFF;
    opacity: 0.9;
    transition-duration: .5s;
}

.webim-root .webim-drag-overlay img {
    background-size: 126px;
    height: 126px;
    display: block;
    margin: 0 auto;
    top: 10%;
    padding-top: 22%;
}

.webim-root .webim-add-file-title {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #666;
}

.webim-root .webim-file-type {
    display: block;
    padding-top: 5px;
    margin: 0 40px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #919191;
}

[data-webim-widget-type~="upload-area"] {
    transition: background-color .5s;
}

.webim-root .webim-overlay-faded {
    background-color: #dfdfdf;
}

.webim-root .webim-scrollable-block {
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #d1d5e2 transparent;
    scrollbar-width: thin;
    padding-top: 20px;
}

.webim-root textarea.webim-scrollable-block {
    overflow-y: auto;
}

.webim-root .webim-overlay.webim-contact-block.webim-ready .webim-overlay-body.webim-scrollable-block {
    min-height: 180px;
}

.webim-root .webim-scrollable-block::-webkit-scrollbar {
    width: 5px;
}

.webim-root .webim-scrollable-block::-webkit-scrollbar-track {
    background-color: transparent;
}

.webim-root .webim-scrollable-block::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 6px;
    background-color: #d1d5e2;
}

/* ul departments list */

.webim-root .webim-department-select-block ul {
    list-style-type: none;
    margin: 0;
    padding: 15px 0 0 0;
}

.webim-root .webim-department-select-block li {
    display: block;
    position: relative;
    padding: 15px 25px;
    cursor: pointer;
}

.webim-root .webim-department-select-block li img {
    height: 40px;
    border-radius: 50%;
}

.webim-root .webim-department-select-block li:hover {
    color: #fff;
    background: rgba(238, 240, 244, 0.7);
}

.webim-root .webim-department-select-block li.selected {
    background-color: rgba(0, 0, 0, 0.15);
}

.webim-root .webim-department-select-block li span {
    position: absolute;
    font-weight: bold;
    font-weight: 400;
    font-size: 15px;
    padding-left: 15px;
    top: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translateY(-50%);
}

.webim-root .webim-department-select-block .webim-form-control:last-child {
    /* sets it back to 0px */
    top: 0;
    margin: 0;
}

.webim-root .webim-department-select-block li div {
    display: inline;
    position: relative;
}

.webim-root .webim-department-select-block li div::after {
    content: "";
    position: absolute;
    top: -29px;
    left: 30px;
    height: 11px;
    width: 11px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #ff405c;
}

.webim-root .webim-department-select-block li.online div::after {
    background-color: #41d6bd;
}

.webim-root input:disabled {
    color: rgba(0, 0, 0, 0.29);
}

.webim-root .webim-action.webim-emoji-button {
    top: 8px;
    right: 31px;
    padding: 0;
    width: 18px;
    height: 18px;
}

.webim-root .webim-emoji-button .webim-ico-emoji-area:before {
    font-size: 20px;
    color: #949cbb;
}

.webim-root .webim-emoji-block {
    position: relative;
    height: 90px;
    padding: 5px;
    border-bottom: 1px solid rgba(179, 182, 198, 0.5);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    display: none;
    z-index: 11;
}

.webim-root .webim-emoji-block .webim-emoji-content {
    height: 100% !important;
    padding-top: unset;
}

.webim-root .webim-emoji {
    background-image: url('https://upxsupport.webim.ru/v/images/emojis.png');
    background-repeat: no-repeat;
    background-size: 360px 738px;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 .1em;
    cursor: text;
}

.webim-root .webim-emoji-single {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 .1em;
    cursor: text;
}

.webim-root .webim-emoji-block .webim-emoji {
    cursor: pointer;
    margin: 2px 4px;
    user-select: none;
    vertical-align: middle;
}

.webim-root .webim-font-size-3 .webim-emoji {
    width: 19px;
    height: 19px;
    margin: 2px 3px 2px 4px;
}

.webim-root .webim-font-size-4 .webim-emoji {
    width: 20px;
    height: 20px;
    margin: 2px 3px;
}

.webim-root .webim-font-size-5 .webim-emoji {
    width: 21px;
    height: 21px;
}

.webim-root .webim-emoji-1f600,
.webim-root .webim-font-size-3 .webim-emoji-1f600 {
    background-position-x: 0;
    background-position-y: 0
}

.webim-root .webim-emoji-1f601 {
    background-position-x: -18px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f602 {
    background-position-x: -36px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f603 {
    background-position-x: -54px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f604 {
    background-position-x: -72px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f605 {
    background-position-x: -90px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f606 {
    background-position-x: -108px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f607 {
    background-position-x: -126px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f608 {
    background-position-x: -144px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f609 {
    background-position-x: -162px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f60a {
    background-position-x: -180px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f60b {
    background-position-x: -198px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f60c {
    background-position-x: -216px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f60d {
    background-position-x: -234px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f60e {
    background-position-x: -252px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f60f {
    background-position-x: -270px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f610 {
    background-position-x: -288px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f611 {
    background-position-x: -306px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f612 {
    background-position-x: -324px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f613 {
    background-position-x: -342px;
    background-position-y: 0
}

.webim-root .webim-emoji-1f614 {
    background-position-x: 0;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f615 {
    background-position-x: -18px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f616 {
    background-position-x: -36px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f617 {
    background-position-x: -54px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f618 {
    background-position-x: -72px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f619 {
    background-position-x: -90px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f61a {
    background-position-x: -108px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f61b {
    background-position-x: -126px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f61c {
    background-position-x: -144px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f61d {
    background-position-x: -162px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f61f {
    background-position-x: -180px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f620 {
    background-position-x: -198px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f621 {
    background-position-x: -216px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f622 {
    background-position-x: -234px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f623 {
    background-position-x: -252px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f624 {
    background-position-x: -270px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f625 {
    background-position-x: -288px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f626 {
    background-position-x: -306px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f627 {
    background-position-x: -324px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f628 {
    background-position-x: -342px;
    background-position-y: -18px
}

.webim-root .webim-emoji-1f629 {
    background-position-x: 0;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f62a {
    background-position-x: -18px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f62b {
    background-position-x: -36px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f62c {
    background-position-x: -54px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f62d {
    background-position-x: -72px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f62e {
    background-position-x: -90px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f62f {
    background-position-x: -108px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f630 {
    background-position-x: -126px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f631 {
    background-position-x: -144px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f632 {
    background-position-x: -162px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f633 {
    background-position-x: -180px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f634 {
    background-position-x: -198px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f635 {
    background-position-x: -216px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f636 {
    background-position-x: -234px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f637 {
    background-position-x: -252px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f638 {
    background-position-x: -270px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f639 {
    background-position-x: -288px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f63a {
    background-position-x: -306px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f63b {
    background-position-x: -324px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f63c {
    background-position-x: -342px;
    background-position-y: -36px
}

.webim-root .webim-emoji-1f63d {
    background-position-x: 0;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f63e {
    background-position-x: -18px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f63f {
    background-position-x: -36px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f640 {
    background-position-x: -54px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f641 {
    background-position-x: -72px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f645 {
    background-position-x: -90px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f646 {
    background-position-x: -108px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f647 {
    background-position-x: -126px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f648 {
    background-position-x: -144px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f649 {
    background-position-x: -162px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f64a {
    background-position-x: -180px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f64b {
    background-position-x: -198px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f64c {
    background-position-x: -216px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f64d {
    background-position-x: -234px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f64e {
    background-position-x: -252px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f64f {
    background-position-x: -270px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f466 {
    background-position-x: -288px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f467 {
    background-position-x: -306px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f468 {
    background-position-x: -324px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f469 {
    background-position-x: -342px;
    background-position-y: -54px
}

.webim-root .webim-emoji-1f46a {
    background-position-x: 0;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f46b {
    background-position-x: -18px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f46c {
    background-position-x: -36px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f46d {
    background-position-x: -54px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f46e {
    background-position-x: -72px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f46f {
    background-position-x: -90px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f470 {
    background-position-x: -108px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f471 {
    background-position-x: -126px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f472 {
    background-position-x: -144px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f473 {
    background-position-x: -162px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f474 {
    background-position-x: -180px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f475 {
    background-position-x: -198px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f476 {
    background-position-x: -216px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f477 {
    background-position-x: -234px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f478 {
    background-position-x: -252px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f479 {
    background-position-x: -270px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f47a {
    background-position-x: -288px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f47b {
    background-position-x: -306px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f47c {
    background-position-x: -324px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f47d {
    background-position-x: -342px;
    background-position-y: -72px
}

.webim-root .webim-emoji-1f47e {
    background-position-x: 0;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f47f {
    background-position-x: -18px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f480 {
    background-position-x: -36px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f481 {
    background-position-x: -54px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f482 {
    background-position-x: -72px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f484 {
    background-position-x: -90px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f485 {
    background-position-x: -108px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f486 {
    background-position-x: -126px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f487 {
    background-position-x: -144px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f488 {
    background-position-x: -162px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f489 {
    background-position-x: -180px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f48a {
    background-position-x: -198px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f48b {
    background-position-x: -216px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f48c {
    background-position-x: -234px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f48d {
    background-position-x: -252px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f48e {
    background-position-x: -270px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f48f {
    background-position-x: -288px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f490 {
    background-position-x: -306px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f491 {
    background-position-x: -324px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f492 {
    background-position-x: -342px;
    background-position-y: -90px
}

.webim-root .webim-emoji-1f493 {
    background-position-x: 0;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f494 {
    background-position-x: -18px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f495 {
    background-position-x: -36px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f496 {
    background-position-x: -54px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f497 {
    background-position-x: -72px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f498 {
    background-position-x: -90px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f499 {
    background-position-x: -108px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f49a {
    background-position-x: -126px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f49b {
    background-position-x: -144px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f49c {
    background-position-x: -162px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f49d {
    background-position-x: -180px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f49e {
    background-position-x: -198px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f49f {
    background-position-x: -216px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f400 {
    background-position-x: -234px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f401 {
    background-position-x: -252px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f402 {
    background-position-x: -270px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f403 {
    background-position-x: -288px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f404 {
    background-position-x: -306px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f405 {
    background-position-x: -324px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f406 {
    background-position-x: -342px;
    background-position-y: -108px
}

.webim-root .webim-emoji-1f407 {
    background-position-x: 0;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f408 {
    background-position-x: -18px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f409 {
    background-position-x: -36px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f40a {
    background-position-x: -54px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f40b {
    background-position-x: -72px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f40c {
    background-position-x: -90px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f40d {
    background-position-x: -108px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f40e {
    background-position-x: -126px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f40f {
    background-position-x: -144px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f410 {
    background-position-x: -162px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f411 {
    background-position-x: -180px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f412 {
    background-position-x: -198px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f413 {
    background-position-x: -216px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f414 {
    background-position-x: -234px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f415 {
    background-position-x: -252px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f416 {
    background-position-x: -270px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f417 {
    background-position-x: -288px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f418 {
    background-position-x: -306px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f419 {
    background-position-x: -324px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f41a {
    background-position-x: -342px;
    background-position-y: -126px
}

.webim-root .webim-emoji-1f41b {
    background-position-x: 0;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f41c {
    background-position-x: -18px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f41d {
    background-position-x: -36px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f41e {
    background-position-x: -54px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f41f {
    background-position-x: -72px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f420 {
    background-position-x: -90px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f421 {
    background-position-x: -108px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f422 {
    background-position-x: -126px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f423 {
    background-position-x: -144px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f424 {
    background-position-x: -162px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f425 {
    background-position-x: -180px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f426 {
    background-position-x: -198px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f427 {
    background-position-x: -216px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f428 {
    background-position-x: -234px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f429 {
    background-position-x: -252px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f42a {
    background-position-x: -270px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f42b {
    background-position-x: -288px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f42c {
    background-position-x: -306px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f42d {
    background-position-x: -324px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f42e {
    background-position-x: -342px;
    background-position-y: -144px
}

.webim-root .webim-emoji-1f42f {
    background-position-x: 0;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f430 {
    background-position-x: -18px;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f431 {
    background-position-x: -36px;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f432 {
    background-position-x: -54px;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f433 {
    background-position-x: -72px;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f434 {
    background-position-x: -90px;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f435 {
    background-position-x: -108px;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f436 {
    background-position-x: -126px;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f437 {
    background-position-x: -144px;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f438 {
    background-position-x: -162px;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f439 {
    background-position-x: -180px;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f43a {
    background-position-x: -198px;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f43b {
    background-position-x: -216px;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f43c {
    background-position-x: -234px;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f43d {
    background-position-x: -252px;
    background-position-y: -162px
}

.webim-root .webim-emoji-1f004 {
    background-position-x: -162px;
    background-position-y: -270px
}

.webim-root .webim-emoji-1f0cf {
    background-position-x: -180px;
    background-position-y: -270px
}

.webim-root .webim-emoji-1f170 {
    background-position-x: -198px;
    background-position-y: -270px
}

.webim-root .webim-emoji-1f171 {
    background-position-x: -216px;
    background-position-y: -270px
}

.webim-root .webim-emoji-1f17e {
    background-position-x: -234px;
    background-position-y: -270px
}

.webim-root .webim-emoji-1f17f {
    background-position-x: -252px;
    background-position-y: -270px
}

.webim-root .webim-emoji-1f18e {
    background-position-x: -270px;
    background-position-y: -270px
}

.webim-root .webim-emoji-1f191 {
    background-position-x: -288px;
    background-position-y: -270px
}

.webim-root .webim-emoji-1f192 {
    background-position-x: -306px;
    background-position-y: -270px
}

.webim-root .webim-emoji-1f193 {
    background-position-x: -324px;
    background-position-y: -270px
}

.webim-root .webim-emoji-1f194 {
    background-position-x: -342px;
    background-position-y: -270px
}

.webim-root .webim-emoji-1f195 {
    background-position-x: 0;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f196 {
    background-position-x: -18px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f197 {
    background-position-x: -36px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f198 {
    background-position-x: -54px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f199 {
    background-position-x: -72px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f19a {
    background-position-x: -90px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f201 {
    background-position-x: -108px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f202 {
    background-position-x: -126px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f21a {
    background-position-x: -144px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f22f {
    background-position-x: -162px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f232 {
    background-position-x: -180px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f233 {
    background-position-x: -198px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f234 {
    background-position-x: -216px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f235 {
    background-position-x: -234px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f236 {
    background-position-x: -252px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f237 {
    background-position-x: -270px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f238 {
    background-position-x: -288px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f239 {
    background-position-x: -306px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f23a {
    background-position-x: -324px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f250 {
    background-position-x: -342px;
    background-position-y: -288px
}

.webim-root .webim-emoji-1f251 {
    background-position-x: 0;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f300 {
    background-position-x: -18px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f301 {
    background-position-x: -36px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f302 {
    background-position-x: -54px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f303 {
    background-position-x: -72px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f304 {
    background-position-x: -90px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f305 {
    background-position-x: -108px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f306 {
    background-position-x: -126px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f307 {
    background-position-x: -144px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f308 {
    background-position-x: -162px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f309 {
    background-position-x: -180px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f30a {
    background-position-x: -198px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f30b {
    background-position-x: -216px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f30c {
    background-position-x: -234px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f30d {
    background-position-x: -252px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f30e {
    background-position-x: -270px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f30f {
    background-position-x: -288px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f310 {
    background-position-x: -306px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f311 {
    background-position-x: -324px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f312 {
    background-position-x: -342px;
    background-position-y: -306px
}

.webim-root .webim-emoji-1f313 {
    background-position-x: 0;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f314 {
    background-position-x: -18px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f315 {
    background-position-x: -36px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f316 {
    background-position-x: -54px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f317 {
    background-position-x: -72px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f318 {
    background-position-x: -90px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f319 {
    background-position-x: -108px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f31a {
    background-position-x: -126px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f31b {
    background-position-x: -144px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f31c {
    background-position-x: -162px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f31d {
    background-position-x: -180px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f31e {
    background-position-x: -198px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f31f {
    background-position-x: -216px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f320 {
    background-position-x: -234px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f330 {
    background-position-x: -252px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f331 {
    background-position-x: -270px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f332 {
    background-position-x: -288px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f333 {
    background-position-x: -306px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f334 {
    background-position-x: -324px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f335 {
    background-position-x: -342px;
    background-position-y: -324px
}

.webim-root .webim-emoji-1f337 {
    background-position-x: 0;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f338 {
    background-position-x: -18px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f339 {
    background-position-x: -36px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f33a {
    background-position-x: -54px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f33b {
    background-position-x: -72px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f33c {
    background-position-x: -90px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f33d {
    background-position-x: -108px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f33e {
    background-position-x: -126px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f33f {
    background-position-x: -144px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f340 {
    background-position-x: -162px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f341 {
    background-position-x: -180px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f342 {
    background-position-x: -198px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f343 {
    background-position-x: -216px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f344 {
    background-position-x: -234px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f345 {
    background-position-x: -252px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f346 {
    background-position-x: -270px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f347 {
    background-position-x: -288px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f348 {
    background-position-x: -306px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f349 {
    background-position-x: -324px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f34a {
    background-position-x: -342px;
    background-position-y: -342px
}

.webim-root .webim-emoji-1f34b {
    background-position-x: 0;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f34c {
    background-position-x: -18px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f34d {
    background-position-x: -36px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f34e {
    background-position-x: -54px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f34f {
    background-position-x: -72px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f350 {
    background-position-x: -90px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f351 {
    background-position-x: -108px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f352 {
    background-position-x: -126px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f353 {
    background-position-x: -144px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f354 {
    background-position-x: -162px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f355 {
    background-position-x: -180px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f356 {
    background-position-x: -198px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f357 {
    background-position-x: -216px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f358 {
    background-position-x: -234px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f359 {
    background-position-x: -252px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f35a {
    background-position-x: -270px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f35b {
    background-position-x: -288px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f35c {
    background-position-x: -306px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f35d {
    background-position-x: -324px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f35e {
    background-position-x: -342px;
    background-position-y: -360px
}

.webim-root .webim-emoji-1f35f {
    background-position-x: 0;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f360 {
    background-position-x: -18px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f361 {
    background-position-x: -36px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f362 {
    background-position-x: -54px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f363 {
    background-position-x: -72px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f364 {
    background-position-x: -90px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f365 {
    background-position-x: -108px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f366 {
    background-position-x: -126px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f367 {
    background-position-x: -144px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f368 {
    background-position-x: -162px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f369 {
    background-position-x: -180px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f36a {
    background-position-x: -198px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f36b {
    background-position-x: -216px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f36c {
    background-position-x: -234px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f36d {
    background-position-x: -252px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f36e {
    background-position-x: -270px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f36f {
    background-position-x: -288px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f370 {
    background-position-x: -306px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f371 {
    background-position-x: -324px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f372 {
    background-position-x: -342px;
    background-position-y: -378px
}

.webim-root .webim-emoji-1f373 {
    background-position-x: 0;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f374 {
    background-position-x: -18px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f375 {
    background-position-x: -36px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f376 {
    background-position-x: -54px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f377 {
    background-position-x: -72px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f378 {
    background-position-x: -90px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f379 {
    background-position-x: -108px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f37a {
    background-position-x: -126px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f37b {
    background-position-x: -144px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f37c {
    background-position-x: -162px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f380 {
    background-position-x: -180px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f381 {
    background-position-x: -198px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f382 {
    background-position-x: -216px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f383 {
    background-position-x: -234px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f384 {
    background-position-x: -252px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f385 {
    background-position-x: -270px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f386 {
    background-position-x: -288px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f387 {
    background-position-x: -306px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f388 {
    background-position-x: -324px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f389 {
    background-position-x: -342px;
    background-position-y: -396px
}

.webim-root .webim-emoji-1f38a {
    background-position-x: 0;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f38b {
    background-position-x: -18px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f38c {
    background-position-x: -36px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f38d {
    background-position-x: -54px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f38e {
    background-position-x: -72px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f38f {
    background-position-x: -90px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f390 {
    background-position-x: -108px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f391 {
    background-position-x: -126px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f392 {
    background-position-x: -144px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f393 {
    background-position-x: -162px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f3a0 {
    background-position-x: -180px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f3a1 {
    background-position-x: -198px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f3a2 {
    background-position-x: -216px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f3a3 {
    background-position-x: -234px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f3a4 {
    background-position-x: -252px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f3a5 {
    background-position-x: -270px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f3a6 {
    background-position-x: -288px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f3a7 {
    background-position-x: -306px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f3a8 {
    background-position-x: -324px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f3a9 {
    background-position-x: -342px;
    background-position-y: -414px
}

.webim-root .webim-emoji-1f3aa {
    background-position-x: 0;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3ab {
    background-position-x: -18px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3ac {
    background-position-x: -36px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3ad {
    background-position-x: -54px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3ae {
    background-position-x: -72px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3af {
    background-position-x: -90px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3b0 {
    background-position-x: -108px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3b1 {
    background-position-x: -126px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3b2 {
    background-position-x: -144px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3b3 {
    background-position-x: -162px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3b4 {
    background-position-x: -180px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3b5 {
    background-position-x: -198px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3b6 {
    background-position-x: -216px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3b7 {
    background-position-x: -234px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3b8 {
    background-position-x: -252px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3b9 {
    background-position-x: -270px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3ba {
    background-position-x: -288px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3bb {
    background-position-x: -306px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3bc {
    background-position-x: -324px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3bd {
    background-position-x: -342px;
    background-position-y: -432px
}

.webim-root .webim-emoji-1f3be {
    background-position-x: 0;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3bf {
    background-position-x: -18px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3c0 {
    background-position-x: -36px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3c1 {
    background-position-x: -54px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3c2 {
    background-position-x: -72px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3c3 {
    background-position-x: -90px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3c4 {
    background-position-x: -108px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3c6 {
    background-position-x: -126px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3c7 {
    background-position-x: -144px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3c8 {
    background-position-x: -162px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3c9 {
    background-position-x: -180px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3ca {
    background-position-x: -198px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3e0 {
    background-position-x: -216px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3e1 {
    background-position-x: -234px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3e2 {
    background-position-x: -252px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3e3 {
    background-position-x: -270px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3e4 {
    background-position-x: -288px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3e5 {
    background-position-x: -306px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3e6 {
    background-position-x: -324px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3e7 {
    background-position-x: -342px;
    background-position-y: -450px
}

.webim-root .webim-emoji-1f3e8 {
    background-position-x: 0;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f3e9 {
    background-position-x: -18px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f3ea {
    background-position-x: -36px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f3eb {
    background-position-x: -54px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f3ec {
    background-position-x: -72px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f3ed {
    background-position-x: -90px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f3ee {
    background-position-x: -108px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f3ef {
    background-position-x: -126px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f3f0 {
    background-position-x: -144px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f43e {
    background-position-x: -162px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f440 {
    background-position-x: -180px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f442 {
    background-position-x: -198px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f443 {
    background-position-x: -216px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f444 {
    background-position-x: -234px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f445 {
    background-position-x: -252px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f446 {
    background-position-x: -270px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f447 {
    background-position-x: -288px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f448 {
    background-position-x: -306px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f449 {
    background-position-x: -324px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f44a {
    background-position-x: -342px;
    background-position-y: -468px
}

.webim-root .webim-emoji-1f44b {
    background-position-x: 0;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f44c {
    background-position-x: -18px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f44d {
    background-position-x: -36px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f44e {
    background-position-x: -54px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f44f {
    background-position-x: -72px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f450 {
    background-position-x: -90px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f451 {
    background-position-x: -108px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f452 {
    background-position-x: -126px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f453 {
    background-position-x: -144px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f454 {
    background-position-x: -162px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f455 {
    background-position-x: -180px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f456 {
    background-position-x: -198px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f457 {
    background-position-x: -216px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f458 {
    background-position-x: -234px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f459 {
    background-position-x: -252px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f45a {
    background-position-x: -270px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f45b {
    background-position-x: -288px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f45c {
    background-position-x: -306px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f45d {
    background-position-x: -324px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f45e {
    background-position-x: -342px;
    background-position-y: -486px
}

.webim-root .webim-emoji-1f45f {
    background-position-x: 0;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f460 {
    background-position-x: -18px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f461 {
    background-position-x: -36px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f462 {
    background-position-x: -54px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f463 {
    background-position-x: -72px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f464 {
    background-position-x: -90px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f465 {
    background-position-x: -108px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f4a0 {
    background-position-x: -126px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f4a1 {
    background-position-x: -144px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f4a2 {
    background-position-x: -162px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f4a3 {
    background-position-x: -180px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f4a4 {
    background-position-x: -198px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f4a5 {
    background-position-x: -216px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f4a6 {
    background-position-x: -234px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f4a7 {
    background-position-x: -252px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f4a8 {
    background-position-x: -270px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f4a9 {
    background-position-x: -288px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f4aa {
    background-position-x: -306px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f4ab {
    background-position-x: -324px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f4ac {
    background-position-x: -342px;
    background-position-y: -504px
}

.webim-root .webim-emoji-1f4ad {
    background-position-x: 0;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4ae {
    background-position-x: -18px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4b0 {
    background-position-x: -36px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4b1 {
    background-position-x: -54px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4b2 {
    background-position-x: -72px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4b3 {
    background-position-x: -90px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4b4 {
    background-position-x: -108px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4b5 {
    background-position-x: -126px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4b6 {
    background-position-x: -144px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4b7 {
    background-position-x: -162px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4b8 {
    background-position-x: -180px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4b9 {
    background-position-x: -198px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4ba {
    background-position-x: -216px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4bb {
    background-position-x: -234px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4bc {
    background-position-x: -252px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4bd {
    background-position-x: -270px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4be {
    background-position-x: -288px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4bf {
    background-position-x: -306px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4c0 {
    background-position-x: -324px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4c1 {
    background-position-x: -342px;
    background-position-y: -522px
}

.webim-root .webim-emoji-1f4c2 {
    background-position-x: 0;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4c3 {
    background-position-x: -18px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4c4 {
    background-position-x: -36px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4c5 {
    background-position-x: -54px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4c6 {
    background-position-x: -72px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4c7 {
    background-position-x: -90px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4c8 {
    background-position-x: -108px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4c9 {
    background-position-x: -126px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4ca {
    background-position-x: -144px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4cb {
    background-position-x: -162px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4cc {
    background-position-x: -180px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4cd {
    background-position-x: -198px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4ce {
    background-position-x: -216px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4cf {
    background-position-x: -234px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4d0 {
    background-position-x: -252px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4d1 {
    background-position-x: -270px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4d2 {
    background-position-x: -288px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4d3 {
    background-position-x: -306px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4d4 {
    background-position-x: -324px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4d5 {
    background-position-x: -342px;
    background-position-y: -540px
}

.webim-root .webim-emoji-1f4d6 {
    background-position-x: 0;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4d7 {
    background-position-x: -18px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4d8 {
    background-position-x: -36px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4d9 {
    background-position-x: -54px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4da {
    background-position-x: -72px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4db {
    background-position-x: -90px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4dc {
    background-position-x: -108px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4dd {
    background-position-x: -126px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4de {
    background-position-x: -144px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4df {
    background-position-x: -162px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4e0 {
    background-position-x: -180px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4e1 {
    background-position-x: -198px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4e2 {
    background-position-x: -216px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4e3 {
    background-position-x: -234px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4e4 {
    background-position-x: -252px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4e5 {
    background-position-x: -270px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4e6 {
    background-position-x: -288px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4e7 {
    background-position-x: -306px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4e8 {
    background-position-x: -324px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4e9 {
    background-position-x: -342px;
    background-position-y: -558px
}

.webim-root .webim-emoji-1f4ea {
    background-position-x: 0;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4eb {
    background-position-x: -18px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4ec {
    background-position-x: -36px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4ed {
    background-position-x: -54px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4ee {
    background-position-x: -72px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4ef {
    background-position-x: -90px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4f0 {
    background-position-x: -108px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4f1 {
    background-position-x: -126px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4f2 {
    background-position-x: -144px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4f3 {
    background-position-x: -162px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4f4 {
    background-position-x: -180px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4f5 {
    background-position-x: -198px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4f6 {
    background-position-x: -216px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4f7 {
    background-position-x: -234px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4f9 {
    background-position-x: -252px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4fa {
    background-position-x: -270px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4fb {
    background-position-x: -288px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f4fc {
    background-position-x: -306px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f500 {
    background-position-x: -324px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f501 {
    background-position-x: -342px;
    background-position-y: -576px
}

.webim-root .webim-emoji-1f502 {
    background-position-x: 0;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f503 {
    background-position-x: -18px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f504 {
    background-position-x: -36px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f505 {
    background-position-x: -54px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f506 {
    background-position-x: -72px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f507 {
    background-position-x: -90px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f508 {
    background-position-x: -108px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f509 {
    background-position-x: -126px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f50a {
    background-position-x: -144px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f50b {
    background-position-x: -162px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f50c {
    background-position-x: -180px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f50d {
    background-position-x: -198px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f50e {
    background-position-x: -216px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f50f {
    background-position-x: -234px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f510 {
    background-position-x: -252px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f511 {
    background-position-x: -270px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f512 {
    background-position-x: -288px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f513 {
    background-position-x: -306px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f514 {
    background-position-x: -324px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f515 {
    background-position-x: -342px;
    background-position-y: -594px
}

.webim-root .webim-emoji-1f516 {
    background-position-x: 0;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f517 {
    background-position-x: -18px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f518 {
    background-position-x: -36px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f519 {
    background-position-x: -54px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f51a {
    background-position-x: -72px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f51b {
    background-position-x: -90px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f51c {
    background-position-x: -108px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f51d {
    background-position-x: -126px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f51e {
    background-position-x: -144px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f51f {
    background-position-x: -162px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f520 {
    background-position-x: -180px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f521 {
    background-position-x: -198px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f523 {
    background-position-x: -216px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f524 {
    background-position-x: -234px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f525 {
    background-position-x: -252px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f526 {
    background-position-x: -270px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f527 {
    background-position-x: -288px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f528 {
    background-position-x: -306px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f529 {
    background-position-x: -324px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f52a {
    background-position-x: -342px;
    background-position-y: -612px
}

.webim-root .webim-emoji-1f52b {
    background-position-x: 0;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f52c {
    background-position-x: -18px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f52d {
    background-position-x: -36px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f52e {
    background-position-x: -54px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f52f {
    background-position-x: -72px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f530 {
    background-position-x: -90px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f531 {
    background-position-x: -108px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f532 {
    background-position-x: -126px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f533 {
    background-position-x: -144px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f534 {
    background-position-x: -162px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f535 {
    background-position-x: -180px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f536 {
    background-position-x: -198px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f537 {
    background-position-x: -216px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f538 {
    background-position-x: -234px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f539 {
    background-position-x: -252px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f53a {
    background-position-x: -270px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f53b {
    background-position-x: -288px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f53c {
    background-position-x: -306px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f53d {
    background-position-x: -324px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f550 {
    background-position-x: -342px;
    background-position-y: -630px
}

.webim-root .webim-emoji-1f551 {
    background-position-x: 0;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f552 {
    background-position-x: -18px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f553 {
    background-position-x: -36px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f554 {
    background-position-x: -54px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f555 {
    background-position-x: -72px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f556 {
    background-position-x: -90px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f557 {
    background-position-x: -108px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f558 {
    background-position-x: -126px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f559 {
    background-position-x: -144px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f55a {
    background-position-x: -162px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f55b {
    background-position-x: -180px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f55c {
    background-position-x: -198px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f55d {
    background-position-x: -216px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f55e {
    background-position-x: -234px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f55f {
    background-position-x: -252px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f560 {
    background-position-x: -270px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f561 {
    background-position-x: -288px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f562 {
    background-position-x: -306px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f563 {
    background-position-x: -324px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f564 {
    background-position-x: -342px;
    background-position-y: -648px
}

.webim-root .webim-emoji-1f565 {
    background-position-x: 0;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f566 {
    background-position-x: -18px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f567 {
    background-position-x: -36px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f5fb {
    background-position-x: -54px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f5fc {
    background-position-x: -72px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f5fd {
    background-position-x: -90px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f5fe {
    background-position-x: -108px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f5ff {
    background-position-x: -126px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f680 {
    background-position-x: -144px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f681 {
    background-position-x: -162px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f682 {
    background-position-x: -180px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f683 {
    background-position-x: -198px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f684 {
    background-position-x: -216px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f685 {
    background-position-x: -234px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f686 {
    background-position-x: -252px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f687 {
    background-position-x: -270px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f688 {
    background-position-x: -288px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f689 {
    background-position-x: -306px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f68a {
    background-position-x: -324px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f68b {
    background-position-x: -342px;
    background-position-y: -666px
}

.webim-root .webim-emoji-1f68c {
    background-position-x: 0;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f68d {
    background-position-x: -18px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f68e {
    background-position-x: -36px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f68f {
    background-position-x: -54px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f690 {
    background-position-x: -72px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f691 {
    background-position-x: -90px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f692 {
    background-position-x: -108px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f693 {
    background-position-x: -126px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f694 {
    background-position-x: -144px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f695 {
    background-position-x: -162px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f696 {
    background-position-x: -180px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f697 {
    background-position-x: -198px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f698 {
    background-position-x: -216px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f699 {
    background-position-x: -234px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f69a {
    background-position-x: -252px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f69b {
    background-position-x: -270px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f69c {
    background-position-x: -288px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f69d {
    background-position-x: -306px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f69e {
    background-position-x: -324px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f69f {
    background-position-x: -342px;
    background-position-y: -684px
}

.webim-root .webim-emoji-1f6a0 {
    background-position-x: 0;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6a1 {
    background-position-x: -18px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6a2 {
    background-position-x: -36px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6a3 {
    background-position-x: -54px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6a4 {
    background-position-x: -72px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6a5 {
    background-position-x: -90px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6a6 {
    background-position-x: -108px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6a7 {
    background-position-x: -126px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6a8 {
    background-position-x: -144px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6a9 {
    background-position-x: -162px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6aa {
    background-position-x: -180px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6ab {
    background-position-x: -198px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6ac {
    background-position-x: -216px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6ad {
    background-position-x: -234px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6ae {
    background-position-x: -252px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6af {
    background-position-x: -270px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6b0 {
    background-position-x: -288px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6b1 {
    background-position-x: -306px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6b2 {
    background-position-x: -324px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6b3 {
    background-position-x: -342px;
    background-position-y: -702px
}

.webim-root .webim-emoji-1f6b4 {
    background-position-x: 0;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6b5 {
    background-position-x: -18px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6b6 {
    background-position-x: -36px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6b7 {
    background-position-x: -54px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6b8 {
    background-position-x: -72px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6b9 {
    background-position-x: -90px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6ba {
    background-position-x: -108px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6bb {
    background-position-x: -126px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6bc {
    background-position-x: -144px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6bd {
    background-position-x: -162px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6be {
    background-position-x: -180px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6bf {
    background-position-x: -198px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6c0 {
    background-position-x: -216px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6c1 {
    background-position-x: -234px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6c2 {
    background-position-x: -252px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6c3 {
    background-position-x: -270px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6c4 {
    background-position-x: -288px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f6c5 {
    background-position-x: -306px;
    background-position-y: -720px
}

.webim-root .webim-emoji-1f483 {
    background-position-x: -342px;
    background-position-y: -720px
}

.webim-root .webim-font-size-3 .webim-emoji-1f601 {
    background-position-x: -19px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f602 {
    background-position-x: -38px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f603 {
    background-position-x: -57px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f604 {
    background-position-x: -76px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f605 {
    background-position-x: -95px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f606 {
    background-position-x: -114px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f607 {
    background-position-x: -133px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f608 {
    background-position-x: -152px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f609 {
    background-position-x: -171px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f60a {
    background-position-x: -190px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f60b {
    background-position-x: -209px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f60c {
    background-position-x: -228px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f60d {
    background-position-x: -247px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f60e {
    background-position-x: -266px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f60f {
    background-position-x: -285px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f610 {
    background-position-x: -304px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f611 {
    background-position-x: -323px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f612 {
    background-position-x: -342px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f613 {
    background-position-x: -361px;
    background-position-y: 0
}

.webim-root .webim-font-size-3 .webim-emoji-1f614 {
    background-position-x: 0;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f615 {
    background-position-x: -19px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f616 {
    background-position-x: -38px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f617 {
    background-position-x: -57px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f618 {
    background-position-x: -76px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f619 {
    background-position-x: -95px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f61a {
    background-position-x: -114px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f61b {
    background-position-x: -133px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f61c {
    background-position-x: -152px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f61d {
    background-position-x: -171px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f61f {
    background-position-x: -190px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f620 {
    background-position-x: -209px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f621 {
    background-position-x: -228px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f622 {
    background-position-x: -247px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f623 {
    background-position-x: -266px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f624 {
    background-position-x: -285px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f625 {
    background-position-x: -304px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f626 {
    background-position-x: -323px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f627 {
    background-position-x: -342px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f628 {
    background-position-x: -361px;
    background-position-y: -19px
}

.webim-root .webim-font-size-3 .webim-emoji-1f629 {
    background-position-x: 0;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f62a {
    background-position-x: -19px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f62b {
    background-position-x: -38px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f62c {
    background-position-x: -57px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f62d {
    background-position-x: -76px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f62e {
    background-position-x: -95px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f62f {
    background-position-x: -114px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f630 {
    background-position-x: -133px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f631 {
    background-position-x: -152px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f632 {
    background-position-x: -171px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f633 {
    background-position-x: -190px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f634 {
    background-position-x: -209px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f635 {
    background-position-x: -228px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f636 {
    background-position-x: -247px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f637 {
    background-position-x: -266px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f638 {
    background-position-x: -285px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f639 {
    background-position-x: -304px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f63a {
    background-position-x: -323px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f63b {
    background-position-x: -342px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f63c {
    background-position-x: -361px;
    background-position-y: -38px
}

.webim-root .webim-font-size-3 .webim-emoji-1f63d {
    background-position-x: 0;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f63e {
    background-position-x: -19px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f63f {
    background-position-x: -38px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f640 {
    background-position-x: -57px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f641 {
    background-position-x: -76px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f645 {
    background-position-x: -95px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f646 {
    background-position-x: -114px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f647 {
    background-position-x: -133px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f648 {
    background-position-x: -152px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f649 {
    background-position-x: -171px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f64a {
    background-position-x: -190px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f64b {
    background-position-x: -209px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f64c {
    background-position-x: -228px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f64d {
    background-position-x: -247px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f64e {
    background-position-x: -266px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f64f {
    background-position-x: -285px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f466 {
    background-position-x: -304px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f467 {
    background-position-x: -323px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f468 {
    background-position-x: -342px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f469 {
    background-position-x: -361px;
    background-position-y: -57px
}

.webim-root .webim-font-size-3 .webim-emoji-1f46a {
    background-position-x: 0;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f46b {
    background-position-x: -19px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f46c {
    background-position-x: -38px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f46d {
    background-position-x: -57px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f46e {
    background-position-x: -76px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f46f {
    background-position-x: -95px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f470 {
    background-position-x: -114px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f471 {
    background-position-x: -133px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f472 {
    background-position-x: -152px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f473 {
    background-position-x: -171px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f474 {
    background-position-x: -190px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f475 {
    background-position-x: -209px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f476 {
    background-position-x: -228px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f477 {
    background-position-x: -247px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f478 {
    background-position-x: -266px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f479 {
    background-position-x: -285px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f47a {
    background-position-x: -304px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f47b {
    background-position-x: -323px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f47c {
    background-position-x: -342px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f47d {
    background-position-x: -361px;
    background-position-y: -76px
}

.webim-root .webim-font-size-3 .webim-emoji-1f47e {
    background-position-x: 0;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f47f {
    background-position-x: -19px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f480 {
    background-position-x: -38px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f481 {
    background-position-x: -57px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f482 {
    background-position-x: -76px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f484 {
    background-position-x: -95px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f485 {
    background-position-x: -114px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f486 {
    background-position-x: -133px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f487 {
    background-position-x: -152px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f488 {
    background-position-x: -171px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f489 {
    background-position-x: -190px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f48a {
    background-position-x: -209px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f48b {
    background-position-x: -228px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f48c {
    background-position-x: -247px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f48d {
    background-position-x: -266px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f48e {
    background-position-x: -285px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f48f {
    background-position-x: -304px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f490 {
    background-position-x: -323px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f491 {
    background-position-x: -342px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f492 {
    background-position-x: -361px;
    background-position-y: -95px
}

.webim-root .webim-font-size-3 .webim-emoji-1f493 {
    background-position-x: 0;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f494 {
    background-position-x: -19px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f495 {
    background-position-x: -38px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f496 {
    background-position-x: -57px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f497 {
    background-position-x: -76px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f498 {
    background-position-x: -95px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f499 {
    background-position-x: -114px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f49a {
    background-position-x: -133px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f49b {
    background-position-x: -152px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f49c {
    background-position-x: -171px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f49d {
    background-position-x: -190px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f49e {
    background-position-x: -209px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f49f {
    background-position-x: -228px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f400 {
    background-position-x: -247px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f401 {
    background-position-x: -266px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f402 {
    background-position-x: -285px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f403 {
    background-position-x: -304px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f404 {
    background-position-x: -323px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f405 {
    background-position-x: -342px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f406 {
    background-position-x: -361px;
    background-position-y: -114px
}

.webim-root .webim-font-size-3 .webim-emoji-1f407 {
    background-position-x: 0;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f408 {
    background-position-x: -19px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f409 {
    background-position-x: -38px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f40a {
    background-position-x: -57px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f40b {
    background-position-x: -76px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f40c {
    background-position-x: -95px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f40d {
    background-position-x: -114px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f40e {
    background-position-x: -133px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f40f {
    background-position-x: -152px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f410 {
    background-position-x: -171px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f411 {
    background-position-x: -190px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f412 {
    background-position-x: -209px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f413 {
    background-position-x: -228px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f414 {
    background-position-x: -247px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f415 {
    background-position-x: -266px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f416 {
    background-position-x: -285px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f417 {
    background-position-x: -304px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f418 {
    background-position-x: -323px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f419 {
    background-position-x: -342px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f41a {
    background-position-x: -361px;
    background-position-y: -133px
}

.webim-root .webim-font-size-3 .webim-emoji-1f41b {
    background-position-x: 0;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f41c {
    background-position-x: -19px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f41d {
    background-position-x: -38px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f41e {
    background-position-x: -57px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f41f {
    background-position-x: -76px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f420 {
    background-position-x: -95px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f421 {
    background-position-x: -114px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f422 {
    background-position-x: -133px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f423 {
    background-position-x: -152px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f424 {
    background-position-x: -171px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f425 {
    background-position-x: -190px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f426 {
    background-position-x: -209px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f427 {
    background-position-x: -228px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f428 {
    background-position-x: -247px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f429 {
    background-position-x: -266px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f42a {
    background-position-x: -285px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f42b {
    background-position-x: -304px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f42c {
    background-position-x: -323px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f42d {
    background-position-x: -342px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f42e {
    background-position-x: -361px;
    background-position-y: -152px
}

.webim-root .webim-font-size-3 .webim-emoji-1f42f {
    background-position-x: 0;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f430 {
    background-position-x: -19px;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f431 {
    background-position-x: -38px;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f432 {
    background-position-x: -57px;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f433 {
    background-position-x: -76px;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f434 {
    background-position-x: -95px;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f435 {
    background-position-x: -114px;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f436 {
    background-position-x: -133px;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f437 {
    background-position-x: -152px;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f438 {
    background-position-x: -171px;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f439 {
    background-position-x: -190px;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f43a {
    background-position-x: -209px;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f43b {
    background-position-x: -228px;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f43c {
    background-position-x: -247px;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f43d {
    background-position-x: -266px;
    background-position-y: -171px
}

.webim-root .webim-font-size-3 .webim-emoji-1f004 {
    background-position-x: -171px;
    background-position-y: -285px
}

.webim-root .webim-font-size-3 .webim-emoji-1f0cf {
    background-position-x: -190px;
    background-position-y: -285px
}

.webim-root .webim-font-size-3 .webim-emoji-1f170 {
    background-position-x: -209px;
    background-position-y: -285px
}

.webim-root .webim-font-size-3 .webim-emoji-1f171 {
    background-position-x: -228px;
    background-position-y: -285px
}

.webim-root .webim-font-size-3 .webim-emoji-1f17e {
    background-position-x: -247px;
    background-position-y: -285px
}

.webim-root .webim-font-size-3 .webim-emoji-1f17f {
    background-position-x: -266px;
    background-position-y: -285px
}

.webim-root .webim-font-size-3 .webim-emoji-1f18e {
    background-position-x: -285px;
    background-position-y: -285px
}

.webim-root .webim-font-size-3 .webim-emoji-1f191 {
    background-position-x: -304px;
    background-position-y: -285px
}

.webim-root .webim-font-size-3 .webim-emoji-1f192 {
    background-position-x: -323px;
    background-position-y: -285px
}

.webim-root .webim-font-size-3 .webim-emoji-1f193 {
    background-position-x: -342px;
    background-position-y: -285px
}

.webim-root .webim-font-size-3 .webim-emoji-1f194 {
    background-position-x: -361px;
    background-position-y: -285px
}

.webim-root .webim-font-size-3 .webim-emoji-1f195 {
    background-position-x: 0;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f196 {
    background-position-x: -19px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f197 {
    background-position-x: -38px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f198 {
    background-position-x: -57px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f199 {
    background-position-x: -76px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f19a {
    background-position-x: -95px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f201 {
    background-position-x: -114px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f202 {
    background-position-x: -133px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f21a {
    background-position-x: -152px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f22f {
    background-position-x: -171px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f232 {
    background-position-x: -190px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f233 {
    background-position-x: -209px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f234 {
    background-position-x: -228px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f235 {
    background-position-x: -247px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f236 {
    background-position-x: -266px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f237 {
    background-position-x: -285px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f238 {
    background-position-x: -304px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f239 {
    background-position-x: -323px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f23a {
    background-position-x: -342px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f250 {
    background-position-x: -361px;
    background-position-y: -304px
}

.webim-root .webim-font-size-3 .webim-emoji-1f251 {
    background-position-x: 0;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f300 {
    background-position-x: -19px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f301 {
    background-position-x: -38px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f302 {
    background-position-x: -57px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f303 {
    background-position-x: -76px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f304 {
    background-position-x: -95px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f305 {
    background-position-x: -114px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f306 {
    background-position-x: -133px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f307 {
    background-position-x: -152px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f308 {
    background-position-x: -171px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f309 {
    background-position-x: -190px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f30a {
    background-position-x: -209px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f30b {
    background-position-x: -228px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f30c {
    background-position-x: -247px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f30d {
    background-position-x: -266px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f30e {
    background-position-x: -285px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f30f {
    background-position-x: -304px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f310 {
    background-position-x: -323px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f311 {
    background-position-x: -342px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f312 {
    background-position-x: -361px;
    background-position-y: -323px
}

.webim-root .webim-font-size-3 .webim-emoji-1f313 {
    background-position-x: 0;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f314 {
    background-position-x: -19px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f315 {
    background-position-x: -38px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f316 {
    background-position-x: -57px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f317 {
    background-position-x: -76px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f318 {
    background-position-x: -95px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f319 {
    background-position-x: -114px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f31a {
    background-position-x: -133px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f31b {
    background-position-x: -152px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f31c {
    background-position-x: -171px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f31d {
    background-position-x: -190px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f31e {
    background-position-x: -209px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f31f {
    background-position-x: -228px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f320 {
    background-position-x: -247px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f330 {
    background-position-x: -266px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f331 {
    background-position-x: -285px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f332 {
    background-position-x: -304px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f333 {
    background-position-x: -323px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f334 {
    background-position-x: -342px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f335 {
    background-position-x: -361px;
    background-position-y: -342px
}

.webim-root .webim-font-size-3 .webim-emoji-1f337 {
    background-position-x: 0;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f338 {
    background-position-x: -19px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f339 {
    background-position-x: -38px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f33a {
    background-position-x: -57px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f33b {
    background-position-x: -76px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f33c {
    background-position-x: -95px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f33d {
    background-position-x: -114px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f33e {
    background-position-x: -133px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f33f {
    background-position-x: -152px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f340 {
    background-position-x: -171px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f341 {
    background-position-x: -190px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f342 {
    background-position-x: -209px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f343 {
    background-position-x: -228px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f344 {
    background-position-x: -247px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f345 {
    background-position-x: -266px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f346 {
    background-position-x: -285px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f347 {
    background-position-x: -304px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f348 {
    background-position-x: -323px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f349 {
    background-position-x: -342px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f34a {
    background-position-x: -361px;
    background-position-y: -361px
}

.webim-root .webim-font-size-3 .webim-emoji-1f34b {
    background-position-x: 0;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f34c {
    background-position-x: -19px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f34d {
    background-position-x: -38px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f34e {
    background-position-x: -57px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f34f {
    background-position-x: -76px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f350 {
    background-position-x: -95px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f351 {
    background-position-x: -114px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f352 {
    background-position-x: -133px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f353 {
    background-position-x: -152px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f354 {
    background-position-x: -171px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f355 {
    background-position-x: -190px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f356 {
    background-position-x: -209px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f357 {
    background-position-x: -228px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f358 {
    background-position-x: -247px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f359 {
    background-position-x: -266px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f35a {
    background-position-x: -285px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f35b {
    background-position-x: -304px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f35c {
    background-position-x: -323px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f35d {
    background-position-x: -342px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f35e {
    background-position-x: -361px;
    background-position-y: -380px
}

.webim-root .webim-font-size-3 .webim-emoji-1f35f {
    background-position-x: 0;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f360 {
    background-position-x: -19px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f361 {
    background-position-x: -38px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f362 {
    background-position-x: -57px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f363 {
    background-position-x: -76px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f364 {
    background-position-x: -95px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f365 {
    background-position-x: -114px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f366 {
    background-position-x: -133px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f367 {
    background-position-x: -152px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f368 {
    background-position-x: -171px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f369 {
    background-position-x: -190px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f36a {
    background-position-x: -209px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f36b {
    background-position-x: -228px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f36c {
    background-position-x: -247px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f36d {
    background-position-x: -266px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f36e {
    background-position-x: -285px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f36f {
    background-position-x: -304px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f370 {
    background-position-x: -323px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f371 {
    background-position-x: -342px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f372 {
    background-position-x: -361px;
    background-position-y: -399px
}

.webim-root .webim-font-size-3 .webim-emoji-1f373 {
    background-position-x: 0;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f374 {
    background-position-x: -19px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f375 {
    background-position-x: -38px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f376 {
    background-position-x: -57px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f377 {
    background-position-x: -76px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f378 {
    background-position-x: -95px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f379 {
    background-position-x: -114px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f37a {
    background-position-x: -133px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f37b {
    background-position-x: -152px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f37c {
    background-position-x: -171px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f380 {
    background-position-x: -190px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f381 {
    background-position-x: -209px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f382 {
    background-position-x: -228px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f383 {
    background-position-x: -247px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f384 {
    background-position-x: -266px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f385 {
    background-position-x: -285px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f386 {
    background-position-x: -304px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f387 {
    background-position-x: -323px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f388 {
    background-position-x: -342px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f389 {
    background-position-x: -361px;
    background-position-y: -418px
}

.webim-root .webim-font-size-3 .webim-emoji-1f38a {
    background-position-x: 0;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f38b {
    background-position-x: -19px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f38c {
    background-position-x: -38px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f38d {
    background-position-x: -57px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f38e {
    background-position-x: -76px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f38f {
    background-position-x: -95px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f390 {
    background-position-x: -114px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f391 {
    background-position-x: -133px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f392 {
    background-position-x: -152px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f393 {
    background-position-x: -171px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3a0 {
    background-position-x: -190px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3a1 {
    background-position-x: -209px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3a2 {
    background-position-x: -228px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3a3 {
    background-position-x: -247px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3a4 {
    background-position-x: -266px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3a5 {
    background-position-x: -285px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3a6 {
    background-position-x: -304px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3a7 {
    background-position-x: -323px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3a8 {
    background-position-x: -342px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3a9 {
    background-position-x: -361px;
    background-position-y: -437px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3aa {
    background-position-x: 0;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3ab {
    background-position-x: -19px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3ac {
    background-position-x: -38px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3ad {
    background-position-x: -57px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3ae {
    background-position-x: -76px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3af {
    background-position-x: -95px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3b0 {
    background-position-x: -114px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3b1 {
    background-position-x: -133px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3b2 {
    background-position-x: -152px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3b3 {
    background-position-x: -171px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3b4 {
    background-position-x: -190px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3b5 {
    background-position-x: -209px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3b6 {
    background-position-x: -228px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3b7 {
    background-position-x: -247px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3b8 {
    background-position-x: -266px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3b9 {
    background-position-x: -285px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3ba {
    background-position-x: -304px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3bb {
    background-position-x: -323px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3bc {
    background-position-x: -342px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3bd {
    background-position-x: -361px;
    background-position-y: -456px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3be {
    background-position-x: 0;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3bf {
    background-position-x: -19px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3c0 {
    background-position-x: -38px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3c1 {
    background-position-x: -57px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3c2 {
    background-position-x: -76px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3c3 {
    background-position-x: -95px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3c4 {
    background-position-x: -114px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3c6 {
    background-position-x: -133px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3c7 {
    background-position-x: -152px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3c8 {
    background-position-x: -171px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3c9 {
    background-position-x: -190px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3ca {
    background-position-x: -209px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3e0 {
    background-position-x: -228px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3e1 {
    background-position-x: -247px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3e2 {
    background-position-x: -266px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3e3 {
    background-position-x: -285px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3e4 {
    background-position-x: -304px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3e5 {
    background-position-x: -323px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3e6 {
    background-position-x: -342px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3e7 {
    background-position-x: -361px;
    background-position-y: -475px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3e8 {
    background-position-x: 0;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3e9 {
    background-position-x: -19px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3ea {
    background-position-x: -38px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3eb {
    background-position-x: -57px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3ec {
    background-position-x: -76px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3ed {
    background-position-x: -95px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3ee {
    background-position-x: -114px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3ef {
    background-position-x: -133px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f3f0 {
    background-position-x: -152px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f43e {
    background-position-x: -171px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f440 {
    background-position-x: -190px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f442 {
    background-position-x: -209px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f443 {
    background-position-x: -228px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f444 {
    background-position-x: -247px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f445 {
    background-position-x: -266px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f446 {
    background-position-x: -285px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f447 {
    background-position-x: -304px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f448 {
    background-position-x: -323px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f449 {
    background-position-x: -342px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f44a {
    background-position-x: -361px;
    background-position-y: -494px
}

.webim-root .webim-font-size-3 .webim-emoji-1f44b {
    background-position-x: 0;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f44c {
    background-position-x: -19px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f44d {
    background-position-x: -38px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f44e {
    background-position-x: -57px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f44f {
    background-position-x: -76px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f450 {
    background-position-x: -95px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f451 {
    background-position-x: -114px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f452 {
    background-position-x: -133px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f453 {
    background-position-x: -152px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f454 {
    background-position-x: -171px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f455 {
    background-position-x: -190px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f456 {
    background-position-x: -209px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f457 {
    background-position-x: -228px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f458 {
    background-position-x: -247px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f459 {
    background-position-x: -266px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f45a {
    background-position-x: -285px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f45b {
    background-position-x: -304px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f45c {
    background-position-x: -323px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f45d {
    background-position-x: -342px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f45e {
    background-position-x: -361px;
    background-position-y: -513px
}

.webim-root .webim-font-size-3 .webim-emoji-1f45f {
    background-position-x: 0;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f460 {
    background-position-x: -19px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f461 {
    background-position-x: -38px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f462 {
    background-position-x: -57px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f463 {
    background-position-x: -76px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f464 {
    background-position-x: -95px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f465 {
    background-position-x: -114px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4a0 {
    background-position-x: -133px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4a1 {
    background-position-x: -152px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4a2 {
    background-position-x: -171px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4a3 {
    background-position-x: -190px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4a4 {
    background-position-x: -209px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4a5 {
    background-position-x: -228px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4a6 {
    background-position-x: -247px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4a7 {
    background-position-x: -266px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4a8 {
    background-position-x: -285px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4a9 {
    background-position-x: -304px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4aa {
    background-position-x: -323px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4ab {
    background-position-x: -342px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4ac {
    background-position-x: -361px;
    background-position-y: -532px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4ad {
    background-position-x: 0;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4ae {
    background-position-x: -19px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4b0 {
    background-position-x: -38px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4b1 {
    background-position-x: -57px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4b2 {
    background-position-x: -76px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4b3 {
    background-position-x: -95px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4b4 {
    background-position-x: -114px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4b5 {
    background-position-x: -133px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4b6 {
    background-position-x: -152px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4b7 {
    background-position-x: -171px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4b8 {
    background-position-x: -190px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4b9 {
    background-position-x: -209px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4ba {
    background-position-x: -228px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4bb {
    background-position-x: -247px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4bc {
    background-position-x: -266px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4bd {
    background-position-x: -285px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4be {
    background-position-x: -304px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4bf {
    background-position-x: -323px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4c0 {
    background-position-x: -342px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4c1 {
    background-position-x: -361px;
    background-position-y: -551px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4c2 {
    background-position-x: 0;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4c3 {
    background-position-x: -19px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4c4 {
    background-position-x: -38px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4c5 {
    background-position-x: -57px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4c6 {
    background-position-x: -76px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4c7 {
    background-position-x: -95px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4c8 {
    background-position-x: -114px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4c9 {
    background-position-x: -133px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4ca {
    background-position-x: -152px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4cb {
    background-position-x: -171px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4cc {
    background-position-x: -190px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4cd {
    background-position-x: -209px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4ce {
    background-position-x: -228px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4cf {
    background-position-x: -247px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4d0 {
    background-position-x: -266px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4d1 {
    background-position-x: -285px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4d2 {
    background-position-x: -304px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4d3 {
    background-position-x: -323px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4d4 {
    background-position-x: -342px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4d5 {
    background-position-x: -361px;
    background-position-y: -570px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4d6 {
    background-position-x: 0;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4d7 {
    background-position-x: -19px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4d8 {
    background-position-x: -38px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4d9 {
    background-position-x: -57px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4da {
    background-position-x: -76px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4db {
    background-position-x: -95px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4dc {
    background-position-x: -114px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4dd {
    background-position-x: -133px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4de {
    background-position-x: -152px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4df {
    background-position-x: -171px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4e0 {
    background-position-x: -190px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4e1 {
    background-position-x: -209px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4e2 {
    background-position-x: -228px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4e3 {
    background-position-x: -247px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4e4 {
    background-position-x: -266px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4e5 {
    background-position-x: -285px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4e6 {
    background-position-x: -304px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4e7 {
    background-position-x: -323px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4e8 {
    background-position-x: -342px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4e9 {
    background-position-x: -361px;
    background-position-y: -589px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4ea {
    background-position-x: 0;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4eb {
    background-position-x: -19px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4ec {
    background-position-x: -38px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4ed {
    background-position-x: -57px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4ee {
    background-position-x: -76px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4ef {
    background-position-x: -95px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4f0 {
    background-position-x: -114px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4f1 {
    background-position-x: -133px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4f2 {
    background-position-x: -152px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4f3 {
    background-position-x: -171px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4f4 {
    background-position-x: -190px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4f5 {
    background-position-x: -209px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4f6 {
    background-position-x: -228px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4f7 {
    background-position-x: -247px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4f9 {
    background-position-x: -266px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4fa {
    background-position-x: -285px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4fb {
    background-position-x: -304px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f4fc {
    background-position-x: -323px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f500 {
    background-position-x: -342px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f501 {
    background-position-x: -361px;
    background-position-y: -608px
}

.webim-root .webim-font-size-3 .webim-emoji-1f502 {
    background-position-x: 0;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f503 {
    background-position-x: -19px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f504 {
    background-position-x: -38px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f505 {
    background-position-x: -57px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f506 {
    background-position-x: -76px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f507 {
    background-position-x: -95px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f508 {
    background-position-x: -114px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f509 {
    background-position-x: -133px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f50a {
    background-position-x: -152px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f50b {
    background-position-x: -171px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f50c {
    background-position-x: -190px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f50d {
    background-position-x: -209px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f50e {
    background-position-x: -228px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f50f {
    background-position-x: -247px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f510 {
    background-position-x: -266px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f511 {
    background-position-x: -285px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f512 {
    background-position-x: -304px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f513 {
    background-position-x: -323px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f514 {
    background-position-x: -342px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f515 {
    background-position-x: -361px;
    background-position-y: -627px
}

.webim-root .webim-font-size-3 .webim-emoji-1f516 {
    background-position-x: 0;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f517 {
    background-position-x: -19px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f518 {
    background-position-x: -38px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f519 {
    background-position-x: -57px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f51a {
    background-position-x: -76px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f51b {
    background-position-x: -95px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f51c {
    background-position-x: -114px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f51d {
    background-position-x: -133px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f51e {
    background-position-x: -152px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f51f {
    background-position-x: -171px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f520 {
    background-position-x: -190px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f521 {
    background-position-x: -209px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f523 {
    background-position-x: -228px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f524 {
    background-position-x: -247px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f525 {
    background-position-x: -266px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f526 {
    background-position-x: -285px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f527 {
    background-position-x: -304px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f528 {
    background-position-x: -323px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f529 {
    background-position-x: -342px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f52a {
    background-position-x: -361px;
    background-position-y: -646px
}

.webim-root .webim-font-size-3 .webim-emoji-1f52b {
    background-position-x: 0;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f52c {
    background-position-x: -19px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f52d {
    background-position-x: -38px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f52e {
    background-position-x: -57px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f52f {
    background-position-x: -76px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f530 {
    background-position-x: -95px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f531 {
    background-position-x: -114px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f532 {
    background-position-x: -133px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f533 {
    background-position-x: -152px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f534 {
    background-position-x: -171px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f535 {
    background-position-x: -190px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f536 {
    background-position-x: -209px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f537 {
    background-position-x: -228px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f538 {
    background-position-x: -247px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f539 {
    background-position-x: -266px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f53a {
    background-position-x: -285px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f53b {
    background-position-x: -304px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f53c {
    background-position-x: -323px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f53d {
    background-position-x: -342px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f550 {
    background-position-x: -361px;
    background-position-y: -665px
}

.webim-root .webim-font-size-3 .webim-emoji-1f551 {
    background-position-x: 0;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f552 {
    background-position-x: -19px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f553 {
    background-position-x: -38px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f554 {
    background-position-x: -57px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f555 {
    background-position-x: -76px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f556 {
    background-position-x: -95px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f557 {
    background-position-x: -114px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f558 {
    background-position-x: -133px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f559 {
    background-position-x: -152px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f55a {
    background-position-x: -171px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f55b {
    background-position-x: -190px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f55c {
    background-position-x: -209px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f55d {
    background-position-x: -228px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f55e {
    background-position-x: -247px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f55f {
    background-position-x: -266px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f560 {
    background-position-x: -285px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f561 {
    background-position-x: -304px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f562 {
    background-position-x: -323px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f563 {
    background-position-x: -342px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f564 {
    background-position-x: -361px;
    background-position-y: -684px
}

.webim-root .webim-font-size-3 .webim-emoji-1f565 {
    background-position-x: 0;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f566 {
    background-position-x: -19px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f567 {
    background-position-x: -38px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f5fb {
    background-position-x: -57px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f5fc {
    background-position-x: -76px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f5fd {
    background-position-x: -95px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f5fe {
    background-position-x: -114px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f5ff {
    background-position-x: -133px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f680 {
    background-position-x: -152px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f681 {
    background-position-x: -171px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f682 {
    background-position-x: -190px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f683 {
    background-position-x: -209px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f684 {
    background-position-x: -228px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f685 {
    background-position-x: -247px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f686 {
    background-position-x: -266px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f687 {
    background-position-x: -285px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f688 {
    background-position-x: -304px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f689 {
    background-position-x: -323px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f68a {
    background-position-x: -342px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f68b {
    background-position-x: -361px;
    background-position-y: -703px
}

.webim-root .webim-font-size-3 .webim-emoji-1f68c {
    background-position-x: 0;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f68d {
    background-position-x: -19px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f68e {
    background-position-x: -38px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f68f {
    background-position-x: -57px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f690 {
    background-position-x: -76px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f691 {
    background-position-x: -95px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f692 {
    background-position-x: -114px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f693 {
    background-position-x: -133px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f694 {
    background-position-x: -152px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f695 {
    background-position-x: -171px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f696 {
    background-position-x: -190px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f697 {
    background-position-x: -209px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f698 {
    background-position-x: -228px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f699 {
    background-position-x: -247px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f69a {
    background-position-x: -266px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f69b {
    background-position-x: -285px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f69c {
    background-position-x: -304px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f69d {
    background-position-x: -323px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f69e {
    background-position-x: -342px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f69f {
    background-position-x: -361px;
    background-position-y: -722px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6a0 {
    background-position-x: 0;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6a1 {
    background-position-x: -19px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6a2 {
    background-position-x: -38px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6a3 {
    background-position-x: -57px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6a4 {
    background-position-x: -76px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6a5 {
    background-position-x: -95px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6a6 {
    background-position-x: -114px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6a7 {
    background-position-x: -133px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6a8 {
    background-position-x: -152px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6a9 {
    background-position-x: -171px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6aa {
    background-position-x: -190px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6ab {
    background-position-x: -209px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6ac {
    background-position-x: -228px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6ad {
    background-position-x: -247px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6ae {
    background-position-x: -266px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6af {
    background-position-x: -285px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6b0 {
    background-position-x: -304px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6b1 {
    background-position-x: -323px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6b2 {
    background-position-x: -342px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6b3 {
    background-position-x: -361px;
    background-position-y: -741px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6b4 {
    background-position-x: 0;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6b5 {
    background-position-x: -19px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6b6 {
    background-position-x: -38px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6b7 {
    background-position-x: -57px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6b8 {
    background-position-x: -76px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6b9 {
    background-position-x: -95px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6ba {
    background-position-x: -114px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6bb {
    background-position-x: -133px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6bc {
    background-position-x: -152px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6bd {
    background-position-x: -171px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6be {
    background-position-x: -190px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6bf {
    background-position-x: -209px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6c0 {
    background-position-x: -228px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6c1 {
    background-position-x: -247px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6c2 {
    background-position-x: -266px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6c3 {
    background-position-x: -285px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6c4 {
    background-position-x: -304px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f6c5 {
    background-position-x: -323px;
    background-position-y: -760px
}

.webim-root .webim-font-size-3 .webim-emoji-1f483 {
    background-position-x: -361px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f600 {
    background-position-x: 0;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f601 {
    background-position-x: -20px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f602 {
    background-position-x: -40px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f603 {
    background-position-x: -60px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f604 {
    background-position-x: -80px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f605 {
    background-position-x: -100px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f606 {
    background-position-x: -120px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f607 {
    background-position-x: -140px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f608 {
    background-position-x: -160px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f609 {
    background-position-x: -180px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f60a {
    background-position-x: -200px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f60b {
    background-position-x: -220px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f60c {
    background-position-x: -240px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f60d {
    background-position-x: -260px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f60e {
    background-position-x: -280px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f60f {
    background-position-x: -300px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f610 {
    background-position-x: -320px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f611 {
    background-position-x: -340px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f612 {
    background-position-x: -360px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f613 {
    background-position-x: -380px;
    background-position-y: 0
}

.webim-root .webim-font-size-4 .webim-emoji-1f614 {
    background-position-x: 0;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f615 {
    background-position-x: -20px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f616 {
    background-position-x: -40px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f617 {
    background-position-x: -60px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f618 {
    background-position-x: -80px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f619 {
    background-position-x: -100px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f61a {
    background-position-x: -120px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f61b {
    background-position-x: -140px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f61c {
    background-position-x: -160px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f61d {
    background-position-x: -180px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f61f {
    background-position-x: -200px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f620 {
    background-position-x: -220px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f621 {
    background-position-x: -240px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f622 {
    background-position-x: -260px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f623 {
    background-position-x: -280px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f624 {
    background-position-x: -300px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f625 {
    background-position-x: -320px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f626 {
    background-position-x: -340px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f627 {
    background-position-x: -360px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f628 {
    background-position-x: -380px;
    background-position-y: -20px
}

.webim-root .webim-font-size-4 .webim-emoji-1f629 {
    background-position-x: 0;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f62a {
    background-position-x: -20px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f62b {
    background-position-x: -40px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f62c {
    background-position-x: -60px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f62d {
    background-position-x: -80px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f62e {
    background-position-x: -100px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f62f {
    background-position-x: -120px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f630 {
    background-position-x: -140px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f631 {
    background-position-x: -160px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f632 {
    background-position-x: -180px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f633 {
    background-position-x: -200px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f634 {
    background-position-x: -220px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f635 {
    background-position-x: -240px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f636 {
    background-position-x: -260px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f637 {
    background-position-x: -280px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f638 {
    background-position-x: -300px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f639 {
    background-position-x: -320px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f63a {
    background-position-x: -340px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f63b {
    background-position-x: -360px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f63c {
    background-position-x: -380px;
    background-position-y: -40px
}

.webim-root .webim-font-size-4 .webim-emoji-1f63d {
    background-position-x: 0;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f63e {
    background-position-x: -20px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f63f {
    background-position-x: -40px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f640 {
    background-position-x: -60px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f641 {
    background-position-x: -80px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f645 {
    background-position-x: -100px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f646 {
    background-position-x: -120px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f647 {
    background-position-x: -140px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f648 {
    background-position-x: -160px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f649 {
    background-position-x: -180px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f64a {
    background-position-x: -200px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f64b {
    background-position-x: -220px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f64c {
    background-position-x: -240px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f64d {
    background-position-x: -260px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f64e {
    background-position-x: -280px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f64f {
    background-position-x: -300px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f466 {
    background-position-x: -320px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f467 {
    background-position-x: -340px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f468 {
    background-position-x: -360px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f469 {
    background-position-x: -380px;
    background-position-y: -60px
}

.webim-root .webim-font-size-4 .webim-emoji-1f46a {
    background-position-x: 0;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f46b {
    background-position-x: -20px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f46c {
    background-position-x: -40px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f46d {
    background-position-x: -60px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f46e {
    background-position-x: -80px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f46f {
    background-position-x: -100px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f470 {
    background-position-x: -120px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f471 {
    background-position-x: -140px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f472 {
    background-position-x: -160px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f473 {
    background-position-x: -180px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f474 {
    background-position-x: -200px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f475 {
    background-position-x: -220px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f476 {
    background-position-x: -240px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f477 {
    background-position-x: -260px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f478 {
    background-position-x: -280px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f479 {
    background-position-x: -300px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f47a {
    background-position-x: -320px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f47b {
    background-position-x: -340px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f47c {
    background-position-x: -360px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f47d {
    background-position-x: -380px;
    background-position-y: -80px
}

.webim-root .webim-font-size-4 .webim-emoji-1f47e {
    background-position-x: 0;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f47f {
    background-position-x: -20px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f480 {
    background-position-x: -40px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f481 {
    background-position-x: -60px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f482 {
    background-position-x: -80px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f484 {
    background-position-x: -100px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f485 {
    background-position-x: -120px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f486 {
    background-position-x: -140px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f487 {
    background-position-x: -160px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f488 {
    background-position-x: -180px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f489 {
    background-position-x: -200px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f48a {
    background-position-x: -220px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f48b {
    background-position-x: -240px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f48c {
    background-position-x: -260px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f48d {
    background-position-x: -280px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f48e {
    background-position-x: -300px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f48f {
    background-position-x: -320px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f490 {
    background-position-x: -340px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f491 {
    background-position-x: -360px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f492 {
    background-position-x: -380px;
    background-position-y: -100px
}

.webim-root .webim-font-size-4 .webim-emoji-1f493 {
    background-position-x: 0;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f494 {
    background-position-x: -20px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f495 {
    background-position-x: -40px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f496 {
    background-position-x: -60px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f497 {
    background-position-x: -80px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f498 {
    background-position-x: -100px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f499 {
    background-position-x: -120px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f49a {
    background-position-x: -140px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f49b {
    background-position-x: -160px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f49c {
    background-position-x: -180px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f49d {
    background-position-x: -200px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f49e {
    background-position-x: -220px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f49f {
    background-position-x: -240px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f400 {
    background-position-x: -260px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f401 {
    background-position-x: -280px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f402 {
    background-position-x: -300px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f403 {
    background-position-x: -320px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f404 {
    background-position-x: -340px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f405 {
    background-position-x: -360px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f406 {
    background-position-x: -380px;
    background-position-y: -120px
}

.webim-root .webim-font-size-4 .webim-emoji-1f407 {
    background-position-x: 0;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f408 {
    background-position-x: -20px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f409 {
    background-position-x: -40px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f40a {
    background-position-x: -60px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f40b {
    background-position-x: -80px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f40c {
    background-position-x: -100px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f40d {
    background-position-x: -120px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f40e {
    background-position-x: -140px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f40f {
    background-position-x: -160px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f410 {
    background-position-x: -180px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f411 {
    background-position-x: -200px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f412 {
    background-position-x: -220px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f413 {
    background-position-x: -240px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f414 {
    background-position-x: -260px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f415 {
    background-position-x: -280px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f416 {
    background-position-x: -300px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f417 {
    background-position-x: -320px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f418 {
    background-position-x: -340px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f419 {
    background-position-x: -360px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f41a {
    background-position-x: -380px;
    background-position-y: -140px
}

.webim-root .webim-font-size-4 .webim-emoji-1f41b {
    background-position-x: 0;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f41c {
    background-position-x: -20px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f41d {
    background-position-x: -40px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f41e {
    background-position-x: -60px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f41f {
    background-position-x: -80px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f420 {
    background-position-x: -100px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f421 {
    background-position-x: -120px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f422 {
    background-position-x: -140px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f423 {
    background-position-x: -160px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f424 {
    background-position-x: -180px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f425 {
    background-position-x: -200px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f426 {
    background-position-x: -220px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f427 {
    background-position-x: -240px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f428 {
    background-position-x: -260px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f429 {
    background-position-x: -280px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f42a {
    background-position-x: -300px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f42b {
    background-position-x: -320px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f42c {
    background-position-x: -340px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f42d {
    background-position-x: -360px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f42e {
    background-position-x: -380px;
    background-position-y: -160px
}

.webim-root .webim-font-size-4 .webim-emoji-1f42f {
    background-position-x: 0;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f430 {
    background-position-x: -20px;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f431 {
    background-position-x: -40px;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f432 {
    background-position-x: -60px;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f433 {
    background-position-x: -80px;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f434 {
    background-position-x: -100px;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f435 {
    background-position-x: -120px;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f436 {
    background-position-x: -140px;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f437 {
    background-position-x: -160px;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f438 {
    background-position-x: -180px;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f439 {
    background-position-x: -200px;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f43a {
    background-position-x: -220px;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f43b {
    background-position-x: -240px;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f43c {
    background-position-x: -260px;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f43d {
    background-position-x: -280px;
    background-position-y: -180px
}

.webim-root .webim-font-size-4 .webim-emoji-1f004 {
    background-position-x: -180px;
    background-position-y: -300px
}

.webim-root .webim-font-size-4 .webim-emoji-1f0cf {
    background-position-x: -200px;
    background-position-y: -300px
}

.webim-root .webim-font-size-4 .webim-emoji-1f170 {
    background-position-x: -220px;
    background-position-y: -300px
}

.webim-root .webim-font-size-4 .webim-emoji-1f171 {
    background-position-x: -240px;
    background-position-y: -300px
}

.webim-root .webim-font-size-4 .webim-emoji-1f17e {
    background-position-x: -260px;
    background-position-y: -300px
}

.webim-root .webim-font-size-4 .webim-emoji-1f17f {
    background-position-x: -280px;
    background-position-y: -300px
}

.webim-root .webim-font-size-4 .webim-emoji-1f18e {
    background-position-x: -300px;
    background-position-y: -300px
}

.webim-root .webim-font-size-4 .webim-emoji-1f191 {
    background-position-x: -320px;
    background-position-y: -300px
}

.webim-root .webim-font-size-4 .webim-emoji-1f192 {
    background-position-x: -340px;
    background-position-y: -300px
}

.webim-root .webim-font-size-4 .webim-emoji-1f193 {
    background-position-x: -360px;
    background-position-y: -300px
}

.webim-root .webim-font-size-4 .webim-emoji-1f194 {
    background-position-x: -380px;
    background-position-y: -300px
}

.webim-root .webim-font-size-4 .webim-emoji-1f195 {
    background-position-x: 0;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f196 {
    background-position-x: -20px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f197 {
    background-position-x: -40px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f198 {
    background-position-x: -60px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f199 {
    background-position-x: -80px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f19a {
    background-position-x: -100px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f201 {
    background-position-x: -120px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f202 {
    background-position-x: -140px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f21a {
    background-position-x: -160px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f22f {
    background-position-x: -180px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f232 {
    background-position-x: -200px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f233 {
    background-position-x: -220px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f234 {
    background-position-x: -240px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f235 {
    background-position-x: -260px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f236 {
    background-position-x: -280px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f237 {
    background-position-x: -300px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f238 {
    background-position-x: -320px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f239 {
    background-position-x: -340px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f23a {
    background-position-x: -360px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f250 {
    background-position-x: -380px;
    background-position-y: -320px
}

.webim-root .webim-font-size-4 .webim-emoji-1f251 {
    background-position-x: 0;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f300 {
    background-position-x: -20px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f301 {
    background-position-x: -40px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f302 {
    background-position-x: -60px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f303 {
    background-position-x: -80px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f304 {
    background-position-x: -100px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f305 {
    background-position-x: -120px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f306 {
    background-position-x: -140px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f307 {
    background-position-x: -160px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f308 {
    background-position-x: -180px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f309 {
    background-position-x: -200px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f30a {
    background-position-x: -220px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f30b {
    background-position-x: -240px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f30c {
    background-position-x: -260px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f30d {
    background-position-x: -280px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f30e {
    background-position-x: -300px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f30f {
    background-position-x: -320px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f310 {
    background-position-x: -340px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f311 {
    background-position-x: -360px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f312 {
    background-position-x: -380px;
    background-position-y: -340px
}

.webim-root .webim-font-size-4 .webim-emoji-1f313 {
    background-position-x: 0;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f314 {
    background-position-x: -20px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f315 {
    background-position-x: -40px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f316 {
    background-position-x: -60px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f317 {
    background-position-x: -80px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f318 {
    background-position-x: -100px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f319 {
    background-position-x: -120px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f31a {
    background-position-x: -140px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f31b {
    background-position-x: -160px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f31c {
    background-position-x: -180px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f31d {
    background-position-x: -200px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f31e {
    background-position-x: -220px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f31f {
    background-position-x: -240px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f320 {
    background-position-x: -260px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f330 {
    background-position-x: -280px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f331 {
    background-position-x: -300px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f332 {
    background-position-x: -320px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f333 {
    background-position-x: -340px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f334 {
    background-position-x: -360px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f335 {
    background-position-x: -380px;
    background-position-y: -360px
}

.webim-root .webim-font-size-4 .webim-emoji-1f337 {
    background-position-x: 0;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f338 {
    background-position-x: -20px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f339 {
    background-position-x: -40px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f33a {
    background-position-x: -60px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f33b {
    background-position-x: -80px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f33c {
    background-position-x: -100px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f33d {
    background-position-x: -120px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f33e {
    background-position-x: -140px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f33f {
    background-position-x: -160px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f340 {
    background-position-x: -180px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f341 {
    background-position-x: -200px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f342 {
    background-position-x: -220px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f343 {
    background-position-x: -240px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f344 {
    background-position-x: -260px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f345 {
    background-position-x: -280px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f346 {
    background-position-x: -300px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f347 {
    background-position-x: -320px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f348 {
    background-position-x: -340px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f349 {
    background-position-x: -360px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f34a {
    background-position-x: -380px;
    background-position-y: -380px
}

.webim-root .webim-font-size-4 .webim-emoji-1f34b {
    background-position-x: 0;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f34c {
    background-position-x: -20px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f34d {
    background-position-x: -40px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f34e {
    background-position-x: -60px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f34f {
    background-position-x: -80px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f350 {
    background-position-x: -100px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f351 {
    background-position-x: -120px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f352 {
    background-position-x: -140px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f353 {
    background-position-x: -160px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f354 {
    background-position-x: -180px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f355 {
    background-position-x: -200px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f356 {
    background-position-x: -220px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f357 {
    background-position-x: -240px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f358 {
    background-position-x: -260px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f359 {
    background-position-x: -280px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f35a {
    background-position-x: -300px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f35b {
    background-position-x: -320px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f35c {
    background-position-x: -340px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f35d {
    background-position-x: -360px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f35e {
    background-position-x: -380px;
    background-position-y: -400px
}

.webim-root .webim-font-size-4 .webim-emoji-1f35f {
    background-position-x: 0;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f360 {
    background-position-x: -20px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f361 {
    background-position-x: -40px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f362 {
    background-position-x: -60px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f363 {
    background-position-x: -80px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f364 {
    background-position-x: -100px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f365 {
    background-position-x: -120px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f366 {
    background-position-x: -140px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f367 {
    background-position-x: -160px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f368 {
    background-position-x: -180px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f369 {
    background-position-x: -200px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f36a {
    background-position-x: -220px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f36b {
    background-position-x: -240px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f36c {
    background-position-x: -260px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f36d {
    background-position-x: -280px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f36e {
    background-position-x: -300px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f36f {
    background-position-x: -320px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f370 {
    background-position-x: -340px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f371 {
    background-position-x: -360px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f372 {
    background-position-x: -380px;
    background-position-y: -420px
}

.webim-root .webim-font-size-4 .webim-emoji-1f373 {
    background-position-x: 0;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f374 {
    background-position-x: -20px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f375 {
    background-position-x: -40px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f376 {
    background-position-x: -60px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f377 {
    background-position-x: -80px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f378 {
    background-position-x: -100px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f379 {
    background-position-x: -120px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f37a {
    background-position-x: -140px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f37b {
    background-position-x: -160px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f37c {
    background-position-x: -180px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f380 {
    background-position-x: -200px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f381 {
    background-position-x: -220px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f382 {
    background-position-x: -240px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f383 {
    background-position-x: -260px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f384 {
    background-position-x: -280px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f385 {
    background-position-x: -300px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f386 {
    background-position-x: -320px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f387 {
    background-position-x: -340px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f388 {
    background-position-x: -360px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f389 {
    background-position-x: -380px;
    background-position-y: -440px
}

.webim-root .webim-font-size-4 .webim-emoji-1f38a {
    background-position-x: 0;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f38b {
    background-position-x: -20px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f38c {
    background-position-x: -40px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f38d {
    background-position-x: -60px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f38e {
    background-position-x: -80px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f38f {
    background-position-x: -100px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f390 {
    background-position-x: -120px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f391 {
    background-position-x: -140px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f392 {
    background-position-x: -160px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f393 {
    background-position-x: -180px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3a0 {
    background-position-x: -200px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3a1 {
    background-position-x: -220px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3a2 {
    background-position-x: -240px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3a3 {
    background-position-x: -260px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3a4 {
    background-position-x: -280px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3a5 {
    background-position-x: -300px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3a6 {
    background-position-x: -320px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3a7 {
    background-position-x: -340px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3a8 {
    background-position-x: -360px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3a9 {
    background-position-x: -380px;
    background-position-y: -460px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3aa {
    background-position-x: 0;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3ab {
    background-position-x: -20px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3ac {
    background-position-x: -40px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3ad {
    background-position-x: -60px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3ae {
    background-position-x: -80px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3af {
    background-position-x: -100px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3b0 {
    background-position-x: -120px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3b1 {
    background-position-x: -140px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3b2 {
    background-position-x: -160px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3b3 {
    background-position-x: -180px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3b4 {
    background-position-x: -200px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3b5 {
    background-position-x: -220px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3b6 {
    background-position-x: -240px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3b7 {
    background-position-x: -260px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3b8 {
    background-position-x: -280px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3b9 {
    background-position-x: -300px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3ba {
    background-position-x: -320px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3bb {
    background-position-x: -340px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3bc {
    background-position-x: -360px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3bd {
    background-position-x: -380px;
    background-position-y: -480px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3be {
    background-position-x: 0;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3bf {
    background-position-x: -20px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3c0 {
    background-position-x: -40px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3c1 {
    background-position-x: -60px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3c2 {
    background-position-x: -80px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3c3 {
    background-position-x: -100px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3c4 {
    background-position-x: -120px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3c6 {
    background-position-x: -140px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3c7 {
    background-position-x: -160px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3c8 {
    background-position-x: -180px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3c9 {
    background-position-x: -200px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3ca {
    background-position-x: -220px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3e0 {
    background-position-x: -240px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3e1 {
    background-position-x: -260px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3e2 {
    background-position-x: -280px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3e3 {
    background-position-x: -300px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3e4 {
    background-position-x: -320px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3e5 {
    background-position-x: -340px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3e6 {
    background-position-x: -360px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3e7 {
    background-position-x: -380px;
    background-position-y: -500px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3e8 {
    background-position-x: 0;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3e9 {
    background-position-x: -20px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3ea {
    background-position-x: -40px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3eb {
    background-position-x: -60px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3ec {
    background-position-x: -80px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3ed {
    background-position-x: -100px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3ee {
    background-position-x: -120px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3ef {
    background-position-x: -140px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f3f0 {
    background-position-x: -160px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f43e {
    background-position-x: -180px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f440 {
    background-position-x: -200px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f442 {
    background-position-x: -220px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f443 {
    background-position-x: -240px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f444 {
    background-position-x: -260px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f445 {
    background-position-x: -280px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f446 {
    background-position-x: -300px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f447 {
    background-position-x: -320px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f448 {
    background-position-x: -340px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f449 {
    background-position-x: -360px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f44a {
    background-position-x: -380px;
    background-position-y: -520px
}

.webim-root .webim-font-size-4 .webim-emoji-1f44b {
    background-position-x: 0;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f44c {
    background-position-x: -20px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f44d {
    background-position-x: -40px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f44e {
    background-position-x: -60px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f44f {
    background-position-x: -80px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f450 {
    background-position-x: -100px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f451 {
    background-position-x: -120px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f452 {
    background-position-x: -140px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f453 {
    background-position-x: -160px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f454 {
    background-position-x: -180px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f455 {
    background-position-x: -200px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f456 {
    background-position-x: -220px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f457 {
    background-position-x: -240px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f458 {
    background-position-x: -260px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f459 {
    background-position-x: -280px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f45a {
    background-position-x: -300px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f45b {
    background-position-x: -320px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f45c {
    background-position-x: -340px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f45d {
    background-position-x: -360px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f45e {
    background-position-x: -380px;
    background-position-y: -540px
}

.webim-root .webim-font-size-4 .webim-emoji-1f45f {
    background-position-x: 0;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f460 {
    background-position-x: -20px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f461 {
    background-position-x: -40px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f462 {
    background-position-x: -60px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f463 {
    background-position-x: -80px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f464 {
    background-position-x: -100px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f465 {
    background-position-x: -120px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4a0 {
    background-position-x: -140px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4a1 {
    background-position-x: -160px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4a2 {
    background-position-x: -180px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4a3 {
    background-position-x: -200px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4a4 {
    background-position-x: -220px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4a5 {
    background-position-x: -240px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4a6 {
    background-position-x: -260px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4a7 {
    background-position-x: -280px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4a8 {
    background-position-x: -300px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4a9 {
    background-position-x: -320px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4aa {
    background-position-x: -340px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4ab {
    background-position-x: -360px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4ac {
    background-position-x: -380px;
    background-position-y: -560px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4ad {
    background-position-x: 0;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4ae {
    background-position-x: -20px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4b0 {
    background-position-x: -40px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4b1 {
    background-position-x: -60px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4b2 {
    background-position-x: -80px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4b3 {
    background-position-x: -100px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4b4 {
    background-position-x: -120px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4b5 {
    background-position-x: -140px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4b6 {
    background-position-x: -160px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4b7 {
    background-position-x: -180px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4b8 {
    background-position-x: -200px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4b9 {
    background-position-x: -220px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4ba {
    background-position-x: -240px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4bb {
    background-position-x: -260px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4bc {
    background-position-x: -280px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4bd {
    background-position-x: -300px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4be {
    background-position-x: -320px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4bf {
    background-position-x: -340px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4c0 {
    background-position-x: -360px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4c1 {
    background-position-x: -380px;
    background-position-y: -580px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4c2 {
    background-position-x: 0;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4c3 {
    background-position-x: -20px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4c4 {
    background-position-x: -40px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4c5 {
    background-position-x: -60px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4c6 {
    background-position-x: -80px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4c7 {
    background-position-x: -100px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4c8 {
    background-position-x: -120px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4c9 {
    background-position-x: -140px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4ca {
    background-position-x: -160px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4cb {
    background-position-x: -180px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4cc {
    background-position-x: -200px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4cd {
    background-position-x: -220px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4ce {
    background-position-x: -240px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4cf {
    background-position-x: -260px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4d0 {
    background-position-x: -280px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4d1 {
    background-position-x: -300px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4d2 {
    background-position-x: -320px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4d3 {
    background-position-x: -340px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4d4 {
    background-position-x: -360px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4d5 {
    background-position-x: -380px;
    background-position-y: -600px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4d6 {
    background-position-x: 0;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4d7 {
    background-position-x: -20px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4d8 {
    background-position-x: -40px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4d9 {
    background-position-x: -60px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4da {
    background-position-x: -80px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4db {
    background-position-x: -100px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4dc {
    background-position-x: -120px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4dd {
    background-position-x: -140px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4de {
    background-position-x: -160px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4df {
    background-position-x: -180px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4e0 {
    background-position-x: -200px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4e1 {
    background-position-x: -220px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4e2 {
    background-position-x: -240px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4e3 {
    background-position-x: -260px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4e4 {
    background-position-x: -280px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4e5 {
    background-position-x: -300px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4e6 {
    background-position-x: -320px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4e7 {
    background-position-x: -340px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4e8 {
    background-position-x: -360px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4e9 {
    background-position-x: -380px;
    background-position-y: -620px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4ea {
    background-position-x: 0;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4eb {
    background-position-x: -20px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4ec {
    background-position-x: -40px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4ed {
    background-position-x: -60px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4ee {
    background-position-x: -80px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4ef {
    background-position-x: -100px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4f0 {
    background-position-x: -120px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4f1 {
    background-position-x: -140px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4f2 {
    background-position-x: -160px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4f3 {
    background-position-x: -180px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4f4 {
    background-position-x: -200px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4f5 {
    background-position-x: -220px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4f6 {
    background-position-x: -240px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4f7 {
    background-position-x: -260px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4f9 {
    background-position-x: -280px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4fa {
    background-position-x: -300px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4fb {
    background-position-x: -320px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f4fc {
    background-position-x: -340px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f500 {
    background-position-x: -360px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f501 {
    background-position-x: -380px;
    background-position-y: -640px
}

.webim-root .webim-font-size-4 .webim-emoji-1f502 {
    background-position-x: 0;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f503 {
    background-position-x: -20px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f504 {
    background-position-x: -40px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f505 {
    background-position-x: -60px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f506 {
    background-position-x: -80px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f507 {
    background-position-x: -100px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f508 {
    background-position-x: -120px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f509 {
    background-position-x: -140px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f50a {
    background-position-x: -160px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f50b {
    background-position-x: -180px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f50c {
    background-position-x: -200px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f50d {
    background-position-x: -220px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f50e {
    background-position-x: -240px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f50f {
    background-position-x: -260px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f510 {
    background-position-x: -280px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f511 {
    background-position-x: -300px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f512 {
    background-position-x: -320px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f513 {
    background-position-x: -340px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f514 {
    background-position-x: -360px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f515 {
    background-position-x: -380px;
    background-position-y: -660px
}

.webim-root .webim-font-size-4 .webim-emoji-1f516 {
    background-position-x: 0;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f517 {
    background-position-x: -20px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f518 {
    background-position-x: -40px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f519 {
    background-position-x: -60px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f51a {
    background-position-x: -80px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f51b {
    background-position-x: -100px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f51c {
    background-position-x: -120px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f51d {
    background-position-x: -140px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f51e {
    background-position-x: -160px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f51f {
    background-position-x: -180px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f520 {
    background-position-x: -200px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f521 {
    background-position-x: -220px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f523 {
    background-position-x: -240px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f524 {
    background-position-x: -260px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f525 {
    background-position-x: -280px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f526 {
    background-position-x: -300px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f527 {
    background-position-x: -320px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f528 {
    background-position-x: -340px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f529 {
    background-position-x: -360px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f52a {
    background-position-x: -380px;
    background-position-y: -680px
}

.webim-root .webim-font-size-4 .webim-emoji-1f52b {
    background-position-x: 0;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f52c {
    background-position-x: -20px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f52d {
    background-position-x: -40px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f52e {
    background-position-x: -60px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f52f {
    background-position-x: -80px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f530 {
    background-position-x: -100px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f531 {
    background-position-x: -120px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f532 {
    background-position-x: -140px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f533 {
    background-position-x: -160px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f534 {
    background-position-x: -180px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f535 {
    background-position-x: -200px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f536 {
    background-position-x: -220px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f537 {
    background-position-x: -240px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f538 {
    background-position-x: -260px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f539 {
    background-position-x: -280px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f53a {
    background-position-x: -300px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f53b {
    background-position-x: -320px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f53c {
    background-position-x: -340px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f53d {
    background-position-x: -360px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f550 {
    background-position-x: -380px;
    background-position-y: -700px
}

.webim-root .webim-font-size-4 .webim-emoji-1f551 {
    background-position-x: 0;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f552 {
    background-position-x: -20px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f553 {
    background-position-x: -40px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f554 {
    background-position-x: -60px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f555 {
    background-position-x: -80px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f556 {
    background-position-x: -100px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f557 {
    background-position-x: -120px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f558 {
    background-position-x: -140px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f559 {
    background-position-x: -160px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f55a {
    background-position-x: -180px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f55b {
    background-position-x: -200px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f55c {
    background-position-x: -220px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f55d {
    background-position-x: -240px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f55e {
    background-position-x: -260px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f55f {
    background-position-x: -280px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f560 {
    background-position-x: -300px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f561 {
    background-position-x: -320px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f562 {
    background-position-x: -340px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f563 {
    background-position-x: -360px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f564 {
    background-position-x: -380px;
    background-position-y: -720px
}

.webim-root .webim-font-size-4 .webim-emoji-1f565 {
    background-position-x: 0;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f566 {
    background-position-x: -20px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f567 {
    background-position-x: -40px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f5fb {
    background-position-x: -60px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f5fc {
    background-position-x: -80px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f5fd {
    background-position-x: -100px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f5fe {
    background-position-x: -120px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f5ff {
    background-position-x: -140px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f680 {
    background-position-x: -160px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f681 {
    background-position-x: -180px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f682 {
    background-position-x: -200px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f683 {
    background-position-x: -220px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f684 {
    background-position-x: -240px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f685 {
    background-position-x: -260px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f686 {
    background-position-x: -280px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f687 {
    background-position-x: -300px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f688 {
    background-position-x: -320px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f689 {
    background-position-x: -340px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f68a {
    background-position-x: -360px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f68b {
    background-position-x: -380px;
    background-position-y: -740px
}

.webim-root .webim-font-size-4 .webim-emoji-1f68c {
    background-position-x: 0;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f68d {
    background-position-x: -20px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f68e {
    background-position-x: -40px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f68f {
    background-position-x: -60px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f690 {
    background-position-x: -80px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f691 {
    background-position-x: -100px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f692 {
    background-position-x: -120px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f693 {
    background-position-x: -140px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f694 {
    background-position-x: -160px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f695 {
    background-position-x: -180px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f696 {
    background-position-x: -200px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f697 {
    background-position-x: -220px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f698 {
    background-position-x: -240px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f699 {
    background-position-x: -260px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f69a {
    background-position-x: -280px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f69b {
    background-position-x: -300px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f69c {
    background-position-x: -320px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f69d {
    background-position-x: -340px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f69e {
    background-position-x: -360px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f69f {
    background-position-x: -380px;
    background-position-y: -760px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6a0 {
    background-position-x: 0;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6a1 {
    background-position-x: -20px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6a2 {
    background-position-x: -40px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6a3 {
    background-position-x: -60px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6a4 {
    background-position-x: -80px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6a5 {
    background-position-x: -100px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6a6 {
    background-position-x: -120px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6a7 {
    background-position-x: -140px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6a8 {
    background-position-x: -160px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6a9 {
    background-position-x: -180px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6aa {
    background-position-x: -200px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6ab {
    background-position-x: -220px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6ac {
    background-position-x: -240px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6ad {
    background-position-x: -260px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6ae {
    background-position-x: -280px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6af {
    background-position-x: -300px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6b0 {
    background-position-x: -320px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6b1 {
    background-position-x: -340px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6b2 {
    background-position-x: -360px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6b3 {
    background-position-x: -380px;
    background-position-y: -780px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6b4 {
    background-position-x: 0;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6b5 {
    background-position-x: -20px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6b6 {
    background-position-x: -40px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6b7 {
    background-position-x: -60px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6b8 {
    background-position-x: -80px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6b9 {
    background-position-x: -100px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6ba {
    background-position-x: -120px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6bb {
    background-position-x: -140px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6bc {
    background-position-x: -160px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6bd {
    background-position-x: -180px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6be {
    background-position-x: -200px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6bf {
    background-position-x: -220px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6c0 {
    background-position-x: -240px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6c1 {
    background-position-x: -260px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6c2 {
    background-position-x: -280px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6c3 {
    background-position-x: -300px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6c4 {
    background-position-x: -320px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f6c5 {
    background-position-x: -340px;
    background-position-y: -800px
}

.webim-root .webim-font-size-4 .webim-emoji-1f483 {
    background-position-x: -380px;
    background-position-y: -800px
}

.webim-root .webim-font-size-5 .webim-emoji-1f600 {
    background-position-x: 0;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f601 {
    background-position-x: -21px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f602 {
    background-position-x: -42px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f603 {
    background-position-x: -63px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f604 {
    background-position-x: -84px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f605 {
    background-position-x: -105px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f606 {
    background-position-x: -126px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f607 {
    background-position-x: -147px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f608 {
    background-position-x: -168px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f609 {
    background-position-x: -189px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f60a {
    background-position-x: -210px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f60b {
    background-position-x: -231px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f60c {
    background-position-x: -252px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f60d {
    background-position-x: -273px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f60e {
    background-position-x: -294px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f60f {
    background-position-x: -315px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f610 {
    background-position-x: -336px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f611 {
    background-position-x: -357px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f612 {
    background-position-x: -378px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f613 {
    background-position-x: -399px;
    background-position-y: 0
}

.webim-root .webim-font-size-5 .webim-emoji-1f614 {
    background-position-x: 0;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f615 {
    background-position-x: -21px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f616 {
    background-position-x: -42px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f617 {
    background-position-x: -63px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f618 {
    background-position-x: -84px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f619 {
    background-position-x: -105px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f61a {
    background-position-x: -126px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f61b {
    background-position-x: -147px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f61c {
    background-position-x: -168px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f61d {
    background-position-x: -189px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f61f {
    background-position-x: -210px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f620 {
    background-position-x: -231px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f621 {
    background-position-x: -252px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f622 {
    background-position-x: -273px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f623 {
    background-position-x: -294px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f624 {
    background-position-x: -315px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f625 {
    background-position-x: -336px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f626 {
    background-position-x: -357px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f627 {
    background-position-x: -378px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f628 {
    background-position-x: -399px;
    background-position-y: -21px
}

.webim-root .webim-font-size-5 .webim-emoji-1f629 {
    background-position-x: 0;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f62a {
    background-position-x: -21px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f62b {
    background-position-x: -42px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f62c {
    background-position-x: -63px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f62d {
    background-position-x: -84px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f62e {
    background-position-x: -105px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f62f {
    background-position-x: -126px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f630 {
    background-position-x: -147px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f631 {
    background-position-x: -168px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f632 {
    background-position-x: -189px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f633 {
    background-position-x: -210px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f634 {
    background-position-x: -231px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f635 {
    background-position-x: -252px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f636 {
    background-position-x: -273px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f637 {
    background-position-x: -294px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f638 {
    background-position-x: -315px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f639 {
    background-position-x: -336px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f63a {
    background-position-x: -357px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f63b {
    background-position-x: -378px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f63c {
    background-position-x: -399px;
    background-position-y: -42px
}

.webim-root .webim-font-size-5 .webim-emoji-1f63d {
    background-position-x: 0;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f63e {
    background-position-x: -21px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f63f {
    background-position-x: -42px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f640 {
    background-position-x: -63px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f641 {
    background-position-x: -84px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f645 {
    background-position-x: -105px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f646 {
    background-position-x: -126px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f647 {
    background-position-x: -147px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f648 {
    background-position-x: -168px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f649 {
    background-position-x: -189px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f64a {
    background-position-x: -210px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f64b {
    background-position-x: -231px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f64c {
    background-position-x: -252px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f64d {
    background-position-x: -273px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f64e {
    background-position-x: -294px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f64f {
    background-position-x: -315px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f466 {
    background-position-x: -336px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f467 {
    background-position-x: -357px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f468 {
    background-position-x: -378px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f469 {
    background-position-x: -399px;
    background-position-y: -63px
}

.webim-root .webim-font-size-5 .webim-emoji-1f46a {
    background-position-x: 0;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f46b {
    background-position-x: -21px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f46c {
    background-position-x: -42px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f46d {
    background-position-x: -63px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f46e {
    background-position-x: -84px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f46f {
    background-position-x: -105px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f470 {
    background-position-x: -126px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f471 {
    background-position-x: -147px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f472 {
    background-position-x: -168px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f473 {
    background-position-x: -189px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f474 {
    background-position-x: -210px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f475 {
    background-position-x: -231px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f476 {
    background-position-x: -252px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f477 {
    background-position-x: -273px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f478 {
    background-position-x: -294px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f479 {
    background-position-x: -315px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f47a {
    background-position-x: -336px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f47b {
    background-position-x: -357px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f47c {
    background-position-x: -378px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f47d {
    background-position-x: -399px;
    background-position-y: -84px
}

.webim-root .webim-font-size-5 .webim-emoji-1f47e {
    background-position-x: 0;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f47f {
    background-position-x: -21px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f480 {
    background-position-x: -42px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f481 {
    background-position-x: -63px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f482 {
    background-position-x: -84px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f484 {
    background-position-x: -105px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f485 {
    background-position-x: -126px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f486 {
    background-position-x: -147px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f487 {
    background-position-x: -168px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f488 {
    background-position-x: -189px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f489 {
    background-position-x: -210px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f48a {
    background-position-x: -231px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f48b {
    background-position-x: -252px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f48c {
    background-position-x: -273px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f48d {
    background-position-x: -294px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f48e {
    background-position-x: -315px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f48f {
    background-position-x: -336px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f490 {
    background-position-x: -357px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f491 {
    background-position-x: -378px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f492 {
    background-position-x: -399px;
    background-position-y: -105px
}

.webim-root .webim-font-size-5 .webim-emoji-1f493 {
    background-position-x: 0;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f494 {
    background-position-x: -21px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f495 {
    background-position-x: -42px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f496 {
    background-position-x: -63px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f497 {
    background-position-x: -84px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f498 {
    background-position-x: -105px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f499 {
    background-position-x: -126px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f49a {
    background-position-x: -147px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f49b {
    background-position-x: -168px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f49c {
    background-position-x: -189px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f49d {
    background-position-x: -210px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f49e {
    background-position-x: -231px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f49f {
    background-position-x: -252px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f400 {
    background-position-x: -273px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f401 {
    background-position-x: -294px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f402 {
    background-position-x: -315px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f403 {
    background-position-x: -336px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f404 {
    background-position-x: -357px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f405 {
    background-position-x: -378px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f406 {
    background-position-x: -399px;
    background-position-y: -126px
}

.webim-root .webim-font-size-5 .webim-emoji-1f407 {
    background-position-x: 0;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f408 {
    background-position-x: -21px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f409 {
    background-position-x: -42px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f40a {
    background-position-x: -63px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f40b {
    background-position-x: -84px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f40c {
    background-position-x: -105px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f40d {
    background-position-x: -126px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f40e {
    background-position-x: -147px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f40f {
    background-position-x: -168px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f410 {
    background-position-x: -189px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f411 {
    background-position-x: -210px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f412 {
    background-position-x: -231px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f413 {
    background-position-x: -252px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f414 {
    background-position-x: -273px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f415 {
    background-position-x: -294px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f416 {
    background-position-x: -315px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f417 {
    background-position-x: -336px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f418 {
    background-position-x: -357px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f419 {
    background-position-x: -378px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f41a {
    background-position-x: -399px;
    background-position-y: -147px
}

.webim-root .webim-font-size-5 .webim-emoji-1f41b {
    background-position-x: 0;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f41c {
    background-position-x: -21px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f41d {
    background-position-x: -42px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f41e {
    background-position-x: -63px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f41f {
    background-position-x: -84px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f420 {
    background-position-x: -105px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f421 {
    background-position-x: -126px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f422 {
    background-position-x: -147px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f423 {
    background-position-x: -168px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f424 {
    background-position-x: -189px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f425 {
    background-position-x: -210px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f426 {
    background-position-x: -231px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f427 {
    background-position-x: -252px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f428 {
    background-position-x: -273px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f429 {
    background-position-x: -294px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f42a {
    background-position-x: -315px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f42b {
    background-position-x: -336px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f42c {
    background-position-x: -357px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f42d {
    background-position-x: -378px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f42e {
    background-position-x: -399px;
    background-position-y: -168px
}

.webim-root .webim-font-size-5 .webim-emoji-1f42f {
    background-position-x: 0;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f430 {
    background-position-x: -21px;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f431 {
    background-position-x: -42px;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f432 {
    background-position-x: -63px;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f433 {
    background-position-x: -84px;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f434 {
    background-position-x: -105px;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f435 {
    background-position-x: -126px;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f436 {
    background-position-x: -147px;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f437 {
    background-position-x: -168px;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f438 {
    background-position-x: -189px;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f439 {
    background-position-x: -210px;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f43a {
    background-position-x: -231px;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f43b {
    background-position-x: -252px;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f43c {
    background-position-x: -273px;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f43d {
    background-position-x: -294px;
    background-position-y: -189px
}

.webim-root .webim-font-size-5 .webim-emoji-1f004 {
    background-position-x: -189px;
    background-position-y: -315px
}

.webim-root .webim-font-size-5 .webim-emoji-1f0cf {
    background-position-x: -210px;
    background-position-y: -315px
}

.webim-root .webim-font-size-5 .webim-emoji-1f170 {
    background-position-x: -231px;
    background-position-y: -315px
}

.webim-root .webim-font-size-5 .webim-emoji-1f171 {
    background-position-x: -252px;
    background-position-y: -315px
}

.webim-root .webim-font-size-5 .webim-emoji-1f17e {
    background-position-x: -273px;
    background-position-y: -315px
}

.webim-root .webim-font-size-5 .webim-emoji-1f17f {
    background-position-x: -294px;
    background-position-y: -315px
}

.webim-root .webim-font-size-5 .webim-emoji-1f18e {
    background-position-x: -315px;
    background-position-y: -315px
}

.webim-root .webim-font-size-5 .webim-emoji-1f191 {
    background-position-x: -336px;
    background-position-y: -315px
}

.webim-root .webim-font-size-5 .webim-emoji-1f192 {
    background-position-x: -357px;
    background-position-y: -315px
}

.webim-root .webim-font-size-5 .webim-emoji-1f193 {
    background-position-x: -378px;
    background-position-y: -315px
}

.webim-root .webim-font-size-5 .webim-emoji-1f194 {
    background-position-x: -399px;
    background-position-y: -315px
}

.webim-root .webim-font-size-5 .webim-emoji-1f195 {
    background-position-x: 0;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f196 {
    background-position-x: -21px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f197 {
    background-position-x: -42px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f198 {
    background-position-x: -63px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f199 {
    background-position-x: -84px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f19a {
    background-position-x: -105px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f201 {
    background-position-x: -126px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f202 {
    background-position-x: -147px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f21a {
    background-position-x: -168px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f22f {
    background-position-x: -189px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f232 {
    background-position-x: -210px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f233 {
    background-position-x: -231px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f234 {
    background-position-x: -252px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f235 {
    background-position-x: -273px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f236 {
    background-position-x: -294px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f237 {
    background-position-x: -315px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f238 {
    background-position-x: -336px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f239 {
    background-position-x: -357px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f23a {
    background-position-x: -378px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f250 {
    background-position-x: -399px;
    background-position-y: -336px
}

.webim-root .webim-font-size-5 .webim-emoji-1f251 {
    background-position-x: 0;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f300 {
    background-position-x: -21px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f301 {
    background-position-x: -42px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f302 {
    background-position-x: -63px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f303 {
    background-position-x: -84px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f304 {
    background-position-x: -105px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f305 {
    background-position-x: -126px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f306 {
    background-position-x: -147px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f307 {
    background-position-x: -168px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f308 {
    background-position-x: -189px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f309 {
    background-position-x: -210px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f30a {
    background-position-x: -231px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f30b {
    background-position-x: -252px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f30c {
    background-position-x: -273px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f30d {
    background-position-x: -294px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f30e {
    background-position-x: -315px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f30f {
    background-position-x: -336px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f310 {
    background-position-x: -357px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f311 {
    background-position-x: -378px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f312 {
    background-position-x: -399px;
    background-position-y: -357px
}

.webim-root .webim-font-size-5 .webim-emoji-1f313 {
    background-position-x: 0;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f314 {
    background-position-x: -21px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f315 {
    background-position-x: -42px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f316 {
    background-position-x: -63px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f317 {
    background-position-x: -84px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f318 {
    background-position-x: -105px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f319 {
    background-position-x: -126px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f31a {
    background-position-x: -147px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f31b {
    background-position-x: -168px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f31c {
    background-position-x: -189px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f31d {
    background-position-x: -210px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f31e {
    background-position-x: -231px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f31f {
    background-position-x: -252px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f320 {
    background-position-x: -273px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f330 {
    background-position-x: -294px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f331 {
    background-position-x: -315px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f332 {
    background-position-x: -336px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f333 {
    background-position-x: -357px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f334 {
    background-position-x: -378px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f335 {
    background-position-x: -399px;
    background-position-y: -378px
}

.webim-root .webim-font-size-5 .webim-emoji-1f337 {
    background-position-x: 0;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f338 {
    background-position-x: -21px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f339 {
    background-position-x: -42px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f33a {
    background-position-x: -63px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f33b {
    background-position-x: -84px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f33c {
    background-position-x: -105px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f33d {
    background-position-x: -126px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f33e {
    background-position-x: -147px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f33f {
    background-position-x: -168px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f340 {
    background-position-x: -189px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f341 {
    background-position-x: -210px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f342 {
    background-position-x: -231px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f343 {
    background-position-x: -252px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f344 {
    background-position-x: -273px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f345 {
    background-position-x: -294px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f346 {
    background-position-x: -315px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f347 {
    background-position-x: -336px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f348 {
    background-position-x: -357px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f349 {
    background-position-x: -378px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f34a {
    background-position-x: -399px;
    background-position-y: -399px
}

.webim-root .webim-font-size-5 .webim-emoji-1f34b {
    background-position-x: 0;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f34c {
    background-position-x: -21px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f34d {
    background-position-x: -42px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f34e {
    background-position-x: -63px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f34f {
    background-position-x: -84px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f350 {
    background-position-x: -105px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f351 {
    background-position-x: -126px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f352 {
    background-position-x: -147px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f353 {
    background-position-x: -168px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f354 {
    background-position-x: -189px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f355 {
    background-position-x: -210px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f356 {
    background-position-x: -231px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f357 {
    background-position-x: -252px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f358 {
    background-position-x: -273px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f359 {
    background-position-x: -294px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f35a {
    background-position-x: -315px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f35b {
    background-position-x: -336px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f35c {
    background-position-x: -357px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f35d {
    background-position-x: -378px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f35e {
    background-position-x: -399px;
    background-position-y: -420px
}

.webim-root .webim-font-size-5 .webim-emoji-1f35f {
    background-position-x: 0;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f360 {
    background-position-x: -21px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f361 {
    background-position-x: -42px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f362 {
    background-position-x: -63px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f363 {
    background-position-x: -84px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f364 {
    background-position-x: -105px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f365 {
    background-position-x: -126px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f366 {
    background-position-x: -147px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f367 {
    background-position-x: -168px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f368 {
    background-position-x: -189px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f369 {
    background-position-x: -210px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f36a {
    background-position-x: -231px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f36b {
    background-position-x: -252px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f36c {
    background-position-x: -273px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f36d {
    background-position-x: -294px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f36e {
    background-position-x: -315px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f36f {
    background-position-x: -336px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f370 {
    background-position-x: -357px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f371 {
    background-position-x: -378px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f372 {
    background-position-x: -399px;
    background-position-y: -441px
}

.webim-root .webim-font-size-5 .webim-emoji-1f373 {
    background-position-x: 0;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f374 {
    background-position-x: -21px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f375 {
    background-position-x: -42px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f376 {
    background-position-x: -63px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f377 {
    background-position-x: -84px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f378 {
    background-position-x: -105px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f379 {
    background-position-x: -126px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f37a {
    background-position-x: -147px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f37b {
    background-position-x: -168px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f37c {
    background-position-x: -189px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f380 {
    background-position-x: -210px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f381 {
    background-position-x: -231px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f382 {
    background-position-x: -252px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f383 {
    background-position-x: -273px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f384 {
    background-position-x: -294px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f385 {
    background-position-x: -315px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f386 {
    background-position-x: -336px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f387 {
    background-position-x: -357px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f388 {
    background-position-x: -378px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f389 {
    background-position-x: -399px;
    background-position-y: -462px
}

.webim-root .webim-font-size-5 .webim-emoji-1f38a {
    background-position-x: 0;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f38b {
    background-position-x: -21px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f38c {
    background-position-x: -42px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f38d {
    background-position-x: -63px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f38e {
    background-position-x: -84px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f38f {
    background-position-x: -105px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f390 {
    background-position-x: -126px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f391 {
    background-position-x: -147px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f392 {
    background-position-x: -168px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f393 {
    background-position-x: -189px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3a0 {
    background-position-x: -210px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3a1 {
    background-position-x: -231px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3a2 {
    background-position-x: -252px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3a3 {
    background-position-x: -273px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3a4 {
    background-position-x: -294px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3a5 {
    background-position-x: -315px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3a6 {
    background-position-x: -336px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3a7 {
    background-position-x: -357px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3a8 {
    background-position-x: -378px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3a9 {
    background-position-x: -399px;
    background-position-y: -483px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3aa {
    background-position-x: 0;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3ab {
    background-position-x: -21px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3ac {
    background-position-x: -42px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3ad {
    background-position-x: -63px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3ae {
    background-position-x: -84px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3af {
    background-position-x: -105px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3b0 {
    background-position-x: -126px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3b1 {
    background-position-x: -147px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3b2 {
    background-position-x: -168px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3b3 {
    background-position-x: -189px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3b4 {
    background-position-x: -210px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3b5 {
    background-position-x: -231px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3b6 {
    background-position-x: -252px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3b7 {
    background-position-x: -273px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3b8 {
    background-position-x: -294px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3b9 {
    background-position-x: -315px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3ba {
    background-position-x: -336px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3bb {
    background-position-x: -357px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3bc {
    background-position-x: -378px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3bd {
    background-position-x: -399px;
    background-position-y: -504px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3be {
    background-position-x: 0;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3bf {
    background-position-x: -21px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3c0 {
    background-position-x: -42px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3c1 {
    background-position-x: -63px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3c2 {
    background-position-x: -84px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3c3 {
    background-position-x: -105px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3c4 {
    background-position-x: -126px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3c6 {
    background-position-x: -147px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3c7 {
    background-position-x: -168px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3c8 {
    background-position-x: -189px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3c9 {
    background-position-x: -210px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3ca {
    background-position-x: -231px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3e0 {
    background-position-x: -252px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3e1 {
    background-position-x: -273px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3e2 {
    background-position-x: -294px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3e3 {
    background-position-x: -315px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3e4 {
    background-position-x: -336px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3e5 {
    background-position-x: -357px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3e6 {
    background-position-x: -378px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3e7 {
    background-position-x: -399px;
    background-position-y: -525px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3e8 {
    background-position-x: 0;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3e9 {
    background-position-x: -21px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3ea {
    background-position-x: -42px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3eb {
    background-position-x: -63px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3ec {
    background-position-x: -84px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3ed {
    background-position-x: -105px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3ee {
    background-position-x: -126px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3ef {
    background-position-x: -147px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f3f0 {
    background-position-x: -168px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f43e {
    background-position-x: -189px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f440 {
    background-position-x: -210px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f442 {
    background-position-x: -231px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f443 {
    background-position-x: -252px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f444 {
    background-position-x: -273px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f445 {
    background-position-x: -294px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f446 {
    background-position-x: -315px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f447 {
    background-position-x: -336px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f448 {
    background-position-x: -357px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f449 {
    background-position-x: -378px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f44a {
    background-position-x: -399px;
    background-position-y: -546px
}

.webim-root .webim-font-size-5 .webim-emoji-1f44b {
    background-position-x: 0;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f44c {
    background-position-x: -21px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f44d {
    background-position-x: -42px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f44e {
    background-position-x: -63px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f44f {
    background-position-x: -84px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f450 {
    background-position-x: -105px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f451 {
    background-position-x: -126px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f452 {
    background-position-x: -147px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f453 {
    background-position-x: -168px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f454 {
    background-position-x: -189px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f455 {
    background-position-x: -210px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f456 {
    background-position-x: -231px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f457 {
    background-position-x: -252px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f458 {
    background-position-x: -273px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f459 {
    background-position-x: -294px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f45a {
    background-position-x: -315px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f45b {
    background-position-x: -336px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f45c {
    background-position-x: -357px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f45d {
    background-position-x: -378px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f45e {
    background-position-x: -399px;
    background-position-y: -567px
}

.webim-root .webim-font-size-5 .webim-emoji-1f45f {
    background-position-x: 0;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f460 {
    background-position-x: -21px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f461 {
    background-position-x: -42px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f462 {
    background-position-x: -63px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f463 {
    background-position-x: -84px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f464 {
    background-position-x: -105px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f465 {
    background-position-x: -126px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4a0 {
    background-position-x: -147px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4a1 {
    background-position-x: -168px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4a2 {
    background-position-x: -189px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4a3 {
    background-position-x: -210px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4a4 {
    background-position-x: -231px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4a5 {
    background-position-x: -252px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4a6 {
    background-position-x: -273px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4a7 {
    background-position-x: -294px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4a8 {
    background-position-x: -315px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4a9 {
    background-position-x: -336px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4aa {
    background-position-x: -357px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4ab {
    background-position-x: -378px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4ac {
    background-position-x: -399px;
    background-position-y: -588px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4ad {
    background-position-x: 0;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4ae {
    background-position-x: -21px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4b0 {
    background-position-x: -42px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4b1 {
    background-position-x: -63px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4b2 {
    background-position-x: -84px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4b3 {
    background-position-x: -105px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4b4 {
    background-position-x: -126px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4b5 {
    background-position-x: -147px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4b6 {
    background-position-x: -168px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4b7 {
    background-position-x: -189px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4b8 {
    background-position-x: -210px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4b9 {
    background-position-x: -231px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4ba {
    background-position-x: -252px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4bb {
    background-position-x: -273px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4bc {
    background-position-x: -294px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4bd {
    background-position-x: -315px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4be {
    background-position-x: -336px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4bf {
    background-position-x: -357px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4c0 {
    background-position-x: -378px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4c1 {
    background-position-x: -399px;
    background-position-y: -609px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4c2 {
    background-position-x: 0;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4c3 {
    background-position-x: -21px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4c4 {
    background-position-x: -42px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4c5 {
    background-position-x: -63px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4c6 {
    background-position-x: -84px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4c7 {
    background-position-x: -105px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4c8 {
    background-position-x: -126px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4c9 {
    background-position-x: -147px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4ca {
    background-position-x: -168px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4cb {
    background-position-x: -189px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4cc {
    background-position-x: -210px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4cd {
    background-position-x: -231px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4ce {
    background-position-x: -252px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4cf {
    background-position-x: -273px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4d0 {
    background-position-x: -294px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4d1 {
    background-position-x: -315px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4d2 {
    background-position-x: -336px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4d3 {
    background-position-x: -357px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4d4 {
    background-position-x: -378px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4d5 {
    background-position-x: -399px;
    background-position-y: -630px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4d6 {
    background-position-x: 0;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4d7 {
    background-position-x: -21px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4d8 {
    background-position-x: -42px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4d9 {
    background-position-x: -63px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4da {
    background-position-x: -84px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4db {
    background-position-x: -105px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4dc {
    background-position-x: -126px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4dd {
    background-position-x: -147px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4de {
    background-position-x: -168px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4df {
    background-position-x: -189px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4e0 {
    background-position-x: -210px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4e1 {
    background-position-x: -231px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4e2 {
    background-position-x: -252px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4e3 {
    background-position-x: -273px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4e4 {
    background-position-x: -294px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4e5 {
    background-position-x: -315px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4e6 {
    background-position-x: -336px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4e7 {
    background-position-x: -357px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4e8 {
    background-position-x: -378px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4e9 {
    background-position-x: -399px;
    background-position-y: -651px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4ea {
    background-position-x: 0;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4eb {
    background-position-x: -21px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4ec {
    background-position-x: -42px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4ed {
    background-position-x: -63px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4ee {
    background-position-x: -84px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4ef {
    background-position-x: -105px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4f0 {
    background-position-x: -126px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4f1 {
    background-position-x: -147px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4f2 {
    background-position-x: -168px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4f3 {
    background-position-x: -189px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4f4 {
    background-position-x: -210px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4f5 {
    background-position-x: -231px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4f6 {
    background-position-x: -252px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4f7 {
    background-position-x: -273px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4f9 {
    background-position-x: -294px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4fa {
    background-position-x: -315px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4fb {
    background-position-x: -336px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f4fc {
    background-position-x: -357px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f500 {
    background-position-x: -378px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f501 {
    background-position-x: -399px;
    background-position-y: -672px
}

.webim-root .webim-font-size-5 .webim-emoji-1f502 {
    background-position-x: 0;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f503 {
    background-position-x: -21px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f504 {
    background-position-x: -42px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f505 {
    background-position-x: -63px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f506 {
    background-position-x: -84px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f507 {
    background-position-x: -105px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f508 {
    background-position-x: -126px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f509 {
    background-position-x: -147px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f50a {
    background-position-x: -168px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f50b {
    background-position-x: -189px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f50c {
    background-position-x: -210px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f50d {
    background-position-x: -231px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f50e {
    background-position-x: -252px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f50f {
    background-position-x: -273px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f510 {
    background-position-x: -294px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f511 {
    background-position-x: -315px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f512 {
    background-position-x: -336px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f513 {
    background-position-x: -357px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f514 {
    background-position-x: -378px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f515 {
    background-position-x: -399px;
    background-position-y: -693px
}

.webim-root .webim-font-size-5 .webim-emoji-1f516 {
    background-position-x: 0;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f517 {
    background-position-x: -21px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f518 {
    background-position-x: -42px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f519 {
    background-position-x: -63px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f51a {
    background-position-x: -84px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f51b {
    background-position-x: -105px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f51c {
    background-position-x: -126px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f51d {
    background-position-x: -147px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f51e {
    background-position-x: -168px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f51f {
    background-position-x: -189px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f520 {
    background-position-x: -210px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f521 {
    background-position-x: -231px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f523 {
    background-position-x: -252px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f524 {
    background-position-x: -273px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f525 {
    background-position-x: -294px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f526 {
    background-position-x: -315px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f527 {
    background-position-x: -336px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f528 {
    background-position-x: -357px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f529 {
    background-position-x: -378px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f52a {
    background-position-x: -399px;
    background-position-y: -714px
}

.webim-root .webim-font-size-5 .webim-emoji-1f52b {
    background-position-x: 0;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f52c {
    background-position-x: -21px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f52d {
    background-position-x: -42px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f52e {
    background-position-x: -63px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f52f {
    background-position-x: -84px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f530 {
    background-position-x: -105px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f531 {
    background-position-x: -126px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f532 {
    background-position-x: -147px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f533 {
    background-position-x: -168px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f534 {
    background-position-x: -189px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f535 {
    background-position-x: -210px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f536 {
    background-position-x: -231px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f537 {
    background-position-x: -252px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f538 {
    background-position-x: -273px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f539 {
    background-position-x: -294px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f53a {
    background-position-x: -315px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f53b {
    background-position-x: -336px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f53c {
    background-position-x: -357px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f53d {
    background-position-x: -378px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f550 {
    background-position-x: -399px;
    background-position-y: -735px
}

.webim-root .webim-font-size-5 .webim-emoji-1f551 {
    background-position-x: 0;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f552 {
    background-position-x: -21px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f553 {
    background-position-x: -42px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f554 {
    background-position-x: -63px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f555 {
    background-position-x: -84px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f556 {
    background-position-x: -105px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f557 {
    background-position-x: -126px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f558 {
    background-position-x: -147px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f559 {
    background-position-x: -168px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f55a {
    background-position-x: -189px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f55b {
    background-position-x: -210px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f55c {
    background-position-x: -231px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f55d {
    background-position-x: -252px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f55e {
    background-position-x: -273px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f55f {
    background-position-x: -294px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f560 {
    background-position-x: -315px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f561 {
    background-position-x: -336px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f562 {
    background-position-x: -357px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f563 {
    background-position-x: -378px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f564 {
    background-position-x: -399px;
    background-position-y: -756px
}

.webim-root .webim-font-size-5 .webim-emoji-1f565 {
    background-position-x: 0;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f566 {
    background-position-x: -21px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f567 {
    background-position-x: -42px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f5fb {
    background-position-x: -63px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f5fc {
    background-position-x: -84px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f5fd {
    background-position-x: -105px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f5fe {
    background-position-x: -126px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f5ff {
    background-position-x: -147px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f680 {
    background-position-x: -168px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f681 {
    background-position-x: -189px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f682 {
    background-position-x: -210px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f683 {
    background-position-x: -231px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f684 {
    background-position-x: -252px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f685 {
    background-position-x: -273px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f686 {
    background-position-x: -294px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f687 {
    background-position-x: -315px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f688 {
    background-position-x: -336px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f689 {
    background-position-x: -357px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f68a {
    background-position-x: -378px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f68b {
    background-position-x: -399px;
    background-position-y: -777px
}

.webim-root .webim-font-size-5 .webim-emoji-1f68c {
    background-position-x: 0;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f68d {
    background-position-x: -21px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f68e {
    background-position-x: -42px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f68f {
    background-position-x: -63px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f690 {
    background-position-x: -84px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f691 {
    background-position-x: -105px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f692 {
    background-position-x: -126px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f693 {
    background-position-x: -147px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f694 {
    background-position-x: -168px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f695 {
    background-position-x: -189px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f696 {
    background-position-x: -210px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f697 {
    background-position-x: -231px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f698 {
    background-position-x: -252px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f699 {
    background-position-x: -273px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f69a {
    background-position-x: -294px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f69b {
    background-position-x: -315px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f69c {
    background-position-x: -336px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f69d {
    background-position-x: -357px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f69e {
    background-position-x: -378px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f69f {
    background-position-x: -399px;
    background-position-y: -798px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6a0 {
    background-position-x: 0;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6a1 {
    background-position-x: -21px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6a2 {
    background-position-x: -42px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6a3 {
    background-position-x: -63px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6a4 {
    background-position-x: -84px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6a5 {
    background-position-x: -105px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6a6 {
    background-position-x: -126px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6a7 {
    background-position-x: -147px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6a8 {
    background-position-x: -168px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6a9 {
    background-position-x: -189px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6aa {
    background-position-x: -210px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6ab {
    background-position-x: -231px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6ac {
    background-position-x: -252px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6ad {
    background-position-x: -273px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6ae {
    background-position-x: -294px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6af {
    background-position-x: -315px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6b0 {
    background-position-x: -336px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6b1 {
    background-position-x: -357px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6b2 {
    background-position-x: -378px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6b3 {
    background-position-x: -399px;
    background-position-y: -819px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6b4 {
    background-position-x: 0;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6b5 {
    background-position-x: -21px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6b6 {
    background-position-x: -42px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6b7 {
    background-position-x: -63px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6b8 {
    background-position-x: -84px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6b9 {
    background-position-x: -105px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6ba {
    background-position-x: -126px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6bb {
    background-position-x: -147px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6bc {
    background-position-x: -168px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6bd {
    background-position-x: -189px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6be {
    background-position-x: -210px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6bf {
    background-position-x: -231px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6c0 {
    background-position-x: -252px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6c1 {
    background-position-x: -273px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6c2 {
    background-position-x: -294px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6c3 {
    background-position-x: -315px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6c4 {
    background-position-x: -336px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f6c5 {
    background-position-x: -357px;
    background-position-y: -840px
}

.webim-root .webim-font-size-5 .webim-emoji-1f483 {
    background-position-x: -399px;
    background-position-y: -840px
}

.webim-root .webim-font-size-3 .webim-emoji {
    background-size: 380px 779px;
}

.webim-root .webim-font-size-4 .webim-emoji {
    background-size: 400px 820px;
}

.webim-root .webim-font-size-5 .webim-emoji {
    background-size: 420px 861px;
}

.webim-root .webim-chat .webim-header {
    display: flex;
    align-items: center;
    max-width: 340px;
}

.webim-root .webim-chat.webim-mobile-chat .webim-header {
    max-width: none;
}

.webim-root .webim-chat.webim-mobile-chat .webim-header .webim-operator>.webim-title {
    max-width: 80vw;
}

.webim-root .webim-chat.webim-mobile-chat>.webim-header {
    padding-left: 25px;
}

.webim-root .webim-chat .webim-top-header {
    display: block;
}

.webim-root .webim-chat .webim-header .webim-description.webim-description-tips {
    display: none;
    box-sizing: border-box;
    min-width: auto;
    padding: 0 28px 20px 28px;
    position: static;
    left: 0;
    top: 0;
    transform: none;
    font-size: 13px;
    font-weight: normal;
}

.webim-root .webim-chat.webim-mobile-chat .webim-header .webim-description.webim-description-tips {
    padding: 0 28px 20px 0;
}

.webim-root .webim-chat.webim-mobile-chat .webim-header-section.webim-offline-section-header .webim-operator {
    max-width: none;
}

.webim-root .webim-form .webim-form-control .webim-label .webim-label-text.webim-js-label {
    cursor: text;
    color: #AEAEAE;
}

.webim-root.webim-separate-mode .webim-chat.webim-mobile-chat .webim-header .webim-action.webim-actions-button {
    right: 23px;
}

.webim-root .webim-btn.webim-custom-style-button:disabled {
    background: -moz-linear-gradient(to bottom, rgba(221, 236, 255, 0.3), rgba(122, 181, 232, 0.3)) !important;
    background: -o-linear-gradient(to bottom, rgba(221, 236, 255, 0.3), rgba(122, 181, 232, 0.3)) !important;
    background: linear-gradient(to bottom, rgba(221, 236, 255, 0.3), rgba(122, 181, 232, 0.3)) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 236, 255, 0.3)), to(rgba(122, 181, 232, 0.3))) !important;
    background-color: rgba(221, 236, 255, 0.3) !important;
}

.webim-root .webim-btn.webim-custom-style-button:hover:not([disabled]) {
    background: -moz-linear-gradient(to bottom, rgba(195, 208.23529411764707, 225, 1), rgba(106.22413793103448, 157.59482758620686, 202, 1)) !important;
    background: -o-linear-gradient(to bottom, rgba(195, 208.23529411764707, 225, 1), rgba(106.22413793103448, 157.59482758620686, 202, 1)) !important;
    background: linear-gradient(to bottom, rgba(195, 208.23529411764707, 225, 1), rgba(106.22413793103448, 157.59482758620686, 202, 1)) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(195, 208.23529411764707, 225, 1)), to(rgba(106.22413793103448, 157.59482758620686, 202, 1))) !important;
    background-color: rgba(195, 208.23529411764707, 225, 1) !important;
}

.webim-root .webim-btn.webim-custom-style-button.webim-custom-style-selected {
    background: -moz-linear-gradient(to bottom, rgba(221, 236, 255, 0.5), rgba(122, 181, 232, 0.5)) !important;
    background: -o-linear-gradient(to bottom, rgba(221, 236, 255, 0.5), rgba(122, 181, 232, 0.5)) !important;
    background: linear-gradient(to bottom, rgba(221, 236, 255, 0.5), rgba(122, 181, 232, 0.5)) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 236, 255, 0.5)), to(rgba(122, 181, 232, 0.5))) !important;
    background-color: rgba(221, 236, 255, 0.5) !important;
}

.webim-root .webim-btn.webim-custom-style-button.webim-custom-style-selected span {
    color: #000 !important;
}

.webim-root .webim-btn.webim-custom-style-button {
    background: -moz-linear-gradient(to bottom, rgba(221, 236, 255, 1), rgba(122, 181, 232, 1)) !important;
    background: -o-linear-gradient(to bottom, rgba(221, 236, 255, 1), rgba(122, 181, 232, 1)) !important;
    background: linear-gradient(to bottom, rgba(221, 236, 255, 1), rgba(122, 181, 232, 1)) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 236, 255, 1)), to(rgba(122, 181, 232, 1))) !important;
    background-color: rgba(221, 236, 255, 1) !important;
    color: #000 !important;
    border: none !important
}

.webim-root .webim-btn.webim-custom-style-button span {
    color: #000 !important;
}

.webim-custom-style-header {
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 251, 1), rgba(70, 164, 255, 1)) !important;
    background: -o-linear-gradient(to bottom, rgba(0, 0, 251, 1), rgba(70, 164, 255, 1)) !important;
    background: linear-gradient(to bottom, rgba(0, 0, 251, 1), rgba(70, 164, 255, 1)) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 251, 1)), to(rgba(70, 164, 255, 1))) !important;
    background-color: rgba(0, 0, 251, 1) !important;
}

.webim-header-adapt-font {
    color: #FFF !important;
}

.webim-agent-message-color {
    background: rgba(198, 223, 255, 1) !important;
}

.webim-agent-message-color span {
    color: #6D6D6D !important;
}

.webim-custom-style-chat {
    background: rgba(252, 252, 252, 1) !important;
}

.webim-custom-time {
    color: rgba(174, 174, 174, 0.9) !important;
}

.webim-custom-date {
    color: rgba(57, 63, 107, 0.9) !important;
    border-color: rgba(233, 233, 233, 0.9) !important;
}

.webim-custom-style-chat svg {
    fill: #9009a6 !important;
}

.webim-custom-style-placeholder {
    color: rgba(174, 174, 174, 0.9) !important;
}

.webim-custom-style-invitation-body {
    background: rgba(252, 252, 252, 1) !important;
    color: rgba(147, 155, 186, 1) !important;
    font-size: 20px !important;
}

.webim-custom-style-visitor-message {
    background: rgba(223, 242, 252, 1) !important;
}

.webim-custom-style-visitor-message span {
    color: #6D6D6D !important;
}

.webim-custom-style-invitation-header {
    background: rgba(252, 252, 252, 1) !important;
}

.webim-title-invitation-adapt-font {
    color: #000 !important;
}

.webim-custom-style-info-message span {
    color: rgba(174, 174, 174, 0.9) !important;
}

.webim-custom-style-footer {
    background: rgba(255, 255, 255, 1) !important;
}

.webim-footer-adapt-font {
    color: rgba(70, 70, 70, 1) !important;
}

.webim-powered-by-logo {
    background-image: url("https://upxsupport.webim.ru/v/images/logo_webim.svg") !important;
}

.sport {
    position: relative;
    z-index: 1
}

.sport__wrapper {
    max-width: 100%;
    position: relative;
    width: 100%
}

.sport__window,
.sport__wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.sport__window {
    border-right: 8px;
    overflow: hidden
}

.cases__item {
    background: linear-gradient(180deg, #2a2a44, #25263c);
    border: 1px solid #2f2e4b;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 40px 20px;
    position: relative
}

.cases__item_blue {
    background: radial-gradient(#407188 -150%, transparent 110%)
}

.cases__item_purple {
    background: radial-gradient(#bbf -150%, transparent 110%)
}

.cases__item_green {
    background: radial-gradient(#8aef85 -150%, transparent 110%)
}

.cases__item_yellow {
    background: radial-gradient(#f6c501 -150%, transparent 110%)
}

.cases__item_orange {
    background: radial-gradient(#f49c4c -150%, transparent 110%)
}

.cases__item_red {
    background: radial-gradient(#de4444 -150%, transparent 110%)
}

.cases__item__disabled-by-rank {
    align-items: center;
    background: rgba(37, 37, 60, .83);
    border-radius: 5px;
    box-shadow: 0 0 0 2px rgba(37, 37, 60, .7);
    color: hsla(0, 0%, 100%, .85);
    display: flex;
    font-size: 12px;
    height: 100%;
    justify-content: center;
    left: 0;
    line-height: 18px;
    padding: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5
}

.cases__item__name {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase
}

.cases__item:hover div[class^=box-shadow_] {
    opacity: 1
}

.cases__item:hover .button_outline:not(.cases__item:hover .button_outline__disabled) {
    background: linear-gradient(to top right, #81f8fd, #4be);
    border: 1px solid transparent
}

.cases__item__image,
.cases__item__image_active {
    align-items: center;
    display: flex;
    height: 240px;
    justify-content: center;
    position: relative
}

.cases__item__image_active_shadow,
.cases__item__image_shadow {
    background: radial-gradient(#85ec81, transparent 70%);
    border-radius: 50%;
    height: 250px;
    left: 5px;
    position: absolute;
    top: -25px;
    width: 250px;
    z-index: 2
}

.cases__item__image img,
.cases__item__image_active img {
    max-width: 260px;
    position: relative;
    width: 100%;
    will-change: transform;
    z-index: 3
}

.cases__item__image_active {
    display: none
}

.cases__item__price {
    align-items: center;
    color: #48beee;
    display: flex;
    font-size: 26px;
    font-weight: 500;
    justify-content: center;
    text-align: center
}

.cases__item__price span {
    display: block;
    margin-right: 10px
}

.cases__item__price img {
    width: 30px
}

.cases__item .old-price {
    font-size: 20px;
    opacity: .5;
    position: relative
}

.cases__item .old-price:before {
    border-bottom: 2px solid #48beee;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: -7px;
    transform: rotate(-15deg);
    width: 100%
}

.cases__item__button {
    margin-top: 20px;
    text-align: center
}

.cases__item__button-help {
    color: #5c5b7d;
    font-size: 12px;
    margin-top: 10px
}

.cases__item_small {
    border-color: hsla(0, 0%, 92%, .08);
    padding: 15px
}

.cases__item_small .old-price {
    font-size: 13px
}

.cases__item_small .old-price:before {
    top: -5px
}

.cases__item_small .cases__item__name {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px
}

.cases__item_small .cases__item__image,
.cases__item_small .cases__item__image_active {
    height: 110px
}

.cases__item_small .cases__item__image img,
.cases__item_small .cases__item__image_active img {
    max-width: 140px
}

.cases__item_small .cases__item__price {
    color: #78d8ff;
    font-size: 17px
}

.cases__item_small .cases__item__price span {
    margin-right: 5px
}

.cases__item_small .cases__item__price span.old-price {
    margin-right: 9px
}

.cases__item_small .cases__item__price img {
    width: 19px
}

.cases__item .button_outline,
.cases__item .button_outline_active {
    background: transparent;
    border: 1px solid rgba(163, 163, 187, .2);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 15px 25px;
    text-transform: uppercase;
    transition: all .3s
}

.cases__item .button_outline__disabled,
.cases__item .button_outline_active__disabled {
    cursor: not-allowed;
    opacity: .5
}

.cases__item .button_outline-small,
.cases__item .button_outline_active-small {
    background: hsla(0, 0%, 100%, .05);
    font-size: 11px;
    font-weight: 700;
    padding: 12px 14px;
    white-space: nowrap
}

.cases__item .button_outline_active {
    background: linear-gradient(to top right, #81f8fd, #4be);
    display: none
}

.cases__item-achievement {
    background: #2a2a44;
    border: 1px solid #2f2e4b;
    border-radius: 5px;
    margin: 15px 0;
    padding: 25px
}

.cases__item-achievement .button_outline,
.cases__item-achievement .button_outline_active {
    background: transparent;
    border: 1px solid #414156;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 15px 25px;
    text-transform: uppercase;
    transition: all .3s
}

.cases__item-achievement .button_outline__disabled,
.cases__item-achievement .button_outline_active__disabled {
    cursor: not-allowed;
    opacity: .5
}

.cases__item-achievement .button_outline_active {
    background: linear-gradient(to top right, #81f8fd, #4be);
    display: none
}

.cases__item-achievement .cases__item {
    background: linear-gradient(180deg, #2a2a44, #25263c);
    border: 1px solid #2f2e4b;
    border-radius: 5px;
    display: block;
    margin: 15px 0;
    padding: 40px 20px
}

.cases__item-achievement .cases__item__image {
    align-items: center;
    display: flex;
    height: 240px;
    justify-content: center;
    position: relative
}

.cases__item-achievement .cases__item__image img {
    max-width: 260px;
    position: relative;
    width: 100%;
    z-index: 3
}

.cases__item-achievement .cases__item__button {
    margin-top: 20px;
    text-align: center
}

.cases__item-achievement .cases__item__button-help {
    color: #5c5b7d;
    font-size: 12px;
    margin-top: 10px
}

.cases__item-achievement .achievement-intro {
    color: #fff
}

.cases__item-achievement .achievement-intro__title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase
}

.cases__item-achievement .achievement-intro__text {
    font-size: 15px;
    line-height: 22px
}

.cases__item-achievement .achievement-info {
    background: #6c9e37;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 20px;
    padding: 15px
}

.cases__item-achievement .achievement-info-with-progress {
    border-radius: 5px 5px 0 0
}

.cases__item-achievement .achievement-info__title {
    color: #fff;
    line-height: 20px
}

.cases__item-achievement .achievement-info__description {
    color: #d1ecb5;
    line-height: 24px
}

.cases__item-achievement .achievement-info__description .light {
    background: #5e8a2e;
    border-radius: 4px;
    color: #e3f1d5;
    margin: 0 3px;
    padding: 3px 6px 4px;
    white-space: nowrap
}

.cases__item-achievement .achievement-info__countdown .countdown {
    background: #7cb342;
    border-radius: 20px;
    font-size: 16px;
    margin: 0;
    padding: 8px 12px
}

.cases__item-achievement .achievement-info__countdown-finished {
    color: #fff;
    padding-right: 40px;
    position: relative
}

.cases__item-achievement .achievement-info__countdown-finished:after {
    background: url(/_nuxt/img/timeout.d31c5bd.svg) 50% no-repeat;
    background-size: 30px;
    content: "";
    height: 30px;
    margin-top: -15px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px
}

.cases__item-achievement .achievement-progress {
    background: #353450;
    border-radius: 0 0 5px 5px;
    font-size: 15px;
    margin-top: 2px;
    padding: 18px 15px;
    position: relative
}

.cases__item-achievement .achievement-progress__help {
    color: #5c5b7d;
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
    text-align: center
}

.cases__item-achievement .achievement-progress__status {
    align-items: center;
    background: rgba(53, 52, 80, .8);
    border-radius: 0 0 5px 5px;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    line-height: 20px;
    padding: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10
}

.cases__item-achievement .achievement-progress__status span.can-open {
    color: #ffc107
}

.cases__item-achievement .achievement-progress__status span.opened {
    color: #8bc34a
}

.cases__item-achievement .achievement-progress__status span.expired {
    color: #ff5722
}

.cases__item-achievement .achievement-progress__status span.already-completed,
.cases__item-achievement .achievement-progress__status span.update-page {
    color: #fff
}

.cases__item-achievement .achievement-progress__header-title {
    color: #7a7894;
    font-size: 14px
}

.cases__item-achievement .achievement-progress__header-title .percent {
    color: #fff
}

.cases__item-achievement .achievement-progress__bar {
    background: #24253c;
    border-radius: 10px;
    height: 10px;
    margin-top: 15px;
    width: 100%
}

.cases__item-achievement .achievement-progress__bar-line {
    background: #7db73f;
    border-radius: 10px;
    height: 10px;
    position: relative;
    transition: width 1s ease-in-out;
    width: 0
}

.cases__item-achievement .achievement-progress__payment span {
    color: #8b89a5;
    line-height: 20px
}

.cases__item-achievement .achievement-progress__android a {
    display: inline-block;
    max-width: 140px;
    opacity: .25;
    transition: opacity .2s ease-in-out;
    white-space: nowrap;
    width: 100%
}

.cases__item-achievement .achievement-progress__android a img {
    width: 100%
}

.cases__item-achievement .achievement-progress__android a:hover {
    opacity: 1
}

.cases__item-achievement .achievement-progress__android span {
    color: #8b89a5;
    line-height: 20px
}

.cases__item-achievement .button_blue {
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: flex;
    margin: 0 auto;
    padding: 14px 16px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s
}

.cases__item-achievement .button_blue:disabled {
    cursor: not-allowed;
    opacity: .8
}

.cases__item-achievement .button_blue span {
    color: #fff;
    display: block;
    margin-right: 5px;
    position: relative;
    z-index: 2
}

.cases__item-achievement .button_blue:after,
.cases__item-achievement .button_blue:before {
    background: linear-gradient(to top right, #81f8fd, #4be);
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.cases__item-achievement .button_blue:after {
    background: linear-gradient(to top right, #4be, #81f8fd);
    display: none
}

.cases__item-achievement .button_blue:hover:not([disabled]):before {
    display: none
}

.cases__item-achievement .button_blue:hover:not([disabled]):after {
    display: block
}

.cases__item-achievement .button_blue img {
    position: relative;
    width: 20px;
    z-index: 2
}

.cases__item-achievement .cases__item__button {
    margin-top: 15px;
    position: relative;
    z-index: 1
}

.cases__item-achievement .cases__item__button .button_outline {
    color: #fff;
    display: inline-block
}

.cases__item-achievement .cases__item__button .button_outline:not(.button_outline__disabled):hover {
    background: linear-gradient(to top right, #81f8fd, #4be);
    border: 1px solid transparent
}

.cases__item-achievement .cases__item__image,
.cases__item-achievement .cases__item__image_active {
    height: 120px;
    position: relative;
    z-index: 0
}

.cases__item-achievement .cases__item__image img,
.cases__item-achievement .cases__item__image_active img {
    max-width: 180px
}

.cases__item-achievement .google-play-button {
    align-items: center;
    background: #1f2035;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 12px 14px;
    transition: all .2s ease-in-out
}

.cases__item-achievement .google-play-button>img {
    height: 20px;
    width: 20px
}

.cases__item-achievement .google-play-button>span {
    margin-left: 10px
}

.cases__item-achievement .google-play-button:hover {
    background: #f1f1ff
}

.cases__item-achievement .google-play-button:hover>span {
    color: #34344f
}

.cases-page__title {
    color: #fff;
    font-size: 24px;
    margin: 50px auto 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.cases-page__title:first-child {
    margin-top: 15px
}

@media(max-width:992px) {
    .cases-page__title:first-child {
        margin-top: 10px
    }
}

@media(max-width:575px) {
    .cases-page__title:first-child {
        margin-top: 20px
    }
}

.cases-page__title span {
    display: inline-block;
    position: relative
}

.cases-page__title span:after,
.cases-page__title span:before {
    background: linear-gradient(90deg, #414156, hsla(0, 0%, 100%, 0));
    border-radius: 4px;
    content: "";
    height: 4px;
    margin-top: -2px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    width: 300px
}

.cases-page__title span:before {
    background: linear-gradient(270deg, #414156, hsla(0, 0%, 100%, 0));
    margin-right: 15px;
    right: 100%
}

.cases-page__title span:after {
    left: 100%;
    margin-left: 15px
}

@media screen and (max-width:767px) {
    .cases-page__title span {
        display: none
    }
}

.cases-page div[class^=box-shadow_] {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: 100%
}

.cases-page .cases__wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.stair[data-v-3beef6e6] {
    margin: 0 auto;
    width: 100%
}

.stair__row[data-v-3beef6e6] {
    display: flex;
    justify-content: space-between
}

.stair__block[data-v-3beef6e6] {
    background: linear-gradient(180deg, #2a2a44, #25263c);
    border-radius: 5px;
    border-top: 2px solid #444357;
    height: 100%
}

@media(max-width:1000px) {
    .stair__row[data-v-3beef6e6] {
        flex-direction: column
    }
}

.modalTelegramJoin__content {
    padding-bottom: 25px;
    padding-top: 20px
}

.modalTelegramJoin-alert {
    background: #ff5722;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 30px;
    padding: 15px
}

.modalTelegramJoin-step {
    padding-left: 55px
}

.modalTelegramJoin-step_disabled {
    opacity: .3
}

.modalTelegramJoin-step_complete {
    opacity: 1
}

.modalTelegramJoin-step-title {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative
}

.modalTelegramJoin-step-title:before {
    align-items: center;
    background: #f7f8ff;
    border-radius: 50%;
    color: #30314c;
    content: attr(data-step);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    left: 0;
    margin-left: -55px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px
}

.modalTelegramJoin-step-text {
    color: #9ea7c4;
    font-size: 13px;
    line-height: 19px
}

.modalTelegramJoin-step-text+.modalTelegramJoin-step-text {
    margin-top: 10px
}

.modalTelegramJoin-step-button {
    align-items: center;
    background: #03a9f4;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    margin-top: 20px;
    padding: 12px 14px;
    text-transform: uppercase;
    transition: all .2s ease-in-out
}

.modalTelegramJoin-step-button>img {
    height: 18px;
    margin-left: 12px;
    width: 18px
}

.modalTelegramJoin-step-button_disabled {
    cursor: not-allowed
}

.modalTelegramJoin-step-button:active:not(.modalTelegramJoin-step-button_disabled),
.modalTelegramJoin-step-button:hover:not(.modalTelegramJoin-step-button_disabled) {
    opacity: .75
}

.modalTelegramJoin-step-button:active:not(.modalTelegramJoin-step-button_disabled) {
    transform: translateY(3px)
}

.modalTelegramJoin-step_complete .modalTelegramJoin-step-title {
    color: #ade868
}

.modalTelegramJoin-step_complete .modalTelegramJoin-step-button,
.modalTelegramJoin-step_complete .modalTelegramJoin-step-title:before {
    background: #8bc34a;
    color: #fbfff6
}

.modalTelegramJoin-step_complete:not(:last-child) .modalTelegramJoin-step-title {
    margin-bottom: 0
}

.modalTelegramJoin-step_complete:not(:last-child) .modalTelegramJoin-step-button,
.modalTelegramJoin-step_complete:not(:last-child) .modalTelegramJoin-step-text {
    display: none
}

.modalTelegramJoin-step+.modalTelegramJoin-step {
    margin-top: 30px
}

.modalVkGroupJoin__content.modalWindow__content[data-v-e72305ca] {
    color: #000
}

.bonuses-page__roulette-captcha .captchaNew__content {
    padding: 16px 32px
}

.bonuses-page__roulette-captcha .captchaNew__subtitle {
    margin-top: 12px
}

.bonuses-page__roulette-captcha .captchaNew__images {
    margin: 12px auto;
    grid-gap: 4px
}

.classic-game[data-v-683b54b2] {
    margin: auto;
    max-width: 1350px;
    width: 100%
}

.classic-game__header[data-v-683b54b2] {
    display: flex;
    justify-content: space-between
}

.classic-game__history[data-v-683b54b2] {
    background: linear-gradient(180deg, #2a2a44, #25263c);
    margin-top: 50px;
    padding: 20px 40px
}

.classic-game__history .title[data-v-683b54b2] {
    color: #fff;
    text-align: center;
    text-transform: uppercase
}

.classic-game__history .title span[data-v-683b54b2] {
    font-size: 28px;
    position: relative
}

.classic-game__history .title span[data-v-683b54b2]:after,
.classic-game__history .title span[data-v-683b54b2]:before {
    background: linear-gradient(90deg, #6ecdd7, hsla(0, 0%, 100%, 0));
    content: "";
    height: 1px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    width: 300px
}

.classic-game__history .title span[data-v-683b54b2]:before {
    background: linear-gradient(270deg, #6ecdd7, hsla(0, 0%, 100%, 0));
    margin-right: 15px;
    right: 100%
}

.classic-game__history .title span[data-v-683b54b2]:after {
    left: 100%;
    margin-left: 15px
}

.classic-game__history__table-title[data-v-683b54b2] {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
    width: 500px
}

.classic-game__history__table-title span[data-v-683b54b2] {
    align-items: center;
    border-color: #3f3e53 #2f2f45;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: flex;
    font-size: 16px;
    justify-content: center;
    padding: 10px 0;
    text-transform: uppercase;
    width: 220px
}

@media screen and (max-width:1300px) {
    .classic-game[data-v-683b54b2] {
        width: 100%
    }
    .classic-game__header[data-v-683b54b2] {
        display: block
    }
}

@media screen and (max-width:450px) {
    .classic-game__history[data-v-683b54b2] {
        padding: 25px 15px
    }
}

.miner__block[data-v-6e507772] {
    background: linear-gradient(180deg, #2a2a44, #25263c);
    border-radius: 5px;
    border-top: 2px solid #444357;
    height: 100%
}

[data-v-e3c9bcb4] #secondPlinko canvas {
    max-width: 100% !important
}

.noticeWin[data-v-e3c9bcb4] {
    background: radial-gradient(circle farthest-corner at 0 0, #326491, #252339, #252339, #252339);
    border-radius: 6px;
    box-shadow: none;
    min-width: 274px;
    padding: 16px 42px;
    position: absolute;
    right: 10px;
    top: 40px;
    width: 274px
}

.noticeWin.fade-enter-active[data-v-e3c9bcb4],
.noticeWin.fade-leave-active[data-v-e3c9bcb4] {
    transition: opacity .3s
}

.noticeWin.fade-enter[data-v-e3c9bcb4],
.noticeWin.fade-leave-to[data-v-e3c9bcb4] {
    opacity: 0
}

.noticeWin__close[data-v-e3c9bcb4] {
    display: none;
    position: absolute;
    right: 14px;
    top: 14px
}

.noticeWin__icon[data-v-e3c9bcb4] {
    left: -20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.noticeWin__title[data-v-e3c9bcb4] {
    color: #24abf8;
    font-size: 24px;
    line-height: 32px
}

.noticeWin__descr[data-v-e3c9bcb4],
.noticeWin__title[data-v-e3c9bcb4] {
    font-family: "FS Elliot Pro";
    font-style: normal;
    font-weight: 400
}

.noticeWin__descr[data-v-e3c9bcb4] {
    color: #dfdeec;
    font-size: 13px;
    line-height: 17px
}

.game-plinko__block-login[data-v-e3c9bcb4] {
    background: rgba(42, 42, 68, .85);
    border-radius: 5px;
    height: 100%;
    left: 0;
    padding: 25px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.game-plinko__block-login[data-v-e3c9bcb4],
.game-plinko__button[data-v-e3c9bcb4] {
    align-items: center;
    display: flex;
    justify-content: center
}

.game-plinko__button[data-v-e3c9bcb4] {
    background: linear-gradient(to top right, #4be, #81f8fd);
    border-color: transparent;
    border-radius: 6px;
    border-top: 2px solid #82ffff;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 60px;
    padding: 0 20px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    touch-action: none;
    transition: all .3s ease-out
}

.board[data-v-e3c9bcb4] {
    position: relative
}

.board__win[data-v-e3c9bcb4] {
    align-items: center;
    background-color: rgba(33, 34, 51, .95);
    border: 1px solid #82ffff;
    border-radius: 6px;
    box-shadow: 0 0 22px 2px #121223;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    height: 190px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 390px;
    z-index: 10
}

.board__win-coeff[data-v-e3c9bcb4] {
    font-size: 83px;
    font-weight: 700;
    margin-bottom: 15px;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 40px #72f3fb
}

.board__win-coeff[data-v-e3c9bcb4],
.board__win-gain[data-v-e3c9bcb4] {
    background: linear-gradient(45deg, #3eb6eb, #72f3fb);
    -webkit-background-clip: text
}

.board__win-gain[data-v-e3c9bcb4] {
    -webkit-text-fill-color: transparent
}

.board__win-img[data-v-e3c9bcb4] {
    margin-bottom: -4px;
    width: 22px
}

.background-game[data-v-e3c9bcb4] {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    width: 100%
}

@media screen and (min-width:992px) {
    .background-game[data-v-e3c9bcb4] {
        background-image: url(/img/games/plinko/Background.svg);
        height: 531px
    }
}

@media screen and (max-width:991px) {
    .background-game-mobile[data-v-e3c9bcb4] {
        background-image: url(/img/games/plinko/Background.svg)
    }
}

.menu-game__wrap[data-v-e3c9bcb4] {
    border-radius: 8px;
    position: relative
}

@media screen and (min-width:992px) {
    .menu-game__wrap[data-v-e3c9bcb4] {
        max-width: 250px
    }
}

.menu-game__wrap .menu-game__name[data-v-e3c9bcb4] {
    background-image: url(/img/games/plinko/plinko.png);
    background-repeat: no-repeat;
    height: 44px;
    position: absolute;
    width: 133px
}

.menu-game__wrap .menu-game__name .game-logo[data-v-e3c9bcb4] {
    margin: 16px 0 0 16px
}

.menu-game__wrap .menu-game__settings[data-v-e3c9bcb4] {
    background-image: url(/img/games/plinko/bgc-settings.png);
    background-repeat: no-repeat;
    height: 50px;
    margin-left: auto;
    position: relative;
    width: 100%
}

.menu-game__wrap .menu-game__settings-header[data-v-e3c9bcb4] {
    align-items: center;
    display: flex;
    height: 100%;
    margin-left: auto;
    width: 65%
}

@media screen and (max-width:720px) {
    .menu-game__wrap .menu-game__settings-header[data-v-e3c9bcb4] {
        background-color: #101224;
        width: 55%
    }
}

@media screen and (max-width:991px) {
    .menu-game__wrap .menu-game__settings-header[data-v-e3c9bcb4] {
        background-color: #101224
    }
}

.menu-game__wrap .menu-game__settings .icons-wrap[data-v-e3c9bcb4] {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 16px;
    width: 88px
}

.menu-game__wrap .menu-game__settings .icons-wrap .icon-wrap[data-v-e3c9bcb4] {
    align-items: center;
    background-color: #1b1d32;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px
}

.menu-game__wrap .menu-game__settings .icons-wrap .icon-wrap[data-v-e3c9bcb4]:hover {
    background-color: #23253d
}

.menu-game__wrap .menu-game__details-wrap[data-v-e3c9bcb4] {
    align-items: center;
    background-color: #101224;
    border-bottom-left-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 14px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row[data-v-e3c9bcb4] {
    background: #1b1d32;
    border-radius: 4px 4px 0 0;
    display: flex;
    justify-content: center;
    padding: 14px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .mode[data-v-e3c9bcb4] {
    cursor: pointer
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .mode.active[data-v-e3c9bcb4] {
    color: #24abf8
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch[data-v-e3c9bcb4] {
    margin: 0 12px;
    position: relative;
    width: 30px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch input[type=checkbox].ios8-switch[data-v-e3c9bcb4] {
    display: none;
    margin: 8px 0 0 16px;
    position: absolute
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch input[type=checkbox].ios8-switch+label[data-v-e3c9bcb4] {
    cursor: pointer;
    line-height: 2em;
    padding: 5px 0 0 50px;
    position: relative
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch input[type=checkbox].ios8-switch+label[data-v-e3c9bcb4]:before {
    background: #202233;
    border-radius: 16px;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 40px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch input[type=checkbox].ios8-switch+label[data-v-e3c9bcb4]:after {
    background: #24abf8;
    border: 2px solid #166695;
    border-radius: 16px;
    content: "";
    display: block;
    height: 16px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: all .3s;
    width: 16px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch input[type=checkbox].ios8-switch+label[data-v-e3c9bcb4]:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch input[type=checkbox].ios8-switch:checked+label[data-v-e3c9bcb4]:after {
    margin-left: 16px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch input[type=checkbox].ios8-switch:checked+label[data-v-e3c9bcb4]:before {
    background: #202233
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch .switch-label[data-v-e3c9bcb4] {
    position: absolute !important;
    top: -2px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch input[type=checkbox].ios8-switch-sm[data-v-e3c9bcb4] {
    margin: 5px 0 0 10px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch input[type=checkbox].ios8-switch-sm+label[data-v-e3c9bcb4] {
    line-height: 1.3em;
    padding: 0 0 0 32px;
    position: relative
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch input[type=checkbox].ios8-switch-sm+label[data-v-e3c9bcb4]:before {
    border-radius: 10px;
    height: 20px;
    width: 30px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch input[type=checkbox].ios8-switch-sm+label[data-v-e3c9bcb4]:after {
    border-radius: 10px;
    height: 16px;
    width: 16px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch input[type=checkbox].ios8-switch-sm+label[data-v-e3c9bcb4]:hover:after {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .switch-row .switch input[type=checkbox].ios8-switch-sm:checked+label[data-v-e3c9bcb4]:after {
    margin-left: 10px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .rate-row[data-v-e3c9bcb4] {
    background: #1b1d32;
    display: flex;
    flex-direction: row;
    margin-bottom: 3px;
    margin-top: 3px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .rate-row .rate-icon[data-v-e3c9bcb4] {
    margin: 16px 14px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .rate-row input[data-v-e3c9bcb4]::-webkit-inner-spin-button,
.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .rate-row input[data-v-e3c9bcb4]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .rate-row .separator-vertical[data-v-e3c9bcb4] {
    background: #262941;
    height: 36px;
    margin-top: 8px;
    width: 1px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .rate-row .rate-enter[data-v-e3c9bcb4] {
    background-color: transparent;
    border: none;
    color: #f3f3f3;
    font-family: "HalvarBreitschrift bold";
    font-size: 20px;
    font-style: normal;
    letter-spacing: -.3px;
    line-height: 23px;
    padding-left: 11px;
    width: 100%
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .rate-row .wrap-rate-cf[data-v-e3c9bcb4] {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: auto;
    padding: 2px 8px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .rate-row .wrap-rate-cf .rate-mult[data-v-e3c9bcb4] {
    background: #272945;
    border-radius: 3px;
    color: #666d85;
    cursor: pointer;
    font-family: "FS Elliot Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 13px;
    padding: 4px;
    text-align: center
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .rate-row .wrap-rate-cf .rate-mult[data-v-e3c9bcb4]:hover {
    background: #363855
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .mult-row[data-v-e3c9bcb4] {
    background: #1b1d32;
    border-radius: 0 0 4px 4px;
    display: flex;
    justify-content: space-between;
    padding: 6px 9px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .mult-row .mult[data-v-e3c9bcb4] {
    background: #272945;
    border-radius: 5px;
    color: #666d85;
    cursor: pointer;
    font-family: "FS Elliot Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 13px;
    padding: 2px 4px;
    text-align: center
}

.menu-game__wrap .menu-game__details-wrap .menu-game__settings-rate .mult-row .mult[data-v-e3c9bcb4]:hover {
    background: #363855
}

.menu-game__wrap .menu-game__details-wrap .menu-game__range-risk[data-v-e3c9bcb4] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    text-align: center
}

.menu-game__wrap .menu-game__details-wrap .menu-game__range-risk .gradient-range[data-v-e3c9bcb4] {
    background-color: transparent
}

.menu-game__wrap .menu-game__details-wrap .menu-game__range-risk input[type=range][data-v-e3c9bcb4] {
    -webkit-appearance: none;
    padding: 12px 0;
    width: 215px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__range-risk input[type=range][data-v-e3c9bcb4]:focus {
    outline: none
}

.menu-game__wrap .menu-game__details-wrap .menu-game__range-risk input[type=range][data-v-e3c9bcb4]::-webkit-slider-runnable-track {
    background-image: url(/img/games/plinko/risk-range.svg);
    background-position: 5px 0;
    background-repeat: no-repeat;
    border: 0 solid #f3c846;
    box-shadow: 0 0 0 #fff;
    cursor: pointer;
    height: 10px;
    padding-left: 5px;
    width: 100%
}

.menu-game__wrap .menu-game__details-wrap .menu-game__range-risk input[type=range][data-v-e3c9bcb4]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #fff;
    border: 0 solid #f3c846;
    border-radius: 15px;
    box-shadow: 0 0 0 #353535;
    cursor: pointer;
    height: 16px;
    margin-top: -5px;
    width: 6px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__range-risk input[type=range][data-v-e3c9bcb4]::-moz-range-track {
    background-image: url(/img/games/plinko/risk-range.svg);
    background-position: 5px 0;
    background-repeat: no-repeat;
    border: 0 solid #f3c846;
    border-radius: 5px;
    box-shadow: 0 0 0 #fff;
    cursor: pointer;
    height: 10px;
    width: 100%
}

.menu-game__wrap .menu-game__details-wrap .menu-game__range-risk input[type=range][data-v-e3c9bcb4]::-moz-range-thumb {
    background: #fff;
    border: 0 solid #f3c846;
    border-radius: 15px;
    box-shadow: 0 0 0 #353535;
    cursor: pointer;
    height: 24px;
    width: 15px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__range-risk input[type=range][data-v-e3c9bcb4]::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    cursor: pointer;
    height: 10px;
    width: 100%
}

.menu-game__wrap .menu-game__details-wrap .menu-game__range-risk input[type=range][data-v-e3c9bcb4]::-ms-fill-lower,
.menu-game__wrap .menu-game__details-wrap .menu-game__range-risk input[type=range][data-v-e3c9bcb4]::-ms-fill-upper {
    background: #f66d52;
    border: 0 solid #f3c846;
    border-radius: 15px;
    box-shadow: 0 0 0 #fff
}

.menu-game__wrap .menu-game__details-wrap .menu-game__range-risk input[type=range][data-v-e3c9bcb4]::-ms-thumb {
    background: #fff;
    border: 0 solid #f3c846;
    border-radius: 15px;
    box-shadow: 0 0 0 #353535;
    cursor: pointer;
    height: 24px;
    margin-top: 1px;
    width: 15px
}

.menu-game__wrap .menu-game__details-wrap .menu-game__range-risk input[type=range][data-v-e3c9bcb4]:focus::-ms-fill-lower,
.menu-game__wrap .menu-game__details-wrap .menu-game__range-risk input[type=range][data-v-e3c9bcb4]:focus::-ms-fill-upper {
    background: #f66d52
}

.menu-game__wrap .menu-game__details-wrap .risk-tab-wrap[data-v-e3c9bcb4] {
    display: flex;
    justify-content: space-between;
    width: 207px
}

.menu-game__wrap .menu-game__details-wrap .risk-tab-wrap .risk-tab[data-v-e3c9bcb4] {
    background: #232536;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    height: 4px;
    width: 30%
}

.menu-game__wrap .menu-game__details-wrap .risk-tab-wrap .risk-tab.low.active[data-v-e3c9bcb4] {
    background: #23abf7
}

.menu-game__wrap .menu-game__details-wrap .risk-tab-wrap .risk-tab.medium.active[data-v-e3c9bcb4] {
    background: #ffbe18
}

.menu-game__wrap .menu-game__details-wrap .risk-tab-wrap .risk-tab.high.active[data-v-e3c9bcb4] {
    background: #fe2c51
}

.menu-game__wrap .menu-game__details-wrap .select-rows.active[data-v-e3c9bcb4] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.menu-game__wrap .menu-game__details-wrap .select-rows[data-v-e3c9bcb4] {
    background: #1b1d32;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    height: 52px;
    justify-content: space-between;
    margin-bottom: 18px;
    margin-top: 24px;
    padding: 8px 18px 11px 12px;
    position: relative;
    width: 100%
}

.menu-game__wrap .menu-game__details-wrap .select-rows[data-v-e3c9bcb4]:hover {
    background: #23253d
}

.menu-game__wrap .menu-game__details-wrap .select-rows .arrow-down[data-v-e3c9bcb4] {
    display: block;
    margin: auto 0
}

.menu-game__wrap .menu-game__details-wrap .select-rows .rows-count[data-v-e3c9bcb4],
.menu-game__wrap .menu-game__details-wrap .select-rows .rows-value[data-v-e3c9bcb4] {
    display: block
}

.menu-game__wrap .menu-game__details-wrap .select-rows .rows-count[data-v-e3c9bcb4] {
    color: #858cab;
    font-family: "FS Elliot Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 16px
}

.menu-game__wrap .menu-game__details-wrap .select-rows .rows-options[data-v-e3c9bcb4] {
    border-radius: 0 0 8px 8px;
    height: auto;
    left: 0;
    overflow-y: hidden;
    position: absolute;
    top: 52px;
    width: 100%;
    z-index: 1
}

.menu-game__wrap .menu-game__details-wrap .select-rows .rows-options .rows-option[data-v-e3c9bcb4] {
    background: #23253d;
    border-top: 1px solid #1f2235;
    padding: 12px;
    width: 100%
}

.menu-game__wrap .menu-game__details-wrap .select-rows .rows-options .rows-option.active[data-v-e3c9bcb4],
.menu-game__wrap .menu-game__details-wrap .select-rows .rows-options .rows-option[data-v-e3c9bcb4]:hover {
    background-color: #1b1d32
}

.menu-game__wrap .menu-game__details-wrap .select-rows .rows-options .rows-option:hover .rows-value[data-v-e3c9bcb4] {
    color: #24abf8
}

.menu-game__wrap .menu-game__details-wrap .menu-game__start-game[data-v-e3c9bcb4] {
    background: #24abf8;
    border: none;
    border-radius: 8px;
    box-shadow: inset 0 3px 8px 1px #6dcaff;
    color: #fff;
    font-family: "HalvarBreitschrift bold";
    font-size: 14px;
    font-style: normal;
    letter-spacing: -.03em;
    line-height: 16px;
    outline: none;
    padding: 21px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.menu-game__wrap .menu-game__details-wrap .menu-game__start-game[data-v-e3c9bcb4]:hover {
    background: #098bea;
    box-shadow: none
}

@media screen and (min-width:992px) {
    .menu-game__wrap .menu-game__details-wrap .menu-game__start-game[data-v-e3c9bcb4] {
        margin-bottom: 92px
    }
}

.menu-game__wrap .menu-game__details-wrap .menu-game__start-game .icon-play[data-v-e3c9bcb4] {
    margin-right: 8px;
    margin-top: -2px
}

.mode[data-v-e3c9bcb4] {
    color: #f3f3f3;
    font-family: "HalvarBreitschrift bold";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 14px;
    text-transform: uppercase
}

.rows-value[data-v-e3c9bcb4] {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 16px
}

.rows-value.active[data-v-e3c9bcb4] {
    color: #0676b5
}

.options-active[data-v-e3c9bcb4] {
    transform: rotate(180deg)
}

.loader[data-v-e3c9bcb4] {
    background: rgba(42, 42, 68, .55);
    border-radius: 5px;
    position: absolute;
    top: 0;
    z-index: 1
}