#to-top {
	background-color: #1953FF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 180px;
	right:35px;
	z-index: 100;
	opacity: 1;
	padding:5px;
}

.back {
	background-color: #000000;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 1200px;
}

#foot {
	width: 1200px;
	box-sizing: border-box;
	background-color: #000000;
	color: rgba(255, 255, 255, 0.90);
	position: relative;
	margin: 0 auto;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	margin-top: 50px;
	margin-bottom: 40px;
}

#foot>div {
	max-width: 190px;
	margin-right: 170px;
}

#foot li {
	margin-top: 20px;
}

.back .statement-all {
	border-top: 1px solid #303133;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

.statement {
	text-align: center;
	background-color: #000000;
	color: #fff;
	padding: 16px 0;
}
#foot div.logo-img {  
	max-width:100%;
	position: absolute;
	bottom:0;
	right:0;
	margin-right:0;
}
.logo-img-one {
	align-self: flex-end;
}
.contact li {
	display: flex;
}
.contact li span:nth-child(1){
	white-space: nowrap
}
.back .statement-all a.statement:hover {
	color:#fff;
}