/* 279:2992 — правое облако */
.screen__cloud-3-wrap {
  position: absolute;
  top: 166px;
  left: calc(50% + 19.5px);
  width: 376.592px;
  height: 363.01px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.screen__cloud-3 {
  width: 301.291px;
  height: 225.994px;
  transform: rotate(-37.67deg);
  object-fit: cover;
  object-position: bottom;
}

/* 279:3003 — левое облако (позиция из вашей правки, не трогать при работе с promo) */
.screen__cloud-2-wrap {
  position: absolute;
  top: 28px;
  right: 173px;
  bottom: 437px;
  left: -187px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.screen__cloud-2-rotate {
  width: 259.4462px;
  height: 194.6068px;
  transform: scaleY(-1) rotate(142.33deg);
  opacity: 0.6;
}

.screen__cloud-2 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom;
}
