 @media screen and (max-width: 950px) { 
   .t-text {
     font-size: 16px;
   }  
}
 @media screen and (min-width: 960px) and (max-width: 1200px) { 
   .t-text {
     font-size: 16px;
   }  
}
 @media screen and (min-width: 1600px) and (max-width: 1800px) { 
   .t-text {
     font-size: 15px;
   }  
}
 @media screen and (min-width: 1801px) { 
   .t-text  {
     font-size: 13px;
   }  
}


 @media screen and (max-width: 950px) { 
   .t-descr {
     font-size: 16px;
   }  
}
 @media screen and (min-width: 960px) and (max-width: 1200px) { 
   .t-descr {
     font-size: 14px;
   }  
}
 @media screen and (min-width: 1600px) and (max-width: 1800px) { 
   .t-descr {
     font-size: 13px;
   }  
}
 @media screen and (min-width: 1801px) { 
   .t-descr  {
     font-size: 11px;
   }  
}


 @media screen and (max-width: 950px) { 
   .t-card__descr {
     font-size: 16px;
   }  
}
 @media screen and (min-width: 960px) and (max-width: 1200px) { 
   .t-card__descr {
     font-size: 14px;
   }  
}
 @media screen and (min-width: 1600px) and (max-width: 1800px) { 
   .t-card__descr {
     font-size: 13px;
   }  
}
 @media screen and (min-width: 1801px) { 
   .t-card__descr  {
     font-size: 11px;
   }  
}


 @media screen and (max-width: 950px) { 
   .t-descr_sm {
     font-size: 16px;
   }  
}
 @media screen and (min-width: 960px) and (max-width: 1200px) { 
   .t-descr_sm {
     font-size: 14px;
   }  
}
 @media screen and (min-width: 1600px) and (max-width: 1800px) { 
   .t-descr_sm {
     font-size: 13px;
   }  
}
 @media screen and (min-width: 1801px) { 
   .t-descr_sm  {
     font-size: 11px;
   }  
}


 @media screen and (max-width: 950px) { 
   .t-store__prod-popup__name {
     font-size: 32px;
     color: #06101a !important;
   }  
}
 @media screen and (min-width: 960px) and (max-width: 1200px) { 
   .t-store__prod-popup__name {
     font-size: 26px;
     color: #06101a !important;
   }  
}
 @media screen and (min-width: 1600px) and (max-width: 1800px) { 
   .t-store__prod-popup__name {
     font-size: 32px;
     color: #06101a !important;
   }  
}
 @media screen and (min-width: 1801px) { 
   .t-store__prod-popup__name  {
     font-size: 38px;
     color: #06101a !important;
   }  
}



 @media screen and (max-width: 950px) { 
   .t-store__prod-popup__text {
     font-size: 16px;
   }  
}
 @media screen and (min-width: 960px) and (max-width: 1200px) { 
   .t-store__prod-popup__text {
     font-size: 16px;
   }  
}
 @media screen and (min-width: 1600px) and (max-width: 1800px) { 
   .t-store__prod-popup__text {
     font-size: 15px;
   }  
}
 @media screen and (min-width: 1801px) { 
   .t-store__prod-popup__text  {
     font-size: 13px;
   }  
}


.uc-letterfonts {
    letter-spacing: -5pt;
}

.highlight-v1 {
    letter-spacing: -5pt;
}


.highlight-v2 {
    letter-spacing: -10pt;
}

.highlight-v3 {
    letter-spacing: -20pt;
}