@media (max-width: 991px) {
  footer {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  footer .center-block {
    display: none;
  }
}

.sticky-menu {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  padding: 12px 16px;
  position: sticky;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px -3px 8px 0px rgba(0, 0, 0, 0.0784313725);
  background-color: #fff;
  z-index: 100000;
}
@media (min-width: 991px) {
  .sticky-menu {
    display: none;
  }
}

.sticky-menu__link {
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-menu__link .sticky-menu__count {
  display: none;
}

.sticky-menu__link.sticky-menu__link_active .sticky-menu__count {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  position: absolute;
  top: -4px;
  right: -4px;
  padding: 2px 4px;
  background-color: #F94F0D;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  border: 1px solid #fff;
}

.sticky-menu__link.current svg path {
  stroke: #F94F0D;
  fill: #F94F0D;
}

.sticky-menu__link.current svg ellipse {
  fill: #F94F0D;
}

.sticky-menu__link.current svg rect {
  stroke: #F94F0D;
  fill: #F94F0D;
}

.sticky-menu__link.current circle {
  fill: #F94F0D;
}

.sticky-menu__count p, .sticky-menu__count span, .sticky-menu__count div, .sticky-menu__count a {
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=footer.css.map */
