.popup-modal__items {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.popup-modal__item {
  display: flex;
  width: 100%;
  flex: none;
  flex-direction: column;
  direction: rtl;
}
