<!--кнопка скругление углов-->
<!--https://cubeteam.ru-->
<style>
.btn-cube-border {
transition: all 1s;
overflow: hidden;
outline: 1px solid #ffffff;
border-radius: 3px;
}
.btn-cube-border:hover {
border-radius: 50px;
outline: 1px solid #ffffff;
}
</style>