div.widget-callback-wrapper {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 3;

    animation-name: pulse-ring;
    animation-duration: 3.3s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;

    background-image:url("/images/tmp-bg-1.png");
    background-size: cover;
    background-repeat: no-repeat;
}

div.widget-callback-wrapper-2 {
 width: 100px;
    height: 100px;
    
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 2;

    animation-name: pulse-circle;
    animation-duration: 3.3s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    
    
    background-image:url("/images/tmp-bg-1.png");
    background-size: cover;
    background-repeat: no-repeat;
}

div.widget-callback-wrapper-3 {
 	width: 100px;
    height: 100px;
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 3;
 
      background-image:url("/images/tmp-bg-2.png");
       background-size: cover;
    background-repeat: no-repeat;
    }

#qc-main_wrapper [type=checkbox], #qc-main_wrapper [type=radio], #qc-main_wrapper legend {
    box-sizing: border-box;
    padding: 0
}

@-webkit-keyframes ico-rotating {
    0%, 100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scaleX(.01);
        transform: scaleX(.01)
    }
}

@keyframes ico-rotating {
    0%, 100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scaleX(.01);
        transform: scaleX(.01)
    }
}

@-webkit-keyframes pulse-circle {
    0%, 100% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
        opacity: 1
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.33, 1.33);
        transform: translate(-50%, -50%) scale(1.33, 1.33);
        opacity: 0
    }
}

@keyframes pulse-circle {
    0%, 100% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
        opacity: 1
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.33, 1.33);
        transform: translate(-50%, -50%) scale(1.33, 1.33);
        opacity: 0
    }
}

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.33, 1.33);
        transform: translate(-50%, -50%) scale(1.33, 1.33);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.6, 1.6);
        transform: translate(-50%, -50%) scale(1.6, 1.6);
        opacity: 0
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
        opacity: 0
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.33, 1.33);
        transform: translate(-50%, -50%) scale(1.33, 1.33);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1.6, 1.6);
        transform: translate(-50%, -50%) scale(1.6, 1.6);
        opacity: 0
    }
}

#qc-main_wrapper {
    position: relative;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #000;
    z-index: 2147483647
}

#qc-main_wrapper *, #qc-main_wrapper :after, #qc-main_wrapper :before {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    alignment-baseline: auto;
    -webkit-animation: none 0s ease 0s 1 normal none running;
    animation: none 0s ease 0s 1 normal none running;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background-blend-mode: normal;
    background: 0 0;
    baseline-shift: baseline;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border: currentColor;
    border-collapse: separate;
    -o-border-image: none;
    border-image: none;
    border-radius: 0;
    border-spacing: 0;
    bottom: auto;
    box-shadow: none;
    box-sizing: border-box;
    buffered-rendering: auto;
    caption-side: top;
    clear: none;
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    clip-rule: nonzero;
    color: #000;
    color-interpolation: srgb;
    color-interpolation-filters: linearrgb;
    color-rendering: auto;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium none currentColor;
    -moz-column-rule: medium none currentColor;
    column-rule: medium none currentColor;
    -webkit-column-span: 1;
    -moz-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: block;
    dominant-baseline: auto;
    empty-cells: show;
    fill: #000;
    fill-opacity: 1;
    fill-rule: nonzero;
    -webkit-filter: none;
    filter: none;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    float: none;
    flood-color: #000;
    flood-opacity: 1;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-size: 100%;
    font-style: normal;
    font-variant: normal;
    -webkit-font-variant-ligatures: normal;
    font-variant-ligatures: normal;
    font-stretch: normal;
    font-weight: 400;
    glyph-orientation-horizontal: 0deg;
    glyph-orientation-vertical: auto;
    height: auto;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    image-rendering: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    kerning: 0;
    left: auto;
    letter-spacing: normal;
    lighting-color: #fff;
    line-height: 1.15;
    list-style: disc;
    margin: 0;
    marker-end: none;
    marker-mid: none;
    marker-start: none;
    -webkit-mask: none;
    mask: none;
    mask-type: luminance;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    opacity: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    orphans: 2;
    outline-offset: 0;
    outline: 0;
    overflow-wrap: normal;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    paint-order: fill stroke markers;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    resize: none;
    right: auto;
    shape-rendering: auto;
    speak: normal;
    stop-color: #000;
    stop-opacity: 1;
    stroke: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
    -moz-tab-size: 8;
    -o-tab-size: 8;
    tab-size: 8;
    table-layout: auto;
    text-align: left;
    -moz-text-align-last: auto;
    text-align-last: auto;
    text-anchor: start;
    text-decoration: none;
    text-indent: 0;
    text-overflow: clip;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    unicode-bidi: normal;
    vector-effect: none;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 2;
    width: auto;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    z-index: auto;
    zoom: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

#qc-main_wrapper button, #qc-main_wrapper input, #qc-main_wrapper select, #qc-main_wrapper textarea {
    border: 1px solid #a9a9a9;
    background: #fff
}

#qc-main_wrapper :after, #qc-main_wrapper :before, #qc-main_wrapper [hidden], #qc-main_wrapper template {
    display: none
}

