html {
    scroll-behavior: smooth;
}

#rec1192833616 .nav-link .tn-atom a,
#rec1204650816 .nav-link .tn-atom a {
    position: relative;
    color: #1E1E1E !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

#rec1192833616 .nav-link .tn-atom a:hover,
#rec1204650816 .nav-link .tn-atom a:hover {
    color: #748BFF !important;
}


/* Применяем scroll-margin-top к целевым блокам с ID */
[id] { /* Укажите конкретные ID или оставьте [id] для всех */
    scroll-margin-top: 40px !important; /* Отступ перед блоком */
}

#rec1192833616,#rec1204650816 {
    transition: all 0.2s ease;
}

