.contacts {
  position: absolute;
  left: 30px;
  top: 95%;
  display: flex;
  gap: 30px;
  z-index: 2;
}
.contacts__item {
  font-size: 20px;
  font-family: "FuturaPT", Arial, sans-serif;
  color: #ecb21d !important;
  text-shadow: -6px -6px 7px rgba(255, 255, 255, 0.1),
    6px 9px 15px rgba(0, 0, 0, 0.35);
}
@media (max-width: 980px) {
  .contacts {
    left: 50%;
    top: 71%;
    flex-wrap: wrap;
    row-gap: 5px;
    justify-content: center;
    transform: translateX(-50%);
  }
  .contacts__item {
    font-size: 18px;
  }
}
/* прочие стили */
.t396__elem.tn-elem.tn-elem__2235314721598315739404 {
  top: 34px !important;
}
