@import url('https://fonts.googleapis.com/css?family=Roboto:700&subset=cyrillic-ext');
#to-whatsapp_wrapper {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
#to-whatsapp_wrapper a {
	display: block;
	background-color: #2cb742;
	padding: 15px 5px;
	text-align: center;
	text-decoration: none;
	font-family: 'Roboto',sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
#to-whatsapp_wrapper i.to-whatsapp-icon {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 23px;
	background: url('../img/whatsapp-logo.svg')no-repeat center left/auto 23px;
}
#to-whatsapp_wrapper p {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	margin: 0 0 0 10px;
	color: #fff;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#to-whatsapp_wrapper {
		display: none;
	}
}
