/* #region .widget */
.widget {
	position: fixed;
	bottom: 12px;
	right: 12px;
	width: 56px;
	height: 56px;
	z-index: 100;
	transition: height 0.3s ease;
}

@media (min-width: 768px) {
	.widget {
		bottom: 56px;
		right: 56px;
	}
}
/* #endregion .widget */