.t-text_md {
        font-family: 'ST-Spartak', Arial, sans-serif;
        font-weight: 500;
        color: #131620;
        font-size: 16px;
  }
.t-title_xxs {
        font-family: 'DrukTextWideTT', Arial, sans-serif;
        font-weight: 600;
        font-size: 28px;
  }
@media screen and (max-width: 640px) {
    .t-title_xxs {
        font-family: 'DrukTextWideTT', Arial, sans-serif;
        font-weight: 600;
        font-size: 22px;
  }}
  @media screen and (max-width: 640px) {
  .t-text_md {
        font-family: 'ST-Spartak', Arial, sans-serif;
        font-weight: 500;
        color: #131620;
        font-size: 14px;
  }}