    @media screen and (min-width: 960px){
        .t-store .t-popup.t-popup_show .t-popup__container {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .9s cubic-bezier(.19,1,.22,1);
    -o-transition: all .9s cubic-bezier(.19,1,.22,1);
    transition: all .9s cubic-bezier(.19,1,.22,1);
    transition-delay: 0.3s;
    border-radius: 20px;
}}

.t-slds__bgimg {
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.t-slds__thumbsbullet-border {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 2px solid transparent;
    -webkit-transition: border-color ease-in-out .3s;
    -moz-transition: border-color ease-in-out .3s;
    -o-transition: border-color ease-in-out .3s;
    transition: border-color ease-in-out .3s;
    border-radius: 10px;
}
@media screen and (min-width: 960px){
.t554__card {
    border-radius: 10px;
    position: absolute;
    background: white;
    min-height: 300px;
    padding: 60px;
    box-sizing: border-box;
    width: 100%;
    top: 60px;
}}
.t554__title {
    margin-bottom: 0px;
}
.t-slds__img {
    border-radius: 10px;
    display: block;
    width: 100%;
}
    @media screen and (max-width: 960px){
.t-store .t-popup__close {
    width: 100%;
    height: 50px;
    background: #3189a8 !important;
    position: fixed;
    display: table;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
}}