.support {
  position: fixed;
  padding: 0.625rem;
  background-color: #ffde09;
  z-index: 50;
  right: 2rem;
  bottom: 2rem;
  border-radius: 1rem;
  backface-visibility: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (width < 475px) {
  .support {
    right: 1rem;
    bottom: 1rem;
  }
}
.support__title {
  font-size: 0.625rem;
  text-shadow: 0 0 #424242;
  text-align: center;
  width: min-content;
}
.support__messengers {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
}
.support__messengers > hr {
  width: 80%;
  opacity: 0.5;
}
.support__messengers-item {
  --transition: background-color .25s, color .25s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  padding: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  transition: var(--transition);
  background-color: var(--color);
}
.support__messengers-item:hover {
  background-color: #FFFFFF;
}
.support__messengers-item:hover > svg {
  color: var(--color);
}
.support__messengers-item > svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #FFFFFF;
  transition: var(--transition);
}
.support__messengers-item--viber {
  --color: #7360f2;
}
.support__messengers-item--telegram {
  --color: #1457de;
}

/*# sourceMappingURL=support.css.map */
