.contactsBar {
  display: flex;
  width: 80px;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .contactsBar {
    display: none;
  }
}
.contactsBar .contactsBar_link {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.contactsBar .contactsBar_link svg {
  color: #8892b0;
  font-size: 21px;
  transition-duration: 0.3s;
}
.contactsBar .contactsBar_link svg:hover {
  color: #64ffda;
  transition-duration: 0.3s;
}
.contactsBar .contactsBar_line {
  display: flex;
  width: 1px;
  height: 117px;
  background-color: #8892b0;
}/*# sourceMappingURL=contactsBar.css.map */