/* FOOTER START / НАЧАЛО ФУТЕРА */
.footer {
	font-family: 'Geometria';
	font-weight: 500;
	font-size: 24px;
    color: #636363;
}

.footer_container {
	padding: 50px 250px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
/* FOOTER END / КОНЕЦ ФУТЕРА */
