#nav957503326 .t-menusub__menu,
#nav957503326 .t-menusub__content {
    width: max-content;
    max-width: max-content;
}
.t-store__tabs__content.t-descr.t-descr_xxs {
    font-size: 15px;
}
.lblur .tn-atom {
      filter: blur(250px);
}
.indicator {
  position: relative;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}
.indicator span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  animation: animate 1s linear infinite;
}
.indicator span:nth-child(1) {
  top: -20px;
  left: -20px;
  animation-delay: 0s;
}
.indicator span:nth-child(2) {
  top: -10px;
  left: -10px;
  animation-delay: 0.2s;
}
.indicator span:nth-child(3) {
  top: 0;
  left: 0;
  animation-delay: 0.4s;
}
.indicator span:nth-child(4) {
  top: 10px;
  left: 10px;
  animation-delay: 0.6s;
}
.indicator span:nth-child(5) {
  top: 15px;
  left: 15px;
  animation-delay: 0.8s;
}
@keyframes animate {
  0% {
    border-color: #fff;
    transform: translate(0, 0);
  }
  20% {
    border-color: #fff;
    transform: translate(10px, 10px);
  }
  20.1%,
  100% {
    border-color: #fff;
  }
}

.glow .tn-atom:hover {
    box-shadow: 0px 0px 22px 22px rgba(148, 226, 229, 0.3) !important;
        transition: all 0.4s ease-in-out !important;

}

.btn-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: 3px;
  margin: -5px;
  background: linear-gradient(45deg, #4F88A5, #9BECEC);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.btn-gradient:hover,
.btn-gradient:hover::before  {
  filter: brightness(1.2);
}
.point-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%; 
  margin: 40px auto;
  background: #EE6B3F;
  animation: a 1.6s linear infinite;
}

@keyframes a {
  0% {box-shadow: 0 0 0 50px rgba(251, 176, 52, 0.55), 0 0 0 0px rgba(251, 176, 52, 0.55);}
  50% {box-shadow: 0 0 0 100px rgba(251, 176, 52, 0), 0 0 0 50px rgba(251, 176, 52, 0.55);}
  50.0001% {box-shadow: 0 0 0 0 rgba(251, 176, 52, 0.55), 0 0 0 50px rgba(251, 176, 52, 0.55);}
  100% {box-shadow: 0 0 0 50px rgba(251, 176, 52, 0.55), 0 0 0 100px rgba(251, 176, 52, 0);}
}
.shadow .tn-atom{
     box-shadow: 0px 13px 17px 14px rgba(0, 0, 0, 0.30), 0px 4px 7px 6px rgba(0, 0, 0, 0.25);
}