.social-popup {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 75px;
}
.social-popup.open .social-popup__btn-icon {
  display: none;
}
.social-popup.open .social-popup__btn-icon--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-popup.open .social-popup__list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.social-popup * {
  margin: 0;
}
.social-popup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 50%;
  background-color: #FF0000;
}
.social-popup__btn:focus, .social-popup__btn:active {
  outline: none;
}
.social-popup__btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-popup__btn-icon--active {
  display: none;
}
.social-popup__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 0 0 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
}
.social-popup__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #BCBCBC;
}
.social-popup__link--whats {
  background-color: #25D366;
}
.social-popup__link--telegramm {
  background-color: #2AABEE;
}
.social-popup__link--chat {
  background-color: red;
}
.social-popup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=page.css.map */