
#footer_wrapper{
	background: linear-gradient(0.25turn, #243194, #3c3dd1, #fe7b8f);
	display: grid;
	grid-template-columns:1fr;
    clear:both;
	/*grid-template-rows: repeat(2,1fr);*/
}
#footer_menu_wrapper{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap: 10px
}
#footer_inner{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
	margin:10px 0;
}
#footer_menu_wrapper div{
	justify-self: center;
}
#footer_inner div{
	color:#FFF;
	justify-self: center;
}
#footer_menu_wrapper>div a{
	text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 30px;
	margin: 0;
    list-style: none;
    color:#fff;
}
#footer_menu_wrapper>div a:first-of-type{
	margin-top: 10px
}
#footer_menu_wrapper>div a:last-of-type{
	margin-bottom: 10px
}
.title_group{
	color:#fff;
	justify-content: flex-start;
    padding: 15px 0;
    height: auto;
    text-transform: uppercase;
    font-size: 1.125em;
    font-weight: 500;
}
.title_group+a:before{
	content: '';
    position: relative;
    width: 26px;
    height: 3px;
    background: #00bcd4;
    bottom: 15px;
}
#footer_licence{
	width: 365px;
	text-align: center;
}
.about_info_wrap,.ov_about_info_wrap{
	width:100%;
	position: relative;
	float: right;
	right:0;
	height:auto;
}
.info_msg_toggler{
    width: 100%;
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #243194;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
}
.info_msg_toggler:hover { color:#f0768f; }
.info_msg_toggler:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f078";
    display: inline-block;
    width: 20px;
    height: 9px;
}
.info_msg_txt{
    width: 100%;
    position: relative;
    float: left;
    height: auto;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    font-size: 12px;
    background-color: #3c3dd1;
    border-top: 1px solid #f0768f;
    border-bottom: 1px solid #f0768f;
    display: none;
}