#qc-main_wrapper a, #qc-main_wrapper abbr, #qc-main_wrapper acronym, #qc-main_wrapper b, #qc-main_wrapper basefont, #qc-main_wrapper bdo, #qc-main_wrapper big, #qc-main_wrapper br, #qc-main_wrapper cite, #qc-main_wrapper code, #qc-main_wrapper dfn, #qc-main_wrapper em, #qc-main_wrapper font, #qc-main_wrapper i, #qc-main_wrapper img, #qc-main_wrapper kbd, #qc-main_wrapper label, #qc-main_wrapper q, #qc-main_wrapper s, #qc-main_wrapper samp, #qc-main_wrapper small, #qc-main_wrapper span, #qc-main_wrapper strike, #qc-main_wrapper strong, #qc-main_wrapper sub, #qc-main_wrapper sup, #qc-main_wrapper tt, #qc-main_wrapper u, #qc-main_wrapper var {
    display: inline
}

#qc-main_wrapper audio, #qc-main_wrapper button, #qc-main_wrapper canvas, #qc-main_wrapper input, #qc-main_wrapper keygen, #qc-main_wrapper progress, #qc-main_wrapper select, #qc-main_wrapper textarea, #qc-main_wrapper video {
    display: inline-block
}

#qc-main_wrapper caption {
    display: table-caption
}

#qc-main_wrapper col {
    display: table-column
}

#qc-main_wrapper colgroup {
    display: table-column-group
}

#qc-main_wrapper table {
    display: table
}

#qc-main_wrapper tbody {
    display: table-row-group
}

#qc-main_wrapper td, #qc-main_wrapper th {
    display: table-cell
}

#qc-main_wrapper tfoot, #qc-main_wrapper thead {
    display: table-header-group
}

#qc-main_wrapper tr {
    display: table-row
}

#qc-main_wrapper h1 {
    font-size: 2em;
    margin: .67em 0
}

#qc-main_wrapper hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

#qc-main_wrapper code, #qc-main_wrapper kbd, #qc-main_wrapper pre, #qc-main_wrapper samp {
    font-family: monospace, monospace;
    font-size: 1em
}

#qc-main_wrapper a {
    background-color: transparent;
    text-decoration: underline;
    color: #00e;
    -webkit-text-decoration-skip: objects
}

#qc-main_wrapper abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

#qc-main_wrapper b, #qc-main_wrapper strong {
    font-weight: bolder
}

#qc-main_wrapper dfn {
    font-style: italic
}

#qc-main_wrapper mark {
    background-color: #ff0;
    color: #000
}

#qc-main_wrapper small {
    font-size: 80%
}

#qc-main_wrapper sub, #qc-main_wrapper sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

#qc-main_wrapper sub {
    bottom: -.25em
}

#qc-main_wrapper sup {
    top: -.5em
}

#qc-main_wrapper button, #qc-main_wrapper input, #qc-main_wrapper optgroup, #qc-main_wrapper select, #qc-main_wrapper textarea {
    line-height: 1.15;
    margin: 0;
    font-family: sans-serif;
    font-size: 100%
}

#qc-main_wrapper audio:not([controls]) {
    display: none;
    height: 0
}

#qc-main_wrapper img {
    border-style: none
}

#qc-main_wrapper svg:not(:root) {
    overflow: hidden
}

#qc-main_wrapper button {
    text-transform: none;
    overflow: visible
}

#qc-main_wrapper input {
    overflow: visible
}

#qc-main_wrapper select {
    text-transform: none
}

#qc-main_wrapper textarea {
    white-space: pre-wrap;
    overflow: auto;
    resize: both
}

#qc-main_wrapper .qc-avatar-content, #qc-main_wrapper .qc-avatar-image, #qc-main_wrapper .qc-avatar-stream, #qc-main_wrapper .qc-avatar-video-wrapper {
    overflow: hidden;
    border-radius: 50%;
    width: 100%;
    height: 100%
}

#qc-main_wrapper [type=reset], #qc-main_wrapper [type=submit], #qc-main_wrapper button, #qc-main_wrapper html [type=button] {
    -webkit-appearance: button
}

#qc-main_wrapper button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

#qc-main_wrapper [type=button]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

#qc-main_wrapper [type=reset]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

#qc-main_wrapper [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

#qc-main_wrapper button:-moz-focusring {
    outline: ButtonText dotted 1px
}

#qc-main_wrapper [type=button]:-moz-focusring {
    outline: ButtonText dotted 1px
}

#qc-main_wrapper [type=reset]:-moz-focusring {
    outline: ButtonText dotted 1px
}

#qc-main_wrapper [type=submit]:-moz-focusring {
    outline: ButtonText dotted 1px
}

#qc-main_wrapper fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

#qc-main_wrapper legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

#qc-main_wrapper progress {
    vertical-align: baseline
}

#qc-main_wrapper [type=number]::-webkit-inner-spin-button {
    height: auto
}

#qc-main_wrapper [type=number]::-webkit-outer-spin-button {
    height: auto
}

#qc-main_wrapper [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

#qc-main_wrapper .qc-input:focus, #qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat_input-textarea:focus {
    outline: 0
}

#qc-main_wrapper [type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

#qc-main_wrapper [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

#qc-main_wrapper ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

#qc-main_wrapper summary {
    display: list-item
}

#qc-main_wrapper .qc-button_wrapper, #qc-main_wrapper .qc-window {
    font-size: 100%
}

#qc-main_wrapper .qc-hidden {
    display: none !important
}

#qc-main_wrapper .qc-showed {
    display: block !important
}

#qc-main_wrapper .qc-position_wrapper {
    position: fixed;
    width: 0;
    height: 0
}

#qc-main_wrapper .qc-position_wrapper--left {
    left: 0;
    bottom: 0
}

