.t-descr_xxs {
font-size: 18px;
line-height: 1.55;
}

.t-name_xs {
font-size: 18px;
line-height: 1.35;
}

.t-name_md {
font-size: 21px;
line-height: 1.65;
}

::-webkit-scrollbar {
  width: 0;
}

.elem {
      overflow: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
}

.elem::-webkit-scrollbar {
      width: 0;
      height: 0;
}