#getFranch {
	position: relative;
	overflow-x: hidden;

	/* box-shadow: 0 0 20px #7e2832; */
}

#getFranch .flare {
	position: absolute;
	top: 0;
	height: 100%;
	width: 45px;
	transform: skewX(-45deg);
	animation: flareAnimation;
	left: -150%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
	animation: flareAnimation 5s infinite linear;
}

@keyframes flareAnimation {
	0% {
		left: -150%;
	}

	100% {
		left: 150%;
	}
}

.franchise-contacts__button {
	margin-top: 32px;
}

.franchise-contacts__button a {
	width: 50%;
}

.map-bottom {
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 335px;
}

.map-bottom #getFranch {
	flex: 1 1 auto;
	flex-basis: 50%;
}