.t-popup-anim-appearfromtop {
  animation: none !important;
  transform: none !important;
}

.t-popup__container-animated {
  animation: none !important;
  transform: none !important;
  transition: none !important;
}

@media screen and (min-width: 960px) {
  .t-popup {
    background-color: #F7F6EF !important;
  }
}

.t-popup_show,
.t-popup_showed {
  z-index: 9000 !important;
}

body {
  background-color: #F7F6EF !important;
}

* {
  -webkit-tap-highlight-color: transparent;
}
.t-popup {
  z-index: 900 !important;
}

.t-popup_show,
.t-popup_showed {
  z-index: 9000 !important;
}
