footer {
	padding: 2em 0;
	position: relative;
	z-index: 2}
footer > .center > .flex > .container_flex.no_flex > .flex > ul.container_flex > li:nth-child(n+2),
footer > .center > .flex > .container_flex.no_flex > .flex:nth-child(n+2) {	margin-top: 1em}
footer > .center > .flex > .container_flex.flex > li {
	width: 32%;
	margin: 0 1%;
	text-align: right}
footer > .center > .flex > .container_flex.flex > li:nth-child(3n+1) {	margin-left: 0}
footer > .center > .flex > .container_flex.flex > li:nth-child(3n) {	margin-right: 0}
footer > .center > .flex > .container_flex.flex > li:nth-child(n+4) {	margin-top: 1em}
footer > .center > .flex > .container_flex.flex > li > svg {
	vertical-align: top;
	height: 1.5em;
	width: 1em;
	position: relative;
	top: -0.9em;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1)}
footer > .center > .flex > .container_flex.flex > li:hover > svg {	color: #912258}
footer > .center > .flex > .container_flex.flex > li > ul.absolute {
	bottom: 100%;
	right: -0.5em;
	max-height: 0;
	overflow: hidden;
	padding: 0 0 0;
	border-radius: 2px 2px 0 0;
	white-space: nowrap;
	z-index: 2;
	box-shadow: 0 -2px 2px rgba(0,0,0,0.1);
	background-image: linear-gradient(90deg, #912258 0, #912258);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	transition: max-height 0.3s linear 0s, padding 0s linear 0.3s}
footer > .center > .flex > .container_flex.flex > li:hover > ul.absolute {
	max-height: 50vh;
	padding: 0.5em 0.5em 0;
	transition: max-height 0.3s linear 0.3s, padding 0s linear 0.3s}
footer > .center > .flex > .container_flex.flex > li > ul.absolute > li {	margin: 0 0 0.5em}
footer > .center > .flex > .container_flex.flex > li > ul.absolute > li:last-child {	margin-bottom: 0.5em !important}
footer > .center > .flex > .container_flex.flex > li > ul.absolute > li > a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff}
footer > .center > p {
	margin: 2em 0 0;
	text-indent: 0;
	text-align: center}
footer > .center > p > span.block {	
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none}
	
	@media screen and (max-width: 1290px) {
		footer > .center > .flex > .container_flex.flex > li {	    width: 49% }
		footer > .center > .flex > .container_flex.flex > li:nth-child(2n+1) {	margin-left: 0}
		footer > .center > .flex > .container_flex.flex > li:nth-child(2n) {	margin-right: 0}
		footer > .center > .flex > .container_flex.flex > li:nth-child(n+3) {	margin-top: 1em}
	}
	@media screen and (max-width: 1024px) {
		footer > .center > .flex > .container_flex > .flex > span.container_flex.xxsmall {display: none}
		footer > .center > .flex > .container_flex > .flex > .container_flex.large,
		footer > .center > .flex > .container_flex.flex > li {
			width: 100% ;
			margin: 0 0 0}
		footer > .center > .flex > .container_flex.flex > li:nth-child(n+2) {	margin-top: 1em}
		footer > .center > .flex > .container_flex > p > span.block {
			display: block;
			width: 100%}
		footer > .center > .flex > .container_flex > p  {
			display: flex;
			flex-wrap: wrap;
			margin: 4em 0 0}
		footer > .center > .flex > .container_flex > p > span.block {width: 100%}
		footer > .center > .flex > .container_flex > p > span.block:nth-child(1) {
			order: 2;
			margin-top: 1em}
		footer > .center > .flex > .container_flex > p > span.block:nth-child(3) {	order: 1}
		footer > .center > .flex > .container_flex > p > span.block:nth-child(5) {
			order: 3;
			margin-top: 1em}
		footer > .center > .flex > .container_flex > p > span.hidden,
		footer > .center > p {display: none}
		footer > .center > .flex > .container_flex > p > span.block:nth-child(3) a {	text-transform: capitalize}
	}
	@media screen and (max-width: 768px) {
		footer > .center > .flex > .container_flex {	margin-bottom: 0 !important}
		footer > .center > .flex > .container_flex:nth-child(2) {	display: none}
		footer > .center > .flex > .container_flex > .flex > .container_flex.large,
		footer > .center > .flex > .container_flex.flex > li {
			width: 100% ;
			margin: 0 0 0;
			text-align: center}
		footer > .center > p {
			font-size: 0.8em;
			margin-top: 3em !important}
		footer > .center > p,
		footer > .center > p > span.block {
			display: block;
			width: 100%}
		footer > .center > p > span.block:nth-child(n+2) {	margin-top: 1em}
		footer > .center > p > span.hidden {	display: none}
		footer > .center > p > span.block a {	text-transform: capitalize}
	}