.p_footer-top {
	background-color: rgba(187, 32, 38, 0.07);
	padding: 60px 0;
	position: relative
}
.p_footer__logo {
	display: block;
	margin-bottom: 40px
}
.p_footer__logo img {
	width: 100%;
    max-width: 267px
}
.p_footer__logo a {
	display: inline-block
}
.p_footer__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.p_footer__contact {
	display: inline-block;
	vertical-align: top
}
.p_footer__contact span {
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
	font-weight: bold
}
.p_footer__contact ul li {
	font-size: 12px
}
.p_footer__menu {
	display: inline-block;
	vertical-align: top
}
.p_footer__menu ul {
	display: inline-block;
	vertical-align: top
}
.p_footer__menu ul.ftr_rmen {
	margin-left: 66px
}
.p_footer__menu ul li a {
	color: #333;
	font-size: 14px
}
.p_footer__menu ul li a:hover {
	color: #bb2026;
	text-decoration: none
}
.p_footer-btm {
	background: #bb2026;
	padding: 40px 0;
	text-align: center
}
.copyright {
	font-size: 12px;
	color: #fff
}
@media screen and (max-width: 991px) {
	.p_footer-top {
		padding: 40px 30px
	}
	.p_footer__logo {
		margin-bottom: 20px
	}
	.p_footer__details {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.p_footer__contact {
		margin-bottom: 15px;
		width: 100%
	}
	.p_footer__contact span {
		margin-bottom: 16px
	}
}
@media screen and (max-width: 767px) {
	.p_footer__menu ul {
		display: block
	}
	.p_footer__menu ul.ftr_rmen {
		margin: 0
	}
}
