.footer {
	width: 100%;
	background: #8039E4;
	background-image: url("../img/bg_11.png");
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
    justify-content: flex-end;
    align-items: center;
	padding: 110px 0 50px 20px;
}
.footer_data {
	width: 100%;
	display: grid;
    grid-template-columns: 1fr 5% 1fr 1fr 1fr;
    grid-gap: 10px;
}
.footer_data_box {
	display: grid;
    grid-template-columns: repeat(2, max-content );
    grid-gap: 20px;
}
.foo_zag {
	font-family: Roboto;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	display:flex;
    justify-content:flex-end;
    align-items: flex-start;
}
.foo_text {
	font-family: Roboto;
	font-size: 16px;
	line-height: 25px;
	color: #FFF;
}






/*END OF FILE*/
.green { background-color: #99ff99; }
.editcolor { background-color: #ffffcc; }
.gris { background-color: #DDD; }
.right { justify-content: flex-end; }
.left { justify-content: flex-start; }
.center { justify-content: center; }