@charset "UTF-8";
/**/
html, body, div, p, h1, h2, h3, h4, h5, h6, a, span, img, ol, ul, li, form, input {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    background: transparent;
    box-sizing: border-box
}

/**/
/**/
.mouse_moved {
    position: fixed
}

.show-message__item, .show-message__item-first {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0
}

.line_top {
    max-width: 1000px;
    width: 100%;
    height: 10px;
    top: 0
}

.line_bottom {
    width: 100%;
    height: 10px;
    bottom: 0
}

.line_left {
    width: 10px;
    height: 100%;
    left: 0;
    top: 0
}

.line_right {
    width: 10px;
    height: 100%;
    right: 0;
    top: 0
}

.show-message__item.show-message_call.last-message.lost_position.block_position.lost_position.block_position {
    z-index: 99 !important
}

/**/
/**/
.show-message {
    font-family: sans-serif
}

.blink {
    color: red !important;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    text-decoration: line-through
}

.show-message p {
    margin: 0 !important
}

/**/
.show-message > div:before {
    content: '';
    position: absolute;
    right: 0;
    top: -15px;
    width: 15px;
    height: 5px;
    background: red;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.show-message > div:after {
    content: '';
    position: absolute;
    right: 0;
    top: -15px;
    width: 15px;
    height: 5px;
    background: red;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/**/
/**/
.everad-sprite {
    background: url("../img/eve1.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-right: 5px
}

.everad-sprite-bucket {
    background-position: -5px -5px
}

.everad-sprite-callback {
    background-position: -65px -5px
}

.everad-sprite-online_user {
    background-position: -5px -65px
}

/**/
.show-message__info {
    width: 248px;
    line-height: normal;
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 19px;
    font-family: sans-serif
}

.show-message__info span {
    font-size: 20px;
    font-family: sans-serif
}

.show-message__left {
    font-size: 14px
}

.show-message__left span {
    font-size: 15px
}

.show-message_call {
    background-color: #363636
}

.show-message__info span {
    color: #ffffff
}

.package_left, .package_left span {
    font-size: 15px !important
}

#ouibounce-modal {
    background-color: rgba(0, 0, 0, 0.9)
}

.show-message_online {
    background-color: #CD5555;
    background-color: rgba(0, 0, 0, 0.9)
}

.show-message__inner {
    line-height: 90px;
    display: inline-block;
    vertical-align: middle
}

.mouse {
    width: 100%;
    height: 10px;
    top: 0;
    position: fixed
}

.modal {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.9);
    cursor: pointer
}

.close {
    font-size: 40px;
    color: #fff;
    position: absolute;
    right: 0;
    top: -40px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.close:hover {
    color: #e63b41
}

.pop-up-call-back, .pop-up-call-back-1, .popup-mouse, .pop-up-blue-phone {
    display: none
}

.pop-up {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    overflow: auto !important
}
.pop-up .pop-wrap{
    display: none;
}

.show-message__item, .show-message__item-first {
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 120px;
    width: 318px;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 5px;
    font-size: 14px;
    line-height: 90px;
    border-radius: 10px;
    opacity: 0;
    z-index: -1
}

.lost_position {
    display: none !important;
    opacity: 0 !important
}

.block_position {
    display: block !important;
    opacity: 1 !important
}

.popup-off {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important
}

@media screen and (max-width:767px) {
    .show-message__item, .show-message__item-first {
        top: auto;
        right: 10px;
        bottom: 10px
    }

    .show-message__info {
        width: 230px
    }

    .show-message__item, .show-message__item-first {
        width: 300px
    }

    .modal {
        position: absolute;
        height: 200%;
        width: 100%;
        z-index: 100;
        background: rgba(0, 0, 0, 0.9);
        cursor: pointer
    }
}

@media screen and (max-width:319px) {
    .show-message__item, .show-message__item-first {
        width: 225px
    }

    .show-message__info {
        width: 155px;
        font-size: 15px
    }

    .show-message__info span {
        font-size: 17px
    }

    .show-message__icon {
        width: 38px !important
    }

    .show-message__info br {
        display: none
    }
}

@-webkit-keyframes blinker{0%{opacity:1.0}50%{opacity:0.0}100%{opacity:1.0}}
@keyframes blinker{0%{opacity:1.0}50%{opacity:0.0}100%{opacity:1.0}}
/**/
/**/
.cbh-phone {
    position: fixed;
    right: 10px;
    bottom: 10px;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 99;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    transition: visibility .5s
}

.cbh-phone.cbh-show {
    visibility: visible
}

@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.cbh-phone.cbh-static1 {
    opacity: .6
}

.cbh-phone.cbh-hover1 {
    opacity: 1
}

.cbh-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
    border-color: #cccccc;
    opacity: .5
}

.cbh-phone.cbh-gray .cbh-ph-circle {
    border-color: #75eb50;
    opacity: .5
}

.cbh-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    opacity: 0.75 !important
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important
}

.cbh-ph-img-circle1 {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background-image: url(../img/eve2.png);
    background-color: rgba(30, 30, 30, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    animation: cbh-circle-img-anim 1s infinite ease-in-out
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 1s infinite ease-in-out !important
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 0s infinite ease-in-out !important
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
    background-color: #00aff2
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: #75eb50
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: #00aff2
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: #00aff2
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: #cccccc
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
    background-color: #75eb50
}

@-webkit-keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);-webkit-opacity:.1}}
@keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1}30%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.5}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0deg) scale(1) skew(1deg);opacity:.1}}
@-webkit-keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}
@keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}
@keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0deg) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg);transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg);transform:rotate(25deg) scale(1) skew(1deg)}100%, 50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0deg) scale(1) skew(1deg)}}
@-webkit-keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}100%, 50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}}
.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: #00aff2
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: #00aff2
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: #00aff2
}

body, div, dl, dt, dd, ul, ol, li, nav, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a {
    -webkit-transform-origin: center center;
    transform-origin: center center
}

@media screen and (max-width:991px) {
    #clbh_phone_div {
        display: none !important
    }
}

/**/
