@media (max-width: 768px) {
	.header {
		padding: 10px 0 10px 0;
	}
	.header__wrapper {
		flex-direction: column;
		gap: 10px;
	}
	.header__buttons {
		width: 100%;
	}
	.header__buttons-login {
		text-align: center;
		width: 50%;
		font-size: 16px;
		line-height: 24px;
	}
	.header__buttons-register {
		text-align: center;
		width: 50%;
		font-size: 16px;
		line-height: 24px;
	}
	.main h1 {
		font-size: 20px;
		line-height: 20px;
	}
}
