.contact-floats {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 990;
	display: grid;
	justify-items: end;
	gap: 12px;
}

.contact-float {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 18px 0 16px;
	color: #fff !important;
	font-family: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	border: 1px solid rgba(255, 255, 255, 0.34);
	border-radius: 999px;
	transition:
		transform 0.18s ease,
		box-shadow 0.18s ease,
		background 0.18s ease;
}

.contact-float-whatsapp {
	background: #1fb85b;
	box-shadow: 0 16px 34px rgba(18, 130, 66, 0.28);
}

.contact-float-viber {
	background: #7360f2;
	box-shadow: 0 16px 34px rgba(83, 65, 192, 0.28);
}

.contact-float:hover,
.contact-float:focus-visible {
	color: #fff !important;
	transform: translateY(-2px);
}

.contact-float:focus-visible {
	outline: 3px solid rgba(255, 255, 255, 0.9);
	outline-offset: 3px;
}

.contact-float-whatsapp:hover,
.contact-float-whatsapp:focus-visible {
	background: #169f4b;
	box-shadow: 0 20px 42px rgba(18, 130, 66, 0.34);
}

.contact-float-viber:hover,
.contact-float-viber:focus-visible {
	background: #6653df;
	box-shadow: 0 20px 42px rgba(83, 65, 192, 0.34);
}

.contact-float-icon {
	display: block;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	object-fit: contain;
}

#scroll-up {
	right: 28px;
	bottom: 156px;
}

@media (max-width: 1120px) {
	.contact-floats {
		right: 14px;
		bottom: 18px;
	}

	.contact-float {
		width: 54px;
		justify-content: center;
		padding: 0;
	}

	.contact-float span {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	#scroll-up {
		right: 17px;
		bottom: 146px;
	}
}