#qc-main_wrapper .qc-position_wrapper--right {
    right: 0;
    top:250px;
}

#qc-main_wrapper .qc-round_ico {
    position: relative;
    width: 4.1em;
    height: 4.1em;
    border: .3em solid #fff;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    box-shadow: .2em .4em .9em rgba(0, 0, 0, .2);
    -webkit-transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-tap-highlight-color: transparent
}

#qc-main_wrapper .qc-round_ico:hover .qc-round_ico-item {
    -webkit-animation: ico-rotating 2.5s ease-in-out;
    animation: ico-rotating 2.5s ease-in-out
}

#qc-main_wrapper .qc-round_ico-item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer
}

#qc-main_wrapper .qc-round_ico--chat {
    background-color: #41a5f5
}

#qc-main_wrapper .qc-round_ico--chat .qc-round_ico-item {
    background: url(/images/widget-sprite.png);
    background-size: 187.5% 1646.34146341%;
    width: 2.1em;
    height: 2em
}

#qc-main_wrapper .qc-round_ico--phone {
    background-color: #00b74f
}

#qc-main_wrapper .qc-round_ico--phone .qc-round_ico-item {
    background: url(/images/widget-sprite.png) 0 11.84834123%;
    background-size: 178.57142857% 1607.14285714%;
    width: 2.1em;
    height: 2.1em
}

#qc-main_wrapper .qc-round_ico--letter {
    background-color: #7f8a92
}

#qc-main_wrapper .qc-round_ico--letter .qc-round_ico-item {
    background: url(/images/widget-sprite.png) 0 23.20185615%;
    background-size: 187.5% 2368.42105263%;
    width: 2.3em;
    height: 1.6em
}

#qc-main_wrapper .qc-avatar {
    position: relative;
    width: 12.4em;
    height: 12.4em;
    padding: .7em;
    border-radius: 50%;
    background: #fff;
    font-size: 1em;
    box-shadow: .2em .4em .9em rgba(0, 0, 0, .2)
}

#qc-main_wrapper .qc-avatar-content {
    margin: auto
}

#qc-main_wrapper .qc-avatar-video-wrapper {
    position: relative
}

#qc-main_wrapper .qc-btn, #qc-main_wrapper .qc-bubble-content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word
}

#qc-main_wrapper .qc-avatar-video {
    width: auto;
    height: 100%
}

#qc-main_wrapper .qc-avatar:after {
    background: url(/images/widget-sprite.png) 0 60.19261637%;
    background-size: 144.23076923% 1298.07692308%;
    width: 2.6em;
    height: 2.6em;
    content: ' ';
    display: none;
    position: absolute;
    left: 50%;
    bottom: .2em;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#qc-main_wrapper .qc-avatar--video_ico:after {
    display: block
}

#qc-main_wrapper .qc-btn {
    display: block;
    width: 100%;
    margin-top: .6em;
    padding: .8em .5em;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 2.2em;
    color: #fff;
    text-align: center;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    cursor: pointer
}

#qc-main_wrapper .qc-btn:hover {
    opacity: .9
}

#qc-main_wrapper .qc-input {
    display: block;
    width: 100%;
    margin: 1px 0;
    padding: .7em;
    border: 1px solid transparent;
    border-radius: .3em;
    background: #fff;
    font-size: 1.7em
}

#qc-main_wrapper .qc-input.has-success {
    border-color: #3c763d;
    box-shadow: inset 0 0 .6em rgba(60, 118, 61, .5)
}

#qc-main_wrapper .qc-input.has-warning {
    border-color: #8a6d3b;
    box-shadow: inset 0 0 .6em rgba(138, 109, 59, .5)
}

#qc-main_wrapper .qc-input.has-error {
    border-color: #a94442;
    box-shadow: inset 0 0 .6em rgba(169, 68, 66, .5)
}

#qc-main_wrapper .qc-textarea {
    line-height: 1em;
    padding-bottom: .1em;
    resize: none
}

#qc-main_wrapper .qc-agreement {
    display: inline-block;
    font-size: 1.2em;
    margin-top: .7em;
    color: #fff;
    cursor: pointer
}

#qc-main_wrapper .qc-agreement input {
    vertical-align: bottom;
    box-shadow: 0 0 5px 1px rgba(255, 0, 0, .75);
    cursor: pointer
}

#qc-main_wrapper .qc-agreement input:checked {
    box-shadow: none
}

#qc-main_wrapper .qc-agreement a {
    color: #fff;
    text-decoration: none
}

#qc-main_wrapper .qc-agreement a:hover {
    text-decoration: underline
}

#qc-main_wrapper .qc-button_wrapper {
    position: absolute
}

#qc-main_wrapper .qc-button_wrapper--compact {
    font-size: 7.5px
}

#qc-main_wrapper .qc-button_wrapper--compact .qc-bubble_wrapper {
    position: absolute;
    font-size: 1.2em
}

#qc-main_wrapper .qc-button_pulse-circle {
    display: none;
    position: absolute;
    width: 12em;
    height: 12em;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    /*background: #80a6e4*/
    background:red;
}

#qc-main_wrapper .qc-button_pulse-ring {
    display: none;
    position: absolute;
    width: 12em;
    height: 12em;
    left: 50%;
    top: 50%;
    border: 1px solid #80a6e4;
    border-radius: 50%
}

