

.t270__title.t-title.t-title_xxs.t-animate.t-animate_started {
    border-radius: 10px;
    background: linear-gradient(90deg, #f2039f, #773fff, #f2039f);
    background-position: 0 0;
    animation: background 5s infinite alternate;
}

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

.t270__descr.t-descr.t-descr_xs.t-animate.t-animate_started {
    border-radius: 10px;
}

.t-feed__post-bgimg.t-bgimg.loaded {
    border-radius: 10px;
}

#rec535346484{
    background: linear-gradient(45deg, #f2039f, #773fff, #f2039f);
}

