#closebtn {
	transform: scale(0);
}
.hide-element {display: none !important;}
.messangers-block {
	width:300px;
	background-color: #fff;
	position: absolute;
    bottom: 70px;
    right: 20px;
	padding:10px 0;
	border-radius: 8px;
}
.messangers-list {
  list-style: none;
}
.messanger {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  cursor: pointer;
  width: 100%;
  padding: 8px 20px 8px 60px;
  position: relative;
  min-height: 54px;
  text-decoration: none;
}
.messanger .item-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0084ff;
  margin-right: 10px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}
.messanger .item-icon svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
}
.messanger-widget {
	position:fixed;
	bottom:100px;
	right: 20px;
}
.messangers-block ul {
    margin-bottom: auto;
}
.messangers-block ul {
    padding-left: 10px;
}
.messangers-block::before {
  position: absolute;
  bottom: -7px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #FFFFFF;
  border-left: 8px solid transparent;
  content: '';
}
.text-call svg {
    margin: 0 25px;
}
.contact-bt {
        background:#F95C18;
        border:2px solid #F95C18;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(249,92,24,0.3);
        cursor:pointer;
        height:80px;
        text-align:center;
        width:80px;
        position: fixed;
        right: 35px;
        bottom: 80px;
        z-index:999;
        transition:.3s;
        animation:contact-an linear 1s infinite;
}
.contact-bt .text-call {
    height: 70px;
    width: 70px;
    border-radius: 20%;
    position: relative;
    overflow: hidden;
    right: 5%;
    top: 6%;
}
.contact-bt .text-call span {
    text-align: center;
    color:#F95C18;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 30px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.contact-bt .text-call span {
    opacity: 1;
    font-size: 8px;
	color:#fff;
}
svg.bi.bi-chat-left-dots {
    margin: 14px 8px;
}
.contact-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.contact-bt i {
        color:#fff;
        font-size:29px;
        transition:.3s;
        line-height: 66px;
}
.contact-bt i  {
        -webkit-animation: opsimple 3s infinite;
        animation: opsimple 3s infinite;
}
@-webkit-keyframes contact-an {
        0% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 0 rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 15px rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px #f95c18,0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px #f95c18,0 0 0 40px rgba(249,92,24,0.0)
}
}@keyframes contact-an {
        0% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 0 rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 15px rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px #f95c18,0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px #f95c18,0 0 0 40px rgba(249,92,24,0.0)
}
}
@keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}

80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}