.install_button { display: flex; /*наш блок стал flex-контейнер*/ justify-content: flex-end; /*прижимается к правому краю*/ }