.lot-sidebar__str.lot-sidebar__qr .hover-tooltip__qr {
  margin: 0 8px
}
@media (max-width:766px) {
  .lot-item__min-price-link .hover-tooltip__window {
    left: 0
  }
}
.lot-sidebar__qr {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.hover-tooltip {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal
}
.hover-tooltip:hover:not(.hover-tooltip__qr) svg path {
  stroke: #81a7f8
}
.hover-tooltip:hover .hover-tooltip__window {
  visibility: visible;
  z-index: 1;
  color: #000
}
.hover-tooltip__qr {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #0041cb;
  width: auto;
  margin: 12px 0;
  text-decoration: none
}
.hover-tooltip__qr svg {
  margin-right: 8px
}
.hover-tooltip__qr:hover {
  color: #0041cb
}
.hover-tooltip__window {
  visibility: hidden;
  border-radius: 4px;
  background: var(--Base--,#fff);
  position: absolute;
  text-align: center;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  box-shadow: 0 4px 16px 1px rgba(0,65,203,.1);
  padding: 8px 16px;
  width: 269px;
  left: -130px;
  top: 18px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px
}
.hover-tooltip__link {
  color: #0041cb;
  text-decoration: none
}
.hover-tooltip__text {
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px
}