/* Контейнер попапа делаем опорным */
#popup\:inform .t-popup__container {
  position: relative !important;
}

/* Сам крестик */
#popup\:inform .t-popup__close {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  left: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  transform: none !important;
}

/* Обертка кнопки — тоже внутрь попапа */
#popup\:inform .t-popup__close-wrapper {
  position: relative !important;
}

/* На случай если Тильда навесила fixed */
#popup\:inform .t-popup__block-close {
  position: absolute !important;
}
.t-popup__block-close {
    height: 43px !important;
    right: 36% !important;
    top: 29% !important;
    width: 43px !important;
}