.messenger-link {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #564e92;
  color: #ffffff;
  -webkit-transform: rotate(270deg) scale(0.8);
          transform: rotate(270deg) scale(0.8);
  right: -83px;
  z-index: 222;
  top: 50%;
  width: 200px;
  white-space: nowrap;
  padding: 12px 14px;
  height: 48px;
  cursor: pointer; }
  .messenger-link:hover {
    background-color: #3f377c;
    color: #ffffff;
    text-decoration: none; }
  .messenger-link img {
    width: 24px;
    min-width: 24px;
    margin-right: 10px; }

.contacts-section .social-link {
  margin-right: 8px; }
