.header__contacts a:not(:last-child) {

  max-width: 70%;

}



.header__contacts a:last-child {

  max-width: max-content;

}



.w-richtext a {

  color: var(--green);

}



.w-richtext a:hover {

  text-decoration: underline;

}



.scrollbar {

  z-inde: 999 !important

}



.scroll-span {

  filter: invert(1);

}

@media (max-height: 999px) {
  .service--info--content {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
}