footer {
	background-color: #000000;
}

.footer_top .l {
	width: 50%;
}

.footer_top ul.footer_nav {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 25px;
}

.footer_top ul.footer_nav>li a {
	font-size: 18px;
	color: #ffffff;
	line-height: 58px;
}

.footer_top ul.footer_nav li ul.uls2 li a {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
}

.footer_top .footer_contacts h4 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 88px;
	margin-top: 15px;
}

.footer_top .footer_contacts p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
}

.footer_top .r {
	padding-right: 70px;
}

.footer_top .logo {
	margin-top: 40px;
	margin-right: 15px;
}

.footer_top .code {
	width: 150px;
	margin-top: 30px;
}

.footer_top .code img {
	display: block;
	width: 100%;
}


.footer_bottom p {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 48px;
}

@media screen and (max-width: 550px) {
	.footer_top {
		box-sizing: border-box;
		padding: 0 10px;
	}
	
	.footer_top .l {
		width: 100%;
	}
	
	.footer_top ul.footer_nav {
		display: none;
	}
	
	.footer_top .footer_contacts h4 {
		line-height: 60px;
	}
	
	.footer_top .r {
		display: none;
	}
	
	.footer_bottom p {
		line-height: 36px;
		margin-top: 20px;
	}
}