.contacts-widget * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.contacts-buttonstatic {
    position: relative;
}
.contacts-widget.right {
    position: fixed;
    bottom: 14px;
    right: 19px;
    z-index: 1;
}
.contacts-widget.left {
    position: fixed;
    bottom: 14px;
    left: 19px;
    z-index: 1;
}
.contacts-block  {
    display: none;
}
.contacts-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contacts-buttonicon {
    cursor: pointer;
}
.tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 48px !important;
    height: 48px !important;
}
/* .contacts-buttonstatic .helpButtonLabel {
    font-size: 9px;
    position: absolute;
    display: inline-block;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    width: 232px;
    height: auto;
    line-height: normal;
    border-radius: 5px;
    color: #000;
    border: 2px solid #000;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    margin-right: 10px;
    overflow: visible;
    text-align: left;
    background: #FFF;
}
#contacts.opened .contacts-buttonstatic .helpButtonLabel {
    opacity: 1;
    visibility: visible;
}
.contacts-buttonstatic .helpButtonLabel span {
    display: block;
}
.helpButtonLabel::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #000;
}
.helpButtonLabel::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -13px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #fff;
}
.helpButtonLabel .message { 
    display: block;
    padding: 15px 20px 15px 20px;
}
.gradientTxt {
    color: #000;
    font-weight: 700;
} */