.xxx-fix-btn-map {
	position: fixed;
	cursor: pointer;
	z-index: 145;
	transition: 0.3s all;
	right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 13px;
	color: white;
	bottom: 130px;
	filter: drop-shadow(0px 5px 10px rgba(149, 206, 90, 0.4));
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #95ce5a;
}

@media screen and (min-width: 740px) {
	.xxx-fix-btn-map {
		display: none;
	}
}