.footer {
	bottom: 0;
	width: 100%;
	/* Фиксированная высота футера */
	height: 110px;
	background-color: #f5f5f5;
	color:lightgrey;
}

#logo_footer{
	width:100px;
	margin:15px 30px;
	float:left;
}

#footer_text_left{
	margin-top:20px;
	float:left;
}

#footer_text_right{
	margin-top:20px;
	float:right;
	margin-right:20px;
}
#footer_text_right > p > a{
    color:lightgrey;
    text-decoration: underline;
}

@media (max-width: 768px) {
    footer{
        height:inherit!important;
        position:relative;
    }
    #footer_text_left,#footer_text_right{
        display:block;
        float:none;
        margin-left:20px;

    }
    #logo_footer{
        float:none;
    }
}