.messenger {
display: block;
position: fixed;
right: 5%;
bottom:95px;
width:60px;
height: 60px;
z-index: 10;
overflow:hidden;
}
@media screen and (max-width:768px){
.messenger {bottom:20px;}
}
.width-full {
height:840px;
}
.messenger-btn {
    padding: 0px 0px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 5px;
	background:#80b536;
    position: absolute;z-index: 20;
    right: 0;
    bottom:0;
    cursor: pointer;
	text-align:center;opacity:.7;
	-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
  }
  
.messenger-btn:hover {
opacity:1.0;
  } 

.messenger-btn img {display:inline-block;margin-top:18px;}   

.messenger-links {
  position: absolute;overflow:hidden;
  right: 6px;
  bottom:22px;
  width:50px;
  transform: scale(0);
  transform-origin: 50% 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 0;text-align:right;
}
.messenger-links.show {
  bottom:60px;
  transform: scale(1);
}
.messenger-links a{
	display:inline-block;
	width:44px;
	height:44px;
	margin:0 2px;
	padding:0;
	text-align:center;
	border-radius: 50%;
overflow:hidden;
}
.messenger-links a img{
display:block;
width:100%;
height:auto;
}
/*
.messenger-links a.tg {
display:inline-block;
width:44px;
height:44px;
border-radius: 50%;
overflow:hidden;
opacity:.7;
}
.messenger-links a.tg:hover {
opacity:1;
}

.messenger-links a.tg img{
display:block;
width:100%;
height:auto;
}
 
.messenger-links a.v {
display:inline-block;
width:44px;
height:44px;
border-radius: 50%;
overflow:hidden;
background: #BE5C95;
}
.messenger-links a.v:hover {
 box-shadow:0 0 4px 3px rgba(0,0,0,.1);
}
.messenger-links a.v img{
display:inline-block;
width:18px;
height:18px;
margin-top:13px;
}
.messenger-links a.t {
display:inline-block;
width:44px;
height:44px;
border-radius: 50%;
overflow:hidden;
}
.messenger-links a.t:hover {
 box-shadow:0 0 4px 3px rgba(0,0,0,.1);
}
.messenger-links a.t img{
display:inline-block;
width:44px;
height:44px;
}
*/
.messenger-links a i.fa.fa-instagram {
  font-size: 20px;
  background: url(/modules/messengers/bg-inst.jpg) no-repeat;
  color: #fff;
  padding-top:12px; }
.messenger-links a i.fa.fa-twitter {
  font-size: 20px;
  background: #43BDEE;
  color: #fff;
  padding-top:12px; }
.messenger-links a i.fa.fa-odnoklassniki {
  font-size: 20px;
  background: #e66700;
  color: #fff;
  padding-top:12px; } 
.messenger-links a i.fa.fa-facebook {
  font-size: 20px;
  background: #3b5996;
  color: #fff;
  padding-top:13px; }
  
  
.messenger-links a i.fa.fa-weixin {
  font-size: 20px;
  background: #07C160;
  color: #fff;
  padding-top:12px; } 

.messenger-links a i.fa.fa-pinterest-p {
  font-size: 20px;
  background: #E60023;
  color: #fff;
  padding-top:14px; }

.messenger-links a i.fa.fa-skype {
  font-size: 20px;
  background: #32C5EE;
  color: #fff;
  padding-top:12px; }

.messenger-links a i.fa.fa-linkedin {
  font-size: 20px;
  background: #1D66C2;
  color: #fff;
  padding-top:12px; }   
  

.messenger-links a i.fa.fa-whatsapp {
  font-size: 20px;
  background: #36D034;
  color: #fff;
  padding-top:12px; }

.messenger-links a i.fa.fa-paper-plane {
  font-size: 20px;
  background: #1da2f0;
  color: #fff;
  padding-top:12px;
  } 

.messenger-links a i.fa.fa-phone {
  font-size: 20px;
  background: #EB6262;
  color: #fff;
  padding-top:12px; }


.messenger-links a i.fa.fa-vk {
  font-size: 20px;
  background: #5382b8;
  color: #fff;
  padding-top:12px; }