.t-rec {
    word-break: normal !important;
}

#rec1446021711 a:not(:has(img)):not(.t-btn):not(.tn-btn),
#rec1446258271 a:not(:has(img)):not(.t-btn):not(.tn-btn),
#rec1308923791 a:not(:has(img)):not(.t-btn):not(.tn-btn) {
  position: relative;
  text-decoration: none;
  color: inherit; /* цвет текста ссылок */
}

#rec1446021711 a:not(:has(img)):not(.t-btn):not(.tn-btn)::after,
#rec1446258271 a:not(:has(img)):not(.t-btn):not(.tn-btn)::after,
#rec1308923791 a:not(:has(img)):not(.t-btn):not(.tn-btn)::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor; /* линия будет цветом текста */
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.4s ease-out;
}

#rec1446021711 a:not(:has(img)):not(.t-btn):not(.tn-btn):hover::after,
#rec1446258271 a:not(:has(img)):not(.t-btn):not(.tn-btn):hover::after,
#rec1308923791 a:not(:has(img)):not(.t-btn):not(.tn-btn):hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

