/* Принудительно — но учитываем accessibility */
html, body {
  scroll-behavior: smooth !important;
}

/* Если пользователь попросил уменьшить движения — отключаем плавность */
@media (prefers-reduced-motion: reduce) {
  html, body { scroll-behavior: auto !important; }
}
button{
    cursor:pointer;
}




@media (max-width:1024px){
    .uc-imagephone img{
        display:none !important;
    }
    .t823__col t823__col_img, .t823__col_img_mobile{
        display:none !important;
    }
}