.d_siteFooterMenu {
	display: flex;
	flex-direction: column;
}

.d_siteFooterMenu a {
	color: #cfcfcf;
	padding: 7px 12px;
	border-bottom: 1px solid #414141;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	transition: 0.3s;
	line-height: 21px;
}

.d_siteFooterMenu a:hover {
	color: #fff;
	padding-left: 17px;
}

.d_siteFooterMenu img  {
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.d_siteFooterMenu a:last-child {
	border-bottom: none !important;
}