.t-popup{
    opacity: 1;
}
.t-popup__container.t-width.t-width_6.t-popup__container-animated{
    margin: auto;
    width: 400px;
    height: 640px !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: none;
    z-index: 1;
    cursor: default;
    overflow: hidden;
    background-color: transparent !important;
}

.t-popup__container.t-width.t-width_6.t-popup__container-animated .t-popup__container.t-width.t-width_6.t-popup__container-animated{
    height: 100% !important;
}

@media (max-height: 800px){
    .t-popup__container.t-width.t-width_6.t-popup__container-animated{
        height: 90vh !important;
    }
}

@media (max-width: 480px){
    .t-popup__container.t-width.t-width_6.t-popup__container-animated{
        width: 90vw;
    }
}

