@keyframes text-shadow-drop-left {
  0% {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    text-shadow: -6px 0 18px rgba(0, 0, 0, 0.35);
  }
}
@keyframes pulsate-bck {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  width: 100vw;
  height: 100vh;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tonconnect {
  width: 100vw;
  height: 50px;
}

.tonconnect_pos {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ton_connect_button {
  margin-right: 10px;
  margin-top: 10px;
}

.donat {
  margin-bottom: 30px;
  margin-top: 30px;
}

.donat_pos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_name_domain {
  font-size: 32px;
  color: white;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.5), 0 0 15px rgb(162, 0, 255), 0 0 20px rgb(0, 204, 255), 0 0 25px rgb(255, 0, 247), 0 0 30px rgb(0, 204, 255);
  animation: text-shadow-drop-left 0.6s both;
}

.pay_button {
  transition: transform 0.3s;
  animation: pulsate-bck 1.5s ease-in-out infinite both;
}

.pay_button:hover {
  transform: scale(1.2);
  animation: none;
}

.img_pos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img {
  width: 280px;
  border-radius: 35px;
}

.tg {
  height: 40px;
  margin-top: 10px;
}

.multi_button {
  display: flex;
  transition: transform 0.2s;
  margin-bottom: 6px;
  width: 140px;
  margin-left: 10px;
}

.go_to_1 {
  width: 40px;
  height: 40px;
  background-color: #201e1e;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  color: #FFFFFF;
  border-color: #FFFFFF;
  text-align: center;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: width 0.3s;
}

.go_to_1:hover {
  color: #201e1e;
  background-color: #FFFFFF;
  border-color: #201e1e;
  width: 135px;
}

.go_to_1:hover .tg_logo {
  margin-left: 3px;
}

.go_to_1:focus {
  color: #201e1e;
  background-color: #3caae2;
  border-color: #201e1e;
}

.name_channel {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
}

.ru_channel_text {
  visibility: hidden;
  display: flex;
  align-items: center;
  width: 0;
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.go_to_1:hover .ru_channel_text {
  visibility: visible;
  width: 120px;
  color: #201e1e;
  height: 20px;
  margin-left: 5px;
}

.tg_logo {
  width: 30px;
}/*# sourceMappingURL=style.css.map */