 @media screen and (min-width: 481px) {
     #t-header:has(.uc-submenu .t-popup_show) .menu>div {
         border-bottom-left-radius: 0 !important;
         border-bottom-right-radius: 0 !important;
     }
 }

 @media screen and (max-width: 479px) {
     * {
         -webkit-tap-highlight-color: transparent;
         -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
     }

     #t-header:has(.uc-submenu .t-popup_show) .t-popup_show .t396__artboard {
         height: 100vh !important;
     }

     body:has(.uc-submenu .t-popup_show) {
         overflow: hidden !important;
     }
 }
 
  @media screen and (min-width: 481px) {
     .uc-submenu .t-popup__close.t-popup__block-close {
         display: none !important;
     }
 }

 .t-typography__characteristics.js-store-prod-charcs {
     padding-top: 16px;
 }

 .js-store-prod-all-charcs {
     margin-top: 32px !important;
     padding-top: 16px;
     border-top: 1px solid #0001;
 }

 .t-popup__block-close {
     height: 43px;
     right: 30px;
     top: 30px;
     width: 43px;
     opacity: 0;
     transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
     pointer-events: none;
 }

 .t-popup_show .t-popup__block-close {
     opacity: 1;
     pointer-events: auto;
 }