.my-telegram:after {
content: "Узнайте об акциях и скидках первыми!";
position: absolute;
right: -20px;
top: -71px;
font-size: 16px;
width: 313px;
text-align: right;
line-height: 16px;
padding: 5px 10px;
font-family: sans-serif;
background: #7AA5DA;
color: #ffffff;
border-radius: 3px;
}

.my-telegram:before {
    content: "Telegram";
    position: absolute;
    right: 55px;
    top: 13px;
    font-size: 12px;
    width: 72px;
    text-align: right;
    line-height: 16px;
    padding: 5px 10px;
    font-family: sans-serif;
    background: #62A7DD;
    color: #ffffff;
    border-radius: 3px;
}

.my-line:after {
    content: "Если нет Telegram";
position: absolute;
right: 45px;
top: -36px;
font-size: 12px;
width: 127px;
text-align: right;
line-height: 16px;
padding: 5px 10px;
font-family: sans-serif;
color: #ffffff;
background: #08C100;
border-radius: 3px;
}

#vk_community_messages {
	bottom: 95px !important;
}

.my-line {
	position: fixed;
height: 50px;
width: 50px;
right: 85px;
bottom: 115px;
z-index: 10;
}

.my-telegram {
position: fixed;
height: 50px;
width: 50px;
right: 150px;
bottom: 115px;
z-index: 10;
}

.my-vk {
	position: fixed;
	height: 26px;
	width: 120px;
	right: 1px;
	bottom: 175px;
	z-index: 10;
	font-size: 12px;
	font-family: sans-serif;
	background: #5F82A6;
	color: #ffffff;
	border-radius: 3px;
	text-align: center;
	padding: 3px 0;
}