.btn-group--sticky {
  position: fixed;
  right: 26px;
  bottom: 28rem;
  z-index: 111;
}
@media screen and (max-width: 767px) {
  .btn-group--sticky {
    right: 16px;
    bottom: 100px;
  }
}
.btn-group--sticky .btn {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(30.8892612457px);
          backdrop-filter: blur(30.8892612457px);
  background-color: #e51805;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  color: #ffffff;
  z-index: 1001;
  position: relative;
}
.btn-group--sticky .btn span:not([class]) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 2px;
  background: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.btn-group--sticky .btn span:not([class]):first-child {
  transform: translate(-50%, -50%);
}
.btn-group--sticky .btn span:not([class]):nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
.btn-group--sticky.open .btn span:not([class]):first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.btn-group--sticky.open .btn span:not([class]):nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-group--sticky.open .dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .btn-group--sticky.open .dropdown-menu {
    z-index: 9;
  }
}
@media screen and (max-width: 767px) {
  .btn-group--sticky.open .dropdown-backdrop {
    z-index: 0;
  }
}
.btn-group--sticky .dropdown-menu {
  display: block;
  min-width: inherit;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  bottom: 71px;
  top: auto;
  transition: all 0.3s ease-out;
  transform: translateY(90px);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.btn-group--sticky .dropdown-menu__item {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(30.8892612457px);
          backdrop-filter: blur(30.8892612457px);
  background-color: #e51805;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  color: #ffffff;
  margin-top: 15px;
}
.btn-group--sticky .dropdown-menu__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
}
.btn-group--sticky .dropdown-menu__link:hover {
  background-color: transparent;
}
.btn-group--sticky .dropdown-menu__link:hover .dropdown-menu__title {
  transform: translateX(0);
  opacity: 1;
}
.btn-group--sticky .dropdown-menu__icon {
  display: block;
  margin: 0;
  padding: 0;
}
.btn-group--sticky .dropdown-menu__icon i {
  font-size: 24px;
  color: #ffffff;
}
.btn-group--sticky .dropdown-menu__title {
  position: absolute;
  top: 8px;
  right: 70px;
  background-color: #e51805;
  padding: 14px 12px;
  color: #ffffff;
  border-radius: 5px;
  font-size: 13px;
  font-family: "Montserrat", foco, sans-serif;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease;
  transform: translateX(36px);
  opacity: 0;
  min-width: 123px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media screen and (max-width: 479px) {
  .btn-group--sticky .dropdown-menu__title {
    transform: translateX(0);
    opacity: 1;
  }
}
.btn-group--sticky .dropdown-menu__title:before {
  content: "";
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  top: 13px;
  right: -4px;
  border-radius: 1px;
  background: #e51904;
  display: block;
  position: absolute;
  z-index: -1;
}
/*# sourceMappingURL=sticky.css.map */
