
			.mgm {
				border-radius: 7px;
				position: fixed;
				z-index: 900;
				bottom: 30%;
				right: 50px;
				background: #fff;
				padding: 10px 27px;
				box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, .3);
			}

			.mgm a {
				font-weight:700;
				display: block;
				color: #1c8e51;
			}

			.mgm a,
			.mgm a:active {
				transition: all .2s ease;
				color: #1c8e51;
			}
			.txt {font-size: 16px;}
	