.social-icons .tn-atom,
.tn-atom.social-icons {
  transition: transform 0.25s ease !important;
  transform-origin: center center !important;
}

.social-icons:hover .tn-atom,
.tn-atom.social-icons:hover {
  transform: scale(1.08) !important;
}




/* контейнер меню */
.custom-menu a {
  position: relative;
  text-decoration: none !important;
}

/* если ссылки в Zero Block текстовые */
.custom-menu a,
.custom-menu a .tn-atom {
  box-shadow: inset 0 -1px 0 transparent;
  transition: box-shadow 0.25s ease;
}

/* hover */
.custom-menu a:hover,
.custom-menu a:hover .tn-atom {
  box-shadow: inset 0 -1px 0 #992809;
}

/* active */
.custom-menu a.active,
.custom-menu a.active .tn-atom {
  box-shadow: inset 0 -1px 0 #992809 !important;
}




/* FIX: Safari обрезает крупные буквы в Zero Block */

.safari_text_fix {
  overflow: visible !important;
}

.safari_text_fix .tn-atom {
  overflow: visible !important;
  display: inline-block !important;

  padding: 0.12em 0.18em !important;
  margin: -0.12em -0.18em !important;

  line-height: 1.15 !important;
  box-sizing: content-box !important;
}
</style>




