/* Только для Safari */
@supports (-webkit-hyphens: none) and (not (-moz-appearance: none)) {
  @media (min-width: 2160px) {
    * {
      font-size: inherit !important;
    }
    
    h1 {
      font-size: 64px !important;
      line-height: 1.3 !important;
    }
    
    h2 {
      font-size: 32px !important;
      line-height: 1.3 !important;
    }
    
    h3 {
      font-size: 20px !important;
      line-height: 1.3 !important;
      margin-bottom: 4px !important;
    }
    
    .t-name, div {
      font-size: 12px !important;
      line-height: 1.2 !important;
    }
  }
}