.lp-figure {
  pointer-events: none;
}

.lp-figure__frame {
  font-size: var(--font-body-size);
  line-height: var(--font-body-line);
}

.lp-figure .sale-screen {
  flex: 1 1 100%;
  height: 420px;
  min-width: 0;
}

.lp-figure .sale-screen__left {
  overflow: hidden;
}

.lp-figure .order-rail {
  min-width: 0;
}

@media (max-width: 1059.98px) {
  .lp-figure .sale-screen {
    height: auto;
  }
}
