@media screen and (max-width: 480px) {
.uc-form .t702 .t-popup_show .t-popup__container {
    width: calc(100vw - 20px) !important;
    margin: 0 auto;
    min-height: fit-content !important;
    padding: 0 !important;
    translate: 0 calc(50vh - 50%);
}


.t-popup__close.t-popup__block-close {
    background-color: transparent;
}
}

@media screen and (max-width: 960px) {
        .t-store__grid-cont .t-col {
        margin-bottom: 20px;
        }
      }
      @media screen and (max-width: 1200px) {
      .t-descr_xxs, .t-name_xs { 
    font-size: 14px;}
      }
      }
      
