.pulse > .tn-atom::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid #E8E5DE; /* Цвет пульсации */
    border-radius: 50%;
    animation: pulse 3s 3s infinite;  /* 1.5 секунды - интервал пульсации */
}

@keyframes pulse {
    to {
        transform: scale(3);
        opacity: 0;
    }
}

#rec619635642 {
    margin-bottom: 0px;
    transition: margin-bottom 1s ease, background-color .3s linear, transition .3s linear, opacity .3s linear !important;
}