#qc-main_wrapper .qc-button {
    padding: .7em;
    cursor: pointer
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--odd .qc-round_ico:nth-child(1) {
    left: 0;
    top: -9em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--odd .qc-round_ico:nth-child(2) {
    left: 5.3em;
    top: -7.3em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--odd .qc-round_ico:nth-child(3) {
    left: -5.3em;
    top: -7.3em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--odd .qc-round_ico:nth-child(4) {
    left: 8.6em;
    top: -2.8em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--odd .qc-round_ico:nth-child(5) {
    left: -8.6em;
    top: -2.8em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--odd .qc-round_ico:nth-child(6) {
    left: 8.6em;
    top: 2.8em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--odd .qc-round_ico:nth-child(7) {
    left: -8.6em;
    top: 2.8em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--odd .qc-round_ico:nth-child(8) {
    left: 5.3em;
    top: 7.3em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--odd .qc-round_ico:nth-child(9) {
    left: -5.3em;
    top: 7.3em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--odd .qc-round_ico:nth-child(10) {
    left: 0;
    top: 9em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--even .qc-round_ico:nth-child(1) {
    left: -2.8em;
    top: -8.6em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--even .qc-round_ico:nth-child(2) {
    left: 2.8em;
    top: -8.6em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--even .qc-round_ico:nth-child(3) {
    left: -7.3em;
    top: -5.3em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--even .qc-round_ico:nth-child(4) {
    left: 7.3em;
    top: -5.3em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--even .qc-round_ico:nth-child(5) {
    left: -9em;
    top: 0
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--even .qc-round_ico:nth-child(6) {
    left: 9em;
    top: 0
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--even .qc-round_ico:nth-child(7) {
    left: -7.3em;
    top: 5.3em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--even .qc-round_ico:nth-child(8) {
    left: 7.3em;
    top: 5.3em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--even .qc-round_ico:nth-child(9) {
    left: -2.8em;
    top: 8.6em
}

#qc-main_wrapper .qc-button:hover .qc-button-icons--even .qc-round_ico:nth-child(10) {
    left: 2.8em;
    top: 8.6em
}

#qc-main_wrapper .qc-button .qc-button-icons {
    position: absolute;
    left: 50%;
    top: 50%
}

#qc-main_wrapper .qc-button .qc-button-icons .qc-round_ico {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: -2em;
    margin-top: -2em;
    -webkit-transition: left 1s cubic-bezier(.7, 0, .3, 1), top 1s cubic-bezier(.7, 0, .3, 1);
    transition: left 1s cubic-bezier(.7, 0, .3, 1), top 1s cubic-bezier(.7, 0, .3, 1)
}

#qc-main_wrapper .qc-button .qc-button-icons--on_left_side {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#qc-main_wrapper .qc-button .qc-button-icons--on_left_side .qc-round_ico, #qc-main_wrapper .qc-button .qc-button-icons--on_right_side {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#qc-main_wrapper .qc-button .qc-button-icons--on_right_side .qc-round_ico {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#qc-main_wrapper .qc-button--pulse .qc-button_pulse-circle {
    display: block;
    -webkit-animation: pulse-circle 3.3s ease infinite;
    animation: pulse-circle 3.3s ease infinite
}

#qc-main_wrapper .qc-button--pulse .qc-button_pulse-ring {
    display: block;
    -webkit-animation: pulse-ring 3.3s ease infinite;
    animation: pulse-ring 3.3s ease infinite
}

#qc-main_wrapper .qc-button .qc-avatar, #qc-main_wrapper .qc-button .qc-avatar .qc-ico-video, #qc-main_wrapper .qc-button .qc-avatar-content, #qc-main_wrapper .qc-button .qc-avatar-image, #qc-main_wrapper .qc-button .qc-avatar-stream, #qc-main_wrapper .qc-button .qc-avatar-video, #qc-main_wrapper .qc-button .qc-avatar-video-wrapper {
    cursor: inherit
}

#qc-main_wrapper .qc-bubble_wrapper {
    position: absolute;
    font-size: 1em
}

#qc-main_wrapper .qc-bubble {
    position: relative;
    width: 26.6em;
    padding: 1.8em;
    border-radius: .4em;
    background: #fff;
    box-shadow: 0 1.2em 4em rgba(0, 0, 0, .2);
    cursor: default
}

#qc-main_wrapper .qc-bubble + .qc-bubble {
    margin-top: 3.5em
}

#qc-main_wrapper .qc-bubble--left {
    right: 110%;
    bottom: 35%
}

#qc-main_wrapper .qc-bubble--left .qc-bubble:after {
    right: -1em;
    bottom: 1.8em
}

#qc-main_wrapper .qc-bubble--left_compact {
    right: 0;
    bottom: 110%
}

#qc-main_wrapper .qc-bubble--left_compact .qc-bubble:last-child:after {
    bottom: -.65em;
    right: 5.9em;
    border-bottom: 0;
    border-top: .8em solid #fff
}

#qc-main_wrapper .qc-bubble--right {
    left: 110%;
    bottom: 35%
}

#qc-main_wrapper .qc-bubble--right .qc-bubble:after {
    left: -1em;
    bottom: 1.8em
}

#qc-main_wrapper .qc-bubble--right_compact {
    left: 0;
    bottom: 110%
}

#qc-main_wrapper .qc-bubble--right_compact .qc-bubble:last-child:after {
    bottom: -.65em;
    left: 5.9em;
    border-bottom: 0;
    border-top: .8em solid #fff
}

#qc-main_wrapper .qc-bubble--center {
    bottom: 110%;
    left: 50%
}

