.tn-atom a {
  position: relative;
  text-decoration: none;
}

.tn-atom a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;      /* ещё на 1px выше */
  width: 100%;
  height: 1px;       /* тонкая линия */
  transform: scaleX(0);
  transform-origin: left center;
  background-color: currentColor;
  transition: transform .28s ease;
}

.tn-atom a:hover::after {
  transform: scaleX(1);
}

#rec1273822541 {
    position: fixed;
    top: 0; /* расстояние от верхнего края страницы */
    left: 0; /* по левому краю */
    width: 100%; /* чтобы растянуть на всю ширину страницы */
    z-index: 9999; /* чтобы быть поверх других блоков */
}





