.fix-service {
  position: fixed;
  right: 20px;
  top: 28%;
  transform: translateY(-50%);
  z-index: 999;
  display: none !important;
}
.fix-service .icon {
  display: block;
  width: 85px;
}
.fix-service .list {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  background-color: #007EFF;
  border-radius: 0 0 8px 8px;
  padding: 10px 8px 10px 8px;
  font-size: 11px;
  color: white;
}
.fix-service .item {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  column-gap: 4px;
}
.fix-service .item img {
  display: block;
}
.fix-service .phone {
  padding: 6px 0;
}
.fix-service .button {
  background-color: white;
  color: #007EFF;
  padding: 4px 0;
  text-align: center;
  font-size: 11px;
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
}