#qc-main_wrapper .qc-bubble--center .qc-bubble {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

#qc-main_wrapper .qc-bubble--center .qc-bubble:last-child:after {
    bottom: -.65em;
    left: 50%;
    margin-left: -1em;
    border-bottom: 0;
    border-top: .8em solid #fff
}

#qc-main_wrapper .qc-bubble:last-child:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border: 1em solid transparent;
    border-top-width: 0;
    border-bottom-width: .8em;
    border-bottom-color: #fff
}

#qc-main_wrapper .qc-bubble-info {
    position: relative;
    padding-left: 2.8em
}

#qc-main_wrapper .qc-bubble-ico {
    position: absolute;
    background: url(/images/widget-sprite.png) 0 82.15962441%;
    background-size: 208.33333333% 1875%;
    width: 2em;
    height: 2em;
    left: 1px;
    top: 1px
}

#qc-main_wrapper .qc-bubble-name {
    line-height: 1.2;
    font-size: 1.5em;
    color: #4c5560;
    white-space: pre-line
}

#qc-main_wrapper .qc-bubble-desc {
    line-height: 1.2;
    font-size: 1.5em;
    color: #8a929d;
    white-space: pre-line
}

#qc-main_wrapper .qc-bubble-content {
    margin: 1em 0;
    font-size: 1.5em;
    color: #2e2e2e;
    white-space: pre-line
}

#qc-main_wrapper .qc-window .qc-operator-desc, #qc-main_wrapper .qc-window .qc-operator-name {
    line-height: 1.2;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    overflow: hidden
}

#qc-main_wrapper .qc-bubble-button {
    display: block;
    width: 100%;
    padding: .3em 1em;
    border: 0;
    border-radius: .2em;
    background: #6680d4;
    font-size: 1.8em;
    text-align: center;
    color: #fff;
    cursor: pointer
}

#qc-main_wrapper .qc-bubble-close {
    position: absolute;
    background: url(/images/widget-sprite.png) 0 70.86614173%;
    background-size: 187.5% 1687.5%;
    width: 1.6em;
    height: 1.6em;
    right: .8em;
    top: .8em;
    border: 0;
    cursor: pointer;
    opacity: .7;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out
}

#qc-main_wrapper .qc-bubble-close:hover {
    opacity: 1
}

#qc-main_wrapper .qc-window {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    position: absolute;
    width: 350px;
    height: 515px;
    background-color: #6680d4;
    box-shadow: 0 1.2em 4em rgba(0, 0, 0, .2)
}

#qc-main_wrapper .qc-window-close {
    position: absolute;
    background: url(/images/widget-sprite.png) 0 35.43307087%;
    background-size: 187.5% 1687.5%;
    width: 2em;
    height: 2em;
    right: .8em;
    top: .8em;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    opacity: .5;
    cursor: pointer;
    z-index: 10
}

#qc-main_wrapper .qc-window-close:hover {
    opacity: 1
}

#qc-main_wrapper .qc-window .qc-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    min-height: 2.4em;
    padding-top: .7em;
    color: #fff;
    z-index: 1
}

#qc-main_wrapper .qc-window .qc-header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#qc-main_wrapper .qc-window .qc-header .qc-avatar {
    margin: 1.9em;
    padding: .62em;
    font-size: .806em
}

#qc-main_wrapper .qc-window .qc-operator {
    width: 100%;
    padding-top: .3em;
    color: #fff
}

#qc-main_wrapper .qc-window .qc-operator-name {
    font-size: 1.7em
}

#qc-main_wrapper .qc-window .qc-operator-desc {
    font-size: 1.3em;
    opacity: .5
}

#qc-main_wrapper .qc-window .qc-tabs {
    text-align: left;
    margin: .9em -.3em 0
}

#qc-main_wrapper .qc-window .qc-tabs .qc-round_ico {
    display: inline-block;
    margin: .3em .2em;
    background-color: transparent;
    box-shadow: none
}

#qc-main_wrapper .qc-window .qc-tabs .qc-round_ico.qc-tabs--active, #qc-main_wrapper .qc-window .qc-tabs .qc-round_ico:hover {
    box-shadow: .2em .4em .9em rgba(0, 0, 0, .2)
}

#qc-main_wrapper .qc-window .qc-tabs .qc-round_ico.qc-round_ico--phone.qc-tabs--active, #qc-main_wrapper .qc-window .qc-tabs .qc-round_ico.qc-round_ico--phone:hover {
    background-color: #00b74f
}

#qc-main_wrapper .qc-window .qc-tabs .qc-round_ico.qc-round_ico--chat.qc-tabs--active, #qc-main_wrapper .qc-window .qc-tabs .qc-round_ico.qc-round_ico--chat:hover {
    background-color: #41a5f5
}

#qc-main_wrapper .qc-window .qc-tabs .qc-round_ico.qc-round_ico--letter.qc-tabs--active, #qc-main_wrapper .qc-window .qc-tabs .qc-round_ico.qc-round_ico--letter:hover {
    background-color: #7f8a92
}

#qc-main_wrapper .qc-window .qc-tabs .qc-round_ico.qc-round_ico--gift.qc-tabs--active, #qc-main_wrapper .qc-window .qc-tabs .qc-round_ico.qc-round_ico--gift:hover {
    background-color: #ff4131
}

