.kd-footer-ppc {
	background-color: #000;
}
.kd-footer-ppc__top {
	padding: 50px 0;
	border-bottom: 1px solid #3D3D3D;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kd-footer-ppc__top > div,
.kd-footer-ppc__top > figure {
	flex: 0 1 25%;
}
.kd-footer-ppc__top > div {
	text-align: center;
}
.kd-footer-ppc__top > .kd-footer-ppc__top-email {
	text-align: right;
}
.kd-footer-ppc__top p {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.91;
	letter-spacing: -0.54px;
}
.kd-footer-ppc__top p a {
	color: #fff;
	transition: opacity .3s ease;
	font-weight: 700;
}
.kd-footer-ppc__top p a:hover {
	opacity: .8;
}
.kd-footer-ppc__bottom {
	padding: 22px 0;
}
.kd-footer-ppc__bottom p {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.91;
	letter-spacing: -0.48px;
}
.kd-footer-ppc__bottom p a {
	color: #fff;
	transition: opacity .3s ease;
}
.kd-footer-ppc__bottom p a:hover {
	opacity: .8;
}
@media (max-width: 1024px) {
	.kd-footer-ppc__top {
	    flex-direction: column;
	}
}