    .t-store__prod-popup__container {
        padding: 120px 20px !important;
    }
    .t-store__prod-popup__close-txt-wr {
        padding-top: 100px !important;
    }
    .t-store .t-popup__close {
        padding-top: 100px !important;
    }
    @media screen and (max-width: 560px) {
        .t-store .t-store__prod-popup__container {
            padding-top: 80px !important;
        }
        .t-store .t-popup.t-popup_show .t-popup__close {
            padding-top: 80px !important;
            
        }
    }