.echbay-sms-messenger {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 62px;
	text-align: center;
}

.echbay-sms-messenger.style-for-position-br {
	right: 20px;
	left: auto;
}

.echbay-sms-messenger.style-for-position-tl {
	top: 20px;
	bottom: auto;
}

.echbay-sms-messenger.style-for-position-tr {
	top: 20px;
	right: 20px;
	bottom: auto;
	left: auto;
}

.echbay-sms-messenger.style-for-position-cr,
.echbay-sms-messenger.style-for-position-cl {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

.echbay-sms-messenger.style-for-position-cr {
	right: 20px;
	left: auto;
}

.echbay-sms-messenger > div {
	display: flex;
	justify-content: flex-end;
	width: fit-content;
	margin-bottom: 10px;
	padding: 8px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .16);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
	transition: .3s;
}

.echbay-sms-messenger > div > a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	width: fit-content;
	margin: 0;
	padding: 11px 10px;
	overflow: visible;
	border: 1px solid #7f0607;
	border-radius: 8px;
	background-color: #0084ff;
	box-shadow: none;
	color: #fff;
	font: inherit;
	line-height: normal;
	text-decoration: none;
	text-indent: 0;
	white-space: nowrap;
	transition: .3s;
}

.echbay-sms-messenger .echbay-contact-icon {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.echbay-sms-messenger .echbay-contact-label {
	width: 0;
	height: 23px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	text-align: left;
	transition: .3s;
}

.echbay-sms-messenger > div > a:hover,
.echbay-sms-messenger > div > a:focus-visible {
	filter: brightness(1.04);
}

.echbay-sms-messenger > div > a:hover .echbay-contact-label,
.echbay-sms-messenger > div > a:focus-visible .echbay-contact-label {
	width: auto;
	height: auto;
	padding-left: 10px;
	overflow: visible;
}

.echbay-sms-messenger .phonering-alo-alo > a {
	border-color: #69d367;
	background-color: #3eba54;
}

.echbay-sms-messenger .phonering-alo-alo .echbay-contact-icon {
	background-image: url(images/call.png);
}

.echbay-sms-messenger .phonering-alo-appointment > a {
	border-color: #7f0607;
	background-color: #a60c0d;
}

.echbay-sms-messenger .phonering-alo-appointment .echbay-contact-icon {
	background-image: url(images/calendar.svg);
}

.echbay-sms-messenger .phonering-alo-zalo,
.echbay-sms-messenger .phonering-alo-messenger {
	display: none;
}

.echbay-sms-messenger .phonering-alo-zalo > a {
	border-color: #5b9eff;
	background-color: #3c8cff;
}

.echbay-sms-messenger .phonering-alo-zalo .echbay-contact-icon {
	background-image: url(images/zalo.png);
}

.echbay-sms-messenger .phonering-alo-messenger > a {
	background-color: #e60f1e;
}

.echbay-sms-messenger .phonering-alo-messenger .echbay-contact-icon {
	background-image: url(images/messenger.png);
}

@media screen and (max-width: 775px) {
	.echbay-sms-messenger {
		display: block !important;
		bottom: 10px;
		left: 1px;
	}

	.echbay-sms-messenger .echbay-contact-label {
		display: none;
	}
}

@media only screen and (max-width: 788px) {
	.echbay-sms-messenger.style-for-position-tr,
	.echbay-sms-messenger.style-for-position-br,
	.echbay-sms-messenger.style-for-position-cr {
		right: 0;
	}
}

@media only screen and (max-width: 588px) {
	.style-for-mgrid-1 {
		top: auto !important;
		right: 0;
		bottom: 0 !important;
		left: 0;
		display: flex !important;
		width: 100%;
		transform: none !important;
	}

	.style-for-mgrid-1 > div {
		flex-basis: 50%;
		max-width: 50%;
	}

	.style-for-mgrid-1 > div > a {
		margin: 0 auto;
		border-radius: 0;
		box-shadow: none;
	}
}
