/* home */

.breadcrumbs_home{
	height:1rem;
	width:100%;
}

.big_round_butt{
	position:sticky;
	top:calc(100vh - 300px);

	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;

	aspect-ratio:1/1;

	background-color:var(--accent);
	color:var(--dark);
	padding:1rem;
	padding-top:3rem;
	border-radius:50%;
	font-size:48px;
	line-height:1;
	font-weight:var(--strong);
	text-decoration:none;
	min-width:320px;
	max-width:320px;
	margin-inline:auto;
	
}

.big_round_butt:hover{
	background-color:var(--blue);
	color:var(--dark);
	text-decoration:none;
}

.big_round_butt svg{
	width:88px;
	height:88px;
}