.noise {
background: url('https://static.tildacdn.com/tild3436-3264-4339-a137-343265393733/noise2.svg');
opacity: 0.1;
width: 100%;
heigth: 100vh;
}

.t-popup__container {
  border-radius: 15px 15px 15px 15px;
}

.t-popup__container > .t-img {
  border-radius: 15px 15px 0px 0px;
}
.t-popup__container > .t1014__wrapper {
  border-radius: 0px 0px 15px 15px;
}
.t-popup.t-popup_show {
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}