/*@import url('assets/normalize/7.0.0/normalize.min.css');*/
@font-face {
  font-family: 'lira-widget';
  src: url('assets/icomoon/fonts//lira-widget.eot?qpqj67');
  src: url('assets/icomoon/fonts//lira-widget.eot?qpqj67#iefix') format('embedded-opentype'), url('assets/icomoon/fonts//lira-widget.ttf?qpqj67') format('truetype'), url('assets/icomoon/fonts//lira-widget.woff?qpqj67') format('woff'), url('assets/icomoon/fonts//lira-widget.svg?qpqj67#lira-widget') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="lw-icon-"],
[class*=" lw-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lira-widget' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none !important;
}
.lw-icon-star:before {
  content: "\e838";
}
.lw-icon-schedule:before {
  content: "\e8b6";
}
.lw-icon-timer:before {
  content: "\e426";
}
.lw-icon-sentiment_dissatisfied:before {
  content: "\e811";
}
.lw-icon-sentiment_neutral:before {
  content: "\e812";
}
.lw-icon-sentiment_satisfied:before {
  content: "\e813";
}
.lw-icon-close:before {
  content: "\e900";
}
.lw-icon-phone:before {
  content: "\e901";
}
.lw-icon-comment-discussion:before {
  content: "\e905";
}
/* SETTINGS START */
/* SETTINGS END */
.layer-before-mixin {
  z-index: 100920;
}
.layer-before-mixin:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: 100%;
  width: 100%;
}
.lirax-blur:before {
  position: fixed;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100905;
  background: #000;
  opacity: 0;
  transition: opacity .3s;
}
.lirax-blur.lirax-blur-color:before {
  opacity: .3;
}
.lirax-blur > * {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.lirax-blur > #liraWidget,
.lirax-blur > #liraPanel {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.lirax-blur > #liraWidget {
  z-index: 100900;
}
.animation-mainrotate-mixin {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  animation-name: firstrotate, mainrotate;
  animation-duration: .6s, 20s;
  animation-delay: 3.0s, 3.8s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: 1, infinite;
}
.animation-subrotate-mixin {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  animation-name: firstrotate, subrotate;
  animation-duration: .6s, 20s;
  animation-delay: 2.4s, 3.8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out, linear;
  animation-iteration-count: 1, infinite;
}
.animation-widget-mixin {
  animation-name: flywidget, rotatewidget, backwidget;
  animation-duration: .8s, .8s, .2s;
  animation-delay: 2s, 1.8s, 3.6s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.215, 0.88, 0.345, 1), ease-in-out, ease-in;
  animation-fill-mode: forwards;
}
.animation-widget-mobile-mixin {
  animation-name: flywidget, rotatewidget, backwidget;
  animation-duration: .8s, .8s, .2s;
  animation-delay: 2s, 1.8s, 3.6s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.215, 0.88, 0.345, 1), ease-in-out, ease-in;
  animation-fill-mode: forwards;
}
.animation-widget-left-mixin {
  animation-name: flywidget, rotatewidget, backwidgetleft;
  animation-duration: .8s, .8s, .2s;
  animation-delay: 2s, 1.8s, 3.6s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.215, 0.88, 0.345, 1), ease-in-out, ease-in;
  animation-fill-mode: forwards;
}
.animatation-progress-mixin {
  animation-name: aniprogress;
  animation-duration: 4s;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.clearfix:after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
  float: none;
  line-height: 0;
}
/* @media screen and (min-width: 426px) { */
    [class^="lw-icon-"],
    [class*=" lw-icon-"] {
      background: none !important;
    }
  @keyframes aniprogress {
    0% {
      left: 0;
      width: 0;
    }
    15% {
      left: 0;
      width: 60%;
    }
    30% {
      width: 20%;
      left: 100%;
    }
    30.001% {
      width: 0%;
      left: 0%;
    }
    45% {
      left: 0;
      width: 100%;
    }
    60% {
      width: 0%;
      left: 100%;
    }
    60.001% {
      width: 0%;
      left: 0%;
    }
    70% {
      width: 50%;
      left: 0%;
    }
    80% {
      width: 0%;
      left: 50%;
    }
    90% {
      width: 50%;
      left: 50%;
    }
    99% {
      width: 0%;
      left: 100%;
    }
    99.001% {
      width: 0%;
      left: 0%;
    }
  }
  @keyframes smallbackwidget {
    to {
      transform: rotate(0);
    }
  }
  @keyframes smallbackwidgetleft {
    to {
      transform: rotate(0deg);
    }
  }
  @keyframes firstrotate {
    0% {
      transform: rotateY(0deg);
    }
    50%,
    100% {
      transform: rotateY(180deg);
    }
  }
  @keyframes backwidget {
    0% {
      bottom: 50%;
      right: 50%;
    }
    100% {
      bottom: 20px;
      right: 20px;
      transform: scale(1);
    }
  }
  @keyframes backwidgetleft {
    0% {
      bottom: 50%;
      left: 50%;
    }
    100% {
      bottom: 20px;
      left: 20px;
      transform: scale(1);
    }
  }
  @keyframes rotatewidget {
    to {
      transform: rotate(0deg) scale(2);
    }
  }
  @keyframes flywidget {
    to {
      bottom: 50%;
    }
  }
  @keyframes subrotate {
    0%,
    43% {
      transform: rotateY(0deg);
    }
    44%,
    53% {
      transform: rotateY(180deg);
    }
    54%,
    100% {
      transform: rotateY(0deg);
    }
  }
  @keyframes mainrotate {
    0%,
    89% {
      transform: rotateY(0deg);
    }
    90%,
    99% {
      transform: rotateY(180deg);
    }
    100% {
      transform: rotateY(0deg);
    }
  }
  .lirax-widget-mixin {
    bottom: -90px;
    border-radius: 70px;
    position: fixed;
    z-index: 100900;
    height: 70px;
    width: 70px;
    font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
  }
  .lirax-widget-mixin .lirax-widget-backgrounds {
    position: absolute;
    height: 70px;
    width: 70px;
  }
  .lirax-widget-mixin .lirax-widget-backgrounds .lirax-widget-layer-one {
    transition: all .3s;
    height: 70px;
    width: 70px;
    background-color: #d2eeff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    border-radius: 70px;
  }
  .lirax-widget-mixin .lirax-widget-backgrounds .lirax-widget-layer-one:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -7px;
    margin-left: -2.8px;
    border: 14px solid transparent;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-right: 0;
    border-left-color: #d2eeff;
  }
  .lirax-widget-mixin .lirax-widget-backgrounds .lirax-widget-layer-two {
    transition: all .3s;
    height: 60px;
    width: 60px;
    background-color: #0095eb;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 60px;
  }
  .lirax-widget-mixin .lirax-widget-backgrounds .lirax-widget-layer-two:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    margin-left: -2.4px;
    border: 12px solid transparent;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-right: 0;
    border-left-color: #0095eb;
  }
  .lirax-widget-mixin .lirax-widget-buttons {
    position: absolute;
    bottom: 50%;
    left: 50%;
    color: #ffffff;
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-bottom: -30px;
    transition: opacity .3s, height .3s;
  }
  .lirax-widget-mixin .lirax-widget-buttons > * {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
  }
  .lirax-widget-mixin .lirax-widget-buttons-front {
    transition: all;
  }
  .lirax-widget-mixin .lirax-widget-buttons-front > span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    cursor: pointer;
    border-radius: 60px;
  }
  .lirax-widget-mixin .lirax-widget-buttons-front > span + span {
    transform: rotateY(180deg);
  }
  .lirax-widget-mixin .lirax-widget-buttons-back {
    backface-visibility: hidden;
    transform: rotateY(180deg);
    cursor: pointer;
    line-height: 14px;
    padding-top: 15px;
    box-sizing: border-box;
    background-color: #0095eb;
    border-radius: 60px;
  }
  .lirax-widget-mixin .lirax-widget-buttons-back .lirax-widget-text {
    font-size: 14px;
  }
  .lirax-widget-mixin .lirax-widget-text {
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    box-sizing: border-box;
  }
  .lirax-widget-mixin .lirax-widget-controls {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transition: opacity .3s, height .3s;
    opacity: 0;
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-bottom: -30px;
    text-align: center;
    color: #ffffff;
  }
  .lirax-widget-mixin .lirax-widget-controls > a {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    height: 60px;
    width: 60px;
    background-color: #0095eb;
    border-radius: 60px;
    transition: all .3s;
  }
  .lirax-widget-mixin .lirax-widget-controls > a:first-child {
    bottom: initial;
    top: 0;
  }
  .lirax-widget-mixin .lirax-widget-controls [class*="lw-icon"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    cursor: pointer;
    border-radius: 60px;
  }
  .lirax-widget-mixin [class^="lw-icon"] {
    line-height: 60px;
    font-size: 34px;
  }
  .lirax-widget-mixin .lw-icon-phone {
    font-size: 34px;
  }
  .lirax-widget-mixin .lw-icon-close {
    font-size: 34px;
    display: none;
  }
  .lirax-widget-mixin .lw-icon-comment-discussion {
    font-size: 34px;
  }
  .lirax-widget-mixin:hover .lirax-widget-buttons {
    animation-play-state: paused;
    opacity: 0;
  }
  .lirax-widget-mixin:hover .lirax-widget-buttons-front {
    animation-play-state: paused;
  }
  .lirax-widget-mixin:hover .lirax-widget-controls {
    opacity: 1;
    height: 132px;
  }
  .lirax-widget-mixin.showCallBackPanel .lirax-widget-backgrounds .lirax-widget-layer-one,
  .lirax-widget-mixin.showChatPanel .lirax-widget-backgrounds .lirax-widget-layer-one,
  .lirax-widget-mixin.showCallBackPanel .lirax-widget-backgrounds .lirax-widget-layer-two,
  .lirax-widget-mixin.showChatPanel .lirax-widget-backgrounds .lirax-widget-layer-two {
    opacity: 0;
  }
  .lirax-widget-mixin.showCallBackPanel .lirax-widget-buttons,
  .lirax-widget-mixin.showChatPanel .lirax-widget-buttons {
    animation-play-state: paused;
    opacity: 0;
  }
  .lirax-widget-mixin.showCallBackPanel .lirax-widget-buttons-front,
  .lirax-widget-mixin.showChatPanel .lirax-widget-buttons-front {
    animation-play-state: paused;
  }
  .lirax-widget-mixin.showCallBackPanel .lirax-widget-controls,
  .lirax-widget-mixin.showChatPanel .lirax-widget-controls {
    opacity: 1;
    height: 132px;
  }
  .lirax-widget-mixin.showCallBackPanel .lirax-widget-controls .lirax-widget-callback-control {
    background-color: #d2eeff;
    color: rgba(0, 149, 235, 0.8);
  }
  .lirax-widget-mixin.showCallBackPanel .lirax-widget-controls .lirax-widget-callback-control .lw-icon-phone {
    display: none;
  }
  .lirax-widget-mixin.showCallBackPanel .lirax-widget-controls .lirax-widget-callback-control .lw-icon-close {
    display: inline;
  }
  .lirax-widget-mixin.showChatPanel .lirax-widget-controls .lirax-widget-chat-control {
    background-color: #d2eeff;
    color: rgba(0, 149, 235, 0.8);
  }
  .lirax-widget-mixin.showChatPanel .lirax-widget-controls .lirax-widget-chat-control .lw-icon-comment-discussion {
    display: none;
  }
  .lirax-widget-mixin.showChatPanel .lirax-widget-controls .lirax-widget-chat-control .lw-icon-close {
    display: inline;
  }
  .lirax-widget-mixin.lirax-widget-animate {
    bottom: -84px;
  }
  .lirax-widget {
    bottom: -90px;
    border-radius: 70px;
    position: fixed;
    z-index: 100900;
    height: 70px;
    width: 70px;
    font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
    right: 20px;
    animation-name: smallbackwidget;
    animation-duration: .5s;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
  .lirax-widget .lirax-widget-backgrounds {
    position: absolute;
    height: 70px;
    width: 70px;
  }
  .lirax-widget .lirax-widget-backgrounds .lirax-widget-layer-one {
    transition: all .3s;
    height: 70px;
    width: 70px;
    background-color: #d2eeff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    border-radius: 70px;
  }
  .lirax-widget .lirax-widget-backgrounds .lirax-widget-layer-one:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -7px;
    margin-left: -2.8px;
    border: 14px solid transparent;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-right: 0;
    border-left-color: #d2eeff;
  }
  .lirax-widget .lirax-widget-backgrounds .lirax-widget-layer-two {
    transition: all .3s;
    height: 60px;
    width: 60px;
    background-color: #0095eb;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 60px;
  }
  .lirax-widget .lirax-widget-backgrounds .lirax-widget-layer-two:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    margin-left: -2.4px;
    border: 12px solid transparent;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-right: 0;
    border-left-color: #0095eb;
  }
  .lirax-widget .lirax-widget-buttons {
    position: absolute;
    bottom: 50%;
    left: 50%;
    color: #ffffff;
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-bottom: -30px;
    transition: opacity .3s, height .3s;
  }
  .lirax-widget .lirax-widget-buttons > * {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
  }
  .lirax-widget .lirax-widget-buttons-front {
    transition: all;
  }
  .lirax-widget .lirax-widget-buttons-front > span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    cursor: pointer;
    border-radius: 60px;
  }
  .lirax-widget .lirax-widget-buttons-front > span + span {
    transform: rotateY(180deg);
  }
  .lirax-widget .lirax-widget-buttons-back {
    backface-visibility: hidden;
    transform: rotateY(180deg);
    cursor: pointer;
    line-height: 14px;
    padding-top: 15px;
    box-sizing: border-box;
    background-color: #0095eb;
    border-radius: 60px;
  }
  .lirax-widget .lirax-widget-buttons-back .lirax-widget-text {
    font-size: 14px;
  }
  .lirax-widget .lirax-widget-text {
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    box-sizing: border-box;
  }
  .lirax-widget .lirax-widget-controls {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transition: opacity .3s, height .3s;
    opacity: 0;
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-bottom: -30px;
    text-align: center;
    color: #ffffff;
  }
  .lirax-widget .lirax-widget-controls > a {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    height: 60px;
    width: 60px;
    background-color: #0095eb;
    border-radius: 60px;
    transition: all .3s;
  }
  .lirax-widget .lirax-widget-controls > a:first-child {
    bottom: initial;
    top: 0;
  }
  .lirax-widget .lirax-widget-controls [class*="lw-icon"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    cursor: pointer;
    border-radius: 60px;
  }
  .lirax-widget [class^="lw-icon"] {
    line-height: 60px;
    font-size: 34px;
  }
  .lirax-widget .lw-icon-phone {
    font-size: 34px;
  }
  .lirax-widget .lw-icon-close {
    font-size: 34px;
    display: none;
  }
  .lirax-widget .lw-icon-comment-discussion {
    font-size: 34px;
  }
  .lirax-widget:hover .lirax-widget-buttons {
    animation-play-state: paused;
    opacity: 0;
  }
  .lirax-widget:hover .lirax-widget-buttons-front {
    animation-play-state: paused;
  }
  .lirax-widget:hover .lirax-widget-controls {
    opacity: 1;
    height: 132px;
  }
  .lirax-widget.showCallBackPanel .lirax-widget-backgrounds .lirax-widget-layer-one,
  .lirax-widget.showChatPanel .lirax-widget-backgrounds .lirax-widget-layer-one,
  .lirax-widget.showCallBackPanel .lirax-widget-backgrounds .lirax-widget-layer-two,
  .lirax-widget.showChatPanel .lirax-widget-backgrounds .lirax-widget-layer-two {
    opacity: 0;
  }
  .lirax-widget.showCallBackPanel .lirax-widget-buttons,
  .lirax-widget.showChatPanel .lirax-widget-buttons {
    animation-play-state: paused;
    opacity: 0;
  }
  .lirax-widget.showCallBackPanel .lirax-widget-buttons-front,
  .lirax-widget.showChatPanel .lirax-widget-buttons-front {
    animation-play-state: paused;
  }
  .lirax-widget.showCallBackPanel .lirax-widget-controls,
  .lirax-widget.showChatPanel .lirax-widget-controls {
    opacity: 1;
    height: 132px;
  }
  .lirax-widget.showCallBackPanel .lirax-widget-controls .lirax-widget-callback-control {
    background-color: #d2eeff;
    color: rgba(0, 149, 235, 0.8);
  }
  .lirax-widget.showCallBackPanel .lirax-widget-controls .lirax-widget-callback-control .lw-icon-phone {
    display: none;
  }
  .lirax-widget.showCallBackPanel .lirax-widget-controls .lirax-widget-callback-control .lw-icon-close {
    display: inline;
  }
  .lirax-widget.showChatPanel .lirax-widget-controls .lirax-widget-chat-control {
    background-color: #d2eeff;
    color: rgba(0, 149, 235, 0.8);
  }
  .lirax-widget.showChatPanel .lirax-widget-controls .lirax-widget-chat-control .lw-icon-comment-discussion {
    display: none;
  }
  .lirax-widget.showChatPanel .lirax-widget-controls .lirax-widget-chat-control .lw-icon-close {
    display: inline;
  }
  .lirax-widget.lirax-widget-animate {
    bottom: -84px;
  }
  .lirax-widget .lirax-widget-backgrounds {
    -moz-transform: rotate(45deg);
    /* Для Firefox */
    -ms-transform: rotate(45deg);
    /* Для IE */
    -webkit-transform: rotate(45deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg);
    /* Для Opera */
    transform: rotate(45deg);
  }
  .lirax-widget .lirax-widget-buttons {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    animation-name: firstrotate, mainrotate;
    animation-duration: .6s, 20s;
    animation-delay: 3.0s, 3.8s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: 1, infinite;
  }
  .lirax-widget .lirax-widget-buttons-front {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    animation-name: firstrotate, subrotate;
    animation-duration: .6s, 20s;
    animation-delay: 2.4s, 3.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out, linear;
    animation-iteration-count: 1, infinite;
  }
  .lirax-widget.lirax-widget-animate {
    animation-name: flywidget, rotatewidget, backwidget;
    animation-duration: .8s, .8s, .2s;
    animation-delay: 2s, 1.8s, 3.6s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.215, 0.88, 0.345, 1), ease-in-out, ease-in;
    animation-fill-mode: forwards;
    right: 50%;
  }
  .lirax-widget-left {
    bottom: -90px;
    border-radius: 70px;
    position: fixed;
    z-index: 100900;
    height: 70px;
    width: 70px;
    font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
    left: 20px;
    /* transform: rotate(-45deg); */
    animation-name: smallbackwidgetleft;
    animation-duration: .5s;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
  .lirax-widget-left .lirax-widget-backgrounds {
    position: absolute;
    height: 70px;
    width: 70px;
  }
  .lirax-widget-left .lirax-widget-backgrounds .lirax-widget-layer-one {
    transition: all .3s;
    height: 70px;
    width: 70px;
    background-color: #d2eeff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    border-radius: 70px;
  }
  .lirax-widget-left .lirax-widget-backgrounds .lirax-widget-layer-one:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -7px;
    margin-left: -2.8px;
    border: 14px solid transparent;
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-right: 0;
    border-left-color: #d2eeff;
  }
  .lirax-widget-left .lirax-widget-backgrounds .lirax-widget-layer-two {
    transition: all .3s;
    height: 60px;
    width: 60px;
    background-color: #0095eb;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 60px;
  }
  .lirax-widget-left .lirax-widget-backgrounds .lirax-widget-layer-two:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    margin-left: -2.4px;
    border: 12px solid transparent;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-right: 0;
    border-left-color: #0095eb;
  }
  .lirax-widget-left .lirax-widget-buttons {
    position: absolute;
    bottom: 50%;
    left: 50%;
    color: #ffffff;
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-bottom: -30px;
    transition: opacity .3s, height .3s;
  }
  .lirax-widget-left .lirax-widget-buttons > * {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
  }
  .lirax-widget-left .lirax-widget-buttons-front {
    transition: all;
  }
  .lirax-widget-left .lirax-widget-buttons-front > span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    cursor: pointer;
    border-radius: 60px;
  }
  .lirax-widget-left .lirax-widget-buttons-front > span + span {
    transform: rotateY(180deg);
  }
  .lirax-widget-left .lirax-widget-buttons-back {
    backface-visibility: hidden;
    transform: rotateY(180deg);
    cursor: pointer;
    line-height: 14px;
    padding-top: 15px;
    box-sizing: border-box;
    background-color: #0095eb;
    border-radius: 60px;
  }
  .lirax-widget-left .lirax-widget-buttons-back .lirax-widget-text {
    font-size: 14px;
  }
  .lirax-widget-left .lirax-widget-text {
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    box-sizing: border-box;
  }
  .lirax-widget-left .lirax-widget-controls {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transition: opacity .3s, height .3s;
    opacity: 0;
    height: 60px;
    width: 60px;
    margin-left: -30px;
    margin-bottom: -30px;
    text-align: center;
    color: #ffffff;
  }
  .lirax-widget-left .lirax-widget-controls > a {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    height: 60px;
    width: 60px;
    background-color: #0095eb;
    border-radius: 60px;
    transition: all .3s;
  }
  .lirax-widget-left .lirax-widget-controls > a:first-child {
    bottom: initial;
    top: 0;
  }
  .lirax-widget-left .lirax-widget-controls [class*="lw-icon"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    cursor: pointer;
    border-radius: 60px;
  }
  .lirax-widget-left [class^="lw-icon"] {
    line-height: 60px;
    font-size: 34px;
  }
  .lirax-widget-left .lw-icon-phone {
    font-size: 34px;
  }
  .lirax-widget-left .lw-icon-close {
    font-size: 34px;
    display: none;
  }
  .lirax-widget-left .lw-icon-comment-discussion {
    font-size: 34px;
  }
  .lirax-widget-left:hover .lirax-widget-buttons {
    animation-play-state: paused;
    opacity: 0;
  }
  .lirax-widget-left:hover .lirax-widget-buttons-front {
    animation-play-state: paused;
  }
  .lirax-widget-left:hover .lirax-widget-controls {
    opacity: 1;
    height: 132px;
  }
  .lirax-widget-left.showCallBackPanel .lirax-widget-backgrounds .lirax-widget-layer-one,
  .lirax-widget-left.showChatPanel .lirax-widget-backgrounds .lirax-widget-layer-one,
  .lirax-widget-left.showCallBackPanel .lirax-widget-backgrounds .lirax-widget-layer-two,
  .lirax-widget-left.showChatPanel .lirax-widget-backgrounds .lirax-widget-layer-two {
    opacity: 0;
  }
  .lirax-widget-left.showCallBackPanel .lirax-widget-buttons,
  .lirax-widget-left.showChatPanel .lirax-widget-buttons {
    animation-play-state: paused;
    opacity: 0;
  }
  .lirax-widget-left.showCallBackPanel .lirax-widget-buttons-front,
  .lirax-widget-left.showChatPanel .lirax-widget-buttons-front {
    animation-play-state: paused;
  }
  .lirax-widget-left.showCallBackPanel .lirax-widget-controls,
  .lirax-widget-left.showChatPanel .lirax-widget-controls {
    opacity: 1;
    height: 132px;
  }
  .lirax-widget-left.showCallBackPanel .lirax-widget-controls .lirax-widget-callback-control {
    background-color: #d2eeff;
    color: rgba(0, 149, 235, 0.8);
  }
  .lirax-widget-left.showCallBackPanel .lirax-widget-controls .lirax-widget-callback-control .lw-icon-phone {
    display: none;
  }
  .lirax-widget-left.showCallBackPanel .lirax-widget-controls .lirax-widget-callback-control .lw-icon-close {
    display: inline;
  }
  .lirax-widget-left.showChatPanel .lirax-widget-controls .lirax-widget-chat-control {
    background-color: #d2eeff;
    color: rgba(0, 149, 235, 0.8);
  }
  .lirax-widget-left.showChatPanel .lirax-widget-controls .lirax-widget-chat-control .lw-icon-comment-discussion {
    display: none;
  }
  .lirax-widget-left.showChatPanel .lirax-widget-controls .lirax-widget-chat-control .lw-icon-close {
    display: inline;
  }
  .lirax-widget-left.lirax-widget-animate {
    bottom: -84px;
  }
  .lirax-widget-left .lirax-widget-backgrounds {
    -moz-transform: rotate(135deg);
    /* Для Firefox */
    -ms-transform: rotate(135deg);
    /* Для IE */
    -webkit-transform: rotate(135deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(135deg);
    /* Для Opera */
    transform: rotate(135deg);
  }
  .lirax-widget-left .lirax-widget-buttons {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    animation-name: firstrotate, mainrotate;
    animation-duration: .6s, 20s;
    animation-delay: 3.0s, 3.8s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: 1, infinite;
  }
  .lirax-widget-left .lirax-widget-buttons-front {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    animation-name: firstrotate, subrotate;
    animation-duration: .6s, 20s;
    animation-delay: 2.4s, 3.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out, linear;
    animation-iteration-count: 1, infinite;
  }
  .lirax-widget-left.lirax-widget-animate {
    animation-name: flywidget, rotatewidget, backwidgetleft;
    animation-duration: .8s, .8s, .2s;
    animation-delay: 2s, 1.8s, 3.6s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.215, 0.88, 0.345, 1), ease-in-out, ease-in;
    animation-fill-mode: forwards;
    left: 50%;
  }
  .lirax-widget-panel {
    width: 245px;
    bottom: 0%;
    position: fixed;
    box-sizing: border-box;
    background: #fff;
    z-index: 100910;
    font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
    right: 101px;
  }
  .lirax-widget-panel * {
    box-sizing: border-box;
    font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
  }
  .lirax-widget-panel .lirax-callback-wrap,
  .lirax-widget-panel .lirax-chat-wrap,
  .lirax-widget-panel .lirax-informer {
    position: absolute;
    width: 100%;
    /*left: 0;*/
    bottom: 0;
    transform: translate(0, 110%);
    transition: transform 0.3s ease-in-out;
    background-color: #ffffff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .lirax-widget-panel .lirax-chat-wrap {
    height: 400px;
  }
  .lirax-widget-panel .lirax-chat-wrap .lirax-widget-close-control {
    display: none;
    height: 40px;
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 22px;
    top: 0;
    line-height: 40px;
    position: absolute;
    right: 0;
    width: 40px;
    opacity: 0.7;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-header {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px;
    height: 60px;
    background: #0095eb;
    color: #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-header #lirax-chat-userpic {
    height: 40px;
    width: 40px;
    float: left;
    position: relative;
    vertical-align: middle;
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-header #lirax-chat-userpic img {
    max-width: 100%;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-header #lirax-chat-usertitle {
    margin-left: 50px;
    font-size: 15px;
    line-height: 16px;
    margin-top: 5px;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-header #lirax-chat-usersubtitle {
    margin-left: 50px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-body {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    right: 0;
    padding: 6px 6px 0;
    top: 60px;
    bottom: 85px;
    background: #fff;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-body .lirax-chat-body-wrap {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 8px 0 0;
    max-height: 100%;
    overflow-y: auto;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-wrap {
    position: relative;
    color: #414243;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-body .lirax-chat-date-message {
    text-align: center;
    padding: 6px 0;
    font-size: 11px;
    opacity: .5;
    font-weight: bold;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-text {
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-text p {
    margin: 0;
    padding: 0;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-time {
    position: absolute;
    color: #a9b0b9;
    width: 40px;
    text-align: center;
    height: 14px;
    margin-top: -7px;
    font-size: 11px;
    top: 50%;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-operator .lirax-chat-message-text {
    background: #1fadff;
    color: #fff;
    margin-right: 50px;
    margin-left: 8px;
    text-align: left;
    position: relative;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-operator .lirax-chat-message-text:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #1fadff;
    left: -6px;
    top: 50%;
    margin-top: -5px;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-operator .lirax-chat-message-time {
    right: 0;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-client .lirax-chat-message-text {
    color: #67819a;
    background: #eef1f5;
    margin-left: 50px;
    margin-right: 8px;
    text-align: right;
    word-wrap: break-word;
    position: relative;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-client .lirax-chat-message-text:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #eef1f5;
    right: -6px;
    top: 50%;
    margin-top: -5px;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-client .lirax-chat-message-time {
    left: 0;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-footer {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: #eef1f5;
    height: 85px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-footer #lirax-service-message {
    position: absolute;
    padding-left: 25px;
    margin-right: 20px;
    color: gray;
    opacity: 0.8;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-footer #lirax-service-message.img-typing {
    background: url(images/typing.gif) 8px center no-repeat #ffffff;
  }
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-footer #lirax-chat-footer-field {
    width: 88%;
    height: 65px;
    padding: 7px 10px;
    border: 1px solid #bfcdd3;
    border-radius: 3px;
    outline: none;
    float: left;
    overflow-y: auto;
    resize: none;
    font-family: Arial, sans-serif;
    color: #545d6b;
    font-size: 13px;
    line-height: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel .lirax-widget-close-control {
    display: none;
  }
  .lirax-widget-panel .lirax-callback-header {
    padding: 5% 6% 0;
    height: 60px;
    background: #1fadff;
    color: #ffffff;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel .lirax-callback-title {
    font-size: 15px;
    line-height: 17px;
  }
  .lirax-widget-panel .lirax-callback-content {
    padding: 8%;
  }
  .lirax-widget-panel .lirax-callback-content label {
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
  }
  .lirax-widget-panel .lirax-callback-content .lirax-callback-input {
    border: 0;
    background: transparent;
    outline: none;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 2% 0 4% 0%;
    font-size: 21px;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
    margin: 0;
  }
  .lirax-widget-panel .lirax-callback-content .lirax-callback-input:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #0095eb;
    bottom: 0;
    left: 0;
  }
  .lirax-widget-panel .lirax-callback-content ::-webkit-input-placeholder {
    color: #999999;
  }
  .lirax-widget-panel .lirax-callback-content ::-moz-placeholder {
    color: #999999;
  }
  .lirax-widget-panel .lirax-callback-content :-moz-placeholder {
    color: #999999;
  }
  .lirax-widget-panel .lirax-callback-content :-ms-input-placeholder {
    color: #999999;
  }
  .lirax-widget-panel .lirax-callback-content .lirax-callback-submit {
    display: block;
    border: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
    float: right;
    background: #0095eb;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    padding: 0 8%;
    font-size: 14px;
    line-height: 42px;
    border-radius: 3px;
    position: relative;
  }
  .lirax-widget-panel .lirax-callback-content .lirax-form-control + .lirax-form-control {
    margin-top: 20px;
  }
  .lirax-widget-panel .lirax-callback-content .lirax-form-control:after {
    content: '';
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
    clear: both;
    float: none;
    line-height: 0;
  }
  .lirax-widget-panel .lirax-callback-content .lirax-input-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .lirax-widget-panel .lirax-callback-content .lirax-input-wrap-phone {
    position: relative;
  }
  .lirax-widget-panel .lirax-callback-content .lirax-input-wrap-phone:before {
    content: '';
    font-size: 21px;
    color: rgba(0, 0, 0, 0.6);
    padding: 2% 0 4%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel .lirax-callback-content button[type="submit"].lirax-callback-submit:disabled {
    background-color: rgba(0, 149, 235, 0.5);
    cursor: inherit;
  }
  .lirax-widget-panel .lirax-informer {
    background-color: #0095eb;
    height: 60px;
    border-radius: 3px;
    color: #ffffff;
    transition: background-color 0.3s, color 0.3s, transform 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel .lirax-informer > * {
    opacity: 0;
    z-index: 100915;
    transition: opacity .3s linear;
  }
  .lirax-widget-panel .lirax-informer-user {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5%;
    height: 100%;
    width: 100%;
  }
  .lirax-widget-panel .lirax-informer-user-pic {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 9px;
    top: 50%;
    margin-top: -21px;
  }
  .lirax-widget-panel .lirax-informer-user-pic img {
    max-height: 100%;
    max-width: 100%;
  }
  .lirax-widget-panel .lirax-informer-user-name {
    margin-top: 4px;
    margin-left: 47px;
    font-size: 15px;
    line-height: 17px;
  }
  .lirax-widget-panel .lirax-informer-user-status {
    margin-left: 47px;
    font-size: 12px;
    line-height: 17px;
  }
  .lirax-widget-panel .lirax-informer-connection {
    position: absolute;
    display: block;
    left: 0;
    font-size: 15px;
    line-height: 18px;
    height: 36px;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5%;
  }
  .lirax-widget-panel .lirax-informer-timer {
    position: absolute;
    right: 5%;
    line-height: 60px;
    text-align: right;
    font-size: 30px;
  }
  .lirax-widget-panel .lirax-informer-timer .lw-icon-timer {
    font-size: 27px;
  }
  .lirax-widget-panel .lirax-informer-timer .lw-icon-timer + span {
    float: right;
  }
  .lirax-widget-panel .lirax-informer-watch {
    position: absolute;
    right: 5%;
    line-height: 60px;
    font-size: 15px;
    text-align: right;
  }
  .lirax-widget-panel .lirax-informer-watch .lw-icon-schedule {
    font-size: 15px;
  }
  .lirax-widget-panel .lirax-informer-watch .lw-icon-schedule + span {
    float: right;
  }
  .lirax-widget-panel .lirax-informer-rating {
    position: absolute;
    padding: 5%;
    left: 0;
    top: 0;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
  }
  .lirax-widget-panel .lirax-informer-rating > * {
    transition: opacity .3s;
  }
  .lirax-widget-panel .lirax-informer-rating-title {
    top: 0;
    position: absolute;
    padding: 5%;
    left: 0;
    opacity: 0;
  }
  .lirax-widget-panel .lirax-informer-rating-question {
    color: #5f5f5f;
  }
  .lirax-widget-panel .lirax-informer-rating-stars {
    text-align: left;
    unicode-bidi: bidi-override;
    direction: rtl;
    float: left;
    margin-top: 1%;
    position: relative;
  }
  .lirax-widget-panel .lirax-informer-rating-stars > i {
    float: right;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.2);
    font-size: 21px;
    line-height: 21px;
  }
  .lirax-widget-panel .lirax-informer-rating-stars > i:hover,
  .lirax-widget-panel .lirax-informer-rating-stars > i.active,
  .lirax-widget-panel .lirax-informer-rating-stars > i:hover ~ i:before,
  .lirax-widget-panel .lirax-informer-rating-stars > i.active ~ i:before {
    color: #0095eb;
  }
  .lirax-widget-panel .lirax-informer-rating.lirax-voted .lirax-informer-rating-title {
    opacity: 1;
    transition-delay: .3s;
  }
  .lirax-widget-panel .lirax-informer-rating.lirax-voted .lirax-informer-rating-question,
  .lirax-widget-panel .lirax-informer-rating.lirax-voted .lirax-informer-rating-stars {
    opacity: 0;
  }
  .lirax-widget-panel .lirax-informer-rating .lirax-rating-buttons a {
    color: rgba(95, 95, 95, 0.5);
    cursor: pointer;
    text-decoration: none;
    font-size: 35px;
    line-height: 35px;
    opacity: 1;
  }
  .lirax-widget-panel .lirax-informer-rating .lirax-rating-buttons a:hover .lw-icon-sentiment_dissatisfied {
    color: #ff7878;
  }
  .lirax-widget-panel .lirax-informer-rating .lirax-rating-buttons a:hover .lw-icon-sentiment_neutral {
    color: #84aeff;
  }
  .lirax-widget-panel .lirax-informer-rating .lirax-rating-buttons a:hover .lw-icon-sentiment_satisfied {
    color: #83cc83;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-connect .lirax-informer-connection {
    opacity: 1;
    z-index: 100920;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-connect .lirax-informer-connection:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-connect .lirax-informer-timer {
    opacity: 1;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-connected .lirax-informer-connection {
    opacity: 0;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-connected .lirax-informer-timer {
    opacity: 1;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-connected .lirax-informer-user {
    opacity: 1;
    transition-delay: .3s;
    z-index: 100920;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-connected .lirax-informer-user:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-call .lirax-informer-user {
    opacity: 1;
    transition-delay: .3s;
    z-index: 100920;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-call .lirax-informer-user:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-call .lirax-informer-connection {
    display: none;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-call .lirax-informer-timer {
    opacity: 0;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-call .lirax-informer-watch {
    opacity: 1;
    transition-delay: .3s;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-rating {
    background-color: #ffffff;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-rating .lirax-informer-connection,
  .lirax-widget-panel .lirax-informer.lirax-user-rating .lirax-informer-timer {
    display: none;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-rating .lirax-informer-user,
  .lirax-widget-panel .lirax-informer.lirax-user-rating .lirax-informer-watch {
    opacity: 0;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-rating .lirax-informer-rating {
    opacity: 1;
    transition-delay: .3s;
    z-index: 100920;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-rating .lirax-informer-rating:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-rating .lirax-informer-rating-title {
    color: #5f5f5f;
  }
  .lirax-widget-panel .lirax-informer.lirax-user-rating .lirax-informer-rating-stars {
    z-index: 100925;
  }
  .lirax-widget-panel.showCallBackPanel .lirax-callback-wrap {
    transform: translate(0, 0%);
  }
  .lirax-widget-panel.showCallBackPanel .lirax-callback-wrap.timerStart {
    transform: translate(0, 110%);
    border-radius: 3px;
  }
  .lirax-widget-panel.showCallBackPanel .lirax-callback-wrap.timerStart + .lirax-informer {
    transform: translate(0, -25px);
  }
  
  .lirax-widget-panel.showCallBackPanel .lirax-callback-wrap.timerStart + .lirax-informer.lirax-informer-hide {
    transform: translate(0, 75px);
  }
  
  .lirax-widget-panel.showChatPanel .lirax-chat-wrap {
    transform: translate(0, 0%);
  }
  .lirax-widget-panel-left {
    width: 245px;
    bottom: 0%;
    position: fixed;
    box-sizing: border-box;
    background: #fff;
    z-index: 100910;
    font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
    left: 101px;
  }
  .lirax-widget-panel-left * {
    box-sizing: border-box;
    font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
  }
  .lirax-widget-panel-left .lirax-callback-wrap,
  .lirax-widget-panel-left .lirax-chat-wrap,
  .lirax-widget-panel-left .lirax-informer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transform: translate(0, 110%);
    transition: transform 0.3s ease-in-out;
    background-color: #ffffff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  
  .lirax-widget-panel .lirax-chat-wrap #lirax-chat-header {
        cursor: move;
    }

    .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-header {
        cursor: move;
    }
  
  .lirax-widget-panel-left .lirax-chat-wrap {
    height: 400px;
  }
  .lirax-widget-panel-left .lirax-chat-wrap .lirax-widget-close-control {
    display: none;
    height: 40px;
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 22px;
    top: 0;
    line-height: 40px;
    position: absolute;
    right: 0;
    width: 40px;
    opacity: 0.7;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-header {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px;
    height: 60px;
    background: #0095eb;
    color: #fff;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-header #lirax-chat-userpic {
    height: 40px;
    width: 40px;
    float: left;
    position: relative;
    vertical-align: middle;
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-header #lirax-chat-userpic img {
    max-width: 100%;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-header #lirax-chat-usertitle {
    margin-left: 50px;
    font-size: 15px;
    line-height: 16px;
    margin-top: 5px;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-header #lirax-chat-usersubtitle {
    margin-left: 50px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-body {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    right: 0;
    padding: 6px 6px 0;
    top: 60px;
    bottom: 85px;
    background: #fff;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-body .lirax-chat-body-wrap {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 8px 0 0;
    max-height: 100%;
    overflow-y: auto;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-wrap {
    position: relative;
    color: #414243;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-body .lirax-chat-date-message {
    text-align: center;
    padding: 6px 0;
    font-size: 11px;
    opacity: .5;
    font-weight: bold;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-text {
    padding: 5px 10px;
    border-radius: 3px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-text p {
    margin: 0;
    padding: 0;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-time {
    position: absolute;
    color: #a9b0b9;
    width: 40px;
    text-align: center;
    height: 14px;
    margin-top: -7px;
    font-size: 11px;
    top: 50%;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-operator .lirax-chat-message-text {
    background: #1fadff;
    color: #fff;
    margin-right: 50px;
    margin-left: 8px;
    text-align: left;
    position: relative;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-operator .lirax-chat-message-text:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #1fadff;
    left: -6px;
    top: 50%;
    margin-top: -5px;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-operator .lirax-chat-message-time {
    right: 0;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-client .lirax-chat-message-text {
    color: #67819a;
    background: #eef1f5;
    margin-left: 50px;
    margin-right: 8px;
    text-align: right;
    word-wrap: break-word;
    position: relative;
  }
  
  
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-client .lirax-chat-message-text:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #eef1f5;
    right: -6px;
    top: 50%;
    margin-top: -5px;
  }
  
  
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-body .lirax-chat-message-client .lirax-chat-message-time {
    left: 0;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-footer {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: #eef1f5;
    height: 85px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-footer #lirax-service-message {
    position: absolute;
    padding-left: 30px;
    color: gray;
    opacity: 0.8;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-footer #lirax-service-message.img-typing {
    background: url(images/typing.gif) 8px center no-repeat #ffffff;
  }
  .lirax-widget-panel-left .lirax-chat-wrap #lirax-chat-footer #lirax-chat-footer-field {
    width: 88%;
    height: 65px;
    padding: 7px 10px;
    border: 1px solid #bfcdd3;
    border-radius: 3px;
    outline: none;
    float: left;
    overflow-y: auto;
    resize: none;
    font-family: Arial, sans-serif;
    color: #545d6b;
    font-size: 13px;
    line-height: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel-left .lirax-widget-close-control {
    display: none;
  }
  .lirax-widget-panel-left .lirax-callback-header {
    padding: 5% 6% 0;
    height: 60px;
    background: #1fadff;
    color: #ffffff;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel-left .lirax-callback-title {
    font-size: 15px;
    line-height: 17px;
  }
  .lirax-widget-panel-left .lirax-callback-content {
    padding: 8%;
  }
  .lirax-widget-panel-left .lirax-callback-content label {
    color: rgba(0, 0, 0, 0.3);
    font-size: 12px;
  }
  .lirax-widget-panel-left .lirax-callback-content .lirax-callback-input {
    border: 0;
    background: transparent;
    outline: none;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 2% 0 4% 0%;
    font-size: 21px;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
  }
  .lirax-widget-panel-left .lirax-callback-content .lirax-callback-input:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #0095eb;
    bottom: 0;
    left: 0;
  }
  .lirax-widget-panel-left .lirax-callback-content ::-webkit-input-placeholder {
    color: #999999;
  }
  .lirax-widget-panel-left .lirax-callback-content ::-moz-placeholder {
    color: #999999;
  }
  .lirax-widget-panel-left .lirax-callback-content :-moz-placeholder {
    color: #999999;
  }
  .lirax-widget-panel-left .lirax-callback-content :-ms-input-placeholder {
    color: #999999;
  }
  .lirax-widget-panel-left .lirax-callback-content .lirax-callback-submit {
    display: block;
    border: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
    float: right;
    background: #0095eb;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    padding: 0 8%;
    font-size: 14px;
    line-height: 42px;
    border-radius: 3px;
    position: relative;
  }
  .lirax-widget-panel-left .lirax-callback-content .lirax-form-control + .lirax-form-control {
    margin-top: 20px;
  }
  .lirax-widget-panel-left .lirax-callback-content .lirax-form-control:after {
    content: '';
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
    clear: both;
    float: none;
    line-height: 0;
  }
  .lirax-widget-panel-left .lirax-callback-content .lirax-input-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .lirax-widget-panel-left .lirax-callback-content .lirax-input-wrap-phone {
    position: relative;
  }
  .lirax-widget-panel-left .lirax-callback-content .lirax-input-wrap-phone:before {
    content: '';
    font-size: 21px;
    color: rgba(0, 0, 0, 0.6);
    padding: 2% 0 4%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel-left .lirax-callback-content button[type="submit"].lirax-callback-submit:disabled {
    background-color: rgba(0, 149, 235, 0.5);
    cursor: inherit;
  }
  .lirax-widget-panel-left .lirax-informer {
    background-color: #0095eb;
    height: 60px;
    border-radius: 3px;
    color: #ffffff;
    transition: background-color 0.3s, color 0.3s, transform 0.3s ease-in-out;
    -webkit-font-smoothing: antialiased!important;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
  }
  .lirax-widget-panel-left .lirax-informer > * {
    opacity: 0;
    z-index: 100915;
    transition: opacity .3s linear;
  }
  .lirax-widget-panel-left .lirax-informer-user {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5%;
    height: 100%;
    width: 100%;
  }
  .lirax-widget-panel-left .lirax-informer-user-pic {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 9px;
    top: 50%;
    margin-top: -21px;
  }
  .lirax-widget-panel-left .lirax-informer-user-pic img {
    max-height: 100%;
    max-width: 100%;
  }
  .lirax-widget-panel-left .lirax-informer-user-name {
    margin-top: 4px;
    margin-left: 47px;
    font-size: 15px;
    line-height: 17px;
  }
  .lirax-widget-panel-left .lirax-informer-user-status {
    margin-left: 47px;
    font-size: 12px;
    line-height: 17px;
  }
  .lirax-widget-panel-left .lirax-informer-connection {
    position: absolute;
    display: block;
    left: 0;
    font-size: 15px;
    line-height: 18px;
    height: 36px;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 5%;
  }
  .lirax-widget-panel-left .lirax-informer-timer {
    position: absolute;
    right: 5%;
    line-height: 60px;
    text-align: right;
    font-size: 30px;
  }
  .lirax-widget-panel-left .lirax-informer-timer .lw-icon-timer {
    font-size: 27px;
  }
  .lirax-widget-panel-left .lirax-informer-timer .lw-icon-timer + span {
    float: right;
  }
  .lirax-widget-panel-left .lirax-informer-watch {
    position: absolute;
    right: 5%;
    line-height: 60px;
    font-size: 15px;
    text-align: right;
  }
  .lirax-widget-panel-left .lirax-informer-watch .lw-icon-schedule {
    font-size: 15px;
  }
  .lirax-widget-panel-left .lirax-informer-watch .lw-icon-schedule + span {
    float: right;
  }
  .lirax-widget-panel-left .lirax-informer-rating {
    position: absolute;
    padding: 5%;
    left: 0;
    top: 0;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
  }
  .lirax-widget-panel-left .lirax-informer-rating > * {
    transition: opacity .3s;
  }
  .lirax-widget-panel-left .lirax-informer-rating-title {
    top: 0;
    position: absolute;
    padding: 5%;
    left: 0;
    opacity: 0;
  }
  .lirax-widget-panel-left .lirax-informer-rating-question {
    color: #5f5f5f;
  }
  .lirax-widget-panel-left .lirax-informer-rating-stars {
    text-align: left;
    unicode-bidi: bidi-override;
    direction: rtl;
    float: left;
    margin-top: 1%;
    position: relative;
  }
  .lirax-widget-panel-left .lirax-informer-rating-stars > i {
    float: right;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.2);
    font-size: 21px;
    line-height: 21px;
  }
  .lirax-widget-panel-left .lirax-informer-rating-stars > i:hover,
  .lirax-widget-panel-left .lirax-informer-rating-stars > i.active,
  .lirax-widget-panel-left .lirax-informer-rating-stars > i:hover ~ i:before,
  .lirax-widget-panel-left .lirax-informer-rating-stars > i.active ~ i:before {
    color: #0095eb;
  }
  .lirax-widget-panel-left .lirax-informer-rating.lirax-voted .lirax-informer-rating-title {
    opacity: 1;
    transition-delay: .3s;
  }
  .lirax-widget-panel-left .lirax-informer-rating.lirax-voted .lirax-informer-rating-question,
  .lirax-widget-panel-left .lirax-informer-rating.lirax-voted .lirax-informer-rating-stars {
    opacity: 0;
  }
  .lirax-widget-panel-left .lirax-informer-rating .lirax-rating-buttons a {
    color: rgba(95, 95, 95, 0.5);
    cursor: pointer;
    text-decoration: none;
    font-size: 35px;
    line-height: 35px;
    opacity: 1;
  }
  .lirax-widget-panel-left .lirax-informer-rating .lirax-rating-buttons a:hover .lw-icon-sentiment_dissatisfied {
    color: #ff7878;
  }
  .lirax-widget-panel-left .lirax-informer-rating .lirax-rating-buttons a:hover .lw-icon-sentiment_neutral {
    color: #84aeff;
  }
  .lirax-widget-panel-left .lirax-informer-rating .lirax-rating-buttons a:hover .lw-icon-sentiment_satisfied {
    color: #83cc83;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-connect .lirax-informer-connection {
    opacity: 1;
    z-index: 100920;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-connect .lirax-informer-connection:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-connect .lirax-informer-timer {
    opacity: 1;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-connected .lirax-informer-connection {
    opacity: 0;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-connected .lirax-informer-timer {
    opacity: 1;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-connected .lirax-informer-user {
    opacity: 1;
    transition-delay: .3s;
    z-index: 100920;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-connected .lirax-informer-user:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-call .lirax-informer-user {
    opacity: 1;
    transition-delay: .3s;
    z-index: 100920;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-call .lirax-informer-user:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-call .lirax-informer-connection {
    display: none;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-call .lirax-informer-timer {
    opacity: 0;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-call .lirax-informer-watch {
    opacity: 1;
    transition-delay: .3s;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-rating {
    background-color: #ffffff;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-rating .lirax-informer-connection,
  .lirax-widget-panel-left .lirax-informer.lirax-user-rating .lirax-informer-timer {
    display: none;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-rating .lirax-informer-user,
  .lirax-widget-panel-left .lirax-informer.lirax-user-rating .lirax-informer-watch {
    opacity: 0;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-rating .lirax-informer-rating {
    opacity: 1;
    transition-delay: .3s;
    z-index: 100920;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-rating .lirax-informer-rating:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-rating .lirax-informer-rating-title {
    color: #5f5f5f;
  }
  .lirax-widget-panel-left .lirax-informer.lirax-user-rating .lirax-informer-rating-stars {
    z-index: 100925;
  }
  .lirax-widget-panel-left.showCallBackPanel .lirax-callback-wrap {
    transform: translate(0, 0%);
  }
  .lirax-widget-panel-left.showCallBackPanel .lirax-callback-wrap.timerStart {
    transform: translate(0, 110%);
    border-radius: 3px;
  }
  .lirax-widget-panel-left.showCallBackPanel .lirax-callback-wrap.timerStart + .lirax-informer {
    transform: translate(0, -25px);
  }
  
  .lirax-widget-panel-left.showCallBackPanel .lirax-callback-wrap.timerStart + .lirax-informer.lirax-informer-hide {
    transform: translate(0, 75px);
  }
  
  .lirax-widget-panel-left.showChatPanel .lirax-chat-wrap {
    transform: translate(0, 0%);
  }
/* } */