#qc-main_wrapper .qc-window .qc-tabs .qc-round_ico.qc-round_ico--vk.qc-tabs--active, #qc-main_wrapper .qc-window .qc-tabs .qc-round_ico.qc-round_ico--vk:hover {
    background-color: #2f76a6
}

#qc-main_wrapper .qc-window .qc-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 2.1em;
    padding: 0 .5em
}

#qc-main_wrapper .qc-window .qc-footer .qc-footer-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 1.1em;
    color: rgba(255, 255, 255, .6);
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none;
    text-align: center;
    cursor: pointer
}

#qc-main_wrapper .qc-window .qc-footer .qc-footer-link:hover {
    color: rgba(255, 255, 255, .8);
    text-decoration: none
}

#qc-main_wrapper .qc-window .qc-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    position: relative;
    width: 100%
}

#qc-main_wrapper .qc-window .qc-content-text {
    margin: 0 0 .5em;
    font-weight: 300;
    font-size: 1.8em;
    color: #fff
}

#qc-main_wrapper .qc-window .qc-content-layer {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 .3em;
    padding: 0 1.5em;
    overflow-y: auto
}

#qc-main_wrapper .qc-window .qc-content-layer .qc-done-message, #qc-main_wrapper .qc-window .qc-content-layer .qc-preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

#qc-main_wrapper .qc-window .qc-content-layer .qc-done-message .qc-done-message-text {
    text-align: center;
    margin-top: 40%;
    color: #fff
}

