footer {
	position: relative;
	padding: 3em 0 0;
	font-size: 1rem}
footer > .background_footer {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0}
footer > .center {	padding: 0 0 2em}
footer > .footer_wrapper {
	padding: 2em 0 1.5em;
	position: relative;
	background: #000033;
	color: #fff}
/* footer > .center > .flex > .container_flex > .container_flex:nth-child(n+2) {	margin-top: 4em} */
footer > .center > .flex > .container_flex > .container_flex h3 {
	text-transform: uppercase;
	margin-bottom: 0.5em}
footer > .center > .flex > .container_flex > .container_flex > ul {	font-size: 0.9em}
footer > .center > .flex > .container_flex > .container_flex:nth-child(2) > ul {	margin: 0 0 2rem}
footer > .center > .flex > .container_flex > .container_flex > ul.flex > li {	margin: 0 0.5em}
footer > .center > .flex > .container_flex > .container_flex > ul.flex > li:first-child {	margin-left: 0}
footer > .center > .flex > .container_flex > .container_flex > ul:not(.flex) > li:nth-child(n+2) {	margin: 1em 0 0}
footer > .center > .flex > .container_flex > .container_flex > ul:not(.flex) > li.popup {	margin: 3.6em 0 0}
footer > .center > .flex > .container_flex > .container_flex:nth-child(2) > .no_flex > .flex > p:first-child {	margin: 0 1em 0 0}
footer > .center > .flex > .container_flex > .container_flex:nth-child(2) > .no_flex > .flex > p:last-child {
	margin: 0 0 0;
	border-radius: 50%;
	padding: 0.4em 0.75em;
	text-transform: uppercase;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 5em;
	height: 5em;
	background: #ff1c65;
	color: #fff;
	font-family: 'Cabin Sketch'}
footer > .center > .flex > .container_flex > .container_flex:nth-child(2) > .no_flex > p.font_small {	margin: 1em 0 0}
footer > .center > .flex > .container_flex > .container_flex > ul > li > ul.absolute {
	bottom: 100%;
	left: 0;
	right: 0;
	max-height: 0;
	overflow: hidden;
	padding: 0 0.5em;
	white-space: nowrap;
	z-index: 2;
	background: #fff;
	transition: 0.36s cubic-bezier(0.4, 0, 1, 1)}
footer > .center > .flex > .container_flex > .container_flex > ul > li:hover > ul.absolute {
	max-height: 20em;
	padding: 0.5em 0.5em 0}
footer > .center > .flex > .container_flex > .container_flex > ul > li > ul.absolute > li {	margin: 0 0 0.5em}
footer > .center > .flex > .container_flex > .container_flex > ul > li > ul.absolute > li:last-child {	margin-bottom: 0.5em !important}

footer > .center > .flex > .container_flex img {
	max-height: 7.5em;
	max-width: 300px}
footer > .center > .flex > .container_flex h1 {
	margin-top: 2em;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: none;
	position: relative;
	font-family: 'Cabin Sketch'}
footer > .footer_wrapper > .center > p {	margin: 0 0 0}

	@media screen and (max-width: 1024px) {
		footer > .center > .flex > .container_flex.medium:first-child {
			width: 66% !important;
			margin-bottom: 0 !important}
		footer > .center > .flex > .container_flex.medium:last-child {
			width: 32% !important;
			margin-bottom: 0 !important}
		footer > .center > .flex > .container_flex > .container_flex.medium {
			width: 49% !important;
			margin-bottom: 0 !important}
	}
	@media screen and (max-width: 768px) {
		footer > .center > .flex > .container_flex.medium:first-child {	width: 100% !important}
		footer > .center > .flex > .container_flex.medium:last-child {	display: none}
		footer > .center > .flex > .container_flex > .container_flex > ul.flex > li {
			width: 49% !important;
			margin-bottom: 0 !important}
	}
	@media screen and (max-width: 576px) {
		footer > .center > .flex > .container_flex > .container_flex  {	margin-bottom: 0 !important}
		footer > .center > .flex > .container_flex.medium:first-child {	width: 100% !important}
		footer > .center > .flex > .container_flex.medium:last-child {	display: none}
		footer > .center > .flex > .container_flex > .container_flex:nth-child(2) > ul {	justify-content: center}
		footer > .center > .flex > .container_flex > .container_flex.medium {
			width: 100% !important;
			margin-bottom: 0 !important;
			text-align: center}
		footer > .center > .flex > .container_flex > .container_flex > ul.flex > li{
			width: auto !important;
			margin-top: 0 !important;
			margin-bottom: 0 !important;
			text-align: center}
		footer > .center > .flex > .container_flex > .container_flex.medium:nth-child(n+2) {	margin-top: 2em !important}
		footer > .center > .flex > .container_flex > .container_flex.medium:nth-child(2) {	order: 3}
		footer > .center > .flex > .container_flex > .container_flex.medium:nth-child(3) {	order: 2}
		footer > .center > .flex > .container_flex > .container_flex.medium * {	text-align: center !important}
		footer > .footer_wrapper > .center > p > .hidden {	display: none}
		footer > .footer_wrapper > .center > p > .block {	display: block}
		footer > .footer_wrapper > .center > p > .block:nth-child(n+2) {	margin-top: 1em}
	}