/** bottom screen calls */
.calls a.calls__item .title:empty {
  display:none;
}
.calls a.calls__item .title {
    position: absolute;
    top: 7px;
    left: 30px;
    box-shadow: 0px 0px 0px 2px #fff;
    background-color: #0088cc;
    font-size: 11px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
}
.calls {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 16;
  bottom: -100px;
  left: 0;
  width: 100%;
  min-height: 76px;
  padding-top: 4px;
  background-color: #fff;
  box-shadow: 4px -3px 6px rgba(169, 151, 191, .15);
  opacity: 0;
  transition: .3s ease-in-out;
}
.calls.is-active {
  bottom: 0px;
  opacity: 1;
}
.calls__inner {
  width: 100%;
  max-width: 345px;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
.calls__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity .3s;
  cursor: pointer;
  width: 49px;
  height: 49px;
}
.calls__item-inner {
  position: relative;
  border-radius: 10px;
  margin-bottom: 2px;
}
.calls__item-icon {
  position: relative;
  z-index: 2;
}
.calls .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  border-radius: 10px;
  overflow: visible !important;
  cursor: pointer;
}
.main_page [href="/"].calls__item path,
.catalog [href*=catalog].calls__item path,
.personal [href*=personal].calls__item path,
.basket [href*=basket].calls__item path
{
    fill: orange;
}
.calls__item-text {
  font-family: inherit, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  color: #afafaf;
}
/* .calls .icon--bg-green {
  position: relative;
  z-index: 2;
  background-color: #098086;
}
.calls__item-inner--bg-green::after {
  background-color: #098086;
}
.calls .icon--bg-pur {
  position: relative;
  background-color: #07adb5;
}
.calls__item-inner--bg-pur:after {
  background-color: #07adb5;
}
.calls .icon--bg-vk-blue {
  position: relative;
  background-color: #0cc4cd;
}
.calls__item-inner--bg-vk-blue:after {
  background-color: #0cc4cd;
}
.calls .icon--bg-blue {
  position: relative;
  background-color: #6eeaf1;
}
.calls__item-inner--bg-blue:after {
  background-color: #6eeaf1;
}
.calls__item-inner--bg-orange {
  background-color: #fc9e49;
}
.calls__item-inner--bg-orange:after {
  background-color: #fc9e49;
} */
/* @keyframes pulseBeforeAfter {
  0% {
      opacity: 1;
      width: 50%;
      height: 50%
  }

  99% {
      opacity: 0;
      width: 150%;
      height: 150%
  }

  100% {
      width: 50%;
      height: 50%;
      opacity: 0
  }
}

@media screen and (max-width: 1000px) {
  .up-button {
      right: 26px!important;
      bottom: 122px!important;
  }
} */