#qc-main_wrapper .qc-window .qc-chat-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin: 0 .3em;
    -webkit-transition: padding-bottom .2s ease;
    transition: padding-bottom .2s ease
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    position: relative;
    width: 100%;
    border-radius: .3em;
    background-color: #fff;
    overflow: hidden
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-client {
    padding: .3em 1.3em .3em 3.5em;
    text-align: right
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-client .qc-msg-message {
    display: inline-block;
    position: relative;
    max-width: 100%;
    padding: 1em;
    border-radius: .3em;
    background-color: #d2d9f2;
    text-align: left
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-client .qc-msg-message-content {
    font-size: 1.4em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-client .qc-msg-message-content p {
    white-space: pre-line;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-client .qc-msg-message-content a {
    text-decoration: none;
    color: #7c6abf;
    cursor: pointer
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-client .qc-msg-message-content a:hover {
    text-decoration: underline
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-client .qc-msg-message:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    position: absolute;
    right: -1.3em;
    top: .5em;
    border-left: 1.4em solid #d2d9f2;
    border-top-width: .2em;
    border-bottom-width: .7em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-client .qc-msg-time {
    position: absolute;
    top: 0;
    font-size: 1em;
    text-align: left;
    left: -3em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-operator {
    padding: .3em 3.5em .3em 1.3em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-operator .qc-msg-message {
    display: inline-block;
    position: relative;
    max-width: 100%;
    padding: 1em;
    border-radius: .3em;
    background-color: #d2eace;
    text-align: left
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-operator .qc-msg-message-content {
    font-size: 1.4em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-operator .qc-msg-message-content p {
    white-space: pre-line;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-operator .qc-msg-message-content a {
    text-decoration: none;
    color: #7c6abf;
    cursor: pointer
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-operator .qc-msg-message-content a:hover {
    text-decoration: underline
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-operator .qc-msg-message:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    position: absolute;
    left: -1.3em;
    top: .5em;
    border-right: 1.4em solid #d2eace;
    border-top-width: .2em;
    border-bottom-width: .7em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-operator .qc-msg-time {
    position: absolute;
    top: 0;
    font-size: 1em;
    text-align: left;
    right: -3em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system {
    display: block;
    padding: 1em 1.3em;
    max-width: 35em;
    margin: auto
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system .qc-msg-message {
    position: relative;
    max-width: 100%;
    border-radius: .3em;
    background-color: #ededed;
    text-align: left;
    display: block;
    padding: 1em 2em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system .qc-msg-message-content {
    font-size: 1.4em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system .qc-msg-message-content p {
    white-space: pre-line;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system .qc-msg-message-content a {
    text-decoration: none;
    color: #7c6abf;
    cursor: pointer
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system .qc-msg-message-content a:hover {
    text-decoration: underline
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system .qc-msg-message:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system .qc-msg-time {
    position: absolute;
    top: 0;
    font-size: 1em;
    text-align: left
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system-button {
    display: block;
    width: 100%;
    margin-top: .6em;
    padding: .6em 1em;
    border: 0;
    border-radius: .2em;
    background: #6680d4;
    font-size: 1.3em;
    text-align: center;
    color: #fff;
    cursor: pointer;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system--offline {
    padding: .3em 3.5em .3em 1.3em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system--offline .qc-msg-message {
    display: inline-block;
    position: relative;
    max-width: 100%;
    padding: 1em;
    border-radius: .3em;
    background-color: #d2eace;
    text-align: left
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system--offline .qc-msg-message-content {
    font-size: 1.4em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system--offline .qc-msg-message-content p {
    white-space: pre-line;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system--offline .qc-msg-message-content a {
    text-decoration: none;
    color: #7c6abf;
    cursor: pointer
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system--offline .qc-msg-message-content a:hover {
    text-decoration: underline
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system--offline .qc-msg-message:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    position: absolute;
    left: -1.3em;
    top: .5em;
    border-right: 1.4em solid #d2eace;
    border-top-width: .2em;
    border-bottom-width: .7em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-msg-system--offline .qc-msg-time {
    position: absolute;
    top: 0;
    font-size: 1em;
    text-align: left;
    right: -3em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-chat-messages-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    position: relative;
    padding: .3em .5em 3em;
    overflow-y: auto
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-typing {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: .3em 1em;
    border-radius: .3em;
    background: #fff;
    font-size: 1.2em;
    color: #828282;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-offline-input {
    margin: 1em 0 .5em;
    padding: .6em .7em;
    border-radius: 0;
    font-size: 1em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-offline-error {
    color: #a94442
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-offline-agreement {
    font-size: .75em;
    cursor: pointer
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-offline-agreement input {
    vertical-align: bottom;
    box-shadow: 0 0 5px 1px rgba(255, 0, 0, .75);
    cursor: pointer
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-offline-agreement input:checked {
    box-shadow: none
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-offline-agreement a {
    color: #000 !important;
    text-decoration: none
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-offline-agreement a:hover {
    text-decoration: underline
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-offline-submit {
    display: inline-block;
    width: auto;
    margin: .5em 0 0;
    font-size: 1em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-offline-sended {
    margin-top: 1em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-offline-sended-ico {
    display: inline-block;
    font-size: .715em;
    vertical-align: -.6em;
    margin-right: .5em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat-window .qc-offline-sended-ico:after {
    content: ' ';
    display: block;
    background: url(/images/widget-sprite.png) 0 97.56097561%;
    background-size: 125% 1125%;
    width: 2.4em;
    height: 2.4em
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat_input-wrapper {
    width: 100%;
    height: 4.8em;
    -webkit-transition: height .2s ease;
    transition: height .2s ease;
    background-color: transparent;
    margin-top: 3px
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat_input-wrapper.scroll .qc-chat-textarea {
    overflow-y: scroll
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat_input {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: .2em;
    background-color: #fff;
    overflow: hidden
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat_input-textarea {
    width: 100%;
    height: 100%;
    line-height: 1.3em;
    margin: 0;
    padding: .5em 1.2em .5em .5em;
    border: none;
    background-color: transparent;
    font-size: 1.4em;
    color: inherit;
    resize: none;
    overflow: hidden
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat_input-send {
    position: absolute;
    right: 0;
    top: 0;
    padding: .5rem;
    cursor: pointer
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat_input-send:after {
    content: ' ';
    display: block;
    background: url(/images/widget-sprite.png) 0 46.72897196%;
    background-size: 230.76923077% 2045.45454545%;
    width: 1.2em;
    height: 1.2em;
    cursor: pointer
}

#qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat_input-mirror {
    position: absolute;
    top: 100%;
    padding: 0 .5em;
    white-space: pre-wrap;
    line-height: 2em
}

@media screen and (max-width: 401px) {
    #qc-main_wrapper {
        font-size: 9px
    }
}

@media screen and (orientation: landscape) and (max-height: 560px) {
    #qc-main_wrapper .qc-window {
        width: 515px;
        height: 350px
    }

    #qc-main_wrapper .qc-window .qc-header {
        padding-top: .4em
    }

    #qc-main_wrapper .qc-window .qc-header .qc-avatar {
        margin: .96em 1.92em;
        padding: .8em;
        font-size: .6273em
    }

    #qc-main_wrapper .qc-window .qc-header-inner {
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 8.5% 0 1%
    }

    #qc-main_wrapper .qc-window .qc-header .qc-operator {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding: 0
    }

    #qc-main_wrapper .qc-window .qc-header .qc-tabs {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin: 0
    }

    #qc-main_wrapper .qc-window .qc-email-wrapper .qc-content-text {
        margin-bottom: 0
    }

    #qc-main_wrapper .qc-window .qc-email-wrapper .qc-input:nth-child(2) {
        width: calc(50% - .1em);
        margin-right: .1em;
        margin-top: 0;
        float: left
    }

    #qc-main_wrapper .qc-window .qc-email-wrapper .qc-input:nth-child(3) {
        width: 50%;
        margin-top: 0
    }

    #qc-main_wrapper .qc-window .qc-email-wrapper .qc-btn {
        margin-top: .2em;
        padding: .5em
    }
}

@media screen and (orientation: portrait) and (max-width: 365px) {
    #qc-main_wrapper .qc-position_wrapper.qc-window--active, #qc-main_wrapper .qc-window {
        width: 100%
    }
}

@media screen and (orientation: portrait) and (max-height: 560px) {
    #qc-main_wrapper .qc-position_wrapper.qc-window--active, #qc-main_wrapper .qc-window {
        height: 100%
    }

    #qc-main_wrapper .qc-window .qc-footer {
        height: .3em
    }

    #qc-main_wrapper .qc-window .qc-footer-link {
        display: none
    }
}

@media screen and (orientation: landscape) and (max-width: 560px) {
    #qc-main_wrapper .qc-position_wrapper.qc-window--active, #qc-main_wrapper .qc-window {
        width: 100%
    }

    #qc-main_wrapper .qc-window .qc-footer {
        height: .3em
    }

    #qc-main_wrapper .qc-window .qc-footer-link {
        display: none
    }
}

@media screen and (orientation: landscape) and (max-height: 365px) {
    #qc-main_wrapper .qc-position_wrapper.qc-window--active, #qc-main_wrapper .qc-window {
        height: 100%
    }

    #qc-main_wrapper .qc-window .qc-header .qc-avatar {
        margin-left: 3.4em;
        font-size: .5273em
    }

    #qc-main_wrapper .qc-window .qc-content-text {
        font-size: 1.8em
    }

    #qc-main_wrapper .qc-window .qc-input {
        padding-top: .48em;
        padding-bottom: .48em
    }

    #qc-main_wrapper .qc-window .qc-textarea {
        height: 3.1em
    }

    #qc-main_wrapper .qc-window .qc-footer {
        height: .3em
    }

    #qc-main_wrapper .qc-window .qc-footer-link {
        display: none
    }
}

@media screen and (max-height: 235px) {
    #qc-main_wrapper .qc-window .qc-avatar, #qc-main_wrapper .qc-window .qc-email-wrapper .qc-content-text, #qc-main_wrapper .qc-window .qc-header-inner {
        display: none
    }

    #qc-main_wrapper .qc-window .qc-header {
        padding-top: .5em
    }

    #qc-main_wrapper .qc-window-close {
        top: .2em;
        right: .3em
    }
}

@media screen and (max-height: 750px), screen and (max-width: 420px) {
    #qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat_input-textarea {
        padding-right: 2rem
    }

    #qc-main_wrapper .qc-window .qc-chat-wrapper .qc-chat_input-send:after {
        background: url(/images/widget-sprite.png) 0 46.72897196%;
        background-size: 230.76923077% 2045.45454545%;
        width: 2.2em;
        height: 2.2em
    }
}

#qc-main_wrapper .qc-position_wrapper--right .qc-button_wrapper {
    right: 45px;
    bottom: 45px
}

#qc-main_wrapper .qc-position_wrapper--right .qc-window {
    right: 40px;
    bottom: 0
}

#qc-main_wrapper .qc-position_wrapper--right .qc-bubble--temp {
    right: 110%;
    bottom: 35%
}

#qc-main_wrapper .qc-position_wrapper--right .qc-bubble--temp .qc-bubble:after {
    right: -1em;
    bottom: 1.8em
}

@media screen and (max-width: 480px) {
    #qc-main_wrapper .qc-position_wrapper--right .qc-bubble--temp {
        right: 0;
        bottom: 110%
    }

    #qc-main_wrapper .qc-position_wrapper--right .qc-bubble--temp .qc-bubble:last-child:after {
        bottom: -.65em;
        right: 5.9em;
        border-bottom: 0;
        border-top: .8em solid #fff
    }
}

#qc-main_wrapper .qc-position_wrapper--left .qc-button_wrapper {
    left: 45px;
    bottom: 45px
}

#qc-main_wrapper .qc-position_wrapper--left .qc-window {
    left: 40px;
    bottom: 0
}

#qc-main_wrapper .qc-position_wrapper--left .qc-bubble--temp {
    left: 110%;
    bottom: 35%
}

#qc-main_wrapper .qc-position_wrapper--left .qc-bubble--temp .qc-bubble:after {
    left: -1em;
    bottom: 1.8em
}

@media screen and (max-width: 480px) {
    #qc-main_wrapper .qc-position_wrapper--left .qc-bubble--temp {
        left: 0;
        bottom: 110%
    }

    #qc-main_wrapper .qc-position_wrapper--left .qc-bubble--temp .qc-bubble:last-child:after {
        bottom: -.65em;
        left: 5.9em;
        border-bottom: 0;
        border-top: .8em solid #fff
    }
}

@media screen and (orientation: portrait) and (max-width: 405px), screen and (orientation: landscape) and (max-width: 600px) {
    #qc-main_wrapper .qc-position_wrapper--left .qc-window {
        left: 0;
        right: auto
    }

    #qc-main_wrapper .qc-position_wrapper--right .qc-window {
        left: auto;
        right: 0
    }
}

