footer{
	font-size:14px;
}
footer .footer-top{
	padding: 50px 20px;
	background: #000;
	color:#fff;
}
footer .footer-top .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .footer-top a{
	font-size:13px;
	color:#999;
}
footer .footer-top .footer-logo{
	width: 230px;
	text-align: center;
}
footer .footer-top .footer-logo img{
	width: 100%;
	max-width: 230px;
	height: auto;
}
footer .footer-top .footer-block{

}
footer .footer-top .footer-block h1,
footer .footer-top .footer-block h2,
footer .footer-top .footer-block h3,
footer .footer-top .footer-block h4,
footer .footer-top .footer-block h5,
footer .footer-top .footer-block h6{
	font-size:16px;
	font-weight: 500;
	margin-bottom: 15px;
}
footer .footer-top .footer-block div{

}
footer .footer-top .footer-block div ul{
	list-style: none;
}
footer .footer-top .footer-block-contact div ul li{
	line-height: 130%;
	line-height: 30px;
}
footer .footer-top .footer-block-contact div ul li i{
	font-size: 25px;
    margin-right: 5px;
    color: var(--color-01);
    width: 25px;
    text-align: center;
    vertical-align: middle;
}
footer .footer-bottom{
	padding: 10px 20px;
	background: #fff;
	color:#999;
	font-size:12px;
}
footer .footer-bottom .container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
footer .footer-bottom a{
	color:#999;
}

.scrollup{
	padding:8px;
	max-height:50px;
	max-width:50px;
	font-size:25px !important;
	display:none;
	text-align:center;
	position:fixed;
	bottom:20px;
	right:20px;
	color:#fff !important;
}
.scrollup i{
	height:30px;
	width:30px;
	line-height: 130%;
}

@media all and (max-width: 900px){
	footer .footer-top .footer-logo{
		width: 100%;
    	margin-bottom: 50px;
	}
}

@media all and (max-width: 600px){
	footer .footer-top .footer-logo{
		width: 100%;
		margin-bottom: 0px;
	}
	footer .footer-top .footer-block{
		width: 100%;
		margin-top:40px;
		text-align: center;
	}
	footer .footer-top .footer-block-contact div ul li{
		margin-top: 15px;
	}
	footer .footer-top .footer-block-contact div ul li i{
		width: auto;
		display: block;
		font-size: 30px;
		margin: 0px 0px 5px 0px;
	}
}