@charset "UTF-8";
/* CSS Document */

.container-wrap {
	position: relative;
}

/* ========== Скелет ========== */

html,
body {
	height: 100%;
}

#wrap {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#content {
	flex: 1 0 auto;
}

#footer {
	flex: 0 0 auto;
}