footer{
	background-color: #fff;
	border-top:1px solid #D8DFEB;
	font-size: 13px;
	color:#3E484E;
}
footer .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:50px;
	overflow: visible;
}
footer .footer-top{
	padding:50px 20px 30px;
}
footer .footer-top .footer-left{
	width: calc(45% - 25px);
}
footer .footer-top .footer-left .footer-logo{
	display: inline-block;
	order:0;
	max-width: 180px;
}
footer .footer-top .footer-left .footer-logo img{
	width: 100%;
}
footer .footer-top .footer-left .footer-text{
	order:1;
	margin-top:20px;
}
footer .footer-top .footer-left .footer-social{
    list-style: none;
	display: flex;
	align-items: center;
	gap:10px;
	margin-top:20px;
}
footer .footer-top .footer-left .footer-social li i{
    font-size: 25px;
}
footer .footer-top .footer-left .footer-social li a{
    color:var(--color-01) !important;
	display: block;
}
footer .footer-top .footer-right{
	width: calc(55% - 25px);
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
	padding-top: 23px;
}
footer .footer-top .footer-right .footer-block{
	width: calc(33.33% - 20px);
}
footer .footer-top .footer-right .footer-block h1,
footer .footer-top .footer-right .footer-block h2,
footer .footer-top .footer-right .footer-block h3,
footer .footer-top .footer-right .footer-block h4,
footer .footer-top .footer-right .footer-block h5,
footer .footer-top .footer-right .footer-block h6{
	font-size:14px;
	font-weight: 500;
	margin-bottom: 10px;
	color:#000;
}
footer .footer-top .footer-right .footer-block div{

}
footer .footer-top .footer-right .footer-block div ul{
	list-style: none;
}
footer .footer-top .footer-right .footer-block div ul li{
	margin:0px;
}
footer .footer-top .footer-right .footer-block div ul li a{
	color:#3E484E;
}
footer .footer-top .footer-right .footer-block div ul li a:hover{
	color:var(--color-01);
}
footer .footer-bottom{
	border-top:1px solid #D8DFEB;
	padding:15px 20px;
}
footer .footer-bottom .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:50px;
	align-items: center;
}
footer .footer-bottom .footer-left,
footer .footer-bottom .footer-right{
	width: calc(50% - 25px);
}
footer .footer-bottom .footer-right{
	text-align: right;
	line-height: 129%;
}
footer .footer-bottom .footer-right a{
	display: inline-block;
    vertical-align: text-bottom;
	margin-left: 5px;
}

.scrollup{
	padding:8px !important;
	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-left{
		width: 100%;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	footer .footer-top .footer-left .footer-logo{
		margin:0px;
	}
	footer .footer-top .footer-left .footer-text{
		order:2;
		width: 100%;
		margin:0px;
	}
	footer .footer-top .footer-left .footer-social{
		order:1;
		margin-top: 0px;
    	margin-left: auto;
	}
	footer .footer-top .footer-right{
		width: 100%;
		padding-top: 0px;
	}
}

@media all and (max-width: 600px){
	footer .footer-top .footer-right .footer-block{
		width: 100%;
	}
}

@media all and (max-width: 480px){
	footer .footer-bottom .container{
		gap:10px;
	}
	footer .footer-bottom .footer-left,
	footer .footer-bottom .footer-right{
		width: 100%;
		text-align: center;
	}
}