.fixed-buttons {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 98;
}
.fixed-buttons>.button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	-webkit-box-shadow: 0 3px 12px rgba(0,0,0,0.15);
	box-shadow: 0 3px 12px rgba(0,0,0,0.15);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 65px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 65px;
	font-size: 0;
	bottom: attr(data-bottom);
	position: absolute
}
.fixed-buttons>.button:after {
	border-radius: 50%;
	display: block!important;
	height: 10px;
	position: absolute;
	width: 10px;
	z-index: 2;
	content: "";
	background-color: rgb(232,43,43);
	top: 4px;
	right: 4px
}
.fixed-buttons>.button:before {
	display: block;
	width: 34px;
	height: 34px;
	content: ""
}
.fixed-buttons>.chat {
	border-radius: 10px;
	-webkit-box-shadow: 0 12px 24px 0 rgba(0,0,0,0.1);
	box-shadow: 0 12px 24px 0 rgba(0,0,0,0.1);
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: opacity 0.3s ease 0s,margin 0.3s ease 0s,visibility 0.3s ease 0s;
	transition: opacity 0.3s ease 0s,margin 0.3s ease 0s,visibility 0.3s ease 0s;
	width: 380px;
	z-index: 2;
	background: url(/chat/whatsapp-bg.png) 0% 0%/cover rgb(242,244,249);
	opacity: 0;
	visibility: hidden
}
@media (max-width: 410px) {
	.fixed-buttons>.chat {
		width:100% !important;
		left: auto !important;
		right: auto !important;
	}
}
.fixed-buttons>.chat.show {
	opacity: 1;
	visibility: visible
}
.fixed-buttons>.chat .close {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	height: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0.4;
	outline: transparent;
	position: absolute;
	right: 8px;
	top: 8px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 20px;
	z-index: 3
}
.fixed-buttons>.chat .close:after,.fixed-buttons>.chat .close:before {
	background-color: #000;
	border-radius: 2px;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	width: 12px
}
.fixed-buttons>.chat .close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.fixed-buttons>.chat .close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.fixed-buttons>.chat .head {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: 10px 10px 0 0;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 26px 20px;
	position: relative
}
.fixed-buttons>.chat .head .avatar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	width: 50px;
	position: relative
}
.fixed-buttons>.chat .head .avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 50%
}
.fixed-buttons>.chat .head .avatar:before {
	background-color: #4AD504;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	right: 0;
	width: 10px;
	z-index: 1
}
.fixed-buttons>.chat .head .info {
	margin-left: 10px;
	margin-right: 10px
}
.fixed-buttons>.chat .head .info .name {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px
}
.fixed-buttons>.chat .head .info .text {
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin-top: 4px;
}
.fixed-buttons>.chat .content {
	padding: 20px 20px 10px 24px;
	position: relative
}
.fixed-buttons>.chat .content .message {
	background-color: #fff;
	border-radius: 0 8px 8px;
	-webkit-box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
	box-shadow: 0 1px 0.5px rgba(0,0,0,0.13);
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin-top: 4px;
	max-width: calc(100% - 66px);
	opacity: 1;
	padding: 8px 14px;
	position: relative;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 2
}
.fixed-buttons>.chat .content .message .name {
	color: #808392;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	margin-bottom: 8px
}
.fixed-buttons>.chat .content .message .text {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px
}
.fixed-buttons>.chat .content .message .time {
	color: #878787;
	font-size: 12px;
	line-height: 16px;
	margin-top: 4px;
	text-align: right
}
.fixed-buttons>.chat .content .button {
	margin: 15px 0
}
.fixed-buttons>.chat .content .button a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	border-radius: 60px;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 16px;
	overflow: hidden;
	padding: 16px;
	position: relative;
	width: 100%;
	text-decoration: none
}
.fixed-buttons>.chat .content .button a:before {
	height: 16px;
	width: 16px;
	content: ""
}
.fixed-buttons._whatsapp>.button {
	background-color: rgb(19,193,85)
}
.fixed-buttons._whatsapp>.button:before {
	background: url(/chat/whatsapp.svg) center center no-repeat;
	background-size: contain;
	fill: #fff
}
.fixed-buttons._whatsapp .chat .content .message:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 19px;
	left: -12px;
	position: absolute;
	top: 0;
	width: 12px
}
.fixed-buttons._whatsapp .chat .content .button a {
	background-color: rgb(19,193,85)
}
.fixed-buttons._whatsapp .chat .content .button a:before {
	background: url(/chat/whatsapp.svg) center center no-repeat;
	background-size: contain;
	fill: #fff
}
.fixed-buttons._telegram>.button {
	background-color: rgb(42,161,221)
}
.fixed-buttons._telegram>.button:before {
	background: url(/chat/telegram.svg) center center no-repeat;
	background-size: contain;
	fill: #fff
}
.fixed-buttons._telegram .chat .content {
	background: rgb(236,238,246)
}
.fixed-buttons._telegram .chat .content .message {
	border-radius: 10px 10px 10px 0;
	margin-left: 50px
}
.fixed-buttons._telegram .chat .content .message:before {
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 35px;
	width: 35px;
	position: absolute;
	content: "";
	background: url(/chat/avatar.jpg);
	background-size: cover;
	left: -50px;
	bottom: 0
}
.fixed-buttons._telegram .chat .content .button a {
	background-color: rgb(42,161,221)
}
.fixed-buttons._telegram .chat .content .button a:before {
	background: url(/chat/telegram.svg) center center no-repeat;
	background-size: contain;
	fill: #fff;
}