@media screen and (max-height: 420px), screen and (max-width: 420px) {
    #qc-main_wrapper .qc-position_wrapper .qc-button_wrapper {
        font-size: 6.5px
    }

    #qc-main_wrapper .qc-position_wrapper--left .qc-button_wrapper {
        left: 10px;
        bottom: 10px
    }

    #qc-main_wrapper .qc-position_wrapper--right .qc-button_wrapper {
        right: 10px;
        bottom: 10px
    }

    #qc-main_wrapper .qc-bubble_wrapper {
        font-size: 1.3em
    }
}

@media screen and (max-height: 420px) and (max-width: 480px), screen and (max-width: 420px) {
    #qc-main_wrapper .qc-position_wrapper--left .qc-button_wrapper .qc-bubble--temp .qc-bubble:last-child:after {
        left: 4.4em
    }

    #qc-main_wrapper .qc-position_wrapper--right .qc-button_wrapper .qc-bubble--temp .qc-bubble:last-child:after {
        right: 4.4em
    }
}

div#qc-super-text-wrapper {
	border-radius:54px;
	width:100%;
    height:100%;
}

div#qc-super-text {
	border-radius:54px;
	animation-name: collapse;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    width:100%;
    height:100%;
    text-align:center;
    font-size:20px;
    color:#fff;
    overflow:hidden;
    background-repeat:no-repeat;
    background-position:center;
    display:flex;
	align-items:center;
	justify-content: center;
}

@keyframes collapse {
    0%, 100% {        
        transform: scale(1, 1);
        animation-timing-function: ease-in;
    }
    
    50% {        
        transform: scale(1, 1);
        animation-timing-function: ease-in;
    }
    
    25% {
        transform: scale(0,1);
        animation-timing-function: ease-out;
    }
}

