.nav-item-link:hover,
.header__mob-link-phone:hover,
.nav__mob-link-bottom:active a,
.site-track__item:hover {
  color: var(--c-link-hover);
  border-color: var(--c-link-hover);
}

.form__link:hover {
  text-decoration: underline;
}

svg.site-track__item:hover {
  border-color: transparent;
}

.header__burger-btn-container:active svg path,
.btn-cross:active svg path {
  fill: var(--c-link-hover);
}

.modal__btn-cross:hover svg path {
  fill: var(--c-btn-cross-hover);
}

.modal__btn-cross:hover svg  {
  transform: scale(1.2);
}

.btn-color:hover,
.index__right-link-next:hover {
  background-color: var(--btn-color-hover);
}

.btn-dark:hover {
  background-color: var(--btn-dark-hover);
}

.products__item:hover .products__item-second-visible {
  transform: scaleX(1);
}

.products__item:active .products__item-second-visible {
  transform: scaleX(1);
}

.products__item-second-visible-container-link:hover a {
  font-weight: var(--fw-title-3);
  text-decoration: underline;
}

