
  .ty-cat-brief{
    max-width:1180px;
    margin:0 auto 22px;
    padding:0 20px 22px;
    font-family:"AstaSans-Medium", Arial, Helvetica, sans-serif;
    color:#111;
    border-bottom:1px solid #dddddd;
  }

  .ty-cat-brief-label{
    margin:0 0 10px;
    font-size:12px;
    line-height:1.2;
    letter-spacing:.16em;
    text-transform:uppercase;
    color:#1B9CBC;
    font-weight:700;
  }

  .ty-cat-brief-title{
    margin:0 0 12px;
    max-width:760px;
    font-size:28px;
    line-height:1.25;
    font-weight:600;
    color:#111;
  }

  .ty-cat-brief-text{
    max-width:920px;
    margin:0 0 10px;
    font-size:15px;
    line-height:1.85;
    color:#222;
  }

  .ty-cat-brief-note{
    margin-top:14px;
    max-width:920px;
    padding:12px 14px;
    border-left:3px solid #1B9CBC;
    background:#f7f7f7;
    font-size:14px;
    line-height:1.75;
    color:#333;
  }

  .ty-cat-products{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:15px 0 0;
    padding:0;
    list-style:none;
  }

  .ty-cat-products li{
    padding:6px 10px;
    border:1px solid #dddddd;
    font-size:13px;
    line-height:1.3;
    color:#222;
    background:#fff;
  }

  @media(max-width:640px){
    .ty-cat-brief{
      padding:0 16px 20px;
    }

    .ty-cat-brief-title{
      font-size:24px;
    }
  }
