.footer {
	width:95%;
	/*max-width: 1000px;*/
	margin: 0 auto;
	text-align: center;
	z-index: 10;
	padding-bottom:50px;
	font-size: 0.85em;
}

.footer .block {
	padding: 20px;
}

.footer .relative {
	display: none;
}

.footer {
	display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
	align-items: center;
}

.footer_1_html {
	width:calc(100% - 300px);
	text-align: left;
}
.footer_2_html {
	width:300px;
	text-align: right;
}

.footer a {
	white-space: nowrap;
	margin-right: 20px;
}

.footer a:last-child {
	margin-right:unset;
}

@media screen and (max-width:600px) {
	.footer_1_html {
		width:unset;
		text-align: unset;
	}
	.footer_2_html {
		width:unset;
		text-align: unset;
	}
	.footer {
		justify-content: center;
	}
}