.services__link:hover::after {
  opacity: 0;
}
.services__link:hover::before {
  opacity: 1;
}
.tg-btn:hover,
.services__item:hover {
  box-shadow: 0 4px 11px 4px rgba(0, 0, 0, 0.25);
}
.service-btn:hover {
  background: #202020;
  color: var(--white);
}
.header .telephone:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.header .nav__link:hover {
  color: var(--black);
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
}
.services__link:hover .services__arrow {
  width: 29px;
  background-image: url("../images/icons/arrow-big.svg");
}
