/* убираем нарисованную полосу у всех попапов */
.t-popup .t-popup__container::before {
  content: none !important;
}

/* делаем фон попапов бежевым */
.t-popup .t-popup__container,
.t-popup .t-popup__content {
  background: #ddd8c9 !important;
}

/* крестик без своего квадрата */
.t-popup .t-popup__close {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}