body {
  background: url(./pattern.svg);
  background-color: #0a3049;
  background-size: cover;
  background-position: center;
  color: #abbec9;
}

a {
  text-decoration: none;
  color: inherit;
  color: #fff;
}

button {
  border: none;
  text-decoration: none;
  color: inherit;
  color: #fff;
}
.timer {
  font-weight: bold;
  font-style: italic;
}
.tgme_head_right_btn {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: #fff;
  background: #1c93e3;
  padding: 9px 16px;
  height: 34px;
  border-radius: 17px;
  text-align: center;
  transition: all 0.15s ease 0.15s;
}

a.tgme_action_button_new {
  font-size: 20px;
  line-height: 17px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background: #5dc390;
  border-radius: 22px;
  overflow: hidden;
  display: inline-block;
  padding: 13px 24px;
  height: 42px;
  text-transform: uppercase;
  vertical-align: top;
  width: fit-content;
}

a.tgme_action_button_new.shine {
  background-image: linear-gradient(
    270deg,
    rgba(100, 181, 239, 0) 48.44%,
    #64b5ef 75.52%,
    rgba(100, 181, 239, 0) 100%
  );
  background-repeat: no-repeat;
  animation: bg-move linear 5s infinite;
}

a.tgme_action_button_new {
  background-color: #1c93e3;
}

button.tgme_action_button_new {
  font-size: 20px;
  line-height: 17px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background: #5dc390;
  border-radius: 22px;
  overflow: hidden;
  display: inline-block;
  padding: 13px 24px;
  height: 42px;
  text-transform: uppercase;
  vertical-align: top;
  width: fit-content;
}

button.tgme_action_button_new.shine {
  background-image: linear-gradient(
    270deg,
    rgba(100, 181, 239, 0) 48.44%,
    #64b5ef 75.52%,
    rgba(100, 181, 239, 0) 100%
  );
  background-repeat: no-repeat;
  animation: bg-move linear 5s infinite;
}

button.tgme_action_button_new {
  background-color: #1c93e3;
}

@keyframes bg-move {
  0% {
    background-position: -500px 0;
}
100% {
    background-position: 1000px 0;
}
}

@keyframes t-logo-play {
  0% {
    background-position: 0% 0%;
}

100% {
    background-position: 100% 0%;
}
}

.button-cont {
  width: fit-content;
}

.tl_main_logow.play {
  animation-name: t-logo-play;
}

.tl_main_logow {
    display: flex;
    line-height: 0;
    text-decoration: none !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.tl_main_logo {
  display: block;
  height: 104px;
  animation: 500ms steps(30) both;
  background-repeat: no-repeat;
  background-size: cover;
}

.tl_main_logo_title_image {
  display: block;
  width: 144px;
  height: 36px;
  margin: 18px auto 6px;
}