/* --- PREMIUM STYLE POPUP --- */
#rec1369097441 .t-popup {
  background: transparent !important; /* убираем затемнение */
}
#rec1369097441 .t-popup__container {
  position: fixed !important;
  left: 20px; bottom: 20px;  /* СНИЗУ-СЛЕВА, чтобы не мешал виджету справа */
  right: auto; top: auto;
  transform: none !important;
  max-width: 380px; width: 90vw;
  z-index: 9999;
}
#rec1369097441 .t-popup__content {
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  overflow: hidden;
}
#rec1369097441 .t-popup__close {
  right: 10px; top: 10px;
  width: 28px; height: 28px;
  background: rgba(0,0,0,.6);
  border-radius: 50%;
}
@media (max-width: 480px){
  #rec1369097441 .t-popup__container{
    left: 12px; bottom: 12px; width: calc(100vw - 24px);
  }
}
