::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

html {
  -ms-overflow-style: none;  /* Тоже скрываем полосу прокрутки */
}

* ::-moz-selection { /* Code for Firefox */
  color: #A1A3AA !important;
  background-color: white !important;
}

* ::selection {
  color: #A1A3AA !important;
  background-color: white !important;
}



.p1-desktop-d{
  font-size: 24px;
  font-family: 'TWKLausanne', Arial, sans-serif;
  text-align: center;
  color: #919299 !important;
  line-height: 1.3;
}

.tg-link-d{
  text-decoration: underline !important;
  text-decoration-thickness: 8% !important;
  text-underline-offset: 10%;
  padding: .05em .1em;
  border-radius: .2em;
  background: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  overflow-wrap: anywhere;
  transition: all .15s ease;
  -webkit-tap-highlight-color: transparent;
}

.p1-white{
    color: #FFF !important;
}

.link-white{
    color: #FFF !important;
}


.tg-link-d:hover,
.tg-link-d:focus-visible{ background: #E4E5EB; color: #9D9EA6 !important;}
.tg-link-d:active{ background: #DCDEE5; color: #9D9EA6 !important; }

.link-white:hover,
.link-white:focus-visible{ background: rgba(255, 255, 255, 0.20); color: #FFF !important;}
.link-white:active{ background: rgba(255, 255, 255, 0.15); color: rgba(255, 255, 255, 0.90) !important